Equation of a line that passes through a point.

  • Thread starter Thread starter -Dragoon-
  • Start date Start date
  • Tags Tags
    Line Point
AI Thread Summary
To find the equation of a line passing through point A(1, -4, 2) and parallel to the intersection of two planes, the user derived parametric equations for the line based on the elimination method. They expressed the line in parametric form as (x, y, z) = (1, -4, 2) + t(-4, 1/2, 1). Another user suggested that using the cross product of the normal vectors of the planes could provide a simpler method for determining the direction vector of the line. The original poster expressed uncertainty about their solution and sought confirmation. The discussion emphasizes the importance of understanding both parametric equations and vector methods in solving such problems.
-Dragoon-
Messages
308
Reaction score
7

Homework Statement


Find the equation of the line that passes through A(1,-4, 2) and is parallel to the intersection line of the two planes x - 2y + 3z - 1 = 0 and x - 4y+ 2z - 8 = 0


Homework Equations


N/A


The Attempt at a Solution


First I set the first and second equations to [1] and [2]:
x - 2y + 3z - 1 = 0 [1]
x - 4y+ 2z - 8 = 0 [2]
I then multiply [1] by 2 and use elimination to get rid of the y variable for now:
2x - 4y + 6z - 2 = 0
x - 4y + 2z - 8 = 0
________________________
x + 4z + 6 = 0 [3]

I'll then let z = t to solve for x in equation [3]:
x + 4t + 6 = 0
x = -4t - 6
Now I substitute z = t and x = -4t - 6 into equation [1] to solve for y:
-4t - 6 - 2y + 3t - 1 = 0
y = (-1/2)t - 7/2

Now that I have the values of all the unknowns, I first express it in parametric form:
x = -4t - 6
y = (-1/2)t - 7/2
z = t
Knowing this, finally, the direction vector for the line that passes through A(1, -4, 2) can be expressed:
(x,y,z) = (1, -4, 2) + t(-4, 1/2, 1)

I just wanted to know, did I do this correctly? I feel as if I did something wrong. If I did, can you point where I went wrong? Thank you in advance.
 
Physics news on Phys.org
Your solution looks fine to me.
 
Another possibly easier way to work this kind of problem is to note that the cross product of the two normal vectors to the planes gives a direction vector for the line. Do you see why?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top