Writing parallel vector equation

AI Thread Summary
A vector equation for a line parallel to the y-axis and passing through the point P(–1, 0, 3) is expressed as (x,y,z)=(-1,0,3)+t(0,1,0). The tangent vector's y-component can take any value, allowing the line to pass through various points along the y-axis. The discussion confirms that using point P as the support point is appropriate for this equation. It emphasizes that the y-value of the line can vary depending on the parameter t. Overall, the solution effectively captures the relationship between the point and the direction of the line.
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
Did you have a question? You seem to have solved it already.
 
  • Like
Likes Physics345
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 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 Physics345
Back
Top