Finding Line Equation Passing Through Point P0 & Parallel to Line

AI Thread Summary
To find the parametric equation of a line passing through point P0(1,-1,-3) and parallel to the line defined by (x+1)/1=(y+2)/4=(z-1)/0, the direction vector can be extracted as <1, 4, 0>. The parametric equations can then be formulated as x=2t+1, y=4t-1, z=-3. Understanding that any line parallel to a given line maintains the same directional coefficients is crucial. This approach simplifies deriving the equations needed for the problem.
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.
 
lorik said:
is parallel with line (x+1)/1=(y+2)/4=(z-1)/0

What is the direction of this line?
 
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
\frac{x- x_0}{A}= \frac{y- y_0}{B}= \frac{z- z_0}{C}

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

That is, it is precisely the numbers A, B, C that determine the direction.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top