Common Math Functions- Understanding the Basics
What Math Functions Actually Are
A function is a relationship between two sets of numbers. You put in a value, you get out a different value. That's it. No magic, no mystery.
Math functions take an input (usually called x), run it through a rule, and spit out an output (usually called y or f(x)). The "f(x)" notation just means "function of x" — it's shorthand for describing the whole operation.
Functions are the backbone of algebra, calculus, and pretty much every math class you'll ever take. Understanding the basics now saves you from scrambling later.
Linear Functions: The Simplest Ones
Linear functions graph as straight lines. The formula is f(x) = mx + b.
Here's what those letters mean:
- m = slope (rise over run, or how steep the line is)
- b = y-intercept (where the line crosses the y-axis)
Example: f(x) = 2x + 3
This line goes up 2 units for every 1 unit it moves right, and it crosses the y-axis at 3.
Linear functions show up everywhere — calculating mileage, pricing models, basic economics. If something changes at a constant rate, you're dealing with a linear function.
Quadratic Functions: The Parabolas
Quadratic functions graph as curves called parabolas. The standard form is f(x) = ax² + bx + c.
The a coefficient determines direction and width:
- If a is positive, the parabola opens upward
- If a is negative, it opens downward
- The larger |a| is, the narrower the curve
Quadratic functions have a vertex — the highest or lowest point on the graph. This is where the function turns around.
You'll see these in projectile motion problems, area calculations, and optimization tasks.
Polynomial Functions: Just Add More Exponents
Polynomial functions are like quadratic functions but with higher exponents. The general form is:
f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₂x² + a₁x + a₀
The highest exponent (n) tells you the degree of the polynomial. A degree-3 polynomial is called cubic, degree-4 is quartic, and so on.
Higher degrees mean more complex curves with more "turns" in the graph. A degree-n polynomial can have at most n-1 turning points.
Exponential Functions: Growth and Decay
Exponential functions have the variable in the exponent: f(x) = a · bˣ
Here, b is the base. If b > 1, you get growth. If 0 < b < 1, you get decay.
Examples:
- f(x) = 2ˣ — doubles every step
- f(x) = 0.5ˣ — halves every step
Exponential functions start slow, then explode. This is why compound interest works the way it does, and why viral spreading looks flat at first before shooting up.
Logarithmic Functions: The Inverse of Exponential
Logarithms are the reverse of exponentials. If y = bˣ, then x = logᵦ(y).
The logarithm answers the question: "What exponent do I need to get that result?"
Common bases you'll see:
- log₁₀(x) — common logarithm (base 10)
- ln(x) — natural logarithm (base e ≈ 2.718)
Logarithms compress large numbers into manageable scales. They're used in measuring earthquake magnitude (Richter scale), sound (decibels), and pH in chemistry.
Trigonometric Functions: The Circular Ones
The main trig functions are sin(x), cos(x), and tan(x). They relate angles to side ratios in right triangles.
These functions are periodic — they repeat in cycles. sin(x) and cos(x) have a period of 2π (about 6.28 units), meaning they complete one full wave and start over.
Trig functions show up in physics (waves, oscillations), engineering, computer graphics, and anywhere rotation or periodic behavior exists.
Comparing Common Math Functions
| Function Type | Formula | Graph Shape | Key Feature |
|---|---|---|---|
| Linear | f(x) = mx + b | Straight line | Constant rate of change |
| Quadratic | f(x) = ax² + bx + c | Parabola (U-shaped) | One vertex (max or min) |
| Polynomial | f(x) = aₙxⁿ + ... | Curved, can have multiple turns | Degree determines complexity |
| Exponential | f(x) = a · bˣ | J-shaped curve | Accelerating growth/decay |
| Logarithmic | f(x) = logᵦ(x) | Slow rise, then levels off | Inverse of exponential |
| Trigonometric | sin(x), cos(x), tan(x) | Wave patterns | Periodic (repeating) |
How to Work With Functions: A Practical Guide
Evaluating a Function
Plug in your x-value and calculate. For f(x) = 3x² - 2:
- f(2) = 3(4) - 2 = 12 - 2 = 10
- f(-1) = 3(1) - 2 = 3 - 2 = 1
That's all evaluating means — substituting numbers for x.
Finding the Domain
The domain is all x-values a function accepts. Common restrictions:
- No dividing by zero (can't have 0 in denominator)
- No negative numbers under even roots (√x requires x ≥ 0)
- No logarithms of zero or negatives
Finding the Range
The range is all possible output values. For basic functions:
- Linear: all real numbers
- Quadratic: depends on direction (if it opens up, range is [vertex y-value, ∞))
- Exponential: always positive (y > 0)
Graphing Basics
You don't need to plot 100 points. For most functions, find:
- Y-intercept (set x = 0)
- X-intercepts (set f(x) = 0, solve for x)
- Vertex for quadratics
- General shape (line, parabola, curve, wave)
Those 3-4 points plus knowing the shape gets you a decent sketch every time.
Getting Started: What to Actually Do
1. Pick one function type and master it before moving on. Linear first, then quadratic.
2. Practice evaluating by substituting values. Start with integers, then try fractions and negatives.
3. Graph by hand for a few functions. Don't rely solely on calculators — plotting points yourself builds intuition.
4. Learn the parent graphs. Once you know what y = x² looks like, you understand how coefficients change it. Everything else is modifications of a few basic shapes.
5. Memorize the vocabulary: domain, range, intercept, slope, vertex, period. These words come up constantly and you'll look lost if you don't know them.
The Bottom Line
Math functions aren't complicated — they're systematic. Each type has a predictable shape, a standard formula, and specific situations where it applies.
Linear for constant change. Quadratic for acceleration and optimization. Exponential for explosive growth. Logarithms for compressing scales. Trig for anything that rotates or repeats.
Learn the shapes. Memorize the formulas. Practice evaluating. That's literally all there is to it.