βοΈ Algebra Kingdom Β· Algebra
Rational Exponents & Radical Equations
Read a fractional exponent as a root, move between radical and exponent form, simplify with the exponent rules, and solve equations with a variable under a root, checking for solutions the squaring step invents.
In short
- A fractional exponent is a root and a power in one symbol: the bottom of the fraction is the index of the root and the top is the power, so xm/n is the nth root of x, raised to m.
- Taking the root first and the power second gives the same answer as the other order, with much smaller numbers along the way.
- A negative exponent never makes an answer negative β it means one over the positive power, and it turns a fraction upside down.
- Every exponent rule you already know works unchanged with fractional exponents: multiply and add, divide and subtract, power of a power and multiply.
- An exponent outside a bracket reaches every factor inside it, so (16x8)1/4 roots the 16 as well as the x.
- Squaring both sides of an equation can create solutions the original never had, so checking every candidate in the original equation is part of the method, not an optional extra.
- A square root restricts its input: whatever sits underneath must be zero or more, and that inequality is the domain. Odd roots such as cube roots have no such restriction.
What a fraction in the exponent means
Echo the Scribe reads an equation aloud in The Equation Cave, and the wall says it back half a beat later. That is the whole of this skill: a root and a power are the same sentence said two ways, and once you can hear one inside the other, everything you already know about exponents applies to roots as well.
Start with the only thing a fractional exponent has to obey β the rule that a power raised to a power multiplies the exponents. If x1/2 is going to mean anything, then
(x1/2)2 = x2/2 = x1 = x
So x1/2 is the number that gives x when it is squared. That is exactly what sqrt(x) means. There is no new definition here; the fraction is forced.
The same argument with a 3 underneath gives (x1/3)3 = x, so x1/3 is the cube root of x. In general:
- The bottom of the exponent is the root. x1/n is the nth root of x.
- The top of the exponent is the power. xm/n is that root, raised to the power m.
82/3 = (81/3)2 = 22 = 4
Take the root first and the power second whenever you can, because the root shrinks the number and the power then works on something small. Going the other way is legal but unfriendly: 82/3 is also the cube root of 82, which is the cube root of 64, which is 4 again. Same answer, bigger arithmetic.
A minus sign in the exponent behaves exactly as it always has. It does not make the answer negative; it turns the whole thing upside down:
27-1/3 = 1 / 271/3 = 1/3 (4/9)-3/2 = (9/4)3/2 = 27/8
That second line is the shortcut worth keeping: a fraction to a negative power is the flipped fraction to the positive power.
Both notations, and the roots you should recognise
Converting between the two forms is mechanical once you know which number is which.
sqrt(x^5) = x5/2 the cube root of x2 = x2/3 the fourth root of x6 = x6/4 = x3/2 x7/2 = sqrt(x^7)
Read it off the same way every time: index of the root underneath, power on top. Swapping them is the single most common slip in the topic, and it is invisible unless you check β x2/3 and x3/2 are both perfectly sensible expressions, just not the same one. A quick test: put x = 64 in. The cube root of 64 squared is 16; the square root of 64 cubed is 512. Very different numbers.
When a number rides along inside the root, the root reaches it too:
the cube root of 8x4 = 81/3 x4/3 = 2x4/3 sqrt(25x^7) = 251/2 x7/2 = 5x7/2
It pays to know the small perfect powers on sight, because every clean answer is built out of them.
- Cubes: 8, 27, 64, 125, 216, 343, 512, 1000.
- Fourth powers: 16, 81, 256, 625.
- Fifth powers: 32, 243.
A root that does not come out whole can still be tidied, in exactly the way a square root is. Pull out the largest perfect cube for a cube root:
the cube root of 54 = the cube root of (27 Γ 2) = 3 times the cube root of 2
Checking against 4, 9 and 16 will not help you here; a cube root comes out of a cube. 54 = 27 Γ 2, and 2 has no cube factor left, so that is as far as it goes.
The exponent rules never changed
Here is the payoff for rewriting a root as a power: you do not learn any new rules. The three you already have carry over untouched, fractions and all.
Same base, multiplied: add the exponents.
x1/2 * x1/3 = x1/2 + 1/3 = x3/6 + 2/6 = x5/6
Same base, divided: subtract the exponents.
x5/4 / x1/4 = x4/4 = x1 = x
A power of a power: multiply the exponents.
(x2/3)3/4 = x6/12 = x1/2
The only genuinely new work is the fraction arithmetic in the exponent β common denominators to add, straight across to multiply β so most errors in this section are fraction errors wearing an exponent costume.
An exponent outside a bracket reaches every factor inside it, the number as much as the letter:
(16x8)1/4 = 161/4 times x8/4 = 2x2 (27x6)2/3 = 272/3 times x4 = 9x4
Leaving the 16 or the 27 sitting untouched out front is the classic slip. Say the bracket out loud the way Echo would: *everything inside, to the power one quarter* β then the 16 cannot escape.
Two rules in one expression is just the same moves in order. Clear the bracket, then combine:
(25x4)3/2 * x1/3 = 125x6 * x1/3 = 125x19/3
The 125 out front is not part of the x-exponent arithmetic and never joins in.
Solving a radical equation, and the candidate the cave invents
To free a variable trapped under a square root, square both sides. To free it from under a cube root, cube both sides. The method is short:
1. Isolate the root. Get it alone on one side before you do anything else. 2. Raise both sides to the matching power. 3. Solve whatever ordinary equation is left. 4. Check every answer in the original equation.
sqrt(2x + 3) = 5 2x + 3 = 25 2x = 22 x = 11 and sqrt(2 Γ 11 + 3) = sqrt(25) = 5, so it holds.
Step 1 is not optional. In sqrt(x - 1) + 4 = 7 you must take the 4 off first, leaving sqrt(x - 1) = 3, and only then square. Squaring while the 4 is still there squares the wrong thing entirely.
Step 4 is the one this skill exists for. Squaring is not reversible: -3 and 3 both square to 9, so the squared equation is a *looser* statement than the one you started with, and it can hold for values the original never allowed. Those values are called extraneous. They are not arithmetic slips β they are echoes, sentences the cave added that nobody said.
sqrt(3x + 1) = x - 1 3x + 1 = x2 - 2x + 1 x2 - 5x = 0 x(x - 5) = 0 so the candidates are x = 0 and x = 5.
Test x = 5: the left side is sqrt(16) = 4 and the right side is 4. It holds. Test x = 0: the left side is sqrt(1) = 1, but the right side is -1. A square root sign never returns a negative value, so those two sides cannot be equal, and x = 0 is extraneous. The solution is x = 5 alone.
Sometimes both candidates survive, and sometimes neither does. sqrt(x) = -3 has no solution at all: the left side is never negative, whatever x is. Squaring would still hand you x = 9, which is precisely why the check is part of the method rather than a formality at the end.
A cube root is gentler. The cube root of -8 is -2, a perfectly good real number, so cubing both sides invents nothing and no candidate has to be thrown out. The cube root of 2x - 5 being 3 gives 2x - 5 = 27, so x = 16, and that is the end of it.
Domain, and how to type your answer
A square root has an opinion about what you are allowed to feed it. Since no real number squares to something negative, whatever sits under a square root has to be zero or more.
f(x) = sqrt(x - 3) needs x - 3 >= 0, so the domain is x >= 3 f(x) = sqrt(2x + 10) needs 2x + 10 >= 0, so the domain is x >= -5
Two details decide most of the marks here. The endpoint is included, because sqrt(0) = 0 is a perfectly good answer, so the sign is >= and not >. And the direction of the inequality is set by the x term: as x grows the inside grows, so the domain runs up from the bound rather than down. An odd root has no such worry β cube roots accept every real number, so the domain of the cube root of x is all real numbers.
Now, the answer boxes.
- A number β evaluating 82/3, or solving a radical equation β is typed as a whole number or as a fraction in lowest terms: 4, or 1/3, or 8/27. When the division comes out whole, give the whole number.
- An expression is typed with ^, and a fractional exponent goes in brackets: x3/2, 2x5/3, 125x19/3. A number in front is written straight against the power, as 3x1/2.
- Only square roots can be typed as roots. sqrt(x^5) is fine; there is no cube-root key on the answer pad. So when an answer needs a cube root, write it as a power β x1/3 β and the prompt will say so whenever it matters.
- A simplified cube root of a number is given as a pair. (a, b) means a times the cube root of b, with b holding no perfect cube, so the cube root of 54 is the pair (3, 2). The pair is what makes "simplest form" checkable, since 3 times the cube root of 2 and the cube root of 54 are the same number written two ways.
- A domain, and any question asking which candidate is extraneous, is a multiple choice. Pick the option; there is nothing to type.
One last habit from Echo. Before you write anything down, say the exponent back to yourself: *two thirds β cube root, then squared*. The sentence you say is the calculation you do.
Worked examples
Example 1
Work out (16/81)-3/4.
- The exponent is negative, so turn the fraction over first and make the exponent positive: (16/81)-3/4 = (81/16)3/4.
- A power of a fraction hits the top and the bottom separately: (81/16)3/4 = 813/4 / 163/4.
- Take the fourth root of each part, because the 4 is on the bottom of the exponent: the fourth root of 81 is 3, and the fourth root of 16 is 2.
- Now apply the 3 on top: 33 = 27 and 23 = 8.
- The value is 27/8. Note that it is bigger than 1, which it should be β a negative exponent flipped a fraction smaller than 1 into one bigger than 1.
Example 2
Simplify (8x6)2/3 * x1/2, assuming x is positive.
- Deal with the bracket first. The outside exponent reaches both factors inside it: (8x6)2/3 = 82/3 times (x6)2/3.
- 82/3: the cube root of 8 is 2, and 22 = 4. So the number out front is 4, not 8.
- (x6)2/3: a power of a power multiplies the exponents, and 6 Γ 2/3 = 4, so this part is x4.
- The bracket has become 4x4. Now the two powers of x are multiplied, so their exponents add: 4 + 1/2 = 9/2.
- The 4 out front takes no part in that addition, so the answer is 4x9/2.
Example 3
Solve sqrt(x + 9) + 1 = x - 2, and say which candidates are genuine.
- Isolate the root before squaring: take 1 off both sides, giving sqrt(x + 9) = x - 3.
- Square both sides, expanding the bracket properly rather than term by term: x + 9 = (x - 3)2 = x2 - 6x + 9.
- Bring everything to one side: 0 = x2 - 7x, which factorises as x(x - 7) = 0. The candidates are x = 0 and x = 7.
- Test x = 0 in the ORIGINAL equation: the left side is sqrt(9) + 1 = 4, and the right side is 0 - 2 = -2. They disagree, so x = 0 is extraneous β squaring invented it.
- Test x = 7: the left side is sqrt(16) + 1 = 5, and the right side is 7 - 2 = 5. They agree, so the only solution is x = 7.
Example 4
State the domain of f(x) = sqrt(12 - 3x), and find f(1).
- The inside of a square root has to be zero or more, so set up 12 - 3x >= 0.
- Solve it: 12 >= 3x, so 4 >= x, which is the same as x <= 4.
- This time the domain runs downwards, because the x term is negative β as x grows, 12 - 3x shrinks. So the domain is x <= 4, endpoint included.
- For f(1): the inside is 12 - 3 Γ 1 = 9, and 1 is inside the domain, so the value exists.
- f(1) = sqrt(9) = 3.
Practice problems, with solutions
Three problems of increasing difficulty, each with the full working. In the game these are generated fresh every time; these three are fixed so this page always shows the same ones.
Problem 1
Difficulty 1 of 5Work out 271/3. Give a whole number, or a fraction in lowest terms.
Answer: 3
- The exponent 1/3 is a root: 271/3 asks for the cube root of 27.
- The cube root of 27 is 3, because 33 = 27.
- So 271/3 = 3.
Problem 2
Difficulty 3 of 5Write the fourth root of x9 as a power of x. Assume x is positive. Write a fractional exponent in brackets, like x3/4.
Answer: x9/4
- A root of index 4 is a power of 1/4: the fourth root of x9 = (x9)1/4.
- Multiply the exponents: (x9)1/4 = x9/4.
- In simplest form that is x9/4.
Problem 3
Difficulty 4 of 5Simplify (16x8)3/4. Assume x is positive. Write a fractional exponent in brackets, like x3/4.
Answer: 8x6
- Share the outside exponent over both factors: (16x8)3/4 = 163/4 times (x8)3/4.
- 163/4 = 23 = 8.
- (x8)3/4 = x6.
- So the expression is 8x6.
Common mistakes
- Turning the exponent upside down: writing 83/2 for "the cube root of 8, squared" when the cube root belongs on the bottom, giving 82/3. Test with a friendly number if you are unsure β 642/3 is 16, while 643/2 is 512.
- Reading a negative exponent as a negative answer, and writing 27-1/3 = -3 instead of 1/3. The minus sign flips the number over; it never changes its sign.
- Letting the coefficient escape the root: writing (16x8)1/4 as 16x2 instead of 2x2, because the outside exponent was applied only to the x.
- Squaring only the root side. From sqrt(x + 4) = x - 2, writing x + 4 = x - 2 loses the whole point; the right-hand side has to be squared too, brackets and all, giving x2 - 4x + 4.
- Squaring before isolating: attacking sqrt(x - 1) + 4 = 7 by squaring straight away, when the 4 has to come off first so that the equation reads sqrt(x - 1) = 3.
- Keeping the extraneous root. Both candidates satisfy the squared equation β that is what squaring did β so only a test in the original equation can say which one is real.
- Getting the domain inequality backwards, or dropping the endpoint: writing x > 3 or x <= 3 for f(x) = sqrt(x - 3) when the domain is x >= 3, since sqrt(0) is perfectly allowed.
What you should be able to do
- Evaluate an expression with a rational exponent such as 82/3, and take an nth root.
- Convert between radical form and rational-exponent form, and simplify using the exponent rules.
- Solve a radical equation by isolating the root and raising both sides to a power.
- Check every candidate in the original equation and reject extraneous solutions; state the domain of a radical function.
Where this fits in the curriculum
Common Core
- HSN-RN.A.1
High school β Explain how the definition of the meaning of rational exponents follows from extending the properties of integer exponents to those values, allowing for a notation for radicals in terms of rational exponents.
- HSN-RN.A.2
High school β Rewrite expressions involving radicals and rational exponents using the properties of exponents.
- HSA-REI.A.2
High school β Solve simple rational and radical equations in one variable, and give examples showing how extraneous solutions may arise.
- HSF-IF.C.7.B
High school β Graph square root, cube root and piecewise-defined functions, including step functions and absolute value functions.
SAT
- Passport to Advanced Math
Rational exponents, radicals and equations with a variable under a root.