Question Statement
Given the function f(x)=cos(10x), find the first derivative f′(x) and the second derivative f′′(x).
Background and Explanation
This problem involves differentiating composite trigonometric functions using the chain rule, which states that the derivative of f(g(x)) equals f′(g(x))⋅g′(x). You should be familiar with the basic derivatives of sine and cosine functions, as well as how to handle constant coefficients inside the argument.
Solution
We start with the given function:
f(x)=cos(10x)
To find f′(x), we differentiate with respect to x using the chain rule. The outer function is cos(u) and the inner function is u=10x.
f′(x)f′(x)=−sin(10x)⋅dxd(10x)=−sin(10x)⋅(10)=−10sin(10x)
The negative sign comes from the derivative of cosine, and we multiply by the derivative of the inner function 10x, which is 10.
Now we differentiate f′(x) with respect to x again to find the second derivative:
f′(x)=−10sin(10x)
Applying the chain rule once more (where the derivative of sin(u) is cos(u)⋅u′):
f′′(x)=−10⋅dxd(sin(10x))=−10⋅(cos(10x))⋅10=−100cos(10x)
Here, the constant −10 remains as a coefficient, and we differentiate sin(10x) to get cos(10x)⋅10.
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Derivative of Cosine: dxd(cosu)=−sin(u)⋅dxdu
- Derivative of Sine: dxd(sinu)=cos(u)⋅dxdu
- Power Rule for Linear Terms: dxd(ax)=a
Summary of Steps
- Identify the composite structure: Recognize f(x)=cos(10x) has outer function cos(u) and inner function u=10x.
- Apply chain rule for f′(x): Differentiate the outer function (−sin(10x)) and multiply by the derivative of the inner function (10).
- Simplify: Obtain f′(x)=−10sin(10x).
- Differentiate again for f′′(x): Apply the chain rule to −10sin(10x), keeping the constant coefficient −10.
- Apply chain rule: Differentiate sin(10x) to get cos(10x)⋅10, then multiply by −10.
- Final simplification: Obtain f′′(x)=−100cos(10x).