4

I have a prolate cycloid: $$\begin{align*} x &= 2 - \pi\cos(t)\\ y &= 2t - \pi\sin(t) \end{align*}$$ over the interval $-\pi \leq t \leq \pi$, crossed itself at point $P$ on the $x$-axis

a) Find the equations of the 2 tangent lines at $P$

b) find the points on curve where tangent line is horizontal.

c) find the point on curve where tangent line is vertical.

So I know for part $b$ and $c$, you just need to use the derivatives $dx$ and $dy$ and then solve for when $dx=0$ and $dy=0$... however for part a), do I just simply take the derivative of both $x$ and $y$ and that is my solution?

Arturo Magidin
  • 398,050
Nick
  • 271
  • 1
  • 7
  • 13
  • Why is the answer not accepted? – ViktorStein Feb 08 '19 at 15:47
  • @ViktorGlombik: Because the person asking the question never accepted it; and he has not been on the site since August 2012. – Arturo Magidin Feb 12 '19 at 20:26
  • Something should be done in this case, right? So people are not mislead thinking this question is unanswered, even though it has a good answer. – ViktorStein Feb 12 '19 at 20:39
  • @ViktorGlombik: No, "something" need not be done. This question is not "unanswered", as it has an answer with upvotes. It does not have an accepted answer, but that is different from being "unanswered". That's not how the site works. Only the person who asks the question can "accept" an answer. Acceptance only reflects that the person who posed the question is satisfied with the given answer. – Arturo Magidin Feb 14 '19 at 23:41
  • @Arturo I'm making the case for us not being able to determine if the person is satisfied with the answer since he/she hasn't been of the site since roughly seven years and isn't likely to return and tell us. Maybe he just forgot to accept... – ViktorStein Feb 15 '19 at 10:54
  • @ViktorGlombik: Discussions about the site should take place in the meta site, not in comments to questions in the main site. You are making the wrong argument in the wrong place. – Arturo Magidin Feb 15 '19 at 15:29

1 Answers1

2

Note that $dx$ is not a derivative, it's a differential. Same with $dy$.

What you mean, presumably, is that you will take $\frac{dx}{dt}$ and $\frac{dy}{dt}$ for parts (b) and (c). Note that $$\frac{dy}{dx} = \frac{\quad\frac{dy}{dt}\quad}{\frac{dx}{dt}}$$ so you can use this for (a), (b), and (c). For (a), this can be used to get the slope of the tangent, but to find the equation of the tangent you'll have to do a bit more work. For (b), you want $\frac{dy}{dx}$ to be $0$, so you want $\frac{dy}{dt}=0$ and $\frac{dx}{dt}\neq 0$. For (c), you want $\frac{dy}{dt}\neq 0$ and $\frac{dx}{dt}=0$.

Arturo Magidin
  • 398,050
  • Alright, so I think I got part b and c down alright.. but for part a, i solved for dy/dx and I get (2-picos(t))/(pisin(t))... but not sure what the next step is to find the EQN of the tangent? – Nick Jun 10 '12 at 19:59
  • 1
    @Nick: If you know the point and you know the slope(s), you should be able to get the equation. – Arturo Magidin Jun 10 '12 at 20:02