constant rate

Linear functions are those functions where the domain and range share a constant rate of change.

Each linear function has its own constant rate of change.

Suppose \(L\) is a linear function. Let \(a\) and \(b\) be numbers in the domain of \(L\). Then \(L(a)\) and \(L(b)\) are the corresponding range values.

Since \(L\) is a linear function, we know that \(\frac {L(b) - L(a)}{b - a} = constant\). And, this works for ANY two domain numbers.

Otherwise, it is not a linear function.

Somewhere in history, \(m\) became a popular choice to represent the constant rate of change of a linear function.

\[ \frac {L(b) - L(a)}{b - a} = m \]

No matter which two numbers you select from the domain of \(L\), the rate of change always turns out to be \(m\). Each linear function has its own \(m\) - its own constant rate of change.

A Formula

Let \(L\) be a linear function. That means it has is own constant rate of change. Let’s call it \(m\).

Let \((a, b)\) be one specific pair in \(L\).

Let \((x, y)\) represent any other pair (all other pairs) in the function \(L\).

Since \((a, b)\) is a pair in \(L\), we know that \(b = L(a)\). And, since \((x, y)\) represents any other pair in \(L\), we know that \(y = L(x)\). Replacing these in the equation for constant rate of change gives

\[ \frac {L(x) - L(a)}{x-a} = m \]

Clearing the denominator gives

\[ L(x) - L(a) = m (x-a) + L(a) \]

Solving this for \(L(x)\) gives

\[ L(x) = m (x-a) + L(a) \]

Note: In advanced mathematics, a similar idea called linear maps are required to include the pair \((0,0)\). This would result in \(L(0) = 0\).
This is not required for Calculus.

A Graph

A linear function has a line as its graph. The line includes a point for each pair in the function. And, since it is a line, only two points are needed to draw the graph. Any two distinct points will do.

Graphically, the rate of change of the linear function corresponds to the slope of the line, which measures the tilt of the line.

Clearing the denominator gives us the point-slope form for a line.

The point-slope form is the one your want to memorize.

We used the point \((0, -5)\) to create the equation. We could also have used \((3.3,0)\).

\(B(t) = \frac {5}{3.3} (t - 3.3) - 0 = \frac {5}{3.3} t - \frac {5}{3.3}\cdot 3.3 = \frac {5}{3.3} t - 5\)

Same equation. You can use any point on the line.

Linear Equations

There are two types of questions to ask about functions.

  • You might know the domain number and you are looking for its function value. This is called evaluation and we use function notation for it.
  • You might know the function value and you are looking for its domain partner. This is usually stated with an equation to solve.

These questions about functions correspond to similar questions about graphs. Linear functions correspond to linear equations.

Domain and function values correspond to coordinates of points on the line.

With the order understood, each solution pair can be interpreted as coordinates for a point on the Cartesian plane and plotted as a dot.

Lines vs. Linear Functions

When representing a linear function with a graph, we are expecting the horizontal axis to represent domain values and the vertical axis to represent function values. The graph is visually representing the algebraic/functional information.

On the other hand, geometry doesn’t care about interpretation. A line is just a collection of points. Interpretation is a separate matter.

Depending on how we are using the graph, we will interpret the geometric information differently. This is common when using mathematics to model. This idea will occur many times in mathematics. Context is everything.

Geometry: Graphs of lines don’t care which axis is “vertical” and which axis is “horizontal”. The graph is just a collection of points whose coordinates satisfy the linear equation.

Analysis: The situation changes once we wish to interpret one of the variables as a function of the other variable. Once we designate one of the variables as the dependent variable or the function, then its axis becomes the “vertical” axis. The other axis measures the independent variable and represents the domain of the function. The domain is measured horizontally in the graph.

Note: This all works for all lines, except for vertical lines. All lines are graphs of linear functions, except vertical lines.

You may be more familiar with the “intercept form” for a line.

\[ y = m x + b\]

where \(b\) comes from \((0,b)\), the \(y\)-intercept for the line.

When working with linear functions, the “point-slope form” is much more helpful.

\[ y - y_1 = m (x - x_1)\]

This is because we hardly ever are given an intercept. Almost always we are given another point.

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Linear Functions

2026-06-06 15:11:17