Reference: Stewart 1.2 • Chapter: 1 • Section: 2
Navigation: Wiki Home > Skills > Power and Root Functions
Power and Root Functions
Beyond Integer Exponents
What happens when the exponent isn't a positive integer? Polynomials use $x^2$, $x^3$, and so on—but nature often requires more flexibility.
- Square roots appear when you solve $y^2 = x$ for $y$
- Cube roots arise in volume problems where you know the volume but need the side length
- Negative exponents describe inverse relationships like electrical resistance or gravitational force
All of these are power functions: $f(x) = x^a$ where $a$ can be any real number. Understanding how the exponent $a$ affects the shape, domain, and behavior of these functions is essential for modeling real phenomena.
Prerequisite Map
Quick Reference
| Property |
Value |
| Concept |
Essential Functions |
| Chapter |
Chapter 1, Section 2 |
| Difficulty |
Intermediate |
| Time |
~20 minutes |
Key Concepts
The Power Function
A power function has the form:
$$f(x) = x^a$$
where $a$ is a constant (the exponent). The behavior depends entirely on the value of $a$.
Types of Power Functions
| Exponent Type |
Example |
Name |
Domain |
| Positive integer |
$x^3$ |
Polynomial term |
All real $x$ |
| Positive fraction |
$x^{1/2} = \sqrt{x}$ |
Root function |
$x \geq 0$ (for even root) |
| Negative integer |
$x^{-1} = \frac{1}{x}$ |
Reciprocal |
$x \neq 0$ |
| Negative fraction |
$x^{-1/2} = \frac{1}{\sqrt{x}}$ |
Reciprocal root |
$x > 0$ |
Root Functions
Root functions are power functions with fractional exponents:
$$\sqrt[n]{x} = x^{1/n}$$
Domain considerations:
- Even root (like $\sqrt{x}$ or $\sqrt[4]{x}$): Domain is $x \geq 0$. You can't take the square root of a negative number (in real numbers).
- Odd root (like $\sqrt[3]{x}$ or $\sqrt[5]{x}$): Domain is all real numbers. Cube root of $-8$ is $-2$.
Even root (√x): Odd root (∛x):
| / /
| / /
|/ ────/────
────●──── /
0 /
Reciprocal Functions (Negative Exponents)
Negative exponents produce reciprocal behavior:
$$x^{-n} = \frac{1}{x^n}$$
Key example: $f(x) = x^{-1} = \frac{1}{x}$
- Domain: $x \neq 0$
- As $x \to 0$, $f(x) \to \pm\infty$ (vertical asymptote)
- As $x \to \pm\infty$, $f(x) \to 0$ (horizontal asymptote)
|
\ | /
\ | /
───────\|/───────
/|\
/ | \
|
The Inverse Square Law
Many physical phenomena follow $f(x) = x^{-2} = \frac{1}{x^2}$:
- Light intensity decreases as $1/r^2$ from the source
- Gravitational force follows $F \propto 1/r^2$
- Sound intensity decreases as $1/r^2$
Why? Energy spreads over a sphere's surface. Surface area is $4\pi r^2$, so intensity per unit area decreases proportionally to $1/r^2$.
Comparing Power Functions Near Zero and at Infinity
For $x > 0$:
| When $x$ is small $(0 < x < 1)$ |
When $x$ is large $(x > 1)$ |
| Higher positive exponents give smaller values |
Higher positive exponents give larger values |
| $x^3 < x^2 < x$ for $0 < x < 1$ |
$x^3 > x^2 > x$ for $x > 1$ |
| Negative exponents give larger values |
Negative exponents give smaller values |
Practice Problems
Write each expression in the form $x^a$:
- $\sqrt[3]{x}$
- $\frac{1}{x^4}$
- $\sqrt[5]{x^2}$
- $\frac{1}{\sqrt{x}}$
Find the domain of each function:
- $f(x) = \sqrt{x - 3}$
- $g(x) = \sqrt[3]{x - 3}$
- $h(x) = \frac{1}{x^2 - 4}$
- $k(x) = x^{-2/3}$
The illumination $I$ from a light source varies inversely as the square of the distance $d$ from the source: $$I = \frac{k}{d^2}$$ where $k$ is a constant depending on the light's brightness.
- At a distance of 2 meters, a lamp provides 200 lux of illumination. Find $k$.
- What is the illumination at 4 meters?
- At what distance is the illumination 50 lux?
Consider the functions $f(x) = x^2$, $g(x) = x^3$, and $h(x) = x^{1/2}$.
- Find all points where any two of these functions intersect (besides the origin).
- For $0 < x < 1$, order the three functions from smallest to largest.
- For $x > 1$, order the three functions from smallest to largest.
- Explain the pattern in terms of exponents.
Kepler's Third Law states that for planets orbiting the Sun, the orbital period $T$ (in years) relates to the semi-major axis $a$ (average distance from Sun, in AU) by:
$$T^2 = a^3$$
- Express $T$ as a power function of $a$.
- Express $a$ as a power function of $T$.
- Earth has $a = 1$ AU and $T = 1$ year. Mars has $a = 1.52$ AU. Find Mars's orbital period.
- A comet has an orbital period of 76 years. Find its semi-major axis.
- If a planet's distance from the Sun doubles, by what factor does its orbital period change?
Mastery Checklist
- [ ] I can rewrite root and reciprocal expressions using fractional/negative exponents
- [ ] I can determine domains of power functions (even roots need non-negative input)
- [ ] I can apply inverse square laws to physical problems
- [ ] I understand how exponent size affects function values for $x < 1$ vs $x > 1$
- [ ] I can work with power functions in modeling contexts (like Kepler's law)
Mental Model
Think of the exponent as a "dial" that controls shape:
- Dial at 1: Straight line through origin
- Turn dial up (>1): Curve bends upward, steeper for large $x$
- Turn dial down (0 < a < 1): Curve flattens, less steep for large $x$
- Dial at 0: Horizontal line at $y = 1$
- Dial negative: Flips to become $1/x^{\vert a\vert }$—shoots up near zero, flattens toward infinity
The sign of the exponent determines whether the function grows or decays as $x$ increases.
Connections
Looking back:
- Polynomial functions are sums of positive-integer power functions
- Exponent rules from algebra are essential for simplification
Looking ahead:
Real-world connections:
- Inverse square laws govern light, gravity, electrostatic force, sound
- Kepler's laws describe planetary motion
- Allometric scaling in biology: metabolic rate scales as $(\text{mass})^{3/4}$
Last updated: 2026-01-22