Parametric Equation Of A Line

Download as PDF

Ever wanted to describe not just the path of a line, but also where you are on that path at a specific moment? Parametric equations do just that! They add a new dimension—often representing time—to the familiar lines you've studied in algebra, opening up a new way to understand motion and geometry.

Parametric Equation Of A Line — an original Algebra911 reference diagram defining parametric equation of a line with its key formula and a worked example.
Parametric Equation Of A Line

What Is a Parametric Equation of a Line?

A parametric equation of a line is a set of two equations that defines the coordinates of any point on the line, (x, y), in terms of a third variable called a parameter, usually denoted by t. Instead of defining the relationship between x and y directly, like in the familiar slope-intercept form y=mx+b, parametric equations describe the x and y coordinates independently as functions of t.

Think of it like giving directions for a journey. The equation y=2x+1 shows you the road you need to be on. It's a static map. Parametric equations tell you where you are on that road at any given time t. At time t=0, you are at a starting point. At time t=1, you are at another point, and so on. This makes them incredibly useful for describing motion in physics, animation in computer graphics, and much more.

The general form expresses the x-coordinate and the y-coordinate separately:

  • x(t)=... (an expression involving t)
  • y(t)=... (another expression involving t)

By plugging in different values for the parameter t, you can find the coordinates of every single point along the entire line.

What Are the Building Blocks of a Parametric Equation?

To build the parametric equations for a line, you only need two key ingredients. It's like having a starting location and a set of instructions on which way to go and how fast.

  1. A Starting Point: This is a specific, known point that lies on the line. We can call this point P0 with coordinates (x0,y0). This is your 'you are here' marker on the map. Every parametric journey needs a place to begin.
  2. A Direction Vector: This is the crucial part that makes parametric equations special. A vector is a mathematical object that has both direction and magnitude (or length). For our purposes, a direction vector tells us the 'steepness' and 'direction of travel' along the line. We can represent it as v=a,b. This vector isn't a point; it's an instruction. It means: 'for every step you take, move a units horizontally and b units vertically.' The values a and b are called the components of the vector.

Imagine you are standing at the point (x0,y0). The direction vector a,b tells you that to stay on the line, your change in x and change in y must always be in the ratio of a to b. If you move for one unit of time, you'll add the vector's components to your position once. If you move for two units of time, you'll add them twice. This is where the parameter t comes in—it tells us how many times to apply the direction vector to our starting point.

How Do You Construct the Parametric Equations?

Once you have your starting point P0=(x0,y0) and your direction vector v=a,b, constructing the equations is straightforward. The logic is as follows:

Any point (x,y) on the line can be reached by starting at P0 and moving some amount, t, in the direction of v.

Let's break this down for each coordinate:

  • For the x-coordinate: Start at x0. The direction vector says to move a units in the x-direction for every one unit of t. So, after t units of time, you will have moved at units. Your new x-position is x0+at.
  • For the y-coordinate: Start at y0. The direction vector says to move b units in the y-direction for every one unit of t. So, after t units of time, you will have moved bt units. Your new y-position is y0+bt.

This gives us the standard form for the parametric equations of a line.

x(t)=x0+at
y(t)=y0+bt

Here, (x0,y0) is the starting point, a,b is the direction vector, and t is the parameter, which can be any real number.

Example 1

Find the parametric equations for a line that passes through the point (3,2) and has a direction vector v=4,1.

Solution:

We have all the ingredients we need.

  1. Identify the starting point: (x0,y0)=(3,2). So, x0=3 and y0=2.
  2. Identify the direction vector: v=a,b=4,1. So, a=4 and b=1.
  3. Plug these values into the standard form:
    x(t)=x0+atx(t)=3+4t
    y(t)=y0+bty(t)=2+1t

The final parametric equations are:

x(t)=3+4ty(t)=2+t

To see how this works, let's find a few points on the line by choosing values for t:

  • If t=0: x(0)=3+4(0)=3, y(0)=2+0=2. This gives the point (3,2), our starting point.
  • If t=1: x(1)=3+4(1)=7, y(1)=2+1=1. This gives the point (7,1).
  • If t=1: x(1)=3+4(1)=1, y(1)=2+(1)=3. This gives the point (1,3).

All three of these points lie on the same straight line.

How Do You Find the Parametric Equation from Two Points?

A more common scenario is being given two points, say P0=(x0,y0) and P1=(x1,y1), and being asked to find the parametric equations for the line that passes through them. We still need the same two ingredients: a starting point and a direction vector. The good news is we can easily find both from the information given.

  1. Choose a Starting Point: You can pick either P0 or P1 as your starting point. The choice will make your final equations look different, but they will describe the exact same line. Let's choose P0=(x0,y0).
  2. Calculate the Direction Vector: A vector from point P0 to point P1 will point exactly along the line. To find the components of this vector, we simply find the change in x and the change in y between the points.
Direction Vector v from (x0,y0) to (x1,y1) is:
v=x1x0,y1y0

Once you have your chosen starting point and your calculated direction vector, you just plug them into the standard form as before.

Example 2

Find a set of parametric equations for the line passing through the points P0=(2,5) and P1=(1,11).

Solution:

  1. Choose a starting point. Let's use P0=(2,5). So, x0=2 and y0=5.
  2. Calculate the direction vector v from P0 to P1.
    Using the formula v=x1x0,y1y0:
    v=(1)2,115
    v=3,6
    So, our components are a=3 and b=6.
  3. Plug these values into the standard form:
    x(t)=x0+atx(t)=2+(3)t=23t
    y(t)=y0+bty(t)=5+6t

Our parametric equations are x(t)=23t and y(t)=5+6t.

What if we chose P1 as the start? If we start at P1=(1,11) and use the same vector v=3,6, our equations would be x(t)=13t and y(t)=11+6t. This looks different, but it represents the same line!

How Do You Convert Between Parametric and Cartesian Forms?

It's important to be able to switch between the parametric form and the familiar Cartesian form (like y=mx+b or Ax+By=C). This process is called eliminating the parameter.

From Parametric to Cartesian

The goal is to get a single equation that only involves x and y. The strategy is to use one of the parametric equations to solve for t, and then substitute that expression into the other equation.

  1. Step 1: Take one of the parametric equations (the simpler one, usually the x equation) and solve it for t.
  2. Step 2: Substitute the expression for t that you found in Step 1 into the other parametric equation.
  3. Step 3: Simplify the resulting equation. You will be left with an equation relating y and x.
Example 3

Convert the parametric equations x(t)=23t and y(t)=5+6t to Cartesian form.

Solution:

  1. Solve the x-equation for t.
    x=23t
    x2=3t
    t=x23=2x3
  2. Substitute this expression for t into the y-equation.
    y=5+6t
    y=5+6(2x3)
  3. Simplify the equation.
    The 6 and 3 can be simplified.
    y=5+2(2x)
    y=5+42x
    y=92x

The Cartesian form is y=2x+9. We can check this: the slope is 2. Our direction vector was 3,6, and the slope from a direction vector a,b is b/a, which is 6/3=2. It matches!

From Cartesian to Parametric

Going the other way is actually easier, and there are infinite correct answers. A simple method is to let x=t.

  1. Step 1: Set one of the variables equal to t. For example, let x=t.
  2. Step 2: Substitute this into the Cartesian equation.
  3. Step 3: Solve for the other variable (y) in terms of t.

For the equation y=2x+9:

  1. Let x=t.
  2. Substitute into the equation: y=2(t)+9.

So, a valid set of parametric equations is x(t)=t and y(t)=2t+9.

Key formulas for parametric equation of a line by Algebra911.
Key formulas for parametric equation of a line by Algebra911.

What Does the Parameter t Really Represent?

While we often think of t as time, it's more fundamentally a scalar—a number that scales the direction vector. Understanding how different values of t affect the position on the line gives you a much deeper insight into how parametric equations work.

Let's use the equations from our first example: x(t)=3+4t and y(t)=2+t. The starting point is (3,2) and the direction vector is 4,1.

  • When t=0, we get x(0)=3, y(0)=2. This is our starting point. You've applied the direction vector zero times.
  • When t=1, we get x(1)=7, y(1)=1. This is the point you reach by starting at (3,2) and moving along the full direction vector 4,1 exactly once. (3+4=7, 2+1=1).
  • When t=2, we get x(2)=11, y(2)=0. This is the point you reach by applying the direction vector twice.
  • When t=1, we get x(1)=1, y(1)=3. This corresponds to moving backwards along the direction vector from the starting point.
  • When t=0.5, we get x(0.5)=5, y(0.5)=1.5. This corresponds to moving halfway along the direction vector.

The table below shows how the parameter t maps to points (x,y) on the line.

Value of tCalculation for x(t)=3+4tCalculation for y(t)=2+tResulting Point (x,y)
23+4(2)=38=52+(2)=4(5,4)
13+4(1)=34=12+(1)=3(1,3)
03+4(0)=32+0=2(3,2) (Start)
13+4(1)=72+1=1(7,1)
23+4(2)=112+2=0(11,0)

As t sweeps through all real numbers from negative infinity to positive infinity, it traces out the entire, infinite line.

What Are Some Common Mistakes to Avoid?

When first learning parametric equations, a few common pitfalls can trip you up. Being aware of them is the first step to avoiding them.

  • Mixing Up the Point and the Vector: Remember that (x0,y0) is a fixed position, while a,b is a direction. The components a and b must be the coefficients of t, while x0 and y0 are the constant terms. Don't write x(t)=a+x0t.
  • Incorrectly Calculating the Direction Vector: When finding the vector between P0=(x0,y0) and P1=(x1,y1), be sure to subtract the coordinates in the same order: x1x0,y1y0. If you mix the order, like x1x0,y0y1, your vector will point in the wrong direction.
  • Algebra Errors When Eliminating the Parameter: Be careful with your algebra when solving for t and substituting. It's easy to make a mistake with negative signs or fractions, which will lead to the wrong Cartesian equation. Double-check your work.
  • Thinking There Is Only One 'Correct' Answer: For any given line, there are infinitely many possible parametric equations. Choosing a different starting point or a different (but parallel) direction vector will produce a different-looking set of equations that are still perfectly valid. For example, the direction vector 2,4 describes the same direction as 1,2, just at a different 'speed'.
  • Forgetting to Substitute into the *Other* Equation: When eliminating the parameter, after you solve for t using one equation, make sure you substitute it into the second equation. Substituting it back into the same one you started with will just lead to an identity like x=x, which isn't helpful.

Quick Summary and Key Formulas

This lesson introduced a new way to think about lines. Here are the most important takeaways and formulas to remember.

Core Concepts

  • Parametric equations describe the coordinates (x,y) of a point on a line as functions of a single parameter, t.
  • They are built from two components: a starting point and a direction vector.
  • The parameter t can be thought of as time; it tells you 'when' you are at a particular point on the line.

Key Formulas

Standard Parametric Form:

Given a starting point P0=(x0,y0) and a direction vector v=a,b:

x(t)=x0+at
y(t)=y0+bt

Finding the Direction Vector from Two Points:

Given two points P0=(x0,y0) and P1=(x1,y1):

v=x1x0,y1y0

Converting to Cartesian Form:

To convert from parametric to Cartesian, solve one equation for t and substitute the result into the other equation to eliminate the parameter.

Frequently Asked Questions

What's the point of parametric equations if we already have y = mx + b?

The form y=mx+b describes the path of a line, but it doesn't tell you about motion along that path. Parametric equations include a parameter, often representing time, so they can describe where an object is on the line at a specific moment and in which direction it's moving.

Does the parameter 't' always have to be time?

No, not at all. While time is a very common and intuitive interpretation, the parameter t can represent any quantity, like distance, angle, or simply be an abstract variable that traces the line as it changes. It's a way of 'indexing' the points on the line.

Can two different-looking parametric equations describe the same line?

Yes, absolutely. You can create a different, valid set of parametric equations for the same line by choosing a different starting point or by using a direction vector that is a multiple of another. For example, a direction vector of 2,4 is parallel to 1,2 and will produce the same line, just traced at a different 'speed'.

What happens if the direction vector is <0, 0>?

If the direction vector is v=0,0, then the equations become x(t)=x0 and y(t)=y0. No matter what value t takes, the coordinates never change from the starting point. This doesn't describe a line; it describes a single, stationary point.

Can I use a different letter besides 't' for the parameter?

Yes. While t is the most common letter used for the parameter (because of its connection to time), you can use any letter you like. You might see s, k, or the Greek letter lambda (λ) used as parameters in different contexts.

How do parametric equations work for lines in 3D?

They extend very naturally! For a line in three-dimensional space, you just add a third equation for the z-coordinate. If your starting point is (x0,y0,z0) and your direction vector is a,b,c, the equations are x(t)=x0+at, y(t)=y0+bt, and z(t)=z0+ct.

Is the starting point for a line's parametric equation unique?

No, the starting point is not unique. You can choose any point that lies on the line to be your (x0,y0). Choosing a different point will give you a different set of equations, but they will all trace out the exact same line.