Learn on PengiOpenstax Intermediate Algebra 2EChapter 9: Quadratic Equations and Functions

Lesson 9.4: Solve Equations in Quadratic Form

In this lesson from OpenStax Intermediate Algebra 2E, Chapter 9, students learn how to solve equations in quadratic form by using u-substitution to rewrite higher-degree or complex equations, such as fourth-degree polynomials like 6x⁴ − 7x² + 2 = 0, into the standard ax² + bx + c = 0 form. Students practice identifying the appropriate substitution variable, solving the resulting quadratic equation by factoring or the Square Root Property, and back-substituting to find all solutions for the original variable.

Section 1

📘 Solve Equations in Quadratic Form

New Concept

In this lesson, you'll master solving equations in "quadratic form." These equations can be transformed into the familiar au2+bu+c=0au^2 + bu + c = 0 format using a clever substitution, allowing you to apply your existing quadratic-solving skills.

What’s next

Soon, you'll tackle interactive examples and practice problems to master this powerful substitution technique across different types of equations.

Section 2

Equations in Quadratic Form

Property

An equation is of quadratic form if a substitution gives us an equation of the form au2+bu+c=0au^2+bu+c=0. We look for a relationship where the variable part of the first term is the square of the variable part of the middle term. For example, in 6x47x2+2=06x^4 - 7x^2 + 2 = 0, we see (x2)2=x4(x^2)^2 = x^4.

How to solve equations in quadratic form:

  1. Identify a substitution that will put the equation in quadratic form.
  2. Rewrite the equation with the substitution to put it in quadratic form.
  3. Solve the quadratic equation for uu.
  4. Substitute the original variable back into the results, using the substitution.
  5. Solve for the original variable.
  6. Check the solutions.

Examples

  • Solve x410x2+9=0x^4 - 10x^2 + 9 = 0. Let u=x2u=x^2. This gives u210u+9=0u^2 - 10u + 9 = 0, so (u9)(u1)=0(u-9)(u-1)=0. Thus u=9u=9 or u=1u=1. Substituting back, x2=9x^2=9 gives x=±3x=\pm3, and x2=1x^2=1 gives x=±1x=\pm1.

Section 3

Equations with Binomial Terms

Property

In an equation like (x2)2+7(x2)+12=0(x-2)^2 + 7(x-2) + 12 = 0, the binomial in the middle term, (x2)(x-2), is squared in the first term. If we let u=x2u = x-2 and substitute, our trinomial will be in au2+bu+cau^2 + bu + c form.

Examples

  • Solve (x+1)2+5(x+1)+6=0(x+1)^2 + 5(x+1) + 6 = 0. Let u=x+1u=x+1. This gives u2+5u+6=0u^2+5u+6=0, so (u+2)(u+3)=0(u+2)(u+3)=0. Thus u=2u=-2 or u=3u=-3. Substituting back, x+1=2x+1=-2 gives x=3x=-3, and x+1=3x+1=-3 gives x=4x=-4.
  • Solve (2x1)2(2x1)12=0(2x-1)^2 - (2x-1) - 12 = 0. Let u=2x1u=2x-1. This gives u2u12=0u^2-u-12=0, so (u4)(u+3)=0(u-4)(u+3)=0. Thus u=4u=4 or u=3u=-3. Substituting back, 2x1=42x-1=4 gives x=52x=\frac{5}{2}, and 2x1=32x-1=-3 gives x=1x=-1.

Section 4

Equations with Square Roots

Property

In an equation like x3x+2=0x - 3\sqrt{x} + 2 = 0, the x\sqrt{x} in the middle term is squared in the first term, since (x)2=x(\sqrt{x})^2 = x. If we let u=xu = \sqrt{x} and substitute, our trinomial will be in au2+bu+c=0au^2+bu+c=0 form. When we square both sides of an equation, we may introduce extraneous roots, so be sure to check your answers.

Examples

  • Solve x5x+4=0x - 5\sqrt{x} + 4 = 0. Let u=xu=\sqrt{x}. This gives u25u+4=0u^2-5u+4=0, so (u1)(u4)=0(u-1)(u-4)=0. Thus u=1u=1 or u=4u=4. Substituting back, x=1\sqrt{x}=1 gives x=1x=1, and x=4\sqrt{x}=4 gives x=16x=16. Both solutions are valid.
  • Solve x+2x15=0x + 2\sqrt{x} - 15 = 0. Let u=xu=\sqrt{x}. This gives u2+2u15=0u^2+2u-15=0, so (u+5)(u3)=0(u+5)(u-3)=0. Thus u=5u=-5 or u=3u=3. Since x\sqrt{x} cannot be negative, u=5u=-5 is extraneous. For u=3u=3, x=3\sqrt{x}=3 gives x=9x=9.

Section 5

Equations with Rational Exponents

Property

In an equation like x232x1324=0x^{\frac{2}{3}} - 2x^{\frac{1}{3}} - 24 = 0, the x13x^{\frac{1}{3}} in the middle term is squared in the first term, since (x13)2=x23(x^{\frac{1}{3}})^2 = x^{\frac{2}{3}}. If we let u=x13u = x^{\frac{1}{3}} and substitute, our trinomial will be in au2+bu+cau^2+bu+c form. To solve for xx, raise both sides to the reciprocal power.

Examples

  • Solve x23+2x138=0x^{\frac{2}{3}} + 2x^{\frac{1}{3}} - 8 = 0. Let u=x13u=x^{\frac{1}{3}}. This gives u2+2u8=0u^2+2u-8=0, so (u+4)(u2)=0(u+4)(u-2)=0. Thus u=4u=-4 or u=2u=2. Substituting back, x13=4x^{\frac{1}{3}}=-4 gives x=(4)3=64x=(-4)^3=-64, and x13=2x^{\frac{1}{3}}=2 gives x=23=8x=2^3=8.
  • Solve x125x14+6=0x^{\frac{1}{2}} - 5x^{\frac{1}{4}} + 6 = 0. Let u=x14u=x^{\frac{1}{4}}. This gives u25u+6=0u^2-5u+6=0, so (u2)(u3)=0(u-2)(u-3)=0. Thus u=2u=2 or u=3u=3. Substituting back, x14=2x^{\frac{1}{4}}=2 gives x=24=16x=2^4=16, and x14=3x^{\frac{1}{4}}=3 gives x=34=81x=3^4=81.

Section 6

Equations with Negative Exponents

Property

In an equation like 3x27x1+2=03x^{-2} - 7x^{-1} + 2 = 0, the x1x^{-1} in the middle term is squared in the first term, since (x1)2=x2(x^{-1})^2 = x^{-2}. If we let u=x1u = x^{-1} and substitute, our trinomial will be in au2+bu+c=0au^2+bu+c=0 form. Solve for xx by taking the reciprocal, since x1=1xx^{-1} = \frac{1}{x}.

Examples

  • Solve x2x16=0x^{-2} - x^{-1} - 6 = 0. Let u=x1u=x^{-1}. This gives u2u6=0u^2-u-6=0, so (u3)(u+2)=0(u-3)(u+2)=0. Thus u=3u=3 or u=2u=-2. Substituting back, x1=3x^{-1}=3 gives x=13x=\frac{1}{3}, and x1=2x^{-1}=-2 gives x=12x=-\frac{1}{2}.
  • Solve 2x2+5x13=02x^{-2} + 5x^{-1} - 3 = 0. Let u=x1u=x^{-1}. This gives 2u2+5u3=02u^2+5u-3=0, so (2u1)(u+3)=0(2u-1)(u+3)=0. Thus u=12u=\frac{1}{2} or u=3u=-3. Substituting back, x1=12x^{-1}=\frac{1}{2} gives x=2x=2, and x1=3x^{-1}=-3 gives x=13x=-\frac{1}{3}.

Book overview

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

Continue this chapter

Chapter 9: Quadratic Equations and Functions

  1. Lesson 1

    Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

  2. Lesson 2

    Lesson 9.2: Solve Quadratic Equations by Completing the Square

  3. Lesson 3

    Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

  4. Lesson 4Current

    Lesson 9.4: Solve Equations in Quadratic Form

  5. Lesson 5

    Lesson 9.5: Solve Applications of Quadratic Equations

  6. Lesson 6

    Lesson 9.6: Graph Quadratic Functions Using Properties

  7. Lesson 7

    Lesson 9.7: Graph Quadratic Functions Using Transformations

  8. Lesson 8

    Lesson 9.8: Solve Quadratic Inequalities

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Solve Equations in Quadratic Form

New Concept

In this lesson, you'll master solving equations in "quadratic form." These equations can be transformed into the familiar au2+bu+c=0au^2 + bu + c = 0 format using a clever substitution, allowing you to apply your existing quadratic-solving skills.

What’s next

Soon, you'll tackle interactive examples and practice problems to master this powerful substitution technique across different types of equations.

Section 2

Equations in Quadratic Form

Property

An equation is of quadratic form if a substitution gives us an equation of the form au2+bu+c=0au^2+bu+c=0. We look for a relationship where the variable part of the first term is the square of the variable part of the middle term. For example, in 6x47x2+2=06x^4 - 7x^2 + 2 = 0, we see (x2)2=x4(x^2)^2 = x^4.

How to solve equations in quadratic form:

  1. Identify a substitution that will put the equation in quadratic form.
  2. Rewrite the equation with the substitution to put it in quadratic form.
  3. Solve the quadratic equation for uu.
  4. Substitute the original variable back into the results, using the substitution.
  5. Solve for the original variable.
  6. Check the solutions.

Examples

  • Solve x410x2+9=0x^4 - 10x^2 + 9 = 0. Let u=x2u=x^2. This gives u210u+9=0u^2 - 10u + 9 = 0, so (u9)(u1)=0(u-9)(u-1)=0. Thus u=9u=9 or u=1u=1. Substituting back, x2=9x^2=9 gives x=±3x=\pm3, and x2=1x^2=1 gives x=±1x=\pm1.

Section 3

Equations with Binomial Terms

Property

In an equation like (x2)2+7(x2)+12=0(x-2)^2 + 7(x-2) + 12 = 0, the binomial in the middle term, (x2)(x-2), is squared in the first term. If we let u=x2u = x-2 and substitute, our trinomial will be in au2+bu+cau^2 + bu + c form.

Examples

  • Solve (x+1)2+5(x+1)+6=0(x+1)^2 + 5(x+1) + 6 = 0. Let u=x+1u=x+1. This gives u2+5u+6=0u^2+5u+6=0, so (u+2)(u+3)=0(u+2)(u+3)=0. Thus u=2u=-2 or u=3u=-3. Substituting back, x+1=2x+1=-2 gives x=3x=-3, and x+1=3x+1=-3 gives x=4x=-4.
  • Solve (2x1)2(2x1)12=0(2x-1)^2 - (2x-1) - 12 = 0. Let u=2x1u=2x-1. This gives u2u12=0u^2-u-12=0, so (u4)(u+3)=0(u-4)(u+3)=0. Thus u=4u=4 or u=3u=-3. Substituting back, 2x1=42x-1=4 gives x=52x=\frac{5}{2}, and 2x1=32x-1=-3 gives x=1x=-1.

Section 4

Equations with Square Roots

Property

In an equation like x3x+2=0x - 3\sqrt{x} + 2 = 0, the x\sqrt{x} in the middle term is squared in the first term, since (x)2=x(\sqrt{x})^2 = x. If we let u=xu = \sqrt{x} and substitute, our trinomial will be in au2+bu+c=0au^2+bu+c=0 form. When we square both sides of an equation, we may introduce extraneous roots, so be sure to check your answers.

Examples

  • Solve x5x+4=0x - 5\sqrt{x} + 4 = 0. Let u=xu=\sqrt{x}. This gives u25u+4=0u^2-5u+4=0, so (u1)(u4)=0(u-1)(u-4)=0. Thus u=1u=1 or u=4u=4. Substituting back, x=1\sqrt{x}=1 gives x=1x=1, and x=4\sqrt{x}=4 gives x=16x=16. Both solutions are valid.
  • Solve x+2x15=0x + 2\sqrt{x} - 15 = 0. Let u=xu=\sqrt{x}. This gives u2+2u15=0u^2+2u-15=0, so (u+5)(u3)=0(u+5)(u-3)=0. Thus u=5u=-5 or u=3u=3. Since x\sqrt{x} cannot be negative, u=5u=-5 is extraneous. For u=3u=3, x=3\sqrt{x}=3 gives x=9x=9.

Section 5

Equations with Rational Exponents

Property

In an equation like x232x1324=0x^{\frac{2}{3}} - 2x^{\frac{1}{3}} - 24 = 0, the x13x^{\frac{1}{3}} in the middle term is squared in the first term, since (x13)2=x23(x^{\frac{1}{3}})^2 = x^{\frac{2}{3}}. If we let u=x13u = x^{\frac{1}{3}} and substitute, our trinomial will be in au2+bu+cau^2+bu+c form. To solve for xx, raise both sides to the reciprocal power.

Examples

  • Solve x23+2x138=0x^{\frac{2}{3}} + 2x^{\frac{1}{3}} - 8 = 0. Let u=x13u=x^{\frac{1}{3}}. This gives u2+2u8=0u^2+2u-8=0, so (u+4)(u2)=0(u+4)(u-2)=0. Thus u=4u=-4 or u=2u=2. Substituting back, x13=4x^{\frac{1}{3}}=-4 gives x=(4)3=64x=(-4)^3=-64, and x13=2x^{\frac{1}{3}}=2 gives x=23=8x=2^3=8.
  • Solve x125x14+6=0x^{\frac{1}{2}} - 5x^{\frac{1}{4}} + 6 = 0. Let u=x14u=x^{\frac{1}{4}}. This gives u25u+6=0u^2-5u+6=0, so (u2)(u3)=0(u-2)(u-3)=0. Thus u=2u=2 or u=3u=3. Substituting back, x14=2x^{\frac{1}{4}}=2 gives x=24=16x=2^4=16, and x14=3x^{\frac{1}{4}}=3 gives x=34=81x=3^4=81.

Section 6

Equations with Negative Exponents

Property

In an equation like 3x27x1+2=03x^{-2} - 7x^{-1} + 2 = 0, the x1x^{-1} in the middle term is squared in the first term, since (x1)2=x2(x^{-1})^2 = x^{-2}. If we let u=x1u = x^{-1} and substitute, our trinomial will be in au2+bu+c=0au^2+bu+c=0 form. Solve for xx by taking the reciprocal, since x1=1xx^{-1} = \frac{1}{x}.

Examples

  • Solve x2x16=0x^{-2} - x^{-1} - 6 = 0. Let u=x1u=x^{-1}. This gives u2u6=0u^2-u-6=0, so (u3)(u+2)=0(u-3)(u+2)=0. Thus u=3u=3 or u=2u=-2. Substituting back, x1=3x^{-1}=3 gives x=13x=\frac{1}{3}, and x1=2x^{-1}=-2 gives x=12x=-\frac{1}{2}.
  • Solve 2x2+5x13=02x^{-2} + 5x^{-1} - 3 = 0. Let u=x1u=x^{-1}. This gives 2u2+5u3=02u^2+5u-3=0, so (2u1)(u+3)=0(2u-1)(u+3)=0. Thus u=12u=\frac{1}{2} or u=3u=-3. Substituting back, x1=12x^{-1}=\frac{1}{2} gives x=2x=2, and x1=3x^{-1}=-3 gives x=13x=-\frac{1}{3}.

Book overview

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

Continue this chapter

Chapter 9: Quadratic Equations and Functions

  1. Lesson 1

    Lesson 9.1: Solve Quadratic Equations Using the Square Root Property

  2. Lesson 2

    Lesson 9.2: Solve Quadratic Equations by Completing the Square

  3. Lesson 3

    Lesson 9.3: Solve Quadratic Equations Using the Quadratic Formula

  4. Lesson 4Current

    Lesson 9.4: Solve Equations in Quadratic Form

  5. Lesson 5

    Lesson 9.5: Solve Applications of Quadratic Equations

  6. Lesson 6

    Lesson 9.6: Graph Quadratic Functions Using Properties

  7. Lesson 7

    Lesson 9.7: Graph Quadratic Functions Using Transformations

  8. Lesson 8

    Lesson 9.8: Solve Quadratic Inequalities