A straight line is one of the most basic yet fundamental concepts in geometry and algebra. Understanding its equation helps us represent linear relationships between variables, model real-world phenomena, and solve numerous mathematical problems. This page explores the various forms of straight line equations, their properties, and practical applications.
The slope of a line represents its steepness and direction. It's calculated as the ratio of the vertical change (rise) to the horizontal change (run) between any two points on the line.
A positive slope means the line rises as we move from left to right, while a negative slope indicates it falls. A zero slope corresponds to a horizontal line, while an undefined slope represents a vertical line.
The y-intercept is the point where the line crosses the y-axis. It's represented by the coordinate (0, b) where b is the y-intercept value.
The most common and intuitive form of a straight line equation is the slope-intercept form:
where m is the slope and b is the y-intercept. This form is particularly useful for quickly identifying the slope and y-intercept of a line.
When we know a point (x, y) on the line and its slope (m), we can use the point-slope form:
This form is convenient when we need to write the equation of a line given a point and slope, or when finding the equation of a line parallel or perpendicular to another line.
The standard form of a linear equation is:
where A, B, and C are integers, and A is typically positive (A > 0). This form is useful for finding the x- and y-intercepts of the line and for solving systems of linear equations.
When given two points (x, y) and (x, y) on a line, we can use the two-point form:
This form combines the calculation of slope with the point-slope form to directly give the equation of the line.
When we know both the x-intercept (a) and the y-intercept (b) of a line, we can write:
This form is particularly useful when visualizing the position of the line relative to the axes.
Example: Find the equation of a line passing through point (3, 5) with a slope of 2.
Solution:
Using the point-slope form: y - y = m(x - x)
Substituting the given values: y - 5 = 2(x - 3)
Expanding: y - 5 = 2x - 6
Rearranging to slope-intercept form: y = 2x - 1
Therefore, the equation of the line is y = 2x - 1, with a slope of 2 and y-intercept at (0, -1).
Example: Find the equation of a line passing through points (2, 3) and (5, 9).
Solution:
First, find the slope: m = (y - y) / (x - x) = (9 - 3) / (5 - 2) = 6/3 = 2
Now, using point-slope form with one of the points, say (2, 3):
y - 3 = 2(x - 2)
Expanding: y - 3 = 2x - 4
Rearranging: y = 2x - 1
Therefore, the equation is y = 2x - 1. This line has a slope of 2 and a y-intercept at (0, -1).
Example: Write the equation of a line with a slope of -3 and a y-intercept of (0, 4).
Solution:
This is a straightforward case. Using the slope-intercept form y = mx + b:
Substituting m = -3 and b = 4: y = -3x + 4
Therefore, the equation of the line is y = -3x + 4.
Lines that never intersect are called parallel lines. Parallel lines have the same slope but different y-intercepts.
Example: Find the equation of a line parallel to y = 2x - 3 that passes through point (4, 1).
Solution:
The given line y = 2x - 3 has a slope of 2.
Since parallel lines have the same slope, our desired line also has m = 2.
Using the point-slope form: y - 1 = 2(x - 4)
Expanding: y - 1 = 2x - 8
Rearranging: y = 2x - 7
Therefore, the equation of the parallel line is y = 2x - 7.
Lines that intersect at a right angle (90) are called perpendicular lines. The slopes of perpendicular lines are negative reciprocals of each other. If one line has slope m, a perpendicular line has slope -1/m.
Example: Find the equation of a line perpendicular to y = 3x + 2 that passes through point (5, -1).
Solution:
The given line y = 3x + 2 has a slope of 3.
A line perpendicular to this will have a slope of -1/3 (negative reciprocal).
Using the point-slope form: y - (-1) = -1/3(x - 5)
Simplifying: y + 1 = -1/3(x - 5)
Expanding: y + 1 = -x/3 + 5/3
Rearranging: y = -x/3 + 5/3 - 1
Further simplifying: y = -x/3 + 2/3
Therefore, the equation of the perpendicular line is y = -x/3 + 2/3.
Straight line equations model numerous relationships in various fields:
| Field | Application |
|---|---|
| Economics | Demand and supply curves |
| Physics | Uniform motion (distance vs. time) |
| Business | Profit and cost analysis |
| Engineering | Circuit analysis |
| Social Sciences | Linear regression for trend analysis |
A manufacturing company has fixed costs of $2,000 and variable costs of $15 per unit produced. Find the cost function equation.
Solution:
The total cost (C) consists of fixed costs ($2,000) plus variable costs ($15 per unit).
Let x represent the number of units produced.
This relationship can be modeled by the equation: C = 15x + 2,000
This is a straight line with a slope of 15 (representing the cost per unit) and a y-intercept of 2,000 (representing the fixed costs).
