Intersecting Planes & Lines: Point of Intersection

  • Thread starter Thread starter spoc21
  • Start date Start date
  • Tags Tags
    Plane
Click For Summary
SUMMARY

The discussion focuses on determining the intersection between a plane defined by the equation 2x + y + 3z = 10 and a line passing through points A(1, 5, 1) and B(0, 4, 2). The correct parametric equations for the line were derived as x = 1t, y = 4 + 5t, and z = 2 + t. Substituting these equations into the plane's equation confirmed that the line intersects the plane at the point (0, 4, 2), which is also one of the original points given in the problem.

PREREQUISITES
  • Understanding of linear equations in three-dimensional space.
  • Familiarity with parametric equations of lines.
  • Knowledge of substitution methods for solving equations.
  • Basic vector operations to determine direction from two points.
NEXT STEPS
  • Study the derivation of parametric equations from two points in three-dimensional space.
  • Learn about the geometric interpretation of planes and lines in 3D.
  • Explore methods for finding intersections of geometric objects in linear algebra.
  • Investigate the implications of intersection points in real-world applications, such as computer graphics.
USEFUL FOR

Students studying geometry, mathematics educators, and anyone involved in fields requiring spatial reasoning and linear algebra applications.

spoc21
Messages
85
Reaction score
0

Homework Statement



Find out if the following planes and lines intersect. If they intersect, state the point of intersection

Plane: 2x + y + 3z = 10
Line: Passing through the point A(1, 5, 1) and B(0, 4, 2)


Homework Equations





The Attempt at a Solution


I have solved the problem, but am unsure if my working/result is correct..

first we have to find the equation for the line:

[x,y,z]=(0,4,2)+t[1,5,1]

Equation of the line:

x=1t
y=4+5t
z=2+t

We have to know check if they intersect:

2x + y + 3z = 10

Substitute the line equation in the line :
2(t)+(4+5t) + 3(2+t) = 10

2t+4+5t+6+3t=10

10t+10=10

10t=0

t=0

The lines and the plane intersect, since t is a number (0).

Find the point of intersection

Substitute the value of t into the parametric equations:

x=1(0)
x = 0

y=4+5(0)
y = 4

z=2+(0)
z = 2


so the point of intersection is (0,4,2)..but this is the point given in the original question..I am very confused over here...any help is much appreciated

Thanks! :smile:
 
Physics news on Phys.org
spoc21 said:

Homework Statement



Find out if the following planes and lines intersect. If they intersect, state the point of intersection

Plane: 2x + y + 3z = 10
Line: Passing through the point A(1, 5, 1) and B(0, 4, 2)


Homework Equations





The Attempt at a Solution


I have solved the problem, but am unsure if my working/result is correct..

first we have to find the equation for the line:

[x,y,z]=(0,4,2)+t[1,5,1]
This isn't right. You can't just take the two points and plunk them into your parametric equation. You need to find a vector with the same direction as the line. Use the two given points to do this.
spoc21 said:
Equation of the line:

x=1t
y=4+5t
z=2+t

We have to know check if they intersect:

2x + y + 3z = 10

Substitute the line equation in the line :
2(t)+(4+5t) + 3(2+t) = 10

2t+4+5t+6+3t=10

10t+10=10

10t=0

t=0

The lines and the plane intersect, since t is a number (0).

Find the point of intersection

Substitute the value of t into the parametric equations:

x=1(0)
x = 0

y=4+5(0)
y = 4

z=2+(0)
z = 2


so the point of intersection is (0,4,2)..but this is the point given in the original question..I am very confused over here...any help is much appreciated

Thanks! :smile:
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K