Linear Equations

Intercepts of a Line

An intercept is the point where a line crosses an axis on a coordinate plane.

  1. Y-intercept

    • This is the point where the line crosses the y-axis.

    • At the y-intercept, the x-coordinate is always 00. Its coordinates are (0,y)(0, y).

    • To find the y-intercept, substitute x=0x=0 into the equation of the line and solve for yy.

  2. X-intercept

    • This is the point where the line crosses the x-axis.

    • At the x-intercept, the y-coordinate is always 00. Its coordinates are (x,0)(x, 0).

    • To find the x-intercept, substitute y=0y=0 into the equation of the line and solve for xx.

Slope of a Line

Slope measures the steepness and direction of a line. It is often referred to as "rise over run" and is denoted by the letter mm.

  • Formula for slope: Given two distinct points (x<em>1,y</em>1)(x<em>1, y</em>1) and (x<em>2,y</em>2)(x<em>2, y</em>2) on a line, the slope mm is calculated using the formula:
    m=change in ychange in x=y<em>2y</em>1x<em>2x</em>1m = \frac{\text{change in y}}{\text{change in x}} = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}

  • Interpretation of Slope:

    • Positive Slope (m > 0): The line rises as you move from left to right.

    • Negative Slope (m < 0): The line falls as you move from left to right.

    • Zero Slope (m=0m = 0): The line is horizontal.

    • Undefined Slope: The line is vertical (x<em>2x</em>1=0x<em>2 - x</em>1 = 0).

Linear Equations

These concepts are fundamental to understanding and writing linear equations.

  • Slope-intercept form: A common way to express a linear equation is y=mx+by = mx + b, where:

    • mm is the slope of the line.

    • bb is the y-intercept (the y-coordinate when x=0x=0).

  • Point-slope form: If you know the slope mm and one point (x<em>1,y</em>1)(x<em>1, y</em>1) on the line, you can use the point-slope form to write the equation:
    yy<em>1=m(xx</em>1)y - y<em>1 = m(x - x</em>1)
    This form is particularly useful for finding the equation of a line when given a point and the slope, as it directly incorporates these values.