The curve $(t^3, t^5)$ at that point $(0,0)$ does not have a tangent vector as when you work it out, you will arrive at $(0,0)$.
Question: How can you find a new parametrisation for the curve such that you get a tangent vector at $(0,0)$. Is this even possible.
My attempts:
Changing the curve's position by taking $t \to t+1$ won't work because it just changes the position of the point we're trying to find the tangent on
A trig sub may be possible, however I have had no luck
Any help or guidance would be greatly appreciated!
$\frac {dy}{dx} = \frac {\frac {dy}{dt}}{\frac {dx}{dt}}$
$\frac {5t^4}{3t^2} = \frac 53 t^2$
As noted the derivative appears to not exist when $t=0$ But, the limit exists.
$\lim_\limits{t\to 0} \frac 53 t^2 = 0$
$y = 0$
An alternative would be to say
$y^3 = x^5 \\ y = x^\frac 53\\ y' = \frac 53 x^\frac 23$