< Previous Next >

Linear Functions

Linear Functions 

A linear function describes a straight line on a graph. The general form of a linear function is:

f(x) = ax + b

Where:

  • a is the slope  representing how steep the line is.
  • b is the y-intercept, which is the point where the line crosses the y-axis.

The Four Representations of Linear Functions

Linear functions can be represented in four different ways:

  1. Algebraic : The equation of the line, written as y=ax+b. This shows how the value of y changes in relation to x.
  2. Graphical: The visual representation of the function as a straight line on a coordinate plane.
  3. Tabular: A table of values for x and corresponding y values, which can help plot the graph of the function.
  4. Verbal Description: A written explanation of how the variables are related, describing the slope and intercept of the line.

Formula for Finding the Equation of a Line from Two Points

To calculate the equation of a linear function from two points, you can use the following formula:

a = y_2 - y_1 x_2 - x_1

The slope, a, represents how much the line rises or falls between two points (x_1, y_1) and (x_2, y_2). The equation of the line can then be written as:

y = ax + b

Formula for Finding the Equation of a Line from One Point and a Slope

If you know the slope and a point on the line, you can use the point-slope formula to find the equation of the line:

y - y_1 = a ( x - x_1 )

Where (x_1, y_1) is a known point on the line and a is the slope.