Every function you'll encounter in Calculus I belongs to one of a few basic classes. Recognizing which class a function belongs to tells you a lot about its shape, behavior, and domain before you ever take a derivative. This section covers linear functions, polynomials, and several other important function types, along with the operations and properties that apply across all of them.
Linear Functions
Slope of linear functions
The slope of a line captures its rate of change: how much changes for each unit increase in . For any two points on the line, slope is calculated as:
This value stays constant everywhere on a linear function, which is exactly what makes it linear.
- Positive slope: the line rises from left to right (increasing function)
- Negative slope: the line falls from left to right (decreasing function)
- Zero slope: the line is horizontal (constant function)
- Undefined slope: the line is vertical (not a function)
The steepness of the line corresponds to the absolute value of the slope. A slope of is steeper than a slope of , because .
Polynomial Functions
Polynomial function characteristics
A polynomial function is a sum of terms, each consisting of a coefficient times a variable raised to a non-negative integer exponent. The general form is:
The degree is the highest exponent that appears (with a nonzero coefficient). Degree determines the function's overall shape:
- Degree 1 (linear):
- Degree 2 (quadratic):
- Degree 3 (cubic):
End behavior depends on the degree and the sign of the leading coefficient ():
- Odd-degree polynomials always have opposite end behavior. If the leading coefficient is positive, the graph falls to the left and rises to the right. They're guaranteed at least one real root.
- Even-degree polynomials have the same end behavior on both sides. A positive leading coefficient means both ends rise toward ; a negative one means both ends fall toward . They may have no real roots at all.
Quadratic equations and roots
A quadratic equation has the form where . Its roots (the -values where the parabola crosses the -axis) are found with the quadratic formula:
The expression under the square root, , is called the discriminant, and it tells you what kind of roots to expect:
- Positive discriminant: two distinct real roots (parabola crosses the -axis twice)
- Zero discriminant: one repeated real root (parabola just touches the -axis)
- Negative discriminant: no real roots, two complex conjugate roots (parabola doesn't reach the -axis)
For example, has discriminant , which is positive, so there are two distinct real roots.

Other Functions
Types of algebraic functions
Rational functions are ratios of two polynomials, like . They can have:
- Vertical asymptotes where the denominator equals zero (and the numerator doesn't), such as and in the example above
- Horizontal asymptotes that describe the function's behavior as
Power functions have the form where is any real constant. Their symmetry depends on :
- Even integer : symmetric about the -axis (e.g., )
- Odd integer : symmetric about the origin (e.g., )
- Negative : the function decreases on its domain and produces hyperbolic shapes (e.g., )
Root functions have the form . For even , the domain is . For odd (like cube roots), the domain is all real numbers. Their graphs are increasing and concave down on .
Algebraic vs. transcendental functions
Algebraic functions are built from a finite number of algebraic operations: addition, subtraction, multiplication, division, and taking roots. Polynomials, rational functions, power functions, and root functions all fall in this category.
Transcendental functions are everything else. The main types you'll use in Calculus I are:
- Exponential (e.g., , )
- Logarithmic (e.g., , )
- Trigonometric (e.g., , )
These often have distinctive features like asymptotes (logarithms), periodicity (trig functions), or unbounded growth (exponentials) that set them apart from algebraic functions.
Piecewise function graphing
A piecewise function uses different formulas on different intervals of its domain. To graph one:
- Identify each interval and its corresponding expression
- Graph each piece only on its assigned interval
- Mark endpoints with a closed circle (โ) if that endpoint is included, or an open circle (โ) if it's excluded
Pay close attention to where the pieces meet. If the function values don't match at a boundary, there's a jump discontinuity at that point.

Function graph transformations
Starting from the graph of , you can shift, stretch, compress, or reflect it:
Vertical shifts:
- : shifts up by units
- : shifts down by units
Horizontal shifts:
- : shifts right by units
- : shifts left by units
A common mistake: horizontal shifts go in the opposite direction from what the sign suggests. shifts right, not left.
Vertical stretches/compressions:
- with : stretches vertically (taller)
- with : compresses vertically (shorter)
Horizontal stretches/compressions:
- with : compresses horizontally (narrower)
- with : stretches horizontally (wider)
Reflections:
- : reflects over the -axis
- : reflects over the -axis
Function Properties and Operations
Domain and range
The domain is the set of all valid input values (-values) for a function. The range is the set of all output values (-values) the function actually produces.
When finding domains, watch for two main restrictions: you can't divide by zero, and you can't take an even root of a negative number. For example, requires , so the domain is .
Function composition and inverse
Composition feeds the output of one function into another. The notation means : first apply , then apply to the result. Order matters here, since and are generally different.
An inverse function reverses what does. If , then . Not every function has an inverse. A function must be one-to-one (pass the horizontal line test) to have an inverse. Graphically, the inverse is a reflection of the original function over the line .
Continuity and limits
A function is continuous at a point if you can draw through that point without lifting your pencil. More precisely, is continuous at when three things hold: is defined, exists, and .
Discontinuities come in several types: holes (removable), jumps, and vertical asymptotes (infinite). Polynomials are continuous everywhere, but rational and piecewise functions often have points of discontinuity.
A limit describes what value approaches as gets close to some number, even if the function isn't defined there. This concept is the bridge between the algebra-heavy material in this unit and the core ideas of calculus that come next.