Writing parallel vector equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
Physics345
Messages
250
Reaction score
23

Homework Statement


Write a vector equation for the line that passes through the point P(–1, 0, 3) and is parallel to the y-axis.

Homework Equations


(x,y)=(x_0,y_0)+t(a,b)

The Attempt at a Solution


u ⃗=(0,1,0)
(x,y,z)=(-1,0,3)+t(0,1,0)
 
Physics news on Phys.org
I was just confirming it. Thanks for letting me know, I guess I was unsure for no reason, basically in this case y can equal anything except for 0 for it to be parallel to the y-axis?
 
Physics345 said:
basically in this case y can equal anything except for 0 for it to be parallel to the y-axis?
Do you mean the y-component of the tangent vector? In that case yes. It would only be a reparametrisation of the line.

As for the y-value of the line, it can take any value - including 0 - depending on the value of the curve parameter.
 
  • Like
Likes   Reactions: Physics345
Orodruin said:
Do you mean the y-component of the tangent vector? In that case yes. It would only be a reparametrisation of the line.

As for the y-value of the line, it can take any value - including 0 - depending on the value of the curve parameter.

Good to know, and yes I am referring to the y-component of the tangent vector. I was just confirming my understanding.
 
if it passes through that point, then why not use that point as the support point?
Then, what is a point on the Y axis that you can multiply to reach any y-axis point?
So now, use your support point P and add to it a vector that can be multiplied by t where t E R, that will allow you to reach anypoint on the line (like a unit vector or something). L:(x,y,z)=P+t(x,y,z);t E R.
 
Tonyb24 said:
if it passes through that point, then why not use that point as the support point?
It is exactly what he did.

Tonyb24 said:
Then, what is a point on the Y axis that you can multiply to reach any y-axis point?
Again, it is exactly what he did.

Tonyb24 said:
So now, use your support point P and add to it a vector that can be multiplied by t where t E R, that will allow you to reach anypoint on the line (like a unit vector or something). L:(x,y,z)=P+t(x,y,z);t E R.
Which is exactly what he got:
Physics345 said:
(x,y,z)=(-1,0,3)+t(0,1,0)
 
  • Like
Likes   Reactions: Physics345