Find parametric equation at point, and parallel to planes?

Click For Summary

Homework Help Overview

The problem involves finding the parametric equation of a line that passes through the point (4,0,-4) and is parallel to two given planes defined by their equations. The subject area pertains to vector calculus and geometry, specifically dealing with lines and planes in three-dimensional space.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the need to find a direction vector that is orthogonal to the normal vectors of the two planes. There are attempts to derive equations based on this orthogonality condition. Some participants suggest using the cross product of the normal vectors to find the direction vector, while others express uncertainty about the values of the variables involved.

Discussion Status

There is ongoing exploration of different methods to find the direction vector, with some participants questioning the arithmetic and suggesting alternative approaches. The discussion has not reached a consensus, as various interpretations and methods are being considered.

Contextual Notes

Participants note that there are multiple choice answers provided, which adds a layer of complexity to the problem. There is also mention of the possibility of choosing arbitrary values for the direction vector's components, which may lead to confusion regarding the expected answers.

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 ##
 
Physics news 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!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
Replies
4
Views
5K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K