1

A question in my text book (I am self-teaching) begins: The parametric equations of a curve are $x=\cos 2t, y=4 \sin t$. Sketch the curve for $0 \leq t\leq \frac{1}{2}\pi $

I have proceeded as follows:

enter image description here

But when I plot in Desmos I get:

enter image description here

Steblo
  • 1,153
  • Well as you can see from the last column, the point $(-1,4)$ must be on the curve, which is the case in the Desmos plot but doesn't seem to be the case in your plot. – Maximilian Janisch Jul 24 '21 at 10:13
  • Your table is correct; you just drew the graph wrong. Which $(x,y)$ points were you trying to graph? – TonyK Jul 24 '21 at 10:18
  • you just plotted the points incorrectly. I just plot the same points on a sheet of paper and I get the correct curve. Also note that your desmos graph is not correct either. For the given interval of $t$, $y$ must be positive. In Desmos, you should put $t \in (0, \pi/2)$ – Math Lover Jul 24 '21 at 10:23

3 Answers3

7

It will be better if we can convert the equations from parametric from to cartesian form

Now

$x=\cos 2t$ and y = $4\sin t$

$\displaystyle x=1-2\sin^2t=1-2(\frac{y}{4})^2=1-\frac{y^2}{8}$

Therefore $\frac{y^2}{8}=1-x$ which is a parabola opening towards negative $x-$ axis and can be graphed easily.

Also since $t\in [0,\frac{\pi}{2}]$, therefore domain of function is $[-1,1]$

The correct graph is the following one :

enter image description here

Angelo
  • 12,328
Lalit Tolani
  • 3,426
1

While you can covert it into equation of parabola in terms of $(x, y)$, there is nothing wrong with the approach you took to sketch. In fact you found points correctly but you plotted them incorrectly. Please see below Desmos graph that shows the curve and I have also marked the points from your table on it.

enter image description here

Math Lover
  • 51,819
  • It would be better to write $2\sqrt2$ instead of $\dfrac4{\sqrt2}.$ – Angelo Jul 24 '21 at 11:46
  • Thanks. I can't believe I didn't see it! It's so obvious I almost feel ashamed to have put the question up. But I stared at it for over an hour and didn't see that the true connection was between x and y, not t and anything else. I should have gone for a walk and come back. – Steblo Jul 24 '21 at 11:55
  • @Steblo happens:) also my suggestion - when you sketch, first draw both x and y axes and mark $0, 1, 2, ..$ etc on both axes. – Math Lover Jul 24 '21 at 11:58
  • I did. The one I posted was just to show the shape – Steblo Jul 24 '21 at 12:00
  • @Angelo of course but I wanted to exactly write the way OP did in their table. – Math Lover Jul 24 '21 at 12:00
0

Hint: Since $$\begin{cases}x = 1-2\sin^2t \\ y = 4\sin t\end{cases}$$ we have $$x = 1 - \frac{y^2}{8}$$

Cut the graph with the following restrictions: $$\begin{cases} -1 \le (\cos2t)_x \le 1, \\ 0 \le (4\sin t)_y \le 4\end{cases}$$ since $0 \le t \le \pi/2$.

The correct graph is the following one :

enter image description here

Angelo
  • 12,328
VIVID
  • 11,604
  • Your graph is too big: $y=4\sin t$, so $|y|\le 4$. – TonyK Jul 24 '21 at 10:17
  • Since $0\leqslant t\leqslant\dfrac{\pi}2$, actually $0\leqslant y\leqslant4$. – Angelo Jul 24 '21 at 10:19
  • @TonyK Sure, that was why I said it was a hint. – VIVID Jul 24 '21 at 10:21
  • The correct graph is the arc of the parabola $x=1-\dfrac{y^2}8$ from the point $(1,0)$ to the point $(-1,4)$. The correct graph is the following one :

    https://i.stack.imgur.com/jlzNX.jpg

    – Angelo Jul 24 '21 at 10:31
  • Sure @Angelo, I did also mention that the graph should be cut, but somebody downvoted my answer for some reason (maybe did not read carefully). Somewhat discouraging, but ok... By the way, thank for the picture. – VIVID Jul 24 '21 at 11:35
  • 1
    VIVID, I pointed out your mistake, and you threw it back in my face. ("What, me wrong? Impossible!") So of course I downvoted. – TonyK Jul 24 '21 at 13:35
  • @TonyK My answer, initially, was just a hint which was only intended to help them notice that $x = 1- \frac{y^2}{8}$, and I attached the graph of this function without cutting it to complete the solution. Anyway, thank you for your attention, I appreciate it :) – VIVID Jul 24 '21 at 15:12