Q1
What is the derivative of f(x) = sin(x) * cos(x) with respect to x?
mediumCorrect Answer: cos²(x) - sin²(x)
Explanation:
Using the product rule or the double angle identity f(x) = (1/2)sin(2x), f'(x) = cos(2x) = cos²(x) - sin²(x).