Consider the curve given parametrically by $(x,y,z)=(2−t,−1−t^2,−2t−3t^3)$. There is a unique point $P$ on the curve with the property that the tangent line at $P$ passes through the point $(2,8,−162)$. Find the coordinates of the point $P$.
Can anyone give me a hand with this one? I honestly have no idea where to start other than rewriting the curve as,
$\vec{r(t)}$ = $\langle 2-t, -1-t^2, -2t-3t^3\rangle$, and then taking the derivate to obtain,
$\vec{r'(t)}$ = $\langle -1, -2t, -2 -9t^2\rangle$
Once $\vec{r'}=(-1,-2t,-2-9t^2)$ the tangent line is given by $$\vec t=\lambda\vec{r'}\text{, }\lambda \in\ \Bbb R$$
So, we can write
$$\vec P+\vec t=(2,8,-162)\to\\ (2-t,-1-t^2,-2t-3t^3)+(-\lambda,-2\lambda t,-2\lambda-9\lambda t^2)=(2,8,-162)$$
which means:
$$2-t-\lambda=2\to t=-\lambda$$
$$-1-t^2-2\lambda t=8$$
$$-2t-3t^3-9\lambda t^2=-162$$
Can you finish?