Find parametric equation at point, and parallel to planes?

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
5 replies · 2K views
Destroxia
Messages
204
Reaction score
7

Homework Statement



Find parametric equation of the line through the point ##(4,0,-4)## that is parallel to the planes ##x-8y+7z=0## and ##4x+3y-z+4=0##.

Homework Equations



## \vec r = \vec r_0 + t\vec v ##
(for orthogonal vectors) ## v \bullet w = 0 ##[/B]

The Attempt at a Solution



So I started out develeping the equation of the line through the point and came up with

## L = \lbrack 4,0,-4 \rbrack + t\lbrack a,b,c \rbrack ##

Now I needed to find the direction vector a, b, and c.

Since the line is parallel to the 2 planes, the direction vector should be orthogonal to both of the planes' normal vectors.

## \lbrack a,b,c \rbrack \bullet \lbrack 1,-8,7 \rbrack = 0##

## \lbrack a,b,c \rbrack \bullet \lbrack 4,3,-1 \rbrack = 0 ##

So, now I have 2 equations with the 3 variables, and I went to solve them in terms of c.

## a - 8b + 7c = 0 ## and ## 4a + 3b - c = 0 ##

## b = \frac {29c} {35} ##
## a = \frac {-216c} {35} ##

I wasn't really sure what to do at this point, as these answers seemed pretty obscure, and didn't know what to plug in for C, besides maybe c = 35. But when I do that, it doesn't match any of the multiple choice responses.

But the problem comes with pretty defined answers to pick from, multiple choice:

##a) x = 4 + t, y = -8t, z = -4 + 7t ##
##b) x = 4 - t, y = 8t, z = -4 - 7t ##
##c) x = 4 - 13t, y = 29t, z = -4 + 35t ##
##d) x = 4 + 13t, y = -29t, z = -4 - 35 ##
##e) x = 4 + 4t, y = 3t, z = -4 - t ##
 
on Phys.org
RyanTAsher said:

Homework Statement



Find parametric equation of the line through the point ##(4,0,-4)## that is parallel to the planes ##x-8y+7z=0## and ##4x+3y-z+4=0##.

Homework Equations



## \vec r = \vec r_0 + t\vec v ##
(for orthogonal vectors) ## v \bullet w = 0 ##[/B]

The Attempt at a Solution



So I started out develeping the equation of the line through the point and came up with

## L = \lbrack 4,0,-4 \rbrack + t\lbrack a,b,c \rbrack ##

Now I needed to find the direction vector a, b, and c.

Since the line is parallel to the 2 planes, the direction vector should be orthogonal to both of the planes' normal vectors.

## \lbrack a,b,c \rbrack \bullet \lbrack 1,-8,7 \rbrack = 0##

## \lbrack a,b,c \rbrack \bullet \lbrack 4,3,-1 \rbrack = 0 ##

So, now I have 2 equations with the 3 variables, and I went to solve them in terms of c.

I didn't check your arithmetic, but you can probably pick c arbitrarily since many different length vectors have the same direction. But wouldn't it be easier to just note the direction you want is in the direction of the cross product of your two normals?
 
RyanTAsher said:

Homework Statement



Find parametric equation of the line through the point ##(4,0,-4)## that is parallel to the planes ##x-8y+7z=0## and ##4x+3y-z+4=0##.

Homework Equations



## \vec r = \vec r_0 + t\vec v ##
(for orthogonal vectors) ## v \bullet w = 0 ##[/B]

The Attempt at a Solution



So I started out develeping the equation of the line through the point and came up with

## L = \lbrack 4,0,-4 \rbrack + t\lbrack a,b,c \rbrack ##

Now I needed to find the direction vector a, b, and c.

Since the line is parallel to the 2 planes, the direction vector should be orthogonal to both of the planes' normal vectors.

## \lbrack a,b,c \rbrack \bullet \lbrack 1,-8,7 \rbrack = 0##

## \lbrack a,b,c \rbrack \bullet \lbrack 4,3,-1 \rbrack = 0 ##

So, now I have 2 equations with the 3 variables, and I went to solve them in terms of c.

## a - 8b + 7c = 0 ## and ## 4a + 3b - c = 0 ##

## b = \frac {29c} {35} ##
## a = \frac {-216c} {35} ##
Your value for a is incorrect, which you can see by substituting back into your equations.

I found it much easier just to take the cross product of the normals to the two planes.
RyanTAsher said:
I wasn't really sure what to do at this point, as these answers seemed pretty obscure, and didn't know what to plug in for C, besides maybe c = 35. But when I do that, it doesn't match any of the multiple choice responses.

But the problem comes with pretty defined answers to pick from, multiple choice:

##a) x = 4 + t, y = -8t, z = -4 + 7t ##
##b) x = 4 - t, y = 8t, z = -4 - 7t ##
##c) x = 4 - 13t, y = 29t, z = -4 + 35t ##
##d) x = 4 + 13t, y = -29t, z = -4 - 35 ##
##e) x = 4 + 4t, y = 3t, z = -4 - t ##
 
LCKurtz said:
I didn't check your arithmetic, but you can probably pick c arbitrarily since many different length vectors have the same direction. But wouldn't it be easier to just note the direction you want is in the direction of the cross product of your two normals?

Mark44 said:
Your value for a is incorrect, which you can see by substituting back into your equations.

I found it much easier just to take the cross product of the normals to the two planes.

How do you mean? Do you just mean literally taking the cross product of the normals and doing it that way? How would you make sure it goes through the point then?
 
RyanTAsher said:
How do you mean? Do you just mean literally taking the cross product of the normals and doing it that way? How would you make sure it goes through the point then?

You have the point given. You just need the direction vector to finish the equation of the line. That's what the cross product gives.
 
LCKurtz said:
You have the point given. You just need the direction vector to finish the equation of the line. That's what the cross product gives.

Okay, I get it! Thank you!