Question Statement
Determine whether the given function has a relative extremum at the indicated points:
(i) f(x)=cosxsinx,x=4π
(ii) f(x)=xsinx,x=0
(iii) f(x)=tan2x,x=π
(iv) f(x)=(1+sinx)3,x=8π
Background and Explanation
To classify relative extrema, we use the second derivative test: if f′(c)=0 and f′′(c)<0, then f has a relative maximum at c; if f′′(c)>0, it has a relative minimum. First, we must verify that the point is a critical point (where f′(x)=0 or undefined).
Solution
Given f(x)=cosxsinx.
Differentiate with respect to x using the product rule:
f′(x)=dxd(cosx)⋅sinx+cosx⋅dxd(sinx)=−sinx⋅sinx+cosx⋅cosx=−sin2x+cos2x=cos2x−sin2x=cos2x
Differentiate again to find the second derivative:
f′′(x)=dxd(cos2x)=−sin(2x)⋅2=−2sin2x
Evaluate at x=4π:
f′′(4π)=−2sin(2⋅4π)=−2sin(2π)=−2(1)=−2<0
Since f′′(4π)=−2<0, the function f(x) has a relative maximum at x=4π.
Given f(x)=xsinx.
Differentiate with respect to x using the product rule:
f′(x)=1⋅sinx+x⋅cosx=sinx+xcosx
Differentiate again (applying product rule to the second term):
f′′(x)=cosx+(1⋅cosx+x(−sinx))=cosx+cosx−xsinx=2cosx−xsinx
Evaluate at x=0:
f′′(0)=2cos(0)−0⋅sin(0)=2(1)−0=2>0
Since f′′(0)=2>0, the function f(x) has a relative minimum at x=0.
Given f(x)=tan2x.
Differentiate with respect to x using the chain rule:
f′(x)=2tanx⋅sec2x
At x=π:
f′(π)=2tan(π)⋅sec2(π)=2(0)(1)=0
Since f′(π)=0, this is a critical point. We proceed to find the second derivative.
Rewriting f′(x) using the identity sec2x=1+tan2x:
f′(x)=2tanx(1+tan2x)=2tanx+2tan3x
Differentiate again:
f′′(x)=2sec2x+2(3tan2x⋅sec2x)=2sec2x+6tan2xsec2x=2sec2x(1+3tan2x)
Evaluate at x=π:
f′′(π)=2sec2(π)(1+3tan2(π))=2(−1)2(1+3(0))=2(1)(1)=2>0
Since f′′(π)=2>0, the function f(x) has a relative minimum at x=π.
Given f(x)=(1+sinx)3.
Differentiate with respect to x using the chain rule:
f′(x)=3(1+sinx)2⋅dxd(1+sinx)=3(1+sinx)2⋅cosx
At x=8π:
Since 8π is in the first quadrant (0<8π<2π), we have sin(8π)>0 and cos(8π)>0.
Therefore:
f′(8π)=3(1+sin(8π))2⋅cos(8π)>0
Since f′(8π)=0, the point x=8π is not a critical point.
Hence, f(x) has no relative extremum at x=8π.
- Product Rule: dxd[u(x)v(x)]=u′(x)v(x)+u(x)v′(x)
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Second Derivative Test: If f′(c)=0 and f′′(c)<0⇒ relative maximum; if f′′(c)>0⇒ relative minimum
- Trigonometric Identities: cos2x−sin2x=cos2x, sec2x=1+tan2x, tan(π)=0, sec(π)=−1
Summary of Steps
- Compute the first derivative f′(x) using appropriate differentiation rules (product, chain, or power rules).
- Verify critical point: Check if f′(c)=0 at the indicated point. If f′(c)=0, conclude there is no relative extremum.
- Compute the second derivative f′′(x) by differentiating f′(x).
- Apply the second derivative test: Evaluate f′′(c). If negative ⇒ relative maximum; if positive ⇒ relative minimum.
- State the conclusion clearly for each function at the indicated point.