Question:medium

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: Jan 13, 2026
  • \( \cos(x^2) \)
  • \( 2x \cos(x^2) \)
  • \( \sin(x^2) \cdot 2x \)
  • \( \cos(x^2) \cdot x \)
Show Solution

The Correct Option is B

Solution and Explanation


Step 1: Apply the chain rule. Set \( u = x^2 \), which makes \( y = \sin(u) \).
\[ \frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx} \] Step 2: Calculate the 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: Confirmation: The chain rule confirms that the derivative of the inner function \( x^2 \) is multiplied. This aligns with option (2).
Was this answer helpful?
1