Finding the Equation for a Plane Orthogonal to a Given Line

  • Thread starter RJLiberator
  • Start date
  • Tags
    Planes
In summary, to find an equation of a plane that is orthogonal to a given line and passes through the origin, we can use the point given on the plane and the direction vector of the given line to find the normal vector. Then, we can use the point and normal vector in the equation for a plane to obtain the final equation. In the case where the given line is on the plane, we can use any two points on the line to find the direction vector and then use the same process as before to find the normal vector and equation of the plane.
  • #1
RJLiberator
Gold Member
1,095
63

Homework Statement


Find an equation to the plane:
1)Orthogonal to the line r = <t, 2 − 3t, 4> and passing through the origin.

Homework Equations



Equation for a plane: a(x-xi)+b(y-yi)+c(z-zi)=d

The Attempt at a Solution



Okay, so this is really a matter of 'slope' and understanding the values that I am giving.

So we are giving a line:
<0, 2, 4>+t<1,-3,0>
and a point P on the plane at (0,0,0)

I can automatically use the point in our equation of a plane to simplify things to
ax+by+cz=0

Now, I need to find the normal vector of the plane.

So we are giving a line ON THE PLANE, this means that the slope vector of that line is NOT perpendicular to the plane, correct? So I cannot use these values as a,b,c.

That is my first question.

Here's what I did then:
For some reason, I took the cross product of the lines point and the lines slope vector and got the cross product <-12, -4, 2> and the plane became
2(-6x-2y+z)=0
and this seems to work for point <0,2,4> and point <0,0,0>

But I don't think I can do this... :/
 
Physics news on Phys.org
  • #2
RJLiberator said:

Homework Statement


Find an equation to the plane:
1)Orthogonal to the line r = <t, 2 − 3t, 4> and passing through the origin.

Homework Equations



Equation for a plane: a(x-xi)+b(y-yi)+c(z-zi)=d

The Attempt at a Solution



Okay, so this is really a matter of 'slope' and understanding the values that I am giving.

So we are giving a line:
<0, 2, 4>+t<1,-3,0>
and a point P on the plane at (0,0,0)

I can automatically use the point in our equation of a plane to simplify things to
ax+by+cz=0

Now, I need to find the normal vector of the plane.

So we are giving a line ON THE PLANE, this means that the slope vector of that line is NOT perpendicular to the plane, correct?

If the plane is orthogonal (perpendicular) to the line, that means the direction vector (not slope) of the line is perpendicular (normal) to the plane.
 
  • #3
So we need to find the direction vector (not slope) of the line which will be the normal vector of the plane.

I was under the impression that the slope vector and direction vector were one in the same?
 
  • #4
RJLiberator said:
So we need to find the direction vector (not slope) of the line which will be the normal vector of the plane.

I was under the impression that the slope vector and direction vector were one in the same?

The term "slope" is used in 2d and means the rise/run for a straight line. You don't talk about the slope of a line in 3d (it isn't defined); you talk about its direction vector. And in 2d, the direction vector is not the slope.
 
  • Like
Likes RJLiberator
  • #5
Thank you for that clarification.

So we already have the direction vector then at <1, -3, 0>
We use this as abc in the plane equation and point origin (0,0,0) to net:
x-3y=0 as the equation of this plane.

Does this seem correct?

Here's my thinking:
We need a plane that is perpendicular to a giving line. This line has a direction vector that is parallel to the giving line. Since the direction vector points in the direction of the line, and we are looking for a plane that is perpendicular to this line, we can use this as the normal vector of the plane.
 
  • #6
RJLiberator said:
Thank you for that clarification.

So we already have the direction vector then at <1, -3, 0>
We use this as abc in the plane equation and point origin (0,0,0) to net:
x-3y=0 as the equation of this plane.

Does this seem correct?

Do you have to ask? Can't you check for yourself whether it passes through the origin and is perpendicular to the given line?

Here's my thinking:
We need a plane that is perpendicular to a giving line. This line has a direction vector that is parallel to the giving line. Since the direction vector points in the direction of the line, and we are looking for a plane that is perpendicular to this line, we can use this as the normal vector of the plane.

Apparently you understood my post #2.
 
  • Like
Likes RJLiberator
  • #7
Well, x-3y=0 must pass through (0,0,0).

But from your post, it seems I have made an error.

So a direction vector comes about from 2 points on the line, then?
Say we use point (0, 2, 4) and then take t=2 and use point (2, -4, 4)
We then get the line segment <2, -6, 0>
and this can be our normal vector?
2x-6y=0

Hm...
 
  • #8
It doesn't matter how long your direction vector is. Isn't ##2x-6y=0## the same line as ##x-3y=0##?
 
  • Like
Likes RJLiberator
  • #9
Yes, that's exactly what I observed while posting my "hm..". I was not sure how to feel about that. Oh, I am sorry - you were saying that I understood your post #2 and not misunderstood.

So, indeed, my thought process was correct and my equation of the plane x-3y=0 is confirmed based on plugging in point (0,0,0) and finding another working equation of the plane with a similar direction vector.
 
  • #10
I would like to pose one follow up question to assure my understanding:

Equation of the plane
Containing the line r(t) = <2 − t, 3, 4 + 2t> and point P(0, 0, 1).

1) We have a point, we need a normal vector
2) this time we are giving a line ON the plane, so the direction vector won't work as it is parallel to the plane.
3) Therefore, we can find the normal vector by using the point (0,0,1) and the point from the giving line (2, 3, 4) and making their line segment which comes out to be <-2, -3, -3>.
We then use this line segment and the direction vector <-1, 0, 2> take their cross product to net a vector that is perpendicular to the plane <6, -7, 3>.

And the equation of this plane becomes 6x-7y+3z=3
which satisfies both of our giving points (0, 0,1) and (2, 3, 4) on the plane.

The thing i am unsatisfied with here is why can we use 2 points on the plane, take their difference, and then cross it with the direction vector to get the perpendicular normal vector?

I understand that the cross product nets a perpendicular vector, but not the first part.
 
  • #11
Forum policy is for new questions to go in new threads. It will increase your chances for an answer because I am going to be away for a while.
 
  • Like
Likes RJLiberator
  • #12
Thank you for all your help, LCKurtz.
 

1. What is parametrizing a plane?

Parametrizing a plane is a mathematical process of representing points on a plane using two parameters, usually denoted by u and v. This allows for a more convenient and systematic way of describing points on a plane and is commonly used in computer graphics and vector calculus.

2. Why is parametrizing a plane useful?

Parametrizing a plane allows for a more general representation of points on a plane, making it easier to perform calculations and manipulate equations involving planes. It also allows for a more efficient and accurate way to represent curved surfaces.

3. How do you parametrize a plane?

To parametrize a plane, we first need to determine the two parameter variables, u and v. Then, we can express the coordinates of any point on the plane as a function of these parameters, for example, P(u,v) = (u, v, 2u + 3v). The values of u and v can range from any real number, giving us a wide range of points to describe on the plane.

4. Can any plane be parametrized?

Yes, any plane can be parametrized. However, the method and choice of parameters may vary depending on the shape and orientation of the plane. In some cases, it may be more convenient to use polar coordinates or other coordinate systems instead of the standard rectangular coordinates.

5. How is parametrizing a plane related to vector equations?

Parametrizing a plane is closely related to vector equations as it allows for the representation of points on a plane in terms of vectors. This makes it easier to perform vector operations such as addition, subtraction, and scalar multiplication on points, which can be useful in solving problems involving planes.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
399
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
13
Views
284
  • Precalculus Mathematics Homework Help
Replies
7
Views
641
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
Back
Top