Math Problem Statement

Find the parametric and symmetric equation of a line that is orthogonal to the line through the points (–1, 4, –3) and (4, 2, –1). The work should lead to an answer of x = 4+4t, y = 2+5t, and z = -1-5t

Solution

To find the parametric and symmetric equations of the line orthogonal to the line passing through the points (1,4,3)(-1, 4, -3) and (4,2,1)(4, 2, -1), we can follow these steps:

Step 1: Find the direction vector of the given line

The direction vector v\mathbf{v} of the line through the points (1,4,3)(-1, 4, -3) and (4,2,1)(4, 2, -1) can be calculated by subtracting the coordinates of the first point from the second point: v=4(1),24,1(3)=4+1,24,1+3=5,2,2\mathbf{v} = \langle 4 - (-1), 2 - 4, -1 - (-3) \rangle = \langle 4 + 1, 2 - 4, -1 + 3 \rangle = \langle 5, -2, 2 \rangle So, the direction vector of the given line is v=5,2,2\mathbf{v} = \langle 5, -2, 2 \rangle.

Step 2: Find a point and direction vector for the orthogonal line

An orthogonal line to this one must have a direction vector perpendicular to v=5,2,2\mathbf{v} = \langle 5, -2, 2 \rangle. Suppose the parametric equation of the orthogonal line has the form: x=4+at,y=2+bt,z=1+ctx = 4 + at, \quad y = 2 + bt, \quad z = -1 + ct where a,b,c\langle a, b, c \rangle is the direction vector of the orthogonal line. Since the lines are orthogonal, the dot product of the direction vectors must be zero: va,b,c=0\mathbf{v} \cdot \langle a, b, c \rangle = 0 This gives: 5a+(2)b+2c=05a + (-2)b + 2c = 0 or, equivalently: 5a2b+2c=0(Equation 1)5a - 2b + 2c = 0 \quad \text{(Equation 1)}

Step 3: Solve for the components of the orthogonal direction vector

We are also given the parametric equations of the orthogonal line as: x=4+4t,y=2+5t,z=15tx = 4 + 4t, \quad y = 2 + 5t, \quad z = -1 - 5t So the direction vector of the orthogonal line is 4,5,5\langle 4, 5, -5 \rangle. Plugging these values of a=4a = 4, b=5b = 5, and c=5c = -5 into Equation 1: 5(4)2(5)+2(5)=05(4) - 2(5) + 2(-5) = 0 201010=020 - 10 - 10 = 0 This holds true, confirming that the direction vector 4,5,5\langle 4, 5, -5 \rangle is perpendicular to 5,2,2\langle 5, -2, 2 \rangle.

Step 4: Write the parametric equations

Now, using the point (4,2,1)(4, 2, -1) and the direction vector 4,5,5\langle 4, 5, -5 \rangle, the parametric equations of the orthogonal line are: x=4+4tx = 4 + 4t y=2+5ty = 2 + 5t z=15tz = -1 - 5t

Step 5: Find the symmetric equations

The symmetric form of the line can be obtained by solving each parametric equation for tt: t=x44,t=y25,t=z+15t = \frac{x - 4}{4}, \quad t = \frac{y - 2}{5}, \quad t = \frac{z + 1}{-5} Equating these expressions gives the symmetric equation: x44=y25=z+15\frac{x - 4}{4} = \frac{y - 2}{5} = \frac{z + 1}{-5}

Thus, the parametric equations are: x=4+4t,y=2+5t,z=15tx = 4 + 4t, \quad y = 2 + 5t, \quad z = -1 - 5t and the symmetric equation is: x44=y25=z+15\frac{x - 4}{4} = \frac{y - 2}{5} = \frac{z + 1}{-5}

Would you like a deeper explanation on any of the steps, or more details on how the direction vectors were derived?

Related questions:

  1. How do you find the direction vector of a line given two points?
  2. What are the conditions for two lines to be orthogonal in 3D space?
  3. How do you convert parametric equations into symmetric equations?
  4. Can you describe how to find the equation of a line parallel to a given line?
  5. How would the parametric equations change if the line passed through different points?

Tip: When calculating the direction vector of a line, always subtract the coordinates in the correct order to avoid sign mistakes.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Vector Geometry
3D Lines
Orthogonal Lines

Formulas

Direction vector: v = <x2 - x1, y2 - y1, z2 - z1>
Dot product: v1 · v2 = 0 (for orthogonality)
Parametric equations: x = x0 + at, y = y0 + bt, z = z0 + ct
Symmetric equations: (x - x0)/a = (y - y0)/b = (z - z0)/c

Theorems

Orthogonality of lines
Dot product of vectors

Suitable Grade Level

Grades 10-12