This site is a work in progress. New lessons are added regularly. Contact us

Radical Functions

Learning goals

  • Solve radicand 0\ge 0 for an even-index domain
  • Accept every real input for an odd-index root
  • Draw y=xy = \sqrt{x} from its corner, rising ever slower
  • Place the corner at (h,k)(h, k) in y=axh+ky = a\sqrt{x - h} + k
  • Check every candidate, since squaring adds extraneous ones

What a radical function is

Squaring sends 33 to 99 and 77 to 4949. The square root asks the reverse question: which nonnegative number, squared, gives the input? Packaging that question as a function gives the square-root function

f(x)=x.f(x) = \sqrt{x}.

By agreement x\sqrt{x} means the principal root, the one that is not negative. Both 44 and 4-4 square to 1616, but 16\sqrt{16} is defined to be 44 alone. That definition makes ff return exactly one output per input, so ff is a genuine function.

The same idea works for any power. The cube root x3\sqrt[3]{x} undoes cubing, and in general the nnth root xn\sqrt[n]{x} undoes raising to the nnth power. The little number nn is the index of the radical; a square root is the case n=2n = 2, and its index is left unwritten. Each of these is the same thing you already know from rational exponents, since taking an nnth root is raising to the power 1n\tfrac{1}{n}:

x=x1/2,x3=x1/3,xn=x1/n.\sqrt{x} = x^{1/2}, \qquad \sqrt[3]{x} = x^{1/3}, \qquad \sqrt[n]{x} = x^{1/n}.

A radical function is any function whose rule contains the variable under a root like this. The rest of the lesson works out the two features that make radicals behave unlike the polynomials of earlier chapters: a restricted domain, and a graph that bends.

Domain: which inputs a root will accept

A polynomial such as x23xx^2 - 3x accepts every real number. A radical is fussier. Try to compute 9\sqrt{-9} and you are asking for a number whose square is 9-9, and no real number squares to a negative. So 9\sqrt{-9} has no real value, and 9-9 cannot be in the domain of f(x)=xf(x) = \sqrt{x}. The same objection rules out every negative input.

Why an even-index root rejects negative inputs#

Start from the definition. The value a\sqrt{a} is the nonnegative number whose square is aa, so if a=b\sqrt{a} = b then bb must satisfy b2=ab^2 = a. The question is whether any real number bb can have a negative square. A positive times a positive is positive, a negative times a negative is again positive, and 02=00^2 = 0, so for every real number bb,

b20.b^2 \ge 0.

A square is never negative. If aa is negative, there is no real bb with b2=ab^2 = a, so a\sqrt{a} has no real value. That is exactly why the domain of f(x)=xf(x) = \sqrt{x} is every xx with x0x \ge 0. The same reasoning applies to any even index: the input under a fourth root, a sixth root, and so on must be zero or greater.

Odd-index roots escape the restriction, and the sign test shows why. A cube can be negative, since (2)3=8(-2)^3 = -8, which makes 83=2\sqrt[3]{-8} = -2 a perfectly good real number. As bb runs through every real number, b3b^3 runs through every real output exactly once, so x3\sqrt[3]{x} is defined for all real xx. The domain shrinks only when the index is even, because only an even power is forced to stay nonnegative.

To find the domain of a more involved radical, you do not need a new rule. For an even root, whatever sits under the radical must be greater than or equal to zero. So for an even root, set the radicand (the expression under the root) to be nonnegative and solve the resulting inequality.

Worked example 1 Find the domain of three radical functions

Handle each root by looking only at what it demands of the radicand.

For f(x)=2x6f(x) = \sqrt{2x - 6}, the index is even, so the radicand cannot be negative. Require it to be nonnegative and solve:

2x60x3.2x - 6 \ge 0 \quad \Longrightarrow \quad x \ge 3.

The domain is all x3x \ge 3.

For g(x)=5xg(x) = \sqrt{5 - x}, again set the radicand to be nonnegative, and remember that dividing by a negative flips the inequality:

5x0x5x5.5 - x \ge 0 \quad \Longrightarrow \quad -x \ge -5 \quad \Longrightarrow \quad x \le 5.

The domain is all x5x \le 5. Notice the domain runs to the left here, because raising xx makes the radicand smaller.

For h(x)=x+43h(x) = \sqrt[3]{x + 4}, the index is odd, so the cube root accepts every real number no matter the sign of the radicand. The domain is all real numbers, with nothing to exclude.

Check your understanding

What is the domain of f(x)=123xf(x) = \sqrt{12 - 3x}?

Answer choices

The graph of the square root

To plot y=xy = \sqrt{x}, choose inputs whose roots come out whole, the perfect squares, so the points are easy to place:

xx001144991616
y=xy = \sqrt{x}0011223344

The curve begins at the corner (0,0)(0, 0), since 0=0\sqrt{0} = 0, and it climbs to the right forever. But the climb keeps slowing: getting from output 11 to output 22 costs three units of input (from 11 to 44). Getting from output 22 to output 33 then costs five units of input (from 44 to 99). Each additional unit of height demands a wider stretch of input, so the graph rises steeply near the start and then flattens.

That shape is not arbitrary. Saying y=xy = \sqrt{x} says two things at once: y0y \ge 0 (the root is never negative) and y2=xy^2 = x (squaring the output returns the input). Read on its own, the equation y2=xy^2 = x describes a parabola lying on its side, opening to the right, because for each height yy the input is x=y2x = y^2. Keeping only the part with y0y \ge 0 leaves the upper half of that sideways parabola, and that half is exactly the square-root graph.

There is a second way to see the same curve. Since the square root undoes squaring on nonnegative inputs, y=xy = \sqrt{x} is the inverse of y=x2y = x^2 restricted to x0x \ge 0. So the graph of y=xy = \sqrt{x} is the reflection of that parabola across the line y=xy = x, the mirror you met when studying inverse functions. Reflecting swaps each point (a,b)(a, b) into (b,a)(b, a), which turns the steep, upward half-parabola into the flat, rightward square-root curve.

The square root as the reflection of y = x squared across y = xThe parabola y = x squared restricted to x at least 0, dashed, and its reflection across the line y = x, the solid square-root curve, meeting at the origin and at 1 comma 1.xy123451234(2, 4)(4, 2)(1, 1)y = x²y = √xy = x
The square-root curve is the squaring curve seen in a mirror. The dashed curve is y = x squared for x at least 0. Reflecting it across the dashed line y = x swaps every point (a, b) into (b, a) and produces the solid curve y = the square root of x. The point (2, 4) on the parabola becomes (4, 2) on the root, and both curves meet on the mirror at (0, 0) and (1, 1).

The graph also settles the range. The outputs of x\sqrt{x} are the heights the curve reaches, and starting at 00 it climbs through every positive value without bound, so the range is every y0y \ge 0. Every nonnegative number is hit exactly once, since a target height yy is the root of x=y2x = y^2.

Reading transformations off the equation

You do not have to build a fresh table for every radical function. Each one is a shifted and scaled copy of y=xy = \sqrt{x}. The moves behind that copy are the same shifts, stretches, and reflections from the graphing lessons, now applied to the root. The general form is

y=axh+k.y = a\sqrt{x - h} + k.

Read the three pieces separately, exactly as you did for parabolas:

Putting these together, the corner that used to sit at (0,0)(0, 0) now sits at (h,k)(h, k). The domain is xhx \ge h, and the range is yky \ge k when a>0a > 0 or yky \le k when a<0a < 0. The range splits into two cases because the curve leaves the corner heading up or down according to the sign of aa.

Shifting y = the square root of x to y = the square root of (x minus 2) plus 1The base curve y = the square root of x, dashed, starting at the origin, and the shifted curve y = the square root of (x minus 2) plus 1, solid, starting at the corner 2 comma 1.xy123456712345(0, 0)(2, 1)y = √xy = √(x-2) + 1
Shifting the corner. The dashed curve is y = the square root of x, starting at (0, 0). The rule y = the square root of (x minus 2), plus 1 moves the whole curve right 2 and up 1, so the solid curve starts at the corner (2, 1). The shape is identical; only the starting corner has moved, which is why the domain becomes x at least 2 and the range becomes y at least 1.

Worked example 2 Graph y=x2+1y = \sqrt{x - 2} + 1 and state its domain and range

Match the rule to the form y=axh+ky = a\sqrt{x - h} + k. Here a=1a = 1, h=2h = 2, and k=1k = 1, so nothing is stretched or flipped, and the whole curve is only shifted.

The inside x2x - 2 moves the graph right by 22, and the +1+1 moves it up by 11, so the corner travels from (0,0)(0, 0) to

(h,k)=(2,1).(h, k) = (2, 1).

From there the curve has the ordinary square-root shape. To place a second point, pick an input that makes the radicand a perfect square, say x=6x = 6: then 62+1=4+1=3\sqrt{6 - 2} + 1 = \sqrt{4} + 1 = 3, giving the point (6,3)(6, 3).

The domain comes from the radicand: x20x - 2 \ge 0, so x2x \ge 2, which matches the corner starting at x=2x = 2. Since a=1>0a = 1 > 0 the curve rises from the corner, so the outputs start at 11 and grow, and the range is y1y \ge 1.

Worked example 3 Describe the graph of y=2xy = -2\sqrt{x}

Read y=2xy = -2\sqrt{x} as y=axy = a\sqrt{x} with a=2a = -2, a single coefficient doing two jobs at once.

Its size, a=2\lvert a \rvert = 2, is a vertical stretch: every output of x\sqrt{x} is doubled. Its sign, negative, reflects the graph across the x-axis, turning the curve downward. Tracking the anchor points of y=xy = \sqrt{x} through the rule makes both effects concrete:

(1,1)(1,2),(4,2)(4,4).(1, 1) \longrightarrow (1, -2), \qquad (4, 2) \longrightarrow (4, -4).

The corner (0,0)(0, 0) stays fixed, since 2×0=0-2 \times 0 = 0. The domain is unchanged at x0x \ge 0, because the radicand xx is untouched. But the outputs are now zero or negative, so the range flips to y0y \le 0. The curve now drops away from the origin into the fourth quadrant instead of climbing into the first.

Check your understanding

The graph of y=x+35y = \sqrt{x + 3} - 5 is the graph of y=xy = \sqrt{x} shifted how, and where is its corner?

Answer choices

The three controls below are the three letters of y=axh+ky = a\sqrt{x - h} + k, and the figure restates the domain in words underneath as you move them. The checkpoint you just answered is a state you can reach. Step the inside shift down to 3-3 and the outside shift down to 5-5, and the corner lands where you said it would.

Watch the domain and the range behave differently, because that difference is the point of this section. The inside shift drags the domain with it: the curve simply does not exist to the left of the corner. So moving hh moves the edge of the world, and the sentence under the figure moves with it. The outside shift does not touch the domain at all, it only raises the whole picture, and the range follows it. Then return both shifts to 00 and set aa to 2-2, which is worked example 3 exactly: the range turns over while the domain sits where it was. Take aa all the way to 00 and the curve flattens into a horizontal line, and note that it is still a line starting at x=hx = h. It still has nothing to its left: the restriction was never about the shape, it came from inside the root.

The domain and the range of y=axh+ky = a\sqrt{x - h} + k

y = √x. Its start point sits at (0, 0), not shifted at all. From there it rises to the right, at the natural rate, flattening as it goes. It exists only for x of at least 0, because a square root needs the inside to be at least 0. A coordinate plane with the graph of √x drawn on it, with its start point marked. Use the controls below the figure to stretch it, or to shift it across or up and down. -4 -2 2 4 6 8 -6 -4 -2 2 4 6
Stretch a Inside h Outside k

y = √x. Its start point sits at (0, 0), not shifted at all. From there it rises to the right, at the natural rate, flattening as it goes. It exists only for x of at least 0, because a square root needs the inside to be at least 0.

A square root curve on a coordinate plane, starting at a corner you can move. The inside shift carries the corner sideways and takes the left edge of the domain with it, the outside shift raises the corner and the range with it, and a negative coefficient turns the curve downward without touching the domain.

Solving radical equations

A radical equation has the variable under a root, as in 2x1=5\sqrt{2x - 1} = 5. The plan is to free the variable from the root, and the tool is the inverse relationship you have leaned on all lesson: squaring undoes a square root. Isolate the radical on one side, then raise both sides to the power that matches the index. For a square root you square; for a cube root you cube.

2x1=52x1=25x=13.\sqrt{2x - 1} = 5 \quad \Longrightarrow \quad 2x - 1 = 25 \quad \Longrightarrow \quad x = 13.

Squaring turned the awkward equation into a linear one. There is a catch, though, and it is not optional bookkeeping. Raising both sides to a power can manufacture solutions that solve the new equation but not the original. These are called extraneous solutions, and the next argument explains exactly where they come from.

Why raising both sides to a power can create extraneous solutions#

Squaring both sides of an equation is a one-way street. If two quantities are equal, then their squares are equal too: from A=BA = B it always follows that A2=B2A^2 = B^2. So every genuine solution of the original equation survives the squaring, and none is lost.

The reverse direction is where trouble enters. Knowing A2=B2A^2 = B^2 does not force A=BA = B, because a square erases a sign. The statement A2=B2A^2 = B^2 means

A=BorA=B,A = B \quad \text{or} \quad A = -B,

since AA and A-A share the same square. Squaring folds those two possibilities into one, so the squared equation quietly carries the solutions of A=BA = B together with the solutions of A=BA = -B. Any candidate that belongs only to the second family satisfies the squared equation while failing the one you started with.

Those intruders are the extraneous solutions. They are not errors in the algebra; they are the price of an irreversible step, because squaring cannot tell AA from A-A. The only way to know which candidates are real solutions is to substitute each one back into the original equation and keep those that make it true.

Worked example 4 Solve 1+2x+3=61 + \sqrt{2x + 3} = 6

Isolate the radical before doing anything else. Subtract 11 from both sides so the root stands alone:

2x+3=5.\sqrt{2x + 3} = 5.

Now the two sides are single quantities, so square both to remove the root:

2x+3=252x=22x=11.2x + 3 = 25 \quad \Longrightarrow \quad 2x = 22 \quad \Longrightarrow \quad x = 11.

Check the candidate in the original equation, not the squared one:

1+2(11)+3=1+25=1+5=6.1 + \sqrt{2(11) + 3} = 1 + \sqrt{25} = 1 + 5 = 6. \checkmark

The check holds, so x=11x = 11 is the solution. Isolating first mattered: squaring the equation while the 11 was still attached would have left a radical behind.

Worked example 5 Solve x=x2\sqrt{x} = x - 2 and watch an extraneous solution appear

The radical is already isolated, so square both sides. The right side is a binomial, so expand it carefully:

x=(x2)2=x24x+4.x = (x - 2)^2 = x^2 - 4x + 4.

Move everything to one side to get a quadratic, then factor:

x25x+4=0(x1)(x4)=0,x^2 - 5x + 4 = 0 \quad \Longrightarrow \quad (x - 1)(x - 4) = 0,

so the candidates are x=1x = 1 and x=4x = 4. Squaring may have added a stranger, so test both in the original equation x=x2\sqrt{x} = x - 2.

For x=4x = 4: the left side is 4=2\sqrt{4} = 2 and the right side is 42=24 - 2 = 2. The two agree, so x=4x = 4 is genuine.

For x=1x = 1: the left side is 1=1\sqrt{1} = 1 and the right side is 12=11 - 2 = -1. Since 111 \ne -1, the candidate x=1x = 1 fails, so it is extraneous. It is exactly the intruder the proof predicted: it solves the other branch x=(x2)\sqrt{x} = -(x - 2), because 1=(12)=11 = -(1 - 2) = 1 is true. The only solution is x=4x = 4.

Worked example 6 Solve 7x5=x+1\sqrt{7x - 5} = x + 1

Square both sides, expanding the right side as a binomial:

7x5=(x+1)2=x2+2x+1.7x - 5 = (x + 1)^2 = x^2 + 2x + 1.

Collect into a quadratic and factor:

x25x+6=0(x2)(x3)=0,x^2 - 5x + 6 = 0 \quad \Longrightarrow \quad (x - 2)(x - 3) = 0,

giving candidates x=2x = 2 and x=3x = 3. Test each in the original equation, since squaring might have introduced a false root.

For x=2x = 2: 7(2)5=9=3\sqrt{7(2) - 5} = \sqrt{9} = 3, and x+1=3x + 1 = 3. They match.

For x=3x = 3: 7(3)5=16=4\sqrt{7(3) - 5} = \sqrt{16} = 4, and x+1=4x + 1 = 4. They match too.

This time both candidates check out, so the equation has two solutions, x=2x = 2 and x=3x = 3. The lesson is not that the smaller root is always extraneous; it is that you cannot know until you test, so check every candidate in the original equation.

Check your understanding

How many real solutions does x=x6\sqrt{x} = x - 6 have?

Answer choices

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

People were computing roots long before anyone had a sign for one. A Babylonian clay tablet carries an approximation of the square root of 22. It was written nearly four thousand years ago, and it is correct to five decimal places. Greek geometers pictured a root as the side of a square with a given area. That is exactly the picture this lesson opened with. What none of them had was a quick way to write it down.

The check mark you use appeared in print in 1525, in a German algebra book by Christoff Rudolff. The usual story is that the shape is a hurried lowercase rr. It stands for the Latin word radix, meaning root. That one word is still working in English today. Radical comes from it, and so, less grandly, does radish.

Rudolff’s mark had no bar across the top, and the omission left a real ambiguity. Written his way, does a+b\sqrt{a} + b mean the root of aa, with bb added on afterwards? Or does it mean the root of the whole sum? Writers settled it with brackets, with dots, or with hope. The horizontal bar arrived about a century later. It fused with the check mark into the single symbol you know. Its name is the vinculum, from the Latin for a link, because it binds the radicand together.

That bar is doing quiet work in every rule you learned here. It marks where the radicand stops, and the radicand is what decides the domain.