Show that the particle represented by $\vec{r(t)} = \langle t^2+1, -2t+4, 4t^2+2t-3\rangle$ is contained in the plane $\pi : ax+by+cz = d$ $\forall$ $t$
I arrived at $a(t^2+1) + b(-2t+4) + c(4t^2+2t-3) = 0$ from the thought that $\vec{r(t)}$ must be orthogonal to $\vec{n}$ $\forall$ $t$ and then taking the dot product. But I can't find values for $a,b,c$ for which the expression is always $0$.
Can anyone offer any help?
you may just substitute the $(x,y,z)$ coordinates of $\vec{r(t)}$ into the equation of the plane
rewriting your equation (with $d$ included), arranged in powers of $t$ $$ (a+4c)t^2 +2(c-b)t +(a+4b-3c-d)=0 $$ this expression must be identically zero, so each coefficient vanishes. so $b=c$,$a=-4c$, $d=-3c$ and the plane is (cancelling $c$) $$ -4x+y+z=-3 $$