A subclass of polynomial function where the variable x is only in the first power
(i.e. a degree-one polynomial in one variable (i.e. univariate)).
m and b are any real numbers.
In polynomial-ish form: ƒ(x) = a1x1 + a0
All other functions are non-linear.
And/or equivalently, y = mx + b a linear equation of two variables.
m is the slope.
b is the y-intercept.
Its graph in the xy Cartesian plane is a (straight) line.
This is why linear functions are called line-ar.
(A graph shows all the points (i.e. pairs of x and y values) that make the equation true.
And shows, for each value of x, its corresponding ƒ(x) (i.e. y) function value.)
Linear functions are the simplest functions; but very useful.
The domain of every linear function is R. The range is R too, except
for the special case of constant (horizontal) functions whose range is just one number.
Slope is the steepness/shallowness, grade, gradient, tilt, pitch, slant, incline/decline of the line.
The slope is the same at all points of the line.
Slope is how much the function is increasing or decreasing,
i.e. its rate of change,
which is how much the real-world process/activity is changing.
A linear function's rate of change is unchanging, i.e. it is the same, it is a steady rate.
Linear means wherever the x is (e.g. near -∞ or +∞ or 0)
the change of y is the same for the same change of x.
Linear function as all multiples of m.
Between any two points:
--the rise over the run;
--the change in the vertical divided by the change in the horizontal;
--the change in y per one unit change in x, i.e. the rate of change of the y,
the unit rate of y's per x.
--the change in y as a percentage of x: %=m*100% (e.g. y=2x y=200%x; y=1/2x y=50%x)
Ex. a slope of 2 means for a one unit increase of X the Y increases by 2.
Ex. a slope of -2 means for a one unit increase of X the Y decreases by 2.
m = Δy / Δx
= (y2-y1)/(x2-x1)
= (y1-y2)/(x1-x2)
for every pair of points on the line.
Slope Explorer demos slope.
Slope is a kind of angle the line makes with the horizontal.
It is interconvertible to angle via trig functions:
If α is an angle in radians: m=tan(α) and m=tan(angle°*(π/180))
α=arctan(m) and angle°=arctan(m)*(180/π)
Line crosses the y axis at the y-intercept: (0,b).
If b is 0, graph crosses origin (0,0).
A nonzero b is an offset from the origin, often representing an initial value.
Line crosses the x axis at the x-intercept, also called the zero of the function: (-b/m,0).
X-intercept's x coordinate is the solution to the linear equation mx+b=0.
Every linear function's line crosses both axes.
(Except the special case of horizontal lines, see below).
One end goes up to +∞, the other goes down to -∞.
There are no extrema, turning points, inflection points.
A line through the origin has x-intercept and y-intercept at the same point, i.e. (0,0).
A line through the origin is symmetric about the origin, i.e. an odd function.
I.e. ƒ(-x)= -ƒ(x) [m(-x)=-mx] and ƒ(x)= -ƒ(-x) [mx=-m(-x)].
A line not through the origin is neither odd nor even.
All multiples of a linear function have the same x-intercept
(as all multiples of a linear equation have the same solution):
Extra Special case: any vertical line is not even a function.
The graph does not pass the vertical line test.
Its equation is x=c.
Slope is undefined (there is no change in the x,
so the slope equation would be m=(y2-y1)/0, which would be infinite).
Perpendicular lines (i.e. lines that meet at right angles) have slopes that
are the negative reciprocal of each other.
i.e. product of slopes of two perpendicular lines is -1:
if the slope of a line is m, then all lines perpendicular to it have slopes -1/m.
Every horizontal line is perpendicular to every vertical line, and vice versa.
Various lines:
The sum, difference, and composition of two linear functions is a linear function.
Multiplying or dividing two linear functions takes you non-linear into quadratic
and rational functions, respectively.
Distance between two points (x1,y1) and (x2,y2),
i.e. the length of the line segment
connecting the points:
d = √((x1-x2)2)+(y1-y2)2))
i.e. the square root of the sum of the squares of the differences of the coordinates.
From Pythagorean theorem: length of hypotenuse is square root of sum of sides squared:
h = √(a2+b2)
Horizontal line: |x1-x2|
Vertical line: |y1-y2|
Midpoint of a line segment:
(xm,ym) = ((x1+x2)/2,(y1+y2)/2)
i.e. = (average of the x's, average of the y's)
Intersection point (xi,yi) of two lines y=m1x+b1 and y=m2x+b2
xi = (b2-b1)/(m1-m2)
yi = m1xi + b1 or m2xi + b2
Given a line y=mx+b and a point (x1,y1) not on the line,
the line perpendicular to the given line and going through the point is:
y = -1/m x + (x1/m + y1)
Given a line y=mx+b and a point (x1,y1) not on the line,
the line parallel to the given line and going through the point is:
y = mx + (-x1/m + y1)
Given a line y=mx+b and a point (x1,y1) on the line,
the two points on the line a distance d from the given point
(x1±d/√(1+m2), y1±dm/√(1+m2))
Given two lines y=m1x+b1 and y=m2x+b2,
the angle between them is:
|arctan(m1) - arctan(m2)| * 180/π
(Do the calculator in radians mode)
Identity function: f(x) = x
Two non-parallel lines m1x+b1 and m2x+b2 intersect where
the two expressions are equal:
xi=(b2-b1)/(m1-m2)
Secant line:
On the curve of a function ƒ
the slope of the secant line connecting any two points (a,ƒ(a)) and (b,ƒ(b))
is the average rate of change over the interval [a,b]. (On a curve, the rate of change
changes, or differs, at every point.)
Tangent line to a curve at a point;
the one line just touching the curve at that point.
Every point on a curve has one tangent line;
each point's tangent line is different than the
tangent lines of all other points on the curve;
the tangent line is on the convex side of the curve.
Slope of the tangent line at the point is
the instantaneous change of that function
at that point, i.e. how much it is changing
at that point, its rate of change.
(Some points' different tangent lines might have the same slope.)
Calculus's differentiation of the function ƒ
is the function ƒ' (i.e. the derivative of ƒ)
whose evaluation for each x yields the slope of the
tangent line at the (x,y) point on the curve of ƒ.
ƒ(x) = y points on the curve of ƒ. Graph above: f(x)=x2-1
ƒ'(x) = m slope of the line tangent to curve at (x,ƒ(x)). Graph above: ƒ'(x)=2x
tangent tangible touchable
Linear regression line through a bunch of points (data):
is the "best" line for approximating the linear relationship between the X and Y variables.
Asymptote: a line that a curve approaches but never reaches.
Vertical where x is not in domain of the function
(typically that would make the denominator 0).
horizontal as x approaches +∞ and/or -∞
slant/oblique
Examples of linear functions
Systems of linear equations
Inverses of linear functions
Slope Explorer
Correlation and linear regression line
Symmetry
Transformations
Worksheets. Identify all the functions and equations: