The parametric curve C is given by $$x(t)={t}^{2}\cos \left( 4\,t \right)$$ $$y(t)={t}^{2}\sin \left( 4\,t \right)$$ $$\,0≤t≤π\,.$$
- To convert the parametric curve C into a polar representation, what would be the correct polar representation and what would be the correct way to reach that conclusion?
- Find the points where the curve C intersects the x axis and sketch the curve.
My attempt Part 1. $$({r(t)})^2={(x(t))}^2+{(y(t))}^2={({t}^{2}\cos \left( 4\,t \right))}^2+{({t}^{2}\sin \left( 4\,t \right))}^2={t}^4$$ so that ${r(t)}={t}^2$ for $\,0≤t≤π\,.$ In a polar diagram this does not look like a spiral for $\,0≤t≤π\,$, but it does for $\,0≤t≤10π\,$ and the radius seem to increase when going from $t=0\,\,$ to $\,t=10{π}.$ I find the length of the polar curve to be $$L=\int_0^π \sqrt {{t}^2 (4+{t}^2)}\,dt≈14,5.$$
My attempt Part 2.
I find the points where C intersects the $x$ and $y$ axis when $t$ goes from $0$ to $π\,.$
$y(t)={t}^{2}\sin \left( 4\,t \right)=0\,; t=0\,, \, t={\frac {π}{4}}n\,\,$for$\,\,n=0, \,1,\,2,\,3,4.$
$x(t)={t}^{2}\cos \left( 4\,t \right)=0\,; t=0\,, \, t={\frac {π}{8}} +{\frac {π}{4}}n\,\,$for$\,\,n=0, \,1,\,2,\,3.$
Without knowing where the tangent lines are vertical or horizontal I plot the points where the parametric curve C intersects the axis. With a little imagination this surely looks like a spiral. I continue to find the length of the parametruc curve C $$L=\int_0^π 2\sqrt {{t}^2+4 {t}^4}\,dt≈42,8.$$
These are the points where the parametric curve C intersects the x axis $$t_{{0}}=0 →\,\,x(0)=0$$ $$t_{{1}}={\frac {π}{4}}\,\, →\,\,x({\frac {π}{4}})=-{\frac {{π}^{2}}{16}}$$ $$t_{{2}}={\frac {π}{2}}\,\, →\,\,x({\frac {π}{2}})={\frac {{π}^{2}}{4}}$$ $$t_{{3}}={\frac {3π}{4}}\,\, →\,\,x({\frac {3π}{4}})=-{\frac {{9π}^{2}}{16}}$$ $$t_{{4}}={π}\,\, →\,\,x({π})={{π}^{2}}$$ From this information only, is it possible to draw enough conclusions about the parametric curve to be able to sketch it? I find it difficult. What would be the correct way to solve this problem? All help appreciated.
As you have noted, $r(t)=t^2$. However, the part you're missing is that there is a $\cos (4t)$ and a $\sin (4t)$. As such, consider the pair of parametric polar equations: \begin{align*} r(t) = t^2 \\ \theta(t) = 4t \end{align*} which generate the same curve as $(x(t), y(t))$ on $0 \leq t \leq \pi$. Eliminating the parameter gives $$r(\theta) = (\theta/4)^2, \quad 0 \leq \theta \leq 4 \pi.$$
The locations of points intersecting the $x$-axis should be easy to find in this representation ($r=0$ or $\theta =n \pi$ for some $n \in \mathbb{Z}$).
Arc Length
This also gives the arc length calculation:
\begin{align*} L &= \int_0^{4 \pi} \sqrt{[r(\theta)]^2 + [r'(\theta)]^2} ~\mathrm{d} \theta \\ &= \int_0^{4\pi} \sqrt{ \frac{\theta^4}{256} + \frac{\theta^2}{64}} ~\mathrm{d} \theta \\ &= \frac{1}{6} \left(\left(1+4 \pi ^2\right)^{3/2}-1\right) \end{align*} Note that it is possible to evaluate this integral in closed form using a trig sub.