I'm not sure what my procedure should be when solving this problem:
- find all points with a horizontal tangent
- find all points with a vertical tangent
- find all inflection points
$$x(t) = \sin(t),\quad y(t)= t $$
When trying to solve these kinds of problems what steps should I take? I know that $x'(t) = \cos(t) $ and $y'(t) = 1$.
By chain rule you have that $$ \frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}. $$ So $$ \frac{dy}{dx}=\frac{1}{\cos t}. $$ Can you take it from there?