Radical Functions and Equations
Work with square roots, cube roots, and beyond
You have seen square roots before. You know that $\sqrt{16} = 4$ because $4 \times 4 = 16$. But what about $\sqrt[3]{8}$? Or $\sqrt[4]{81}$? And what happens when you put these roots into a function, like $f(x) = \sqrt{x - 3}$? How do you graph it? What values of $x$ are even allowed?
These are the questions we tackle in this lesson. And here is a comforting thought: if you understand square roots, you already have the foundation for everything that follows. Cube roots, fourth roots, and beyond all work the same way. Even better, there is a secret connection between radicals and exponents that makes everything cleaner once you see it.
Core Concepts
What Is a Radical Function?
A radical function is simply a function that involves a root. The most common is the square root function:
$$f(x) = \sqrt{x}$$
But we can have cube roots, fourth roots, or any root we like:
$$f(x) = \sqrt[3]{x} \quad \text{(cube root function)}$$ $$f(x) = \sqrt[4]{x} \quad \text{(fourth root function)}$$ $$f(x) = \sqrt[n]{x} \quad \text{(}n\text{th root function)}$$
The small number tucked into the radical symbol is called the index. For square roots, the index is 2, but we usually do not write it. When you see $\sqrt{x}$ with no index showing, it means $\sqrt[2]{x}$.
What does the $n$th root actually ask? It asks: “What number, when raised to the $n$th power, gives me this?” In other words:
$$\sqrt[n]{a} = b \quad \text{means} \quad b^n = a$$
So $\sqrt[3]{8} = 2$ because $2^3 = 8$. And $\sqrt[4]{81} = 3$ because $3^4 = 81$.
Domain of Radical Functions: Even vs. Odd Roots
Here is where things get interesting. The domain of a radical function (read: which $x$ values you are allowed to use) depends entirely on whether the index is even or odd.
Even roots (square roots, fourth roots, sixth roots, etc.) require the radicand to be non-negative. Why? Because there is no real number that you can square (or raise to any even power) to get a negative result. Try it: what number squared gives you $-4$? There is no real answer.
So for $f(x) = \sqrt{x}$, the domain is $x \geq 0$.
For $f(x) = \sqrt{2x - 6}$, you need $2x - 6 \geq 0$, which means $x \geq 3$.
Odd roots (cube roots, fifth roots, seventh roots, etc.) can handle any real number, including negatives. This is because negative numbers raised to odd powers stay negative. For instance, $(-2)^3 = -8$, so $\sqrt[3]{-8} = -2$. That works just fine.
So for $f(x) = \sqrt[3]{x}$, the domain is all real numbers.
This distinction is crucial when you start graphing these functions.
Graphing Radical Functions
The basic shapes of radical functions depend on whether the index is even or odd.
The basic square root function $f(x) = \sqrt{x}$:
- Starts at the origin (0, 0)
- Only exists for $x \geq 0$ (moves to the right)
- Increases gradually, growing more slowly as $x$ gets larger
- Looks like half of a sideways parabola
Key points: $(0, 0)$, $(1, 1)$, $(4, 2)$, $(9, 3)$
The basic cube root function $f(x) = \sqrt[3]{x}$:
- Passes through the origin (0, 0)
- Exists for all real numbers (extends left and right)
- Increases throughout, but more steeply near the origin
- Has a distinctive S-shaped curve
Key points: $(-8, -2)$, $(-1, -1)$, $(0, 0)$, $(1, 1)$, $(8, 2)$
Transformations of Radical Functions
Just like with other functions, you can shift, stretch, compress, and reflect radical functions. The same transformation rules apply.
For a function in the form $f(x) = a\sqrt[n]{x - h} + k$:
- $h$ shifts the graph horizontally: right if $h > 0$, left if $h < 0$
- $k$ shifts the graph vertically: up if $k > 0$, down if $k < 0$
- $a$ stretches or compresses vertically: if $|a| > 1$ it stretches; if $|a| < 1$ it compresses
- Negative $a$ reflects the graph over the $x$-axis
For example, $f(x) = -\sqrt[3]{x + 2} + 1$ takes the basic cube root function and:
- Shifts it 2 units left (because of $x + 2$, which is $x - (-2)$)
- Reflects it over the $x$-axis (because of the negative sign)
- Shifts it 1 unit up (because of $+ 1$)
The Secret Connection: Rational Exponents
Here is the beautiful insight that ties everything together. Radicals and exponents are not separate topics; they are two notations for the same thing.
$$\sqrt[n]{a} = a^{1/n}$$
This means the $n$th root of $a$ is the same as $a$ raised to the power $1/n$. For example:
- $\sqrt{9} = 9^{1/2} = 3$
- $\sqrt[3]{8} = 8^{1/3} = 2$
- $\sqrt[4]{16} = 16^{1/4} = 2$
But it goes further. What about $a^{2/3}$? That means:
$$a^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m$$
The denominator of the exponent tells you the root; the numerator tells you the power. You can do them in either order.
For example, $8^{2/3}$ can be calculated as:
- $\sqrt[3]{8^2} = \sqrt[3]{64} = 4$, or
- $\left(\sqrt[3]{8}\right)^2 = 2^2 = 4$
Either way, you get the same answer. Usually, taking the root first (second method) involves smaller numbers and is easier.
Why does this matter? Because all those exponent rules you learned now apply to radicals:
$$a^{m} \cdot a^{n} = a^{m+n}$$ $$\frac{a^{m}}{a^{n}} = a^{m-n}$$ $$(a^{m})^{n} = a^{mn}$$
These rules work with fractional exponents too, making simplification much more systematic.
Simplifying Expressions with Rational Exponents
When you need to simplify expressions involving rational exponents, use the same rules you know from working with integer exponents.
For example, to simplify $\frac{x^{2/3} \cdot x^{1/2}}{x^{-1/6}}$:
First, handle the numerator using the product rule: $$x^{2/3} \cdot x^{1/2} = x^{2/3 + 1/2}$$
To add these fractions, find a common denominator (6): $$\frac{2}{3} + \frac{1}{2} = \frac{4}{6} + \frac{3}{6} = \frac{7}{6}$$
So the numerator is $x^{7/6}$.
Now divide by $x^{-1/6}$ using the quotient rule: $$\frac{x^{7/6}}{x^{-1/6}} = x^{7/6 - (-1/6)} = x^{7/6 + 1/6} = x^{8/6} = x^{4/3}$$
You can leave the answer as $x^{4/3}$ or write it as $\sqrt[3]{x^4}$. Both are correct.
Solving Radical Equations
A radical equation is an equation where the variable appears under a radical sign. To solve these, you need to eliminate the radical by raising both sides to the appropriate power.
The general process:
- Isolate the radical on one side of the equation
- Raise both sides to the power that matches the index (square both sides for square roots, cube both sides for cube roots, etc.)
- Solve the resulting equation
- Check your answers in the original equation
For a square root equation like $\sqrt{3x + 1} = 4$:
- The radical is already isolated
- Square both sides: $3x + 1 = 16$
- Solve: $3x = 15$, so $x = 5$
- Check: $\sqrt{3(5) + 1} = \sqrt{16} = 4$ confirms the answer
Extraneous Solutions: The Trap You Must Avoid
When you raise both sides of an equation to a power, you can accidentally create solutions that do not actually work in the original equation. These false solutions are called extraneous solutions.
Why does this happen? Consider this: if $a = b$, then certainly $a^2 = b^2$. But the reverse is not always true. If $a^2 = b^2$, then $a$ could equal $b$ or $a$ could equal $-b$.
This is why checking your answers is not optional when solving radical equations. It is a required step.
Consider the equation $\sqrt{x + 5} = x - 1$. After squaring and solving, you might get two candidate solutions. But when you check each one in the original equation, only the solutions that make both sides equal are valid. Any solution where the left side (which involves a square root) would need to equal a negative right side is automatically extraneous, since square roots cannot be negative.
Notation and Terminology
| Term | Meaning | Example |
|---|---|---|
| $\sqrt[n]{x}$ | $n$th root of $x$ | $\sqrt[3]{8} = 2$ |
| $a^{1/n}$ | Same as $\sqrt[n]{a}$ | $27^{1/3} = 3$ |
| $a^{m/n}$ | Same as $\sqrt[n]{a^m}$ or $(\sqrt[n]{a})^m$ | $8^{2/3} = 4$ |
| Index | The $n$ in $\sqrt[n]{x}$; indicates which root | In $\sqrt[3]{8}$, the index is 3 |
| Radicand | The expression under the radical | In $\sqrt{5x+2}$, the radicand is $5x+2$ |
| Radical function | Function containing a radical | $f(x) = \sqrt{x-3}$ |
| Rational exponent | An exponent that is a fraction | $x^{3/4}$ |
| Radical equation | Equation with variable under radical | $\sqrt{x + 3} = 5$ |
| Extraneous solution | “Solution” from algebra that does not satisfy the original | Must always check |
Examples
Evaluate $16^{3/4}$.
Step 1: Interpret the rational exponent. The denominator (4) tells us to take the fourth root. The numerator (3) tells us to cube the result.
Step 2: Take the fourth root of 16 first (this keeps the numbers smaller): $$\sqrt[4]{16} = 2 \quad \text{because } 2^4 = 16$$
Step 3: Cube the result: $$2^3 = 8$$
Answer: $16^{3/4} = 8$
Alternative method: You could also compute $16^3 = 4096$ first, then take $\sqrt[4]{4096} = 8$. Same answer, but bigger numbers.
Find the domain of $f(x) = \sqrt{2x - 6}$.
Step 1: Identify that this is a square root (even index).
Step 2: For even roots, the radicand must be non-negative: $$2x - 6 \geq 0$$
Step 3: Solve the inequality: $$2x \geq 6$$ $$x \geq 3$$
Answer: The domain is $x \geq 3$, or in interval notation, $[3, \infty)$.
Why it makes sense: If you try $x = 2$, you get $\sqrt{2(2) - 6} = \sqrt{-2}$, which is not a real number. But $x = 5$ gives $\sqrt{2(5) - 6} = \sqrt{4} = 2$, which works fine.
Simplify $\frac{x^{2/3} \cdot x^{1/2}}{x^{-1/6}}$.
Step 1: Use the product rule in the numerator: $$x^{2/3} \cdot x^{1/2} = x^{2/3 + 1/2}$$
Step 2: Add the exponents (find common denominator of 6): $$\frac{2}{3} + \frac{1}{2} = \frac{4}{6} + \frac{3}{6} = \frac{7}{6}$$
So the numerator becomes $x^{7/6}$.
Step 3: Use the quotient rule to divide: $$\frac{x^{7/6}}{x^{-1/6}} = x^{7/6 - (-1/6)} = x^{7/6 + 1/6} = x^{8/6}$$
Step 4: Simplify the exponent: $$x^{8/6} = x^{4/3}$$
Answer: $\frac{x^{2/3} \cdot x^{1/2}}{x^{-1/6}} = x^{4/3}$
This can also be written as $\sqrt[3]{x^4}$ or $x\sqrt[3]{x}$.
Solve $\sqrt{3x + 1} = 4$.
Step 1: The radical is already isolated on the left side.
Step 2: Square both sides to eliminate the square root: $$(\sqrt{3x + 1})^2 = 4^2$$ $$3x + 1 = 16$$
Step 3: Solve for $x$: $$3x = 15$$ $$x = 5$$
Step 4: Check the solution in the original equation: $$\sqrt{3(5) + 1} = \sqrt{15 + 1} = \sqrt{16} = 4 \checkmark$$
Answer: $x = 5$
Graph $f(x) = -\sqrt[3]{x + 2} + 1$.
Step 1: Identify the parent function: $g(x) = \sqrt[3]{x}$ (the basic cube root function).
Step 2: List the transformations in order:
- $x + 2$ means shift 2 units left
- The negative sign in front reflects over the $x$-axis
- $+ 1$ means shift 1 unit up
Step 3: Find key points by transforming points from the parent function.
Parent function points: $(-8, -2)$, $(-1, -1)$, $(0, 0)$, $(1, 1)$, $(8, 2)$
Apply transformations to each point:
- Shift left 2: subtract 2 from $x$-coordinates
- Reflect over $x$-axis: negate $y$-coordinates
- Shift up 1: add 1 to $y$-coordinates
| Original $(x, y)$ | After shift left 2 | After reflect | After shift up 1 |
|---|---|---|---|
| $(-8, -2)$ | $(-10, -2)$ | $(-10, 2)$ | $(-10, 3)$ |
| $(-1, -1)$ | $(-3, -1)$ | $(-3, 1)$ | $(-3, 2)$ |
| $(0, 0)$ | $(-2, 0)$ | $(-2, 0)$ | $(-2, 1)$ |
| $(1, 1)$ | $(-1, 1)$ | $(-1, -1)$ | $(-1, 0)$ |
| $(8, 2)$ | $(6, 2)$ | $(6, -2)$ | $(6, -1)$ |
Step 4: The graph:
- Passes through $(-2, 1)$ (the transformed origin)
- Domain: all real numbers (cube roots can handle any input)
- Range: all real numbers
- Decreasing throughout (because of the reflection)
- The curve goes up to the left and down to the right
Answer: Plot the points $(-10, 3)$, $(-3, 2)$, $(-2, 1)$, $(-1, 0)$, $(6, -1)$ and draw a smooth S-shaped curve through them, but reflected (decreasing instead of increasing).
Solve $\sqrt{x + 5} = x - 1$.
Step 1: The radical is already isolated. Square both sides: $$(\sqrt{x + 5})^2 = (x - 1)^2$$ $$x + 5 = x^2 - 2x + 1$$
Step 2: Rearrange to standard form: $$x + 5 = x^2 - 2x + 1$$ $$0 = x^2 - 3x - 4$$
Step 3: Factor the quadratic: $$0 = (x - 4)(x + 1)$$
Step 4: Solve: $$x = 4 \quad \text{or} \quad x = -1$$
Step 5: Check both solutions in the original equation.
For $x = 4$: $$\sqrt{4 + 5} = 4 - 1$$ $$\sqrt{9} = 3$$ $$3 = 3 \quad \checkmark \text{ TRUE}$$
For $x = -1$: $$\sqrt{-1 + 5} = -1 - 1$$ $$\sqrt{4} = -2$$ $$2 = -2 \quad \text{FALSE}$$
The solution $x = -1$ is extraneous. It came from valid algebraic steps, but it does not satisfy the original equation. Notice that the right side, $x - 1$, equals $-2$ when $x = -1$, but a square root cannot equal a negative number.
Answer: $x = 4$ (the solution $x = -1$ is extraneous)
Key Properties and Rules
Rational Exponent Rules
All the exponent rules work with fractional exponents:
Product Rule: $$a^{m/n} \cdot a^{p/q} = a^{m/n + p/q}$$
Quotient Rule: $$\frac{a^{m/n}}{a^{p/q}} = a^{m/n - p/q}$$
Power Rule: $$(a^{m/n})^{p/q} = a^{(m/n)(p/q)} = a^{mp/nq}$$
Converting Between Forms: $$a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$$
Domain Rules for Radical Functions
| Root Type | Example | Domain |
|---|---|---|
| Even index ($n = 2, 4, 6, …$) | $\sqrt{x}$, $\sqrt[4]{x}$ | Radicand must be $\geq 0$ |
| Odd index ($n = 3, 5, 7, …$) | $\sqrt[3]{x}$, $\sqrt[5]{x}$ | All real numbers |
Transformation Rules for $f(x) = a\sqrt[n]{x - h} + k$
| Parameter | Effect |
|---|---|
| $h > 0$ | Shifts right $h$ units |
| $h < 0$ | Shifts left $ |
| $k > 0$ | Shifts up $k$ units |
| $k < 0$ | Shifts down $ |
| $ | a |
| $0 < | a |
| $a < 0$ | Reflection over $x$-axis |
Steps for Solving Radical Equations
- Isolate the radical on one side
- Raise both sides to the power of the index
- Solve the resulting equation
- Check all solutions in the original equation
- Reject any extraneous solutions
Real-World Applications
Pendulum Period
The time it takes a pendulum to complete one full swing (called the period) follows this formula:
$$T = 2\pi\sqrt{\frac{L}{g}}$$
where $L$ is the length of the pendulum and $g \approx 9.8 \text{ m/s}^2$ is the acceleration due to gravity. Notice that this is a radical function of $L$. Doubling the length does not double the period; instead, it multiplies the period by $\sqrt{2} \approx 1.414$. This is why grandfather clocks need careful calibration: small changes in pendulum length cause noticeable changes in timekeeping.
Escape Velocity
The minimum speed needed for an object to escape a planet’s gravitational pull is:
$$v = \sqrt{\frac{2GM}{r}}$$
where $G$ is the gravitational constant, $M$ is the planet’s mass, and $r$ is the distance from the planet’s center. For Earth, this works out to about 11.2 km/s (roughly 25,000 mph). The square root means that even a planet four times as massive only requires twice the escape velocity.
Distance Formula
The distance between two points in a coordinate plane uses a square root:
$$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$$
This comes directly from the Pythagorean theorem. In three dimensions, you just add another term:
$$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2}$$
Kepler’s Third Law (Planetary Motion)
Johannes Kepler discovered that the orbital period of a planet is related to its distance from the Sun by:
$$T = k \cdot r^{3/2}$$
where $T$ is the orbital period, $r$ is the average distance from the Sun, and $k$ is a constant. The exponent $3/2$ means you take the distance, cube it, and then take the square root. This elegant relationship governs everything from Mercury’s 88-day orbit to Neptune’s 165-year journey around the Sun.
Self-Test Problems
Problem 1: Evaluate $27^{2/3}$.
Show Answer
First, take the cube root of 27: $\sqrt[3]{27} = 3$
Then square the result: $3^2 = 9$
So $27^{2/3} = 9$
Problem 2: Find the domain of $f(x) = \sqrt[4]{3x - 12}$.
Show Answer
Since this is a fourth root (even index), we need $3x - 12 \geq 0$.
Solving: $3x \geq 12$, so $x \geq 4$.
Domain: $[4, \infty)$
Problem 3: Find the domain of $f(x) = \sqrt[5]{2x + 7}$.
Show Answer
Since this is a fifth root (odd index), any real number works.
Domain: all real numbers, or $(-\infty, \infty)$
Problem 4: Simplify $\frac{x^{3/4} \cdot x^{1/2}}{x^{1/4}}$.
Show Answer
Numerator: $x^{3/4} \cdot x^{1/2} = x^{3/4 + 2/4} = x^{5/4}$
Now divide: $\frac{x^{5/4}}{x^{1/4}} = x^{5/4 - 1/4} = x^{4/4} = x^1 = x$
Answer: $x$
Problem 5: Solve $\sqrt{2x + 3} = 5$.
Show Answer
Square both sides: $2x + 3 = 25$
Solve: $2x = 22$, so $x = 11$
Check: $\sqrt{2(11) + 3} = \sqrt{25} = 5$ confirms the answer.
Answer: $x = 11$
Problem 6: Describe the transformations that take $f(x) = \sqrt{x}$ to $g(x) = 2\sqrt{x - 4} - 3$.
Show Answer
Starting with $f(x) = \sqrt{x}$:
- The $(x - 4)$ shifts the graph 4 units to the right
- The coefficient 2 stretches the graph vertically by a factor of 2
- The $-3$ shifts the graph 3 units down
The new starting point (vertex) moves from $(0, 0)$ to $(4, -3)$.
Problem 7: Solve $\sqrt{x + 2} = x$ and identify any extraneous solutions.
Show Answer
Square both sides: $x + 2 = x^2$
Rearrange: $x^2 - x - 2 = 0$
Factor: $(x - 2)(x + 1) = 0$
Solutions: $x = 2$ or $x = -1$
Check $x = 2$: $\sqrt{2 + 2} = \sqrt{4} = 2$ and $2 = 2$ is TRUE.
Check $x = -1$: $\sqrt{-1 + 2} = \sqrt{1} = 1$ but $-1 \neq 1$, so FALSE.
Answer: $x = 2$ (and $x = -1$ is extraneous)
Summary
- Radical functions have the form $f(x) = \sqrt[n]{x}$, where $n$ is the index (which root you are taking)
- Even roots (square root, fourth root, etc.) require non-negative radicands; odd roots (cube root, fifth root, etc.) accept any real number
- Rational exponents provide an alternative notation: $a^{1/n} = \sqrt[n]{a}$ and $a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m$
- All exponent rules work with fractional exponents: product rule, quotient rule, and power rule
- Transformations of radical functions follow the same patterns as other functions: $f(x) = a\sqrt[n]{x - h} + k$ shifts, stretches, and reflects the basic curve
- To solve radical equations: isolate the radical, raise both sides to the power of the index, solve, then check all solutions
- Extraneous solutions can appear when you raise both sides to a power. Always substitute back into the original equation to verify
- Radical functions appear throughout science and engineering: pendulum periods, escape velocity, distance calculations, and orbital mechanics all use these concepts