Question Statement
Find the derivative of y=sin2xcos3x with respect to x.
Background and Explanation
This problem involves differentiating a product of two composite trigonometric functions. You will need to apply the product rule combined with the chain rule to handle the coefficients inside the sine and cosine functions.
Solution
We are given the function:
y=sin2xcos3x
Since y is a product of two functions, we apply the product rule. Let u=sin2x and v=cos3x. The product rule states:
dxd(uv)=dxdu⋅v+u⋅dxdv
Differentiating with respect to x:
dxdy=dxd(sin2x)⋅cos3x+sin2x⋅dxd(cos3x)=cos2x⋅2⋅cos3x+sin2x⋅(−sin3x)⋅3=2cos2xcos3x−3sin2xsin3x
Step-by-step reasoning:
- In the first term, we differentiate sin2x using the chain rule: dxd(sin2x)=cos2x⋅2=2cos2x
- In the second term, we differentiate cos3x using the chain rule: dxd(cos3x)=−sin3x⋅3=−3sin3x
- Multiplying through and combining terms gives the final result
- 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)
- Derivative of sine: dxd(sinax)=acosax
- Derivative of cosine: dxd(cosax)=−asinax
Summary of Steps
- Identify y as a product of two functions: sin2x and cos3x
- Apply the product rule: dxdy=dxd(sin2x)⋅cos3x+sin2x⋅dxd(cos3x)
- Use the chain rule to find dxd(sin2x)=2cos2x
- Use the chain rule to find dxd(cos3x)=−3sin3x
- Substitute these derivatives back into the product rule expression
- Simplify to obtain the final answer: 2cos2xcos3x−3sin2xsin3x