What is the equation of a line?

A line in mathematics can be described using various equations, each highlighting different aspects of the line. The most common forms are the slope-intercept form, the point-slope form, and the standard form.

Slope-Intercept Form

The slope-intercept form is one of the most widely used ways to express the equation of a line. It is written as:
$y = mx + b$
where:

  • $y$ is the dependent variable (usually representing the vertical axis).
  • $x$ is the independent variable (usually representing the horizontal axis).
  • $m$ is the slope of the line, indicating its steepness and direction.
  • $b$ is the y-intercept, the point where the line crosses the y-axis.

Example

If a line has a slope of 2 and a y-intercept of -3, its equation would be:
$y = 2x – 3$

Point-Slope Form

The point-slope form is particularly useful when you know a point on the line and the slope. It is written as:
$y – y_1 = m(x – x_1)$
where:

  • $(x_1, y_1)$ is a specific point on the line.
  • $m$ is the slope of the line.

Example

If a line passes through the point (1, 2) and has a slope of 3, its equation would be:
$y – 2 = 3(x – 1)$

Standard Form

The standard form of a line’s equation is another common representation and is written as:
$Ax + By = C$
where:

  • $A$, $B$, and $C$ are integers.
  • $A$ and $B$ are not both zero.

Example

If a line has the equation $2x + 3y = 6$, this is in standard form. You can convert this to slope-intercept form by solving for $y$:
$3y = -2x + 6$
$y = -frac{2}{3}x + 2$

Converting Between Forms

You can often convert between these forms depending on what information you have and what you need to find. For instance, to convert from point-slope to slope-intercept, you would solve for $y$

Example

Given the point-slope form $y – 2 = 3(x – 1)$, solve for $y$:
$y – 2 = 3x – 3$
$y = 3x – 1$
This is now in slope-intercept form.

Conclusion

Understanding the different forms of the equation of a line is crucial for solving various mathematical problems. Each form provides unique insights and is useful in different scenarios. Whether you’re graphing a line, finding its slope, or determining where it intersects the axes, knowing these forms will make your work much easier.

Citations

  1. 1. Khan Academy – Linear Equations
  2. 2. Math is Fun – Equation of a Line
  3. 3. Purplemath – Linear Equations