Solving Lines & Planes Homework Statement: See 1st Figure

  • Thread starter Thread starter jegues
  • Start date Start date
  • Tags Tags
    Lines Planes
Click For Summary

Homework Help Overview

The discussion revolves around a problem involving lines and planes in three-dimensional space, specifically focusing on the relationship between a line and two planes. Participants are exploring how to determine a plane that is parallel to a given line and perpendicular to another plane, referencing specific points and vectors in their reasoning.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the properties of planes and vectors, particularly the use of normal vectors and the dot product to establish relationships between the planes and the line. There is confusion regarding terminology, especially around the concept of a "tangent" to a line, which leads to clarifications about direction vectors.

Discussion Status

Some participants have provided insights into the mathematical relationships involved, such as the use of the cross product to find a normal vector for the new plane. Others are questioning their understanding of the terminology and the geometric implications of the problem, indicating an ongoing exploration of concepts without a clear consensus yet.

Contextual Notes

There is mention of a specific figure and parametric equations that are not provided in the thread, which may limit the ability to fully grasp the problem context. Additionally, participants express uncertainty about certain definitions and properties, indicating that they are navigating through complex concepts related to vector mathematics and geometry.

jegues
Messages
1,085
Reaction score
3

Homework Statement


See first figure.


Homework Equations


N/A


The Attempt at a Solution


I think I got part a down(See second figure) but I'm confused as to how to approach part b.

If it has to be parallel to line l then its going to be in the same direction as l.

In other words, if \vec{u} is the vector:

\vec{u} = <2,1,5>

Then the plane will be in the direction of \vec{u}.(Sorry if that sounds weird, I can't think of any other way to say it :shy:)

What property do I need to fufill in order to have my simplified equation of the plane through the point P(1,1,1) such that it is perpendicular to the plane \Pi?

When I read this I automatically think about the dot product of two vectors,

\vec{P}\cdot\vec{Q} = |\vec{P}||\vec{Q}|cos(\theta)

But since they are perpendicular,

\vec{P}\cdot\vec{Q} = 0

Any suggestions?
 

Attachments

  • PLANEQ.JPG
    PLANEQ.JPG
    22 KB · Views: 454
  • PLANEATTEMPT.JPG
    PLANEATTEMPT.JPG
    22.6 KB · Views: 458
Last edited:
Physics news on Phys.org
The typical equation for a plane is of the form

<br /> \vec{n}<br /> \cdot <br /> \vec{P_0 P_1}<br /> = 0,

where n is a normal vector to the plane and P_0 P_1 is the vector from two points on the plane.

(Aside: can you figure out why this is always true? think of the properties of the dot product and the geometric relation between a vector on the plane and a normal vector to the plane.)

Let n = <a, b, c>. Now, if we know 1 point, P(x_0, y_0, z_0) on the plane, we can rewrite this as:

a(x - x_0) + b(y - y_0) + c(z - z_0) = 0.Alright, now for your problem specifically. We want our new plane to be perpendicular to the old plane and parallel to the given line. In other words, we want our new plane to contain both the normal vector of the old plane and \vec{u}. But our general equation of a plane has coefficients a,b,c that make up a normal vector to the plane. How should we find a normal vector to our new plane when we know two vectors that lie on the plane?

By the way, how are you teaching all this to yourself? It seems you're running into many questions. I'd find a good textbook and just read through it carefully if I were you. Personally, I used Calculus, 5e by James Stewart. I liked it, but there are plenty of other good textbooks available. Just don't try to skim through this material by yourself. Actually sit down, read, and take notes in the textbook.
 
The normal vector of the second plane should be perpendicular to the tangent of l, if it's to be parallel to l, right? And if the second plane is perpendicular to first plane, it's normal vector should be perpendicular to the normal of the first plane, again right? I would say you have two given vectors and you want to find a vector normal to both of them. Sounds like a job for the cross product.
 
Aside: can you figure out why this is always true? think of the properties of the dot product and the geometric relation between a vector on the plane and a normal vector to the plane.

Because the normal of the plane is going to be perpendicular to any vector that lies in the plane. Since the dot product is defined as,

\vec{n}\cdot \vec{P_0 P_1}= |\vec{n}||\vec{P_0 P_1}|cos\theta

Since \theta = 90^{o},

\vec{n}\cdot \vec{P_0 P_1}= 0.

How should we find a normal vector to our new plane when we know two vectors that lie on the plane?

If the I denote the normal of the first plane as \vec{n_1} then,

\vec{n_1} = &lt;2, 2, 1&gt;

Since both the vectors \vec{n_1} and \vec{u} lie in our plane, we can find the normal by evaluating the cross product of those two vectors.

So if we let \vec{n_2} denote the normal of our new plane,

\vec{n_1}\times\vec{u} = \vec{n_2}.

Is this the correct approach?
 
Yes, the normal to the second plane is the cross product of the line tangent and the normal to the first plane. If that's what you mean by 'u'.
 
Okay I think I'm a little confused with some terminology here Dick.

Yes, the normal to the second plane is the cross product of the line tangent and the normal to the first plane.

When you say line tangent I'm not entirely sure what you mean.

The line l described by the parametric equations in the question describe the line. We could write this line in vector format as follows,

l = &lt;1, -3, 4&gt; + &lt;2, 1, 5&gt;t

This describes a straight line in space correct? It starts at the point (1, -3, 4) and goes in the direction of the vector <2, 1, 5> multiplied by some constant t.

So how do you find the tangent of l if the line itself is a straight line?

What am I misunderstanding?
 
Last edited:
jegues said:
Okay I think I'm a little confused with some terminology here Dick.



When you say line tangent I'm not entirely sure what you mean.

The line l described by the parametric equations in the question describe the line. We could write this line in vector format as follows,

l = &lt;1, -3, 4&gt; + &lt;2, 1, 5&gt;t

This describes a straight line in space correct? So how do you find the tangent of l if the line itself is a straight line?

What am I misunderstanding?

You aren't misunderstanding anything. What I mean by the tangent of the line is <2,1,5>. It's the 'direction vector' of the line. It's dl/dt. It's a vector that points along the direction of the line regardless of origin. I'm running out of synonyms here.
 
You aren't misunderstanding anything. What I mean by the tangent of the line is <2,1,5>. It's the 'direction vector' of the line. It's dl/dt. It's a vector that points along the direction of the line regardless of origin. I'm running out of synonyms here.

Haha, thanks again Dick. I seemed to have confused myself. It makes sense now!
 
l is a line that exists at specific points in R^3. We don't want to deal with a line with specific points, we want a vector (which has direction but isn't fixed). All we want is the general direction: the 'direction vector.'
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
1K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K