Find the highest point on the cardioid $r = 1 + \cos(\theta)$

3.5k Views Asked by At

I'm stuck on this. I don't know where to start!

The problem:

Find the highest point on the cardioid $r = 1 + \cos(\theta)$

1

There are 1 best solutions below

1
On BEST ANSWER

As Simon S said, use $y = r\sin \theta$ to get $y = (1 + \cos\theta)\sin\theta$. Then set $dy/d\theta=0$ to maximize $y$: $$ \frac{dy}{d\theta} = (1+\cos\theta)\cos\theta - \sin^2\theta = 0 $$ Use $\sin^2\theta + \cos^2\theta = 1$ to write the equation above as: $$ 2\cos^2\theta + \cos\theta - 1 = 0 $$ The possible solutions are $\cos\theta = 1/2$ and $\cos\theta = -1$. Inspection shows that $\theta = \pi/3$ (or $60º$) is the correct answer.

(Plot and answer on WolframAlpha)