Step-by-Step Deconstruction

Topic: Monotonicity & Extrema in AOD

(i) Monotonicity Analysis (Increasing/Decreasing)

1. Differentiate f(x) using Product Rule:
f(x) = ex sin x
f'(x) = ex cos x + ex sin x = ex(sin x + cos x)

2. Find Critical Points for x ∈ [0, π]:
Set f'(x) = 0 → ex(sin x + cos x) = 0
Since ex ≠ 0, sin x + cos x = 0 → tan x = -1
In [0, π], x = 3π/4.

3. Test Intervals:
Increasing: In [0, 3π/4), f'(x) > 0. f(x) is Increasing.
Decreasing: In (3π/4, π], f'(x) < 0. f(x) is Decreasing.

(ii) Testing the Critical Point (x = 3π/4)

Using the Second Derivative Test:
f”(x) = d/dx [ex(sin x + cos x)]
f”(x) = ex(sin x + cos x) + ex(cos x – sin x)
f”(x) = 2ex cos x

Evaluate at x = 3π/4:
f”(3π/4) = 2e3π/4 cos(3π/4)
Since cos(3π/4) = -1/√2 (Negative), f”(3π/4) < 0.

Conclusion: x = 3π/4 is a point of LOCAL MAXIMUM.

⚠️ Silly Mistake Audit: The “Product Rule” Slip

Most students fail at the very first step by forgetting to apply the Product Rule [u’v + uv’] to the function exsin(x). Forgetting the excos(x) term leads to incorrect critical points and flawed interval analysis. Always double-check your initial derivative before testing monotonicity!