A curve has the parametric equations $x=2t^2$ and $y=4t$. Find the value(s) of $k$ such that $y=x+k$ is a tangent to the curve.
I get that you need to use differentiation to do this and I've tried doing these before with questions such as this one: Finding the values of k for an equation which is a tangent to a curve but I'm not exactly sure how to figure this one out. Please help ASAP and please be detailed in the working out so I can understand :)
Thank you!
I assume you know parametric differentiation using chain rule.
The requirement $y=x+k$ is tangent to the curve essentially means the slope, $\frac{dy}{dx}$, of both curves are equal. The slope of the line is $1$, and slope of curve at $(2t^2,4t)$ is:
$$\frac{dy}{dx}=\frac{dy}{dt} \cdot \frac{1}{\frac{dx}{dt}} = \fbox{Try it yourself} =^{\textrm{Want to equal to}} 1$$
From that you get the value of $t$, and thus the point $(2t^2,4t)$, which you can then substitute into the line equation $y=x+k$ to get the value of $k$.
Cheers! :)