I have the question that I'm trying to solve:
At what points does the curve $r(t) = t\hat{i} + (6t-t^{2})\hat{k}$ intersect the paraboloid $z = x^{2} + y^{2}$?
So, I go about this by first breaking $r(t)$ into components:
$$x=t$$ $$z=(6t-t^{2})$$ $$y=0$$
Then, I replace the Paraboloids' parameters, as the parameters of both must be equal in order to intersect. I get the equation: $$(6t-t^{2}) = t^{2} + 0^{2}$$
Re-arranged to:
$$6t = 2t^{2}$$
And after dividing by $2t$, we can see that the point of intersection is $t=3$.
However, My professor has pointed out that this is not a valid solution. Where did I go wrong?