Question
Differentiate e^(ax)cos(2x) and find stationary points exactly
Original question: 7. A curve has equation $y=e^{\frac{2}{3}\sqrt{3}x}\cos 2x\qquad 0<x<\pi$ (a) Find $\frac{dy}{dx}$ (2) (b) Hence, using algebra and showing your working, find the exact coordinates of the stationary points of the curve. (Solutions based entirely on graphical or numerical methods are not acceptable.) (6)
Expert Verified Solution
Expert intro: This one rewards tidy differentiation and a careful algebraic clean-up afterward. The exponential factor never vanishes, so the stationary points come from the trig expression only.
Detailed walkthrough
Given
let
Then
(a) Differentiate
Use the product rule:
So
Factor out :
Substitute back :
(b) Find stationary points exactly
Stationary points occur when .
Since for all , we only need
Divide by 2:
Rearrange:
If , divide through by :
So
Because , we have , so the valid values are
Hence
Now find the corresponding -values.
At
= e^{\frac{\pi\sqrt{3}}{18}}\cos\left(\frac{\pi}{6}\right) = e^{\frac{\pi\sqrt{3}}{18}}\cdot \frac{\sqrt{3}}{2}.$$ #### At $x=\frac{7\pi}{12}$ $$y=e^{\frac{2\sqrt{3}}{3}\cdot \frac{7\pi}{12}}\cos\left(\frac{7\pi}{6}\right) = e^{\frac{7\pi\sqrt{3}}{18}}\cdot\left(-\frac{\sqrt{3}}{2}\right).$$ So the stationary points are $$\boxed{\left(\frac{\pi}{12},\frac{\sqrt{3}}{2}e^{\frac{\pi\sqrt{3}}{18}}\right)}$$ and $$\boxed{\left(\frac{7\pi}{12},-\frac{\sqrt{3}}{2}e^{\frac{7\pi\sqrt{3}}{18}}\right)}.$$ ### 💡 Pitfall guide The most common error is to lose the minus sign when differentiating $\cos 2x$; it must become $-2\sin 2x$. Another trap is to stop at $\tan 2x=1/\sqrt{3}$ and forget the interval $0<2x<2\pi$, which gives two solutions, not one. Also, do not try to set the exponential factor equal to zero — it never is. ### 🔄 Real-world variant If the cosine term were $\cos nx$ instead of $\cos 2x$, the derivative would become $e^{ax}(a\cos nx-n\sin nx)$. The stationary-point condition would change to $\tan nx=a/n$, so the same strategy works, but the exact angles depend on $n$. ### 🔍 Related terms product rule, stationary points, trigonometric equationFAQ
How do you differentiate e^(ax)cos(2x)?
Use the product rule: dy/dx = e^(ax)(a cos 2x - 2 sin 2x). For this question, a = 2√3/3.
How do you find the stationary points exactly?
Set the derivative equal to zero. Since the exponential is never zero, solve a cos 2x - 2 sin 2x = 0, which gives tan 2x = 1/√3 and hence x = π/12 and 7π/12 in the interval 0<x<π.