Question
How to test the concavity of a composite squared function at a point
Original question: 5. Determine if is concave up or down at .
Expert Verified Solution
Key concept: When a function is built from another function, concavity comes from the second derivative, not just the graph shape. Here we differentiate carefully and then evaluate at the given point.
Step by step
We want to determine the concavity of
at .
Step 1: Differentiate once
Use the chain rule:
Step 2: Differentiate again
Apply the product rule to :
Step 3: Evaluate at
Step 4: Decide concavity
- If , the graph is concave up at .
- If , the graph is concave down at .
- If , the test is inconclusive.
So the answer depends on the sign of .
Pitfall alert
A common mistake is to stop after finding . Concavity needs the second derivative. Another easy slip is forgetting that both and change with , so the product rule is required in the second differentiation.
Try different conditions
If the problem instead asked for concavity at a different point , the same formula works:
If you were only given and but not , then you would not have enough information to decide concavity.
Further reading
second derivative, chain rule, concavity
FAQ
How do you find the concavity of y=(f(x))^2 at x=1?
Differentiate twice: y' = 2f(x)f'(x) and y'' = 2((f'(x))^2 + f(x)f''(x)). Then evaluate at x=1. If y''(1) > 0, the graph is concave up; if y''(1) < 0, it is concave down.
What derivative is needed to decide concavity?
You need the second derivative. The first derivative gives slope, but concavity depends on the sign of y''.