Question Statement
Find the third derivative of the function f(x)=cos(πx), denoted as f′′′(x).
Background and Explanation
This problem requires applying the chain rule repeatedly to find higher-order derivatives of a trigonometric function with a linear argument. Recall that the derivatives of cosine and sine follow cyclic patterns, and each differentiation introduces an additional factor of π from the inner function.
Solution
We begin with the given function:
f(x)=cos(πx)
Differentiate with respect to x using the chain rule. Let u=πx, so dxdu=π:
f′(x)=dxd[cos(πx)]=−sin(πx)⋅dxd(πx)=−sin(πx)⋅π=−πsin(πx)
Differentiate f′(x)=−πsin(πx) with respect to x, again applying the chain rule:
f′′(x)=dxd[−πsin(πx)]=−π⋅cos(πx)⋅dxd(πx)=−π⋅cos(πx)⋅π=−π2cos(πx)
Differentiate f′′(x)=−π2cos(πx) with respect to x:
f′′′(x)=dxd[−π2cos(πx)]=−π2⋅(−sin(πx))⋅dxd(πx)=π2sin(πx)⋅π=π3sin(πx)
Therefore, the third derivative is:
f′′′(x)=π3sin(πx)
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Derivative of Cosine: dxd[cos(x)]=−sin(x)
- Derivative of Sine: dxd[sin(x)]=cos(x)
- Power Rule for Constants: dxd[πx]=π
Summary of Steps
- First derivative: Apply chain rule to get f′(x)=−πsin(πx)
- Second derivative: Differentiate again to obtain f′′(x)=−π2cos(πx)
- Third derivative: Differentiate once more to arrive at f′′′(x)=π3sin(πx)