Learn on PengiOpenstax Elementary Algebra 2EChapter 8: Rational Expressions and Equations

Lesson 8.6: Solve Rational Equations

In this OpenStax Elementary Algebra 2E lesson, students learn how to solve rational equations by finding the least common denominator and multiplying both sides to clear fractions. The lesson also covers identifying and discarding extraneous solutions — values that make a denominator equal to zero and render the equation undefined. Students practice solving for a specific variable within rational equations, building on prior skills with linear equations and rational expressions.

Section 1

📘 Solve Rational Equations

New Concept

To solve rational equations, we eliminate fractions by multiplying by the LCD. This simplifies the problem, but we must check for extraneous solutions—values that make a denominator zero in the original equation.

What’s next

Let's put this into practice. You'll work through interactive examples, followed by a series of practice cards to master solving these equations.

Section 2

Rational Equation

Property

A rational equation is two rational expressions connected by an equal sign. You must make sure to know the difference between rational expressions and rational equations. The equation contains an equal sign.

Rational ExpressionRational Equation
18x+12\frac{1}{8}x + \frac{1}{2}18x+12=14\frac{1}{8}x + \frac{1}{2} = \frac{1}{4}
y+6y236\frac{y+6}{y^2-36}y+6y236=y+1\frac{y+6}{y^2-36} = y+1
1n3+1n+4\frac{1}{n-3} + \frac{1}{n+4}1n3+1n+4=15n2+n12\frac{1}{n-3} + \frac{1}{n+4} = \frac{15}{n^2+n-12}

Examples

  • The equation x4+12=74\frac{x}{4} + \frac{1}{2} = \frac{7}{4} is a rational equation because two rational expressions are set equal.
  • 5z+2=2z\frac{5}{z+2} = \frac{2}{z} is a rational equation where the variable appears in the denominators.
  • The statement aa5+3=5a5\frac{a}{a-5} + 3 = \frac{5}{a-5} is an equation because of the equal sign, which we can solve for aa.

Section 3

Extraneous Solution

Property

An extraneous solution to a rational equation is an algebraic solution that would cause any of the expressions in the original equation to be undefined. We note any possible extraneous solutions, cc, by writing xcx \neq c next to the equation.

Examples

  • For the equation 2xx5=10x5\frac{2x}{x-5} = \frac{10}{x-5}, solving gives 2x=102x=10, so x=5x=5. However, x=5x=5 is an extraneous solution because it makes the denominator zero.
  • In y2y3=9y3\frac{y^2}{y-3} = \frac{9}{y-3}, we get y2=9y^2 = 9, which yields y=3y=3 and y=3y=-3. The solution y=3y=3 is extraneous, but y=3y=-3 is a valid solution.
  • The equation x+7(x2)(x1)=8x26x1\frac{x+7}{(x-2)(x-1)} = \frac{8}{x-2} - \frac{6}{x-1} leads to the algebraic solution x=2x=2. Since x=2x=2 makes the original denominators zero, it is an extraneous solution, and the equation has no solution.

Explanation

An extraneous solution is a 'fake' answer. It looks correct after simplifying, but it breaks the original equation by making a denominator zero. This is why you must always check your solutions against the initial restrictions.

Section 4

Solve Rational Equations

Property

To solve equations with rational expressions:

  1. Note any value of the variable that would make any denominator zero.
  2. Find the least common denominator of all denominators in the equation.
  3. Clear the fractions by multiplying both sides of the equation by the LCD.
  4. Solve the resulting equation.
  5. Check. If any values found in Step 1 are algebraic solutions, discard them. Check any remaining solutions in the original equation.

Examples

  • To solve 1y+14=58\frac{1}{y} + \frac{1}{4} = \frac{5}{8}, we note y0y \neq 0. The LCD is 8y8y. Multiplying gives 8+2y=5y8 + 2y = 5y, so 8=3y8 = 3y, and y=83y = \frac{8}{3}.
  • Solve 13x=10x21 - \frac{3}{x} = \frac{10}{x^2}. With x0x \neq 0 and LCD x2x^2, we get x23x=10x^2 - 3x = 10, or x23x10=0x^2 - 3x - 10 = 0. Factoring gives (x5)(x+2)=0(x-5)(x+2)=0, so x=5x=5 or x=2x=-2.
  • Solve 4p+2+1p2=8p24\frac{4}{p+2} + \frac{1}{p-2} = \frac{8}{p^2-4}. Note p±2p \neq \pm 2. The LCD is (p+2)(p2)(p+2)(p-2). This simplifies to 4(p2)+1(p+2)=84(p-2) + 1(p+2) = 8, which gives 5p6=85p - 6 = 8, so p=145p = \frac{14}{5}.

Explanation

The main strategy is to 'clear the fractions' by multiplying the entire equation by the Least Common Denominator (LCD). This transforms the rational equation into a simpler polynomial equation that you already know how to solve.

Section 5

Solve for a Specific Variable

Property

Many formulas used in business, science, economics, and other fields use rational equations to model the relation between two or more variables.
We will now see how to solve a rational equation for a specific variable.
The same strategy applies: identify restrictions, find the LCD, clear fractions, and then use algebraic properties to isolate the desired variable.

Examples

  • To solve the physics formula I=VRI = \frac{V}{R} for RR, note R0R \neq 0. Multiply by the LCD, RR, to get IR=VIR = V. Then, divide by II to isolate RR: R=VIR = \frac{V}{I}.
  • Solve the acceleration formula a=vuta = \frac{v-u}{t} for tt. Note t0t \neq 0. Multiply by tt to get at=vuat = v-u. Then divide by aa to find t=vuat = \frac{v-u}{a}.
  • To solve 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2} for RR, the LCD is RR1R2R R_1 R_2. Multiplying yields R1R2=RR2+RR1R_1 R_2 = R R_2 + R R_1. Factor out RR to get R1R2=R(R2+R1)R_1 R_2 = R(R_2 + R_1), so R=R1R2R1+R2R = \frac{R_1 R_2}{R_1 + R_2}.

Explanation

This is like rearranging a formula. Instead of finding a number, you're isolating one variable in terms of the others. The process of clearing fractions by multiplying by the LCD still works perfectly, even with multiple variables.

Book overview

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

Continue this chapter

Chapter 8: Rational Expressions and Equations

  1. Lesson 1

    Lesson 8.1: Simplify Rational Expressions

  2. Lesson 2

    Lesson 8.2: Multiply and Divide Rational Expressions

  3. Lesson 3

    Lesson 8.3: Add and Subtract Rational Expressions with a Common Denominator

  4. Lesson 4

    Lesson 8.4: Add and Subtract Rational Expressions with Unlike Denominators

  5. Lesson 5

    Lesson 8.5: Simplify Complex Rational Expressions

  6. Lesson 6Current

    Lesson 8.6: Solve Rational Equations

  7. Lesson 7

    Lesson 8.7: Solve Proportion and Similar Figure Applications

  8. Lesson 8

    Lesson 8.8: Solve Uniform Motion and Work Applications

  9. Lesson 9

    Lesson 8.9: Use Direct and Inverse Variation

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Solve Rational Equations

New Concept

To solve rational equations, we eliminate fractions by multiplying by the LCD. This simplifies the problem, but we must check for extraneous solutions—values that make a denominator zero in the original equation.

What’s next

Let's put this into practice. You'll work through interactive examples, followed by a series of practice cards to master solving these equations.

Section 2

Rational Equation

Property

A rational equation is two rational expressions connected by an equal sign. You must make sure to know the difference between rational expressions and rational equations. The equation contains an equal sign.

Rational ExpressionRational Equation
18x+12\frac{1}{8}x + \frac{1}{2}18x+12=14\frac{1}{8}x + \frac{1}{2} = \frac{1}{4}
y+6y236\frac{y+6}{y^2-36}y+6y236=y+1\frac{y+6}{y^2-36} = y+1
1n3+1n+4\frac{1}{n-3} + \frac{1}{n+4}1n3+1n+4=15n2+n12\frac{1}{n-3} + \frac{1}{n+4} = \frac{15}{n^2+n-12}

Examples

  • The equation x4+12=74\frac{x}{4} + \frac{1}{2} = \frac{7}{4} is a rational equation because two rational expressions are set equal.
  • 5z+2=2z\frac{5}{z+2} = \frac{2}{z} is a rational equation where the variable appears in the denominators.
  • The statement aa5+3=5a5\frac{a}{a-5} + 3 = \frac{5}{a-5} is an equation because of the equal sign, which we can solve for aa.

Section 3

Extraneous Solution

Property

An extraneous solution to a rational equation is an algebraic solution that would cause any of the expressions in the original equation to be undefined. We note any possible extraneous solutions, cc, by writing xcx \neq c next to the equation.

Examples

  • For the equation 2xx5=10x5\frac{2x}{x-5} = \frac{10}{x-5}, solving gives 2x=102x=10, so x=5x=5. However, x=5x=5 is an extraneous solution because it makes the denominator zero.
  • In y2y3=9y3\frac{y^2}{y-3} = \frac{9}{y-3}, we get y2=9y^2 = 9, which yields y=3y=3 and y=3y=-3. The solution y=3y=3 is extraneous, but y=3y=-3 is a valid solution.
  • The equation x+7(x2)(x1)=8x26x1\frac{x+7}{(x-2)(x-1)} = \frac{8}{x-2} - \frac{6}{x-1} leads to the algebraic solution x=2x=2. Since x=2x=2 makes the original denominators zero, it is an extraneous solution, and the equation has no solution.

Explanation

An extraneous solution is a 'fake' answer. It looks correct after simplifying, but it breaks the original equation by making a denominator zero. This is why you must always check your solutions against the initial restrictions.

Section 4

Solve Rational Equations

Property

To solve equations with rational expressions:

  1. Note any value of the variable that would make any denominator zero.
  2. Find the least common denominator of all denominators in the equation.
  3. Clear the fractions by multiplying both sides of the equation by the LCD.
  4. Solve the resulting equation.
  5. Check. If any values found in Step 1 are algebraic solutions, discard them. Check any remaining solutions in the original equation.

Examples

  • To solve 1y+14=58\frac{1}{y} + \frac{1}{4} = \frac{5}{8}, we note y0y \neq 0. The LCD is 8y8y. Multiplying gives 8+2y=5y8 + 2y = 5y, so 8=3y8 = 3y, and y=83y = \frac{8}{3}.
  • Solve 13x=10x21 - \frac{3}{x} = \frac{10}{x^2}. With x0x \neq 0 and LCD x2x^2, we get x23x=10x^2 - 3x = 10, or x23x10=0x^2 - 3x - 10 = 0. Factoring gives (x5)(x+2)=0(x-5)(x+2)=0, so x=5x=5 or x=2x=-2.
  • Solve 4p+2+1p2=8p24\frac{4}{p+2} + \frac{1}{p-2} = \frac{8}{p^2-4}. Note p±2p \neq \pm 2. The LCD is (p+2)(p2)(p+2)(p-2). This simplifies to 4(p2)+1(p+2)=84(p-2) + 1(p+2) = 8, which gives 5p6=85p - 6 = 8, so p=145p = \frac{14}{5}.

Explanation

The main strategy is to 'clear the fractions' by multiplying the entire equation by the Least Common Denominator (LCD). This transforms the rational equation into a simpler polynomial equation that you already know how to solve.

Section 5

Solve for a Specific Variable

Property

Many formulas used in business, science, economics, and other fields use rational equations to model the relation between two or more variables.
We will now see how to solve a rational equation for a specific variable.
The same strategy applies: identify restrictions, find the LCD, clear fractions, and then use algebraic properties to isolate the desired variable.

Examples

  • To solve the physics formula I=VRI = \frac{V}{R} for RR, note R0R \neq 0. Multiply by the LCD, RR, to get IR=VIR = V. Then, divide by II to isolate RR: R=VIR = \frac{V}{I}.
  • Solve the acceleration formula a=vuta = \frac{v-u}{t} for tt. Note t0t \neq 0. Multiply by tt to get at=vuat = v-u. Then divide by aa to find t=vuat = \frac{v-u}{a}.
  • To solve 1R=1R1+1R2\frac{1}{R} = \frac{1}{R_1} + \frac{1}{R_2} for RR, the LCD is RR1R2R R_1 R_2. Multiplying yields R1R2=RR2+RR1R_1 R_2 = R R_2 + R R_1. Factor out RR to get R1R2=R(R2+R1)R_1 R_2 = R(R_2 + R_1), so R=R1R2R1+R2R = \frac{R_1 R_2}{R_1 + R_2}.

Explanation

This is like rearranging a formula. Instead of finding a number, you're isolating one variable in terms of the others. The process of clearing fractions by multiplying by the LCD still works perfectly, even with multiple variables.

Book overview

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

Continue this chapter

Chapter 8: Rational Expressions and Equations

  1. Lesson 1

    Lesson 8.1: Simplify Rational Expressions

  2. Lesson 2

    Lesson 8.2: Multiply and Divide Rational Expressions

  3. Lesson 3

    Lesson 8.3: Add and Subtract Rational Expressions with a Common Denominator

  4. Lesson 4

    Lesson 8.4: Add and Subtract Rational Expressions with Unlike Denominators

  5. Lesson 5

    Lesson 8.5: Simplify Complex Rational Expressions

  6. Lesson 6Current

    Lesson 8.6: Solve Rational Equations

  7. Lesson 7

    Lesson 8.7: Solve Proportion and Similar Figure Applications

  8. Lesson 8

    Lesson 8.8: Solve Uniform Motion and Work Applications

  9. Lesson 9

    Lesson 8.9: Use Direct and Inverse Variation