Question:

Find the derivative of \( y = \sin(x^2) \) with respect to \( x \).

Show Hint

Apply the chain rule for composite functions like \( \sin(x^2) \).
Updated On: Jun 24, 2025
  • \( \cos(x^2) \)
  • \( 2x \cos(x^2) \)
  • \( \sin(x^2) \cdot 2x \)
  • \( \cos(x^2) \cdot x \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation


Step 1: Use the chain rule. Let \( u = x^2 \), so \( y = \sin(u) \).
\[ \frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} \] Step 2: Compute derivatives:
\[ \frac{dy}{du} = \cos(u) = \cos(x^2), \quad \frac{du}{dx} = 2x \] \[ \frac{dy}{dx} = \cos(x^2) \cdot 2x = 2x \cos(x^2) \] Step 3: Verify: The chain rule ensures the derivative of the inner function \( x^2 \) is multiplied. Matches option (2).
Was this answer helpful?
0
0