Finding the Equation of a Tangent Line to a Polar Curve

1.8k Views Asked by At

Find the equation of the tangent line to the polar curve: $r=3-3\sin\theta$ at $\theta=\frac{3\pi}{4}$

I have the equation: $$\frac{dy}{dx} =\frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}}=\frac{\frac{dr}{d\theta}\sin\theta+r\cos\theta}{\frac{dr}{d\theta}\cos\theta-r\sin\theta}= \frac{-3\cos\theta\sin\theta+(3-3\sin\theta)\cos\theta}{-\cos^2\theta-(3-3\sin\theta)\sin\theta}=2\sqrt{2}-3$$

which, if I did the math correctly (if I didn't could someone point it out), is the slope of the tangent line. How do I find the equation?

2

There are 2 best solutions below

6
On BEST ANSWER

This seems to be the question that I answered earlier. $x_0 = r\cos \theta = (3 - 3\sin 3\pi/4)\cos 3\pi/4$, and similarly you can find $y_0$, and then use $y - y_0 = m(x - x_0)$ with $m = 2\sqrt{2}-3$

0
On

Ok, the formula is correct (look at the comments), so that indeed

$$\frac{dy}{dx}=\frac{\frac{dr}{d\theta}\sin\theta+r\cos\theta}{\frac{dr}{d\theta}\cos\theta-r\sin\theta}$$

But at $\;\theta=\frac{3\pi}4\;$ :

$$\frac{dr}{d\theta}_{\theta=\frac{3\pi}4}=-3\cos\theta_{\theta=\frac{3\pi}4}=\frac3{\sqrt2}$$

$$r\cos\theta=(3-3\sin\theta)\cos\theta\stackrel{\theta=\frac{3\pi}4}\longrightarrow\;\;=\left(3-\frac3{\sqrt2}\right)\left(-\frac1{\sqrt2}\right)=\frac32-\frac3{\sqrt2}$$

$$r\sin\theta=(3-3\sin\theta)\sin\theta\stackrel{\theta=\frac{3\pi}4}\longrightarrow\;\;=\left(3-\frac3{\sqrt2}\right)\left(\frac1{\sqrt2}\right)=\frac3{\sqrt2}-\frac32$$

So

$$\frac{dy}{dx}|_{\theta=\frac{3\pi}4}=\frac{\frac3{\sqrt2}\frac1{\sqrt2}+\frac32-\frac3{\sqrt2}}{\frac3{\sqrt2}\left(-\frac1{\sqrt2}\right)-\frac3{\sqrt2}+\frac32}=\frac{3-\frac3{\sqrt2}}{-\frac3{\sqrt2}}=-\frac{1-\frac1{\sqrt2}}{\frac1{\sqrt2}}=1-\sqrt2$$