Problem 49

Question

Find the parametric equation of the line in the \(x-y\) plane that goes through the given points. Then eliminate the parameter to find the equation of the line in standard form. \((1 .-3)\) and \((4,0)\)

Step-by-Step Solution

Verified
Answer
The parametric equations are \( x(t) = 1 + 3t \) and \( y(t) = -3 + 3t \), and the standard form is \( x - y = 4 \).
1Step 1: Determine Direction Vector
The direction vector of the line can be found by subtracting the coordinates of the two given points. If we let the points be \( A(1, -3) \) and \( B(4, 0) \), the direction vector \( \vec{d} \) is \((4-1, 0+3) = (3, 3) \).
2Step 2: Write the Parametric Equations
Using point \( A(1, -3) \) and the direction vector \( (3, 3) \), the parametric equations of the line are \( x(t) = 1 + 3t \) and \( y(t) = -3 + 3t \), where \( t \) is the parameter.
3Step 3: Eliminate the Parameter
To eliminate the parameter \( t \), solve for \( t \) in the parametric equations. From \( x(t) = 1 + 3t \), solving for \( t \) gives \( t = \frac{x - 1}{3} \). Substitute \( t \) in \( y(t) = -3 + 3t \) which yields \( y = -3 + 3\left( \frac{x-1}{3} \right) \).
4Step 4: Simplify to Find Standard Form
Simplifying the expression for \( y \): \( y = -3 + x - 1 \), so \( y = x - 4 \). Reorganize to get the line in standard form: \( x - y = 4 \).

Key Concepts

Direction VectorStandard Form EquationEliminating Parameters
Direction Vector
The direction vector is a crucial concept when working with parametric equations in geometry. It represents the direction in which a line extends. To find this, you subtract the coordinates of the initial point from the terminal point.
In our problem, we determine the direction vector by taking the points given:
  • Point A: (1, -3)
  • Point B: (4, 0)

Subtract the coordinates of Point A from Point B:
  • Increased by 3 in the x-direction: 4 - 1 = 3
  • Increased by 3 in the y-direction: 0 - (-3) = 3
Thus, our direction vector is (3, 3).
A direction vector like (3, 3) indicates that as you move along the line, you ascend by three units on both x and y axes for each step of the parameter 't'. This direction is consistent throughout the line and provides a simple way to express the line's trajectory.
Standard Form Equation
The standard form of a line's equation is an algebraic expression that presents the line in a specific format: \[ Ax + By = C \] where A, B, and C are integers, and A should be a positive number.
In our exercise, we first set out to find this form by eliminating the parameter from the parametric equations. Starting with the parametric equations:
  • \( x(t) = 1 + 3t \)
  • \( y(t) = -3 + 3t \)
We found:
  • Solve for 't' from the equation of x: \( t = \frac{x - 1}{3} \)
Then, substitute into y:
  • \( y = -3 + 3\left(\frac{x-1}{3}\right) \)
  • \( y = x - 4 \)
This can be arranged to the standard form:
  • \( x - y = 4 \)
This effectively removes any parametric terms and presents the line in a clear, integer-based way. The coefficients resemble the relationship between x and y, offering a straightforward way to check line parallelism and calculate intersections, among other tasks.
Eliminating Parameters
Eliminating the parameter in a set of parametric equations means rewriting the equations so that the variable that represents the parameter is no longer present. This process allows you to convert parametric equations into more conventional forms like slope-intercept or standard form.
Begin by isolating one parameter, typically t, in the parametric equations. From the exercise, starting with:
  • \( x(t) = 1 + 3t \)
We solve for 't':
  • \( t = \frac{x - 1}{3} \)
Next, substitute 't' in the equation for y:
  • \( y(t) = -3 + 3t \)
This results in:
  • \( y = -3 + 3\left(\frac{x-1}{3}\right) \)
  • Hence, \( y = x - 4 \)
By eliminating 't', we've succinctly expressed the relationship between x and y, concluding the transition to a more familiar line equation. The goal of eliminating parameters is to showcase the functional relationship directly, which is easier for analytical tasks in algebraic contexts.