Polar Coordinates

forms the trig double angle identities - Shape: cardoid $r=1+\sin\theta$ ```desmos-graph r=\sin\theta+1 ``` - To draw: - To find slopes of tangent lines Derivative, convert to $\frac{ \mathrm{d}y }{ \mathrm{d}x }=\frac{\frac{ \mathrm{d}y }{ \mathrm{d}\theta }}{\frac{ \mathrm{d}x }{ \mathrm{d}\theta }}$ - Horizontal tangents have $\frac{ \mathrm{d}y }{ \mathrm{d}\theta }=0,\frac{ \mathrm{d}x }{ \mathrm{d}\theta }\neq 0$ - Vertical tangents are opposite - If the both are zero, you can see if it's actually a horizontal/vertical tangent by taking the limit and applying L'Hôpital's Rule - To take the Integral, find the area of the circle sector with radius $r$ and sector angle $d\theta$ - You end up with $dA=\frac{1}{2}r^{2}d\theta=\frac{1}{2}f(\theta)^{2}d\theta$ - The integral is then the sum: $A=\frac{1}{2}\int_{\alpha}^{\beta} f(x)^{2} \, dx$ - Alternatively, simply do a Antiderivative#Double Integrals sub, especially if the integrand has a $x^{2}+y^{2}$ - In this case, the Jacobian simply becomes r - This actually counters the effect of lower r points being counted more - For Arc Length of Curve, simply do it as normal, but use $dS=\sqrt{ \left( \frac{ \mathrm{d}y }{ \mathrm{d}\theta } \right)^{2}+\left( \frac{ \mathrm{d}x }{ \mathrm{d}\theta } \right)^{2} }d\theta$ - Notice that $x=f(\theta)\cos \theta\implies \frac{ \mathrm{d}x }{ \mathrm{d}\theta }=f'(\theta)\cos\theta-f(\theta)\sin\theta$ and $y=f(\theta)\sin\theta\implies \frac{ \mathrm{d}y }{ \mathrm{d}\theta }=f'(\theta)\sin\theta+f(\theta)\cos\theta$ - Then

\begin{align}
& \left( \frac{ \mathrm{d}y }{ \mathrm{d}\theta } \right)^{2}+\left( \frac{ \mathrm{d}x }{ \mathrm{d}\theta } \right)^{2} \
& =f'(\theta)^{2}\cos ^{2}\theta\cancel{ -2f'(\theta)f(\theta)\cos\theta \sin\theta }+f(\theta)^{2}\sin ^{2}\theta+f'(\theta)^{2}\sin ^{2}\theta+\cancel{ 2f'(\theta)f(\theta)\cos\theta \sin\theta }+f(\theta)^{2}\cos ^{2}\theta \
& =f'(\theta)^{2}+f(\theta)^{2} \
dS & =\sqrt{ f'(\theta)^{2}+f(\theta)^{2} } d\theta
\end{align}$$

De Moivre's Theorem

zn=rncis(nθ) for any integer n
Prove using induction and multiplicative property