Math Problem Statement

Find the vector equestion for line of intersection of the planes 5x+5y + z =4 and 5x + 4z = 5

Solution

We are tasked with finding the vector equation of the line formed by the intersection of two planes:

  1. 5x+5y+z=45x + 5y + z = 4
  2. 5x+4z=55x + 4z = 5

Step 1: Find a Direction Vector

The direction vector of the line of intersection is parallel to the cross product of the normals of the two planes. First, let's identify the normals of both planes.

  • The normal vector of the first plane 5x+5y+z=45x + 5y + z = 4 is n1=5,5,1\mathbf{n}_1 = \langle 5, 5, 1 \rangle.
  • The normal vector of the second plane 5x+4z=55x + 4z = 5 is n2=5,0,4\mathbf{n}_2 = \langle 5, 0, 4 \rangle.

Now, we find the cross product of n1\mathbf{n}_1 and n2\mathbf{n}_2 to get the direction vector of the line.

d=n1×n2=ijk551504\mathbf{d} = \mathbf{n}_1 \times \mathbf{n}_2 = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 5 & 5 & 1 \\ 5 & 0 & 4 \end{vmatrix}

d=i(5×41×0)j(5×41×5)+k(5×05×5)\mathbf{d} = \mathbf{i}(5 \times 4 - 1 \times 0) - \mathbf{j}(5 \times 4 - 1 \times 5) + \mathbf{k}(5 \times 0 - 5 \times 5)

d=i(20)j(205)+k(025)\mathbf{d} = \mathbf{i}(20) - \mathbf{j}(20 - 5) + \mathbf{k}(0 - 25)

d=20,15,25\mathbf{d} = \langle 20, -15, -25 \rangle

Thus, the direction vector is d=20,15,25\mathbf{d} = \langle 20, -15, -25 \rangle.

Step 2: Find a Point on the Line

We now need to find a point that lies on both planes. To do this, we solve the system of equations:

5x+5y+z=4(1)5x + 5y + z = 4 \quad \text{(1)} 5x+4z=5(2)5x + 4z = 5 \quad \text{(2)}

From equation (2), we solve for xx:

5x=54zx=14z55x = 5 - 4z \quad \Rightarrow \quad x = 1 - \frac{4z}{5}

Substitute this into equation (1):

5(14z5)+5y+z=45(1 - \frac{4z}{5}) + 5y + z = 4

Simplify:

54z+5y+z=45y3z=15 - 4z + 5y + z = 4 \quad \Rightarrow \quad 5y - 3z = -1

Solve for yy:

y=3z15y = \frac{3z - 1}{5}

Choose z=0z = 0 to simplify the calculations:

  • If z=0z = 0, then x=1x = 1 and y=15y = -\frac{1}{5}.

Thus, the point P(1,15,0)P(1, -\frac{1}{5}, 0) lies on the line.

Step 3: Write the Vector Equation

The vector equation of the line is:

r(t)=r0+td\mathbf{r}(t) = \mathbf{r}_0 + t\mathbf{d}

Where:

  • r0=1,15,0\mathbf{r}_0 = \langle 1, -\frac{1}{5}, 0 \rangle is the point on the line.
  • d=20,15,25\mathbf{d} = \langle 20, -15, -25 \rangle is the direction vector.

Thus, the vector equation is:

r(t)=1,15,0+t20,15,25\mathbf{r}(t) = \langle 1, -\frac{1}{5}, 0 \rangle + t \langle 20, -15, -25 \rangle

Or equivalently:

r(t)=1+20t,1515t,25t\mathbf{r}(t) = \langle 1 + 20t, -\frac{1}{5} - 15t, -25t \rangle

This is the vector equation of the line of intersection of the two planes.

Would you like more details or further clarifications?

Related Questions:

  1. How do you find the equation of a plane given three points?
  2. What is the geometric meaning of the cross product of two vectors?
  3. How do you parameterize the intersection of two planes in 3D space?
  4. How can you check if two planes are parallel or identical?
  5. What is the algebraic method to solve systems of plane equations?

Tip:

Choosing simple values for parameters like tt or solving for variables early can help simplify complex geometry problems significantly!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Vector Geometry
Cross Product
Plane Equations

Formulas

Cross product: a × b = |i j k|
Plane equation: Ax + By + Cz = D
Vector equation of a line: r(t) = r₀ + t * d

Theorems

Cross Product Theorem
System of Equations for Planes

Suitable Grade Level

Undergraduate Level