1. If $g(x) = e^{x} \sin x$, which of the following represents $g''(x)$?
- A.$2e^x \cos x$
- B.$e^x(\sin x + \cos x)$
- C.$e^x(\sin x - \cos x)$
- D.$2e^x \sin x$
View Answer
Answer: $2e^x \cos x$
Find the first derivative: Using the product rule on $g(x) = e^x \sin x$: $g'(x) = e^x \sin x + e^x \cos x = e^x(\sin x + \cos x)$. Find the second derivative: Apply the product rule again to $g'(x) = e^x(\sin x + \cos x)$: $g''(x) = e^x(\sin x + \cos x) + e^x(\cos x - \sin x) = e^x(2\cos x) = 2e^x \cos x$. Why distractors fail: Option B ($e^x(\sin x + \cos x)$) is $g'(x)$, not $g''(x)$. Option C ($e^x(\sin x - \cos x)$) has incorrect signs. Option D ($2e^x \sin x$) replaces $\cos x$ with $\sin x$.