Fiveable

📘Intermediate Algebra Unit 8 Review

QR code for Intermediate Algebra practice questions

8.7 Use Radicals in Functions

8.7 Use Radicals in Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Radicals in Functions

Radical functions are functions that contain a root expression, like a square root or cube root. Working with them means you need to think carefully about what inputs are allowed (the domain), how to evaluate them, and what their graphs look like.

Solving Radical Functions

To evaluate a radical function at a specific input, substitute the value into the function and simplify.

Steps:

  1. Replace the variable with the given input value everywhere it appears.
  2. Simplify the expression under the radical (the radicand) first.
  3. Evaluate the root.

Example: For f(x)=x+1f(x) = \sqrt{x + 1}, find f(3)f(3).

  1. Replace xx with 3: f(3)=3+1f(3) = \sqrt{3 + 1}
  2. Simplify the radicand: 4\sqrt{4}
  3. Evaluate: f(3)=2f(3) = 2

A few notes on different root types:

  • Square roots always give the principal (non-negative) root. So 4=2\sqrt{4} = 2, not 2-2.
  • Cube roots can output any real number, including negatives. For example, 83=2\sqrt[3]{-8} = -2.
  • Higher-order roots (4th, 5th, etc.) follow the same even/odd pattern: even-index roots require non-negative radicands, odd-index roots accept anything.
Solving radical functions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Radicals Including Square and Cube ...

Domain of Radical Functions

The domain is the set of all input values where the function produces a real number output. The key rule depends on whether the root's index is even or odd.

Even-index radicals (square roots, 4th roots, etc.): the radicand must be greater than or equal to zero. You can't take the square root of a negative number and get a real result.

Example: Find the domain of f(x)=x2f(x) = \sqrt{x - 2}.

  1. Set the radicand 0\geq 0: x20x - 2 \geq 0

  2. Solve: x2x \geq 2

  3. Domain: [2,)[2, \infty)

Odd-index radicals (cube roots, 5th roots, etc.): the domain is all real numbers, because you can take an odd root of any number.

Example: g(x)=x+13g(x) = \sqrt[3]{x + 1} has domain (,)(-\infty, \infty).

Also watch for additional restrictions. If the radical is part of a fraction, you still need to exclude values that make the denominator zero. For instance, h(x)=1x5h(x) = \frac{1}{\sqrt{x - 5}} requires x5>0x - 5 > 0 (strictly greater than, since 0\sqrt{0} in the denominator gives division by zero), so the domain is x>5x > 5.

Solving radical functions, 8.4: Solving Radical Equations - Mathematics LibreTexts

Graphs of Radical Functions

Graphing a radical function follows a straightforward process.

  1. Find the domain so you know which xx-values are valid.
  2. Build a table of points by choosing xx-values that produce clean results (perfect squares for square root functions, perfect cubes for cube root functions, etc.).
  3. Plot the points and connect them with a smooth curve.

Example: Graph f(x)=xf(x) = \sqrt{x}.

  • Domain: x0x \geq 0
  • Choose strategic xx-values:
xxf(x)=xf(x) = \sqrt{x}
00
11
42
93
  • Plot (0, 0), (1, 1), (4, 2), (9, 3) and draw a smooth curve through them.

Notice the curve starts at the origin and rises gradually, getting flatter as xx increases. This "slowing down" shape is typical of square root functions.

Key features to identify on any radical graph:

  • Starting point: where the curve begins (determined by the domain restriction)
  • x-intercept(s): where the graph crosses the x-axis (y=0y = 0)
  • y-intercept: where the graph crosses the y-axis (x=0x = 0), if that value is in the domain
  • Increasing or decreasing: whether the function rises or falls as xx increases
  • Range: the set of all output values. For f(x)=xf(x) = \sqrt{x}, the range is y0y \geq 0

Functions, Graphs, and Inequalities

A function assigns exactly one output to each input. The graph of a radical function shows all its input-output pairs visually, which makes it easier to read off the domain and range.

Radical inequalities ask you to find the xx-values where a radical expression is greater than, less than, or equal to some value.

Example: Solve x+2>3\sqrt{x + 2} > 3.

  1. Square both sides: x+2>9x + 2 > 9
  2. Solve: x>7x > 7
  3. Check the domain: x+2\sqrt{x + 2} requires x+20x + 2 \geq 0, so x2x \geq -2. Since x>7x > 7 already satisfies this, the solution is x>7x > 7.

Be careful when squaring both sides of an inequality. Squaring is only safe here because both sides are non-negative (a square root is always 0\geq 0, and 3 is positive). If either side could be negative, you'd need to handle the problem differently.