Learn on PengiOpenStax Algebra and TrigonometryChapter 5: Polynomial and Rational Functions

Lesson 5.7 : Inverses and Radical Functions

In this Grade 7 math lesson from OpenStax Algebra and Trigonometry, students learn how to find the inverse of invertible polynomial functions and how to restrict the domain of a polynomial function to make it one-to-one before finding its inverse. The lesson covers key concepts including radical functions, square root functions as inverses of quadratic functions, and the horizontal line test, using real-world contexts like cone volume and parabolic troughs to illustrate the ideas. Part of Chapter 5: Polynomial and Rational Functions, this lesson builds students' understanding of how inverse functions reverse input-output relationships in polynomial and rational expressions.

Section 1

📘 Inverses and Radical Functions

New Concept

This lesson explores how to find the inverse of polynomial functions. You'll learn why some functions, like quadratics, require a restricted domain to become one-to-one and how this process often leads to radical functions as inverses.

What’s next

Next, you'll tackle interactive examples for finding inverses. We'll start with invertible polynomials and then see how to handle functions requiring domain restrictions.

Section 2

Verifying Inverse Functions

Property

Two functions, ff and gg, are inverses of one another if for all xx in the domain of ff and gg, g(f(x))=f(g(x))=xg(f(x)) = f(g(x)) = x. An important relationship between inverse functions is that they “undo” each other. If f1f^{-1} is the inverse of a function ff, then ff is the inverse of the function f1f^{-1}. In other words, whatever the function ff does to xx, f1f^{-1} undoes it—and vice-versa.

f1(f(x))=x,for all x in the domain of ff^{-1}(f(x)) = x, \text{for all } x \text{ in the domain of } f
and
f(f1(x))=x,for all x in the domain of f1f(f^{-1}(x)) = x, \text{for all } x \text{ in the domain of } f^{-1}

Examples

  • Show that f(x)=x+53f(x) = \frac{x+5}{3} and f1(x)=3x5f^{-1}(x) = 3x - 5 are inverses. We check that f1(f(x))=3(x+53)5=(x+5)5=xf^{-1}(f(x)) = 3(\frac{x+5}{3}) - 5 = (x+5) - 5 = x. And f(f1(x))=(3x5)+53=3x3=xf(f^{-1}(x)) = \frac{(3x-5)+5}{3} = \frac{3x}{3} = x.
  • Show that f(x)=x23f(x) = \sqrt[3]{x-2} and f1(x)=x3+2f^{-1}(x) = x^3 + 2 are inverses. We check that f1(f(x))=(x23)3+2=(x2)+2=xf^{-1}(f(x)) = (\sqrt[3]{x-2})^3 + 2 = (x-2) + 2 = x. And f(f1(x))=(x3+2)23=x33=xf(f^{-1}(x)) = \sqrt[3]{(x^3+2)-2} = \sqrt[3]{x^3} = x.
  • Show that f(x)=1x+4f(x) = \frac{1}{x+4} and f1(x)=1x4f^{-1}(x) = \frac{1}{x} - 4 are inverses for x0,4x \neq 0, -4. We check that f1(f(x))=11x+44=(x+4)4=xf^{-1}(f(x)) = \frac{1}{\frac{1}{x+4}} - 4 = (x+4) - 4 = x. And f(f1(x))=1(1x4)+4=11x=xf(f^{-1}(x)) = \frac{1}{(\frac{1}{x}-4)+4} = \frac{1}{\frac{1}{x}} = x.

Explanation

Think of inverse functions as a "reverse" button. If you apply a function and then immediately apply its inverse to the result, you get back to your original number. This works because their compositions cancel each other out, always resulting in xx.

Section 3

Finding the Inverse of a Polynomial Function

Property

To find the inverse of a one-to-one polynomial function, follow these steps:

  1. Replace f(x)f(x) with yy.
  2. Interchange xx and yy.
  3. Solve for yy, and rename the function f1(x)f^{-1}(x).

Functions that have inverses are called invertible functions. The notation f1(x)f^{-1}(x) is used for the inverse function and is not the same as the reciprocal 1f(x)\frac{1}{f(x)}.

Examples

  • Find the inverse of the one-to-one function f(x)=2x3+7f(x) = 2x^3 + 7. First, write y=2x3+7y = 2x^3 + 7. Swap variables to get x=2y3+7x = 2y^3 + 7. Solve for yy: x7=2y3x-7 = 2y^3, so y3=x72y^3 = \frac{x-7}{2}. Thus, f1(x)=x723f^{-1}(x) = \sqrt[3]{\frac{x-7}{2}}.
  • Find the inverse of f(x)=(x3)3f(x) = (x-3)^3. Write y=(x3)3y = (x-3)^3. Swap variables to get x=(y3)3x = (y-3)^3. Solve for yy: x3=y3\sqrt[3]{x} = y-3. Thus, f1(x)=x3+3f^{-1}(x) = \sqrt[3]{x} + 3.
  • Find the inverse of f(x)=5x9f(x) = 5x - 9. Write y=5x9y = 5x - 9. Swap variables to get x=5y9x = 5y - 9. Solve for yy: x+9=5yx+9 = 5y. Thus, f1(x)=x+95f^{-1}(x) = \frac{x+9}{5}.

Explanation

Finding an inverse is like reversing the roles of input and output. By swapping the xx and yy variables in the equation, you are literally switching the input and output. Solving for the new yy gives you the rule for the inverse function.

Section 4

Restricting the Domain to Find an Inverse

Property

If a function is not one-to-one, it cannot have an inverse. If we restrict the domain of the function so that it becomes one-to-one, thus creating a new function, this new function will have an inverse. To do this:

  1. Restrict the domain, often at the vertex for a quadratic, so the function is one-to-one.
  2. Replace f(x)f(x) with yy, interchange xx and yy, and solve for yy.
  3. Ensure the formula for f1(x)f^{-1}(x) gives outputs that match the restricted domain of the original function.

Examples

  • Find the inverse of f(x)=(x5)2f(x) = (x-5)^2 on the restricted domain x5x \geq 5. Let y=(x5)2y=(x-5)^2, so x=(y5)2x=(y-5)^2. Then ±x=y5\pm\sqrt{x} = y-5, which gives y=5±xy = 5 \pm \sqrt{x}. Since the original domain was x5x \geq 5, the inverse's range must be y5y \geq 5, so we choose the positive case: f1(x)=5+xf^{-1}(x) = 5 + \sqrt{x}.
  • Find the inverse of f(x)=(x5)2f(x) = (x-5)^2 on the restricted domain x5x \leq 5. Following the same steps, we get y=5±xy = 5 \pm \sqrt{x}. Since the original domain was x5x \leq 5, the inverse's range must be y5y \leq 5, so we choose the negative case: f1(x)=5xf^{-1}(x) = 5 - \sqrt{x}.
  • Find the inverse of f(x)=x21f(x) = x^2 - 1 on the restricted domain x0x \geq 0. Let y=x21y=x^2-1, so x=y21x=y^2-1. Then x+1=y2x+1=y^2, which gives y=±x+1y=\pm\sqrt{x+1}. Since the original domain was x0x \geq 0, the inverse's range must be y0y \geq 0, so we choose the positive case: f1(x)=x+1f^{-1}(x) = \sqrt{x+1}.

Explanation

A U-shaped parabola fails the horizontal line test. To give it an inverse, we must 'slice' it at its turning point (vertex) and use only one branch. This makes it one-to-one, allowing us to find a proper inverse function for that piece.

Section 5

Finding the Inverse of a Radical Function

Property

To find the inverse of a radical function:

  1. Determine the range of the original function. The range of ff will be the domain of f1f^{-1}.
  2. Replace f(x)f(x) with yy, then solve for xx by isolating the radical and raising both sides to the appropriate power.
  3. Rename the new function f1(x)f^{-1}(x) and restrict its domain to match the range of the original function.

Examples

  • Find the inverse of f(x)=x2f(x) = \sqrt{x-2}. The range is f(x)0f(x) \geq 0. Let y=x2y = \sqrt{x-2}, so x=y2x = \sqrt{y-2}. Squaring both sides gives x2=y2x^2 = y-2, so y=x2+2y = x^2+2. The inverse is f1(x)=x2+2f^{-1}(x) = x^2+2, with domain restricted to the original range, x0x \geq 0.
  • Find the inverse of f(x)=3x+7f(x) = \sqrt{3x+7}. The range is f(x)0f(x) \geq 0. Let y=3x+7y = \sqrt{3x+7}, so x=3y+7x = \sqrt{3y+7}. Squaring gives x2=3y+7x^2 = 3y+7, so y=x273y = \frac{x^2-7}{3}. The inverse is f1(x)=x273f^{-1}(x) = \frac{x^2-7}{3}, with domain x0x \geq 0.
  • Find the inverse of f(x)=x+53f(x) = \sqrt[3]{x+5}. A cube root has a range of all real numbers. Let y=x+53y = \sqrt[3]{x+5}, so x=y+53x = \sqrt[3]{y+5}. Cubing both sides gives x3=y+5x^3 = y+5, so y=x35y=x^3-5. The inverse is f1(x)=x35f^{-1}(x) = x^3-5, with no domain restriction.

Explanation

To reverse a radical (like a square root), you use its opposite operation (squaring). Since the original radical function has a restricted output (e.g., x\sqrt{x} is always non-negative), its inverse must have a restricted input to be a true inverse.

Section 6

Finding the Inverse of a Rational Function

Property

To find the inverse of a rational function, we solve for the independent variable.

  1. Replace the function notation with a variable.
  2. Multiply both sides by the denominator.
  3. Distribute and gather all terms with the variable you are solving for on one side.
  4. Factor out the variable.
  5. Solve by dividing.

Examples

  • Find the inverse of f(x)=x+2x5f(x) = \frac{x+2}{x-5}. Let y=x+2x5y=\frac{x+2}{x-5}, so x=y+2y5x=\frac{y+2}{y-5}. Then x(y5)=y+2x(y-5)=y+2, so xy5x=y+2xy-5x=y+2. Next, xyy=5x+2xy-y=5x+2, so y(x1)=5x+2y(x-1)=5x+2. The inverse is f1(x)=5x+2x1f^{-1}(x)=\frac{5x+2}{x-1}.
  • Find the inverse of f(x)=4xx+3f(x) = \frac{4x}{x+3}. Let y=4xx+3y=\frac{4x}{x+3}, so x=4yy+3x=\frac{4y}{y+3}. Then x(y+3)=4yx(y+3)=4y, so xy+3x=4yxy+3x=4y. Next, 3x=4yxy3x=4y-xy, so 3x=y(4x)3x=y(4-x). The inverse is f1(x)=3x4xf^{-1}(x)=\frac{3x}{4-x}.
  • For a solution with concentration C=30+0.2n120+nC = \frac{30+0.2n}{120+n}, find nn in terms of CC. Start with C(120+n)=30+0.2nC(120+n)=30+0.2n, so 120C+Cn=30+0.2n120C+Cn=30+0.2n. Then Cn0.2n=30120CCn-0.2n=30-120C, so n(C0.2)=30120Cn(C-0.2)=30-120C. The inverse is n(C)=30120CC0.2n(C)=\frac{30-120C}{C-0.2}.

Explanation

To find the inverse of a rational function, your goal is to free the variable from the fraction. After swapping xx and yy, use algebra to get all yy terms on one side, factor out the yy, and then divide to solve for it.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 5: Polynomial and Rational Functions

  1. Lesson 1

    Lesson 5.1: Quadratic Functions

  2. Lesson 2

    Lesson 5.2 : Power Functions and Polynomial Functions

  3. Lesson 3

    Lesson 5.3 : Graphs of Polynomial Functions

  4. Lesson 4

    Lesson 5.4 : Dividing Polynomials

  5. Lesson 5

    Lesson 5.5 : Zeros of Polynomial Functions

  6. Lesson 6

    Lesson 5.6 : Rational Functions

  7. Lesson 7Current

    Lesson 5.7 : Inverses and Radical Functions

  8. Lesson 8

    Lesson 5.8 : Modeling Using Variation

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Inverses and Radical Functions

New Concept

This lesson explores how to find the inverse of polynomial functions. You'll learn why some functions, like quadratics, require a restricted domain to become one-to-one and how this process often leads to radical functions as inverses.

What’s next

Next, you'll tackle interactive examples for finding inverses. We'll start with invertible polynomials and then see how to handle functions requiring domain restrictions.

Section 2

Verifying Inverse Functions

Property

Two functions, ff and gg, are inverses of one another if for all xx in the domain of ff and gg, g(f(x))=f(g(x))=xg(f(x)) = f(g(x)) = x. An important relationship between inverse functions is that they “undo” each other. If f1f^{-1} is the inverse of a function ff, then ff is the inverse of the function f1f^{-1}. In other words, whatever the function ff does to xx, f1f^{-1} undoes it—and vice-versa.

f1(f(x))=x,for all x in the domain of ff^{-1}(f(x)) = x, \text{for all } x \text{ in the domain of } f
and
f(f1(x))=x,for all x in the domain of f1f(f^{-1}(x)) = x, \text{for all } x \text{ in the domain of } f^{-1}

Examples

  • Show that f(x)=x+53f(x) = \frac{x+5}{3} and f1(x)=3x5f^{-1}(x) = 3x - 5 are inverses. We check that f1(f(x))=3(x+53)5=(x+5)5=xf^{-1}(f(x)) = 3(\frac{x+5}{3}) - 5 = (x+5) - 5 = x. And f(f1(x))=(3x5)+53=3x3=xf(f^{-1}(x)) = \frac{(3x-5)+5}{3} = \frac{3x}{3} = x.
  • Show that f(x)=x23f(x) = \sqrt[3]{x-2} and f1(x)=x3+2f^{-1}(x) = x^3 + 2 are inverses. We check that f1(f(x))=(x23)3+2=(x2)+2=xf^{-1}(f(x)) = (\sqrt[3]{x-2})^3 + 2 = (x-2) + 2 = x. And f(f1(x))=(x3+2)23=x33=xf(f^{-1}(x)) = \sqrt[3]{(x^3+2)-2} = \sqrt[3]{x^3} = x.
  • Show that f(x)=1x+4f(x) = \frac{1}{x+4} and f1(x)=1x4f^{-1}(x) = \frac{1}{x} - 4 are inverses for x0,4x \neq 0, -4. We check that f1(f(x))=11x+44=(x+4)4=xf^{-1}(f(x)) = \frac{1}{\frac{1}{x+4}} - 4 = (x+4) - 4 = x. And f(f1(x))=1(1x4)+4=11x=xf(f^{-1}(x)) = \frac{1}{(\frac{1}{x}-4)+4} = \frac{1}{\frac{1}{x}} = x.

Explanation

Think of inverse functions as a "reverse" button. If you apply a function and then immediately apply its inverse to the result, you get back to your original number. This works because their compositions cancel each other out, always resulting in xx.

Section 3

Finding the Inverse of a Polynomial Function

Property

To find the inverse of a one-to-one polynomial function, follow these steps:

  1. Replace f(x)f(x) with yy.
  2. Interchange xx and yy.
  3. Solve for yy, and rename the function f1(x)f^{-1}(x).

Functions that have inverses are called invertible functions. The notation f1(x)f^{-1}(x) is used for the inverse function and is not the same as the reciprocal 1f(x)\frac{1}{f(x)}.

Examples

  • Find the inverse of the one-to-one function f(x)=2x3+7f(x) = 2x^3 + 7. First, write y=2x3+7y = 2x^3 + 7. Swap variables to get x=2y3+7x = 2y^3 + 7. Solve for yy: x7=2y3x-7 = 2y^3, so y3=x72y^3 = \frac{x-7}{2}. Thus, f1(x)=x723f^{-1}(x) = \sqrt[3]{\frac{x-7}{2}}.
  • Find the inverse of f(x)=(x3)3f(x) = (x-3)^3. Write y=(x3)3y = (x-3)^3. Swap variables to get x=(y3)3x = (y-3)^3. Solve for yy: x3=y3\sqrt[3]{x} = y-3. Thus, f1(x)=x3+3f^{-1}(x) = \sqrt[3]{x} + 3.
  • Find the inverse of f(x)=5x9f(x) = 5x - 9. Write y=5x9y = 5x - 9. Swap variables to get x=5y9x = 5y - 9. Solve for yy: x+9=5yx+9 = 5y. Thus, f1(x)=x+95f^{-1}(x) = \frac{x+9}{5}.

Explanation

Finding an inverse is like reversing the roles of input and output. By swapping the xx and yy variables in the equation, you are literally switching the input and output. Solving for the new yy gives you the rule for the inverse function.

Section 4

Restricting the Domain to Find an Inverse

Property

If a function is not one-to-one, it cannot have an inverse. If we restrict the domain of the function so that it becomes one-to-one, thus creating a new function, this new function will have an inverse. To do this:

  1. Restrict the domain, often at the vertex for a quadratic, so the function is one-to-one.
  2. Replace f(x)f(x) with yy, interchange xx and yy, and solve for yy.
  3. Ensure the formula for f1(x)f^{-1}(x) gives outputs that match the restricted domain of the original function.

Examples

  • Find the inverse of f(x)=(x5)2f(x) = (x-5)^2 on the restricted domain x5x \geq 5. Let y=(x5)2y=(x-5)^2, so x=(y5)2x=(y-5)^2. Then ±x=y5\pm\sqrt{x} = y-5, which gives y=5±xy = 5 \pm \sqrt{x}. Since the original domain was x5x \geq 5, the inverse's range must be y5y \geq 5, so we choose the positive case: f1(x)=5+xf^{-1}(x) = 5 + \sqrt{x}.
  • Find the inverse of f(x)=(x5)2f(x) = (x-5)^2 on the restricted domain x5x \leq 5. Following the same steps, we get y=5±xy = 5 \pm \sqrt{x}. Since the original domain was x5x \leq 5, the inverse's range must be y5y \leq 5, so we choose the negative case: f1(x)=5xf^{-1}(x) = 5 - \sqrt{x}.
  • Find the inverse of f(x)=x21f(x) = x^2 - 1 on the restricted domain x0x \geq 0. Let y=x21y=x^2-1, so x=y21x=y^2-1. Then x+1=y2x+1=y^2, which gives y=±x+1y=\pm\sqrt{x+1}. Since the original domain was x0x \geq 0, the inverse's range must be y0y \geq 0, so we choose the positive case: f1(x)=x+1f^{-1}(x) = \sqrt{x+1}.

Explanation

A U-shaped parabola fails the horizontal line test. To give it an inverse, we must 'slice' it at its turning point (vertex) and use only one branch. This makes it one-to-one, allowing us to find a proper inverse function for that piece.

Section 5

Finding the Inverse of a Radical Function

Property

To find the inverse of a radical function:

  1. Determine the range of the original function. The range of ff will be the domain of f1f^{-1}.
  2. Replace f(x)f(x) with yy, then solve for xx by isolating the radical and raising both sides to the appropriate power.
  3. Rename the new function f1(x)f^{-1}(x) and restrict its domain to match the range of the original function.

Examples

  • Find the inverse of f(x)=x2f(x) = \sqrt{x-2}. The range is f(x)0f(x) \geq 0. Let y=x2y = \sqrt{x-2}, so x=y2x = \sqrt{y-2}. Squaring both sides gives x2=y2x^2 = y-2, so y=x2+2y = x^2+2. The inverse is f1(x)=x2+2f^{-1}(x) = x^2+2, with domain restricted to the original range, x0x \geq 0.
  • Find the inverse of f(x)=3x+7f(x) = \sqrt{3x+7}. The range is f(x)0f(x) \geq 0. Let y=3x+7y = \sqrt{3x+7}, so x=3y+7x = \sqrt{3y+7}. Squaring gives x2=3y+7x^2 = 3y+7, so y=x273y = \frac{x^2-7}{3}. The inverse is f1(x)=x273f^{-1}(x) = \frac{x^2-7}{3}, with domain x0x \geq 0.
  • Find the inverse of f(x)=x+53f(x) = \sqrt[3]{x+5}. A cube root has a range of all real numbers. Let y=x+53y = \sqrt[3]{x+5}, so x=y+53x = \sqrt[3]{y+5}. Cubing both sides gives x3=y+5x^3 = y+5, so y=x35y=x^3-5. The inverse is f1(x)=x35f^{-1}(x) = x^3-5, with no domain restriction.

Explanation

To reverse a radical (like a square root), you use its opposite operation (squaring). Since the original radical function has a restricted output (e.g., x\sqrt{x} is always non-negative), its inverse must have a restricted input to be a true inverse.

Section 6

Finding the Inverse of a Rational Function

Property

To find the inverse of a rational function, we solve for the independent variable.

  1. Replace the function notation with a variable.
  2. Multiply both sides by the denominator.
  3. Distribute and gather all terms with the variable you are solving for on one side.
  4. Factor out the variable.
  5. Solve by dividing.

Examples

  • Find the inverse of f(x)=x+2x5f(x) = \frac{x+2}{x-5}. Let y=x+2x5y=\frac{x+2}{x-5}, so x=y+2y5x=\frac{y+2}{y-5}. Then x(y5)=y+2x(y-5)=y+2, so xy5x=y+2xy-5x=y+2. Next, xyy=5x+2xy-y=5x+2, so y(x1)=5x+2y(x-1)=5x+2. The inverse is f1(x)=5x+2x1f^{-1}(x)=\frac{5x+2}{x-1}.
  • Find the inverse of f(x)=4xx+3f(x) = \frac{4x}{x+3}. Let y=4xx+3y=\frac{4x}{x+3}, so x=4yy+3x=\frac{4y}{y+3}. Then x(y+3)=4yx(y+3)=4y, so xy+3x=4yxy+3x=4y. Next, 3x=4yxy3x=4y-xy, so 3x=y(4x)3x=y(4-x). The inverse is f1(x)=3x4xf^{-1}(x)=\frac{3x}{4-x}.
  • For a solution with concentration C=30+0.2n120+nC = \frac{30+0.2n}{120+n}, find nn in terms of CC. Start with C(120+n)=30+0.2nC(120+n)=30+0.2n, so 120C+Cn=30+0.2n120C+Cn=30+0.2n. Then Cn0.2n=30120CCn-0.2n=30-120C, so n(C0.2)=30120Cn(C-0.2)=30-120C. The inverse is n(C)=30120CC0.2n(C)=\frac{30-120C}{C-0.2}.

Explanation

To find the inverse of a rational function, your goal is to free the variable from the fraction. After swapping xx and yy, use algebra to get all yy terms on one side, factor out the yy, and then divide to solve for it.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 5: Polynomial and Rational Functions

  1. Lesson 1

    Lesson 5.1: Quadratic Functions

  2. Lesson 2

    Lesson 5.2 : Power Functions and Polynomial Functions

  3. Lesson 3

    Lesson 5.3 : Graphs of Polynomial Functions

  4. Lesson 4

    Lesson 5.4 : Dividing Polynomials

  5. Lesson 5

    Lesson 5.5 : Zeros of Polynomial Functions

  6. Lesson 6

    Lesson 5.6 : Rational Functions

  7. Lesson 7Current

    Lesson 5.7 : Inverses and Radical Functions

  8. Lesson 8

    Lesson 5.8 : Modeling Using Variation