Finding acute angle between lines/planes and between planes.

In summary, the conversation discusses finding the acute angle between a line and a plane, as well as between two planes. It also covers finding a vector equation for the line of intersection between two planes. The conversation also includes a discussion on the use of acute angles in these calculations and a suggestion for a more direct method of solving for the line of intersection.
  • #1
chwala
Gold Member
2,650
351

Homework Statement


a) Find the acute angle between the line ## r = i+3j+5k+t (2i+4j+k) ## and the plane x-y+z=0
b)Two planes are defined by the equations ## x+2y+z=4## and ## 2x-3y=6 ##
i. find the acute angle between them.
ii. find a vector equation of their line of intersection.

Homework Equations

The Attempt at a Solution


a) [/B]I considered the directional vector ##p= 2i+4j+k## and the normal to plane ## q= i-j+k##
##p.q=|p||q| cos θ## using this i got ##θ=97.2^0 ##degrees. The textbook answer is given as ## θ-0.5π= 7.2 ##degrees
b)
i.
I let ##m=i+2j+k## and ## k=2i-3j## using ##m.k=|m||k| cos Φ## i got ## θ=116.9 ## degrees. The textbook answer is ##63.1## degrees, now my question is can we conclude that to get an acute angle α between a line and a plane we can use ##α=θ-0.5π## and to get an acute angle α between two planes then we use ## α=180-θ## is that correct?
 
Physics news on Phys.org
  • #2
a) it says it wants the acute angle between the plane and the line. Make a drawing !
b i) what is the relationship between your two ponts and the planes ?
b ii ) ?
 
  • #3
I am unable to make this drawing in 3d kindly assist..
 
  • #4
upload_2016-3-29_10-0-29.png
 
  • Like
Likes chwala
  • #5
bii)
## x+2y+z=4## , ## 2x-3y=6 ## on solving we get ## (x,y,z)= (3,0,1)## also another solution is ##(x,y,z)= (0,-2,8) ## thus expressing this in the form of ## r## = ##a + tp## we can have ##(3,0,1)= ##(0,-2,8)## +##t(m,n,p)##, where ##(m,n,p)= (3,-2,7) i.e for ##t=1## thus in form of a vector equation, we now have ## r(x,y,z)= (0,-2,8) + t(3,2,-7)##
 
  • #6
Agree. Well done.
Re a): is it clear your answer was 90 degree off because you calculated the angle between the normal and the line ?
So that in both cases you are allowed to use ##\min (\alpha, \pi -\alpha) ## ?
 
  • Like
Likes chwala
  • #7
Thanks a lot Bvu
 
  • #8
can you also draw the two planes in part 1b) above please...
 
  • #9
chwala said:
can you also draw the two planes in part 1b) above please...
That's a bit more awkward...A sensible representation of the first plane is a bit beyond my visio capabilities. Best I can offer is the second plane: a vertical (in the z direction) plane through (3,0,0) and (0,-2,0) (blueish) and the line (magenta) intersecting the two planes. Plus the intersection of the z=0 plane and the first plane: ##x + 2y = 4## (green). Picture doesn't show the angle between the two planes, though (blue and green line are not perpendicular) !

planes1.jpg


I should add three further comments:

For the two planes, you calculated the angle between the two normal vector directions. Since the angle between those two vectors is equal to the angle between the two planes, the (acute) angle = ##\min (\alpha, \pi -\alpha)## is valid.

For the intersection between ##x+2y+z=4## and ## 2x−3y=6 ## you used the words "on solving we get". What you did was that you found two points for both of which the two equations are satisfied. To me, 'solving' ##\ x+2y+z=4 \ \& \ 2x−3y=6 \ ## means you have to find all such points .

It isn't wise to use the same symbol for two different things: the choice of k in ##k=2i-3j## is confusing...
 

Attachments

  • planes1.jpg
    planes1.jpg
    26.6 KB · Views: 413
  • #10
This looks good, you must have a good computer to do this...
 
  • #11
I agree i should have used a different character for ##k##
 
  • #12
Can we also say that ## r(x,y,z)= (3,0,1) + t(-3,-2,7)## is a Vector equation for the two planes?

Kindly note that ##(3,0,1)## and ##(0,-2,8)## are both points that satisfy the plane equations. The two points can be expressed as a linear combination of each other.

How would these planes look like in a 3D plane?
 
  • #13
chwala said:
Can we also say that ## r(x,y,z)= (3,0,1) + t(-3,-2,7)## is a Vector equation for the two planes?
No. It is a vector equation for the intersection of the two planes. The two planes each have a separate equation (##\ x+2y+z=4 \ ## and ## \ 2x−3y=6 \ ##). Points that satisfy ## r(x,y,z)= (3,0,1) + t(-3,-2,7)## are the points that satisfy ##\ x+2y+z=4 \ \& \ 2x−3y=6 \ ## (i.e. both equations).

Kindly note that ##(3,0,1)## and ##(0,-2,8)## are both points that satisfy both the plane equations.
The two points can be expressed as a linear combination of each other.
No. Clearly ##(3,0,1)## is not a multiple of ##(0,-2,8)##
How would these planes look like in a 3D plane?
See post #9. One is the blueish plane. The other is the plane that contains both the green and the magenta line.

A further comment (on second thoughts, more like a challenge):
You found ##(3,0,1)## by filling in ##y = 0 \Rightarrow x = 3## (from the second plane equation) and picking a point on the line ##x+z =4## (from the first plane equation). And you found ##(0,-2,8)## likewise with ##y = 0##. Then you worked out the equation for a line through both points. Well done.

But there is a more direct way to solve ##\ x+2y+z=4 \ \ \& \ \ 2x−3y=6 \ ## and end up with the equation for a straight line (the same line, of course). Do you see what I mean ?

--
 
  • #14
If ##r=a +tp## is a vector equation, then
##(3,0,1)= (0,-2,8) + 1(3,2,-7) ## also

##(0,-2,8) = (3,0,1) + 1(-3,-2,7)## where ##t=1##
remember t is just a scalar quantity
 
  • #15
What you write down is ##\vec a = \vec b + (\vec a - \vec b) ## and ##\vec b = \vec a + (\vec b - \vec a) ## which isn't extremely shocking. It does not mean that ##\vec a## and ##\vec b## are linear combinations of each other.

With
BvU said:
there is a more direct way to solve ## \ x+2y+z=4 \ \ \& \ \ 2x−3y=6 \ ## and end up with the equation for a straight line (the same line, of course).
I invite you to solve directly for the line that lies in both planes.
 
  • Like
Likes chwala
  • #16
Ok Bvu i can see you are conversant with this...many people don't like to work on vectors in 3D
 
  • #17
what i meant by linear combination is that they can be expressed in an equation , i am using the language from linear algebra, specifically on the definition of a basis of a vector. A basis is basically a span of vectors in space V for e.g in a field of real numbers, that are also linearly indepedent. sorry for confusion
 
  • #18
From my research there are many approaches in finding a vector equation of a line from a set of plane equations in 3D, the more obvious method to me is to get points that satisfy the equations for instance if the points satisfying a set of equations is ##(a,b,c)## and ##(m,n,q)## then it follows that the vector equation is ##r= ai+bj+ck + η((a-m)i+(b-n)j+(c-q)k)## this can also be expressed as ## r= mi+nj+qk+((m-a)i+(n-b)j+(q-c)k## where η is a parameter. Note that in this form of ##r=a +ηp, a ##is the position vector and p is the directional vector
 
  • #19
With
BvU said:
But there is a more direct way to solve ##\ x+2y+z=4 \ \ \& \ \ 2x−3y=6 \ ## and end up with the equation for a straight line (the same line, of course).
--
I mean: $$ x={3\over 2}y + 3 \ \ \& \ \ z = -{ 3\over 2}y - 3 - 2y + 4 \ \ \Leftrightarrow \\ x={3\over 2}y + 3 \ \ \& \ \ z = -{ 7\over 2}y + 1 $$ so that ## \left ( {3\over 2}y + 3, y, -{ 7\over 2}y + 1 \right )##, i.e. ##(3,0,1) + y({3\over 2}, 1, -{ 7\over 2}) ## is a line in both planes (it satisfies both equations for any value of the parameter y).
 
  • Like
Likes chwala
  • #20
BvU said:
With
I mean: $$ x={3\over 2}y + 3 \ \ \& \ \ z = -{ 3\over 2}y - 3 - 2y + 4 \ \ \Leftrightarrow \\ x={3\over 2}y + 3 \ \ \& \ \ z = -{ 7\over 2}y + 1 $$ so that ## \left ( {3\over 2}y + 3, y, -{ 7\over 2}y + 1 \right )##, i.e. ##(3,0,1) + y({3\over 2}, 1, -{ 7\over 2}) ## is a line in both planes (it satisfies both equations for any value of the parameter y).
Thanks Bvu.....
 

1. What is an acute angle?

An acute angle is an angle that measures between 0 and 90 degrees. It is considered "sharp" or "small" in comparison to other angles.

2. How do you find the acute angle between two lines?

To find the acute angle between two lines, you need to first find the slope of each line. Then, use the formula tan θ = |(m1-m2)/(1+m1m2)| to calculate the acute angle θ between the two lines.

3. What is the difference between finding the acute angle between lines and between planes?

When finding the acute angle between lines, you are dealing with two intersecting lines in a two-dimensional plane. When finding the acute angle between planes, you are dealing with two intersecting planes in a three-dimensional space.

4. Can there be more than one acute angle between two lines/planes?

No, there can only be one acute angle between two lines or two planes. This is because the angle between two lines or two planes is determined by their slopes or normal vectors, which are unique.

5. How can finding the acute angle between lines/planes be applied in real life?

Finding the acute angle between lines and planes is useful in various fields such as engineering, architecture, and navigation. It can be used to determine the slope of a road or the angle between two intersecting walls in a building, and it is also used in calculating flight paths for airplanes and spacecrafts.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
26
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
3K
Replies
3
Views
762
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Introductory Physics Homework Help
Replies
22
Views
1K
Back
Top