What are the equations for a line in 3-space passing through two given points?

  • Thread starter Thread starter Buzzlastyear
  • Start date Start date
  • Tags Tags
    Lines
Buzzlastyear
Messages
17
Reaction score
0

Homework Statement



Determine vector, parametric and, if possible, symmetric equations for the line through Q(2, -1, 3) and the mid-point of the line segment from L(3, -2, 5) to M(1, 4, -7).


Homework Equations



Midpoint equation=( (x1+x2)/2, (y1+y2)/2, (z1+z2)/2)

The Attempt at a Solution



Midpoint of LM = (2,1,-1)

To find the direction vector I'm assuming i must find vector QLM(subscript midpoint)?

(2,1,-1) - (2,-1,3) = (0,2,-4)

Vector equation: r= (2,-1,3) + t(0,2,-4)

Parametric equations:

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

Symmetric equations:

x=2; (y+1)/2, (z-3)/-4

x=2; (y+1)/2, (3-z)/4

Those are my answers but I'm not sure if my procedure is correct, any help is much appreciated.
 
Physics news on Phys.org
Your solution looks fine.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top