Function Approaches- From 0 to 1 in Mathematics
What a Function Actually Is
A function is a rule that takes an input and gives you exactly one output. That's it. No ambiguity, no exceptions. If you put in the same number twice, you get the same result both times.
Mathematicians write it as f(x). The x is your input. f is the machine doing the work. Whatever comes out is your output.
If you hear people say "f of x," that's all they're talking about.
The Vocabulary You Need
Before you go further, learn these terms. They're not optional:
- Domain — every valid input your function accepts
- Range — every possible output your function produces
- Input variable — the independent variable (usually x)
- Output variable — the dependent variable (usually y or f(x))
- Vertical Line Test — if a vertical line crosses your graph more than once, it's not a function
Why the Vertical Line Test Works
A function can only have one output per input. If a vertical line touches the graph in two places, those two places share the same x-value but have different y-values. That's not a function.
Common Function Types You Must Know
These are the building blocks. Master these before touching anything advanced.
Linear Functions
They make straight lines. The general form is f(x) = mx + b.
m is your slope — rise over run. b is your y-intercept — where the line crosses the y-axis.
If m is positive, the line goes up as you move right. If m is negative, it goes down. Zero slope means a horizontal line.
Quadratic Functions
They make parabolas — U-shaped curves. The form is f(x) = ax² + bx + c.
The sign of a tells you which way the parabola opens. Positive a means it opens upward. Negative a means it opens downward.
The vertex is the turning point — either the lowest point (minimum) or highest point (maximum) depending on which way it opens.
Polynomial Functions
These are sums of terms with variables raised to whole number powers. The degree tells you the highest power of x in the expression.
- Degree 0 → constant function
- Degree 1 → linear function
- Degree 2 → quadratic function
- Degree 3 → cubic function
Higher degree doesn't automatically mean more complicated behavior. It just means more potential turns in the graph.
Rational Functions
A fraction where both numerator and denominator are polynomials. f(x) = p(x)/q(x).
The tricky parts are the vertical asymptotes — values of x where the denominator equals zero and the function blows up toward infinity.
Exponential Functions
When the variable sits in the exponent: f(x) = aˣ.
If a > 1, you get growth that accelerates. If 0 < a < 1, you get decay. These functions are everywhere in biology (population growth), finance (compound interest), and physics (radioactive decay).
Logarithmic Functions
The inverse of exponential functions. If y = aˣ, then x = logₐ(y).
They're useful for compressing large numbers and solving equations where the unknown is in an exponent.
Function Operations
Composition of Functions
Plug one function into another. If you have f(g(x)), you're taking the output of g and feeding it into f.
Work from the inside out. Calculate g(x) first, then apply f to that result.
Inverse Functions
An inverse function f⁻¹(x) undoes what f(x) does. If f(5) = 12, then f⁻¹(12) = 5.
To find an inverse:
- Replace f(x) with y
- Swap x and y
- Solve for y
- Replace y with f⁻¹(x)
The graph of a function and its inverse are mirror images across the line y = x.
Arithmetic with Functions
You can add, subtract, multiply, and divide functions just like you do with numbers:
- (f + g)(x) = f(x) + g(x)
- (f - g)(x) = f(x) - g(x)
- (fg)(x) = f(x) · g(x)
- (f/g)(x) = f(x) / g(x)
The last one has a restriction: g(x) cannot equal zero.
How to Work With Functions: A Practical Guide
Evaluating a Function
When someone asks you to evaluate f(3), replace every x in the function with 3 and simplify.
Example: If f(x) = 2x² - 5x + 1
f(3) = 2(3)² - 5(3) + 1
f(3) = 2(9) - 15 + 1
f(3) = 18 - 15 + 1
f(3) = 4
Finding the Domain
Ask yourself: what x-values would break this function?
- Fractions → set denominator ≠ 0
- Square roots (even roots) → radicand ≥ 0
- Logarithms → argument > 0
Graphing a Function
Plot points by choosing x-values, calculating f(x), and marking the (x, y) pairs. Connect them based on what you know about that type of function.
Linear → straight line, need just two points
Quadratic → U-shape, find the vertex first
Exponential → curved, approaches asymptotes
Solving Function Equations
Set the function equal to a value and solve for x.
f(x) = 10, find x
Replace f(x) with its expression, then solve the resulting equation.
Comparing Function Types
| Type | Form | Graph Shape | Key Feature |
|---|---|---|---|
| Linear | f(x) = mx + b | Straight line | Constant rate of change |
| Quadratic | f(x) = ax² + bx + c | Parabola | One vertex (min or max) |
| Cubic | f(x) = ax³ + bx² + cx + d | S-curve | Up to 2 turning points |
| Exponential | f(x) = aˣ | Curved, asymptotic | Accelerating/decelerating growth |
| Logarithmic | f(x) = logₐ(x) | Curved, asymptotic | Mirrors exponential |
| Rational | f(x) = p(x)/q(x) | Hyperbola or broken curves | Vertical/horizontal asymptotes |
Mistakes That Will Cost You
- Confusing f(x) with multiplication — f(x) doesn't mean f times x. It's "f of x."
- Forgetting the domain — functions have restrictions. Know them.
- Misapplying the vertical line test — circles fail it. Ellipses fail it. Only one y per x passes.
- Swapping composition order — f(g(x)) ≠ g(f(x)) in general.
- Ignoring negative signs — -f(x) reflects the graph vertically. f(-x) reflects it horizontally. Different things.
Where Functions Show Up in the Real World
Physics uses functions to describe motion, electricity, and thermodynamics. Economics uses them for cost, revenue, and demand curves. Biology uses them for population dynamics and enzyme reactions. Engineering uses them for signal processing and control systems.
The function concept isn't abstract for the sake of being abstract. It's a tool for modeling anything that connects inputs to outputs predictably.