Determining wheter point lie on line

  • Context: High School 
  • Thread starter Thread starter salistoun
  • Start date Start date
  • Tags Tags
    Line Point
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 · 3K views
salistoun
Messages
14
Reaction score
0
Hi all,

How do I go about solving the following question?

Determine whether the points (5 , -6 , 10) and (3, 3 , 8) are on the line
x = 2 + t; y = 3 - 3t, z = 4 + 2t

Stephen
 
Physics news on Phys.org
salistoun said:
Hi all,

How do I go about solving the following question?

Determine whether the points (5 , -6 , 10) and (3, 3 , 8) are on the line
x = 2 + t; y = 3 - 3t, z = 4 + 2t

Stephen

Just find out whether there exists a value [itex]\,t\in\Bbb R\,[/itex] s.t. [itex]\,(5,-6,10)=(2+t,3-3t,4+2t)\,[/itex] , and the same with the other vector...

DonAntonio
 
Hi Don,

If I'm correct, the parametric equation for the following points is:

x = -2t + 5, y = -9t - 6 and z = -2t + 10

So no values are matching this parametric
x = 2 + t; y = 3 - 3t, z = 4 + 2t.

So therefore it does not lie on the line right?
 
salistoun said:
Hi Don,

If I'm correct, the parametric equation for the following points is:

x = -2t + 5, y = -9t - 6 and z = -2t + 10

So no values are matching this parametric
x = 2 + t; y = 3 - 3t, z = 4 + 2t.

So therefore it does not lie on the line right?

What is "the following point"? The point is given to you: (5,-6,10), period. You only have to solve the easy vectorial equation I wrote in my first post.

DonAntonio
 
Thanks Don i do get what u saying