Finding Line Equation Passing Through Point P0 & Parallel to Line

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
lorik
Messages
38
Reaction score
0

Homework Statement


The problem is pretty simple but I seem to be missing something essential .Write parametric equation of line which passes through point P0(1,-1,-3) and is parallel with line (x+1)/1=(y+2)/4=(z-1)/0


Homework Equations


solutions are x=2t+1 ,y=4t-1,z=-3


The Attempt at a Solution


I would really really appreciate if u could simply say the magic word because this looks really easy but yet troubling to my brain I think I am tired !
 
Physics news on Phys.org
lorik said:

Homework Statement


The problem is pretty simple but I seem to be missing something essential .Write parametric equation of line which passes through point P0(1,-1,-3) and is parallel with line (x+1)/1=(y+2)/4=(z-1)/0


Homework Equations


solutions are x=2t+1 ,y=4t-1,z=-3


The Attempt at a Solution


I would really really appreciate if u could simply say the magic word because this looks really easy but yet troubling to my brain I think I am tired !

If you know a point on a line and a vector parallel to the line, can you get the parametric equations for the line?

You can extract the coordinates of a vector from the symmetric equations (x+1)/1=(y+2)/4=(z-1)/0; namely <1, 4, 0>.

That should get you started.
 
Mark44 said:
If you know a point on a line and a vector parallel to the line, can you get the parametric equations for the line?

You can extract the coordinates of a vector from the symmetric equations (x+1)/1=(y+2)/4=(z-1)/0; namely <1, 4, 0>.

That should get you started.

And you're Awesome !
 
In general, any line parallel to
[tex]\frac{x- x_0}{A}= \frac{y- y_0}{B}= \frac{z- z_0}{C}[/tex]

and passing through the point [itex](x_0, y_0, z_0)[/itex] is of the form
[tex]\frac{x-x_1}{A}= \frac{y- y_1}{B}= \frac{z- z_1}{C}[/tex]

That is, it is precisely the numbers A, B, C that determine the direction.