I've been having a few problems with converting from parametric to coordinate equation and from coordinate to parametric.I know it's easy for others,but i just can't seem to get it right. I.e: I have the following parametric equation of a plane,i need to find the coordinate equation:
$$ x=2 + 3\cdot u + 4\cdot v \\ y=4 + 0\cdot u - 1\cdot v \\ z=2 + 3\cdot u + 0\cdot v $$ I would really appreciate if someone could help me understand, and explain the reverse(coordinate $\to$ parametric). Thank you!
I think you have to substitute: $$u = \frac{z-2}{3}$$. Now $$v = 4 - y$$. Substituting: $$x = 2 + 3(\frac{z-2}{3}) + 4(4 - y)$$ and $$x = z - 4y +16$$