Before you can differentiate or integrate a function, you need to recognise what kind of function it is. This is your complete reference guide to all the major function families in calculus.
AM
Dr. Aisha Malik
February 25, 2026 · Calculus Basics · Reviewed Mar 2026
9 min read
Why Function Types Matter in Calculus
Every differentiation and integration technique in calculus is designed for a specific type of function. The power rule works on polynomial terms. The chain rule handles composed functions. Substitution works when you can spot a function and its derivative together. Before you can apply any of these techniques, you need to recognise the function in front of you — that is what this guide is for.
The Big Six
Calculus introduces six main function families: linear, polynomial, rational, exponential, logarithmic, and trigonometric. Master the shape and behaviour of each, and the derivative and integral rules will feel logical rather than arbitrary.
1. Linear Functions
Type 1 — Linear
f(x) = mx + b
f'(x) = m (constant)
Slope: m · y-intercept: b · Domain: ℝ · Range: ℝ
Linear functions produce straight lines. Their derivative is the constant m — meaning the rate of change is the same everywhere. The integral of a linear function produces a quadratic (parabola). Linear functions are the simplest functions in calculus: differentiating a line gives a constant; integrating a line gives a parabola.
Degree n · Up to n−1 turning points · Continuous on ℝ
Polynomials are the bread-and-butter of calculus — the easiest functions to differentiate and integrate, thanks to the Power Rule: d/dx[xⁿ] = nxⁿ⁻¹. The degree tells you the maximum number of roots, turning points (n−1), and the end behaviour. All polynomials are continuous and differentiable everywhere on the real line.
power rulesmooth and continuousn-1 turning points
3. Rational Functions
Type 3 — Rational
f(x) = p(x) / q(x)
Use Quotient Rule to differentiate
Undefined where q(x) = 0 · Vertical asymptotes · May have holes
Rational functions are ratios of polynomials. They are defined everywhere except where the denominator equals zero. At those points, you may get a vertical asymptote (infinite discontinuity) or a hole (removable discontinuity). Differentiate using the Quotient Rule: d/dx[p/q] = (p'q − pq') / q². Integration of rational functions often requires partial fractions.
The number e ≈ 2.71828 is the base of the natural exponential function, and eˣ is one of the most remarkable functions in mathematics: it is its own derivative. This makes it appear in every differential equation that describes growth or decay. The general rule is d/dx[aˣ] = aˣ ln(a), and ∫eˣ dx = eˣ + C.
The natural logarithm ln(x) is the inverse of eˣ. Its derivative, 1/x, is one of the most important in calculus — it gives you the integral of 1/x (which would otherwise be missing from the power rule). Logarithms transform multiplication into addition, which is why they appear in information theory, physics (entropy), and statistics (log-likelihood).
inverse of eˣd/dx = 1/xdomain x > 0
6. Trigonometric Functions
Type 6 — Trigonometric
sin(x), cos(x), tan(x) ...
d/dx[sin x] = cos x d/dx[cos x] = −sin x
Periodic · Bounded (sin, cos) · Continuous on their domains
Trigonometric functions are periodic — they repeat their values in regular cycles. They model waves, oscillations, and circular motion. The derivative chain sin → cos → −sin → −cos → sin cycles with a period of 4 differentiations. Their integrals cycle in the reverse direction. These functions appear constantly in physics, engineering, and signal processing.
periodic: 2πderivative cyclesin² + cos² = 1
Quick Reference Summary
All Six Types — Derivative Cheat Sheet
Frequently Asked Questions
Which type of function is easiest to differentiate?▼
Polynomials — by far. The Power Rule gives you the derivative of any term xⁿ instantly: bring down the exponent and reduce it by one. All polynomials are sums of these terms, so you can differentiate an entire polynomial term-by-term in seconds.
What makes eˣ so special?▼
The function eˣ is the unique function (up to a constant multiple) that is its own derivative: d/dx[eˣ] = eˣ. This makes it the natural solution to any differential equation of the form dy/dx = y — which describes exponential growth and decay. It also makes eˣ extremely easy to integrate: ∫eˣ dx = eˣ + C.
What is the period of sin(x) and cos(x)?▼
Both sin(x) and cos(x) have a period of 2π — they repeat every 2π units. For sin(bx), the period is 2π/b. These periodic properties are used constantly when integrating trigonometric functions over full periods (the integral of sin over a full period is zero).
What is an algebraic vs transcendental function?▼
Algebraic functions can be expressed using a finite number of algebraic operations (addition, subtraction, multiplication, division, root-taking) on polynomials — this includes polynomials and rational functions. Transcendental functions cannot: exponentials, logarithms, and trigonometric functions are all transcendental. This distinction affects integration techniques: transcendental functions often require more specialised methods.
Larson, R. & Edwards, B. (2013). Calculus, 10th ed. Cengage.
Hughes-Hallett, D. et al. (2017). Calculus: Single and Multivariable. Wiley.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level
Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.
Technically reviewed by:Prof. James Chen, Stanford Mathematics Department