Step 1: Understanding the Concept:
To find the derivative of a product of two functions, we must apply the Product Rule of differentiation.
Key Formula or Approach:
The Product Rule states that if \(y = u(x) \cdot v(x)\), then its derivative is:
\[ \frac{dy}{dx} = u'(x)v(x) + u(x)v'(x) \]
The standard derivatives used here are:
\[ \frac{d}{dx}(x^2) = 2x \]
\[ \frac{d}{dx}(\cos x) = -\sin x \]
Step 2: Detailed Explanation:
Let the function be defined as:
\[ y = x^2 \cos x \]
Identify the two components:
- \(u(x) = x^2\)
- \(v(x) = \cos x\)
Now, find their individual derivatives:
- \(u'(x) = 2x\)
- \(v'(x) = -\sin x\)
Substitute these terms into the product rule formula:
\[ \frac{dy}{dx} = (2x)(\cos x) + (x^2)(-\sin x) \]
\[ \frac{dy}{dx} = 2x \cos x - x^2 \sin x \]
This matches Option (B).
Step 3: Final Answer:
The derivative of \(x^2 \cos x\) is \(2x \cos x - x^2 \sin x\).