Difference between revisions of "Rational Equations"
Jump to navigation
Jump to search
(Created page with "Rational equations are equations containing rational expressions (or expressions with fractions that contain real numbers and/or variables). Some examples of rational equation...") |
|||
Line 3: | Line 3: | ||
* <math> \frac{1}{8}x + 2 = \frac{1}{4}x </math> | * <math> \frac{1}{8}x + 2 = \frac{1}{4}x </math> | ||
* <math> \frac{1}{x+1} = \frac{2}{3} </math> | * <math> \frac{1}{x+1} = \frac{2}{3} </math> | ||
− | * <math> \frac{ | + | * <math> \frac{y^2}{3y + 7} = \frac{y}{6} </math> |
Steps to solving rational equations: | Steps to solving rational equations: | ||
Line 11: | Line 11: | ||
# Solve the resulting equation. | # Solve the resulting equation. | ||
# Check: If any values found in Step 1 are algebraic solutions, discard them. Check any remaining solutions in the original equation. | # Check: If any values found in Step 1 are algebraic solutions, discard them. Check any remaining solutions in the original equation. | ||
+ | |||
+ | Example problem: <math> 1 - \frac{1}{x} = \frac{2/x^2} </math> | ||
+ | # If x = 0, the denominator of <math> \frac{1}{x} </math> and <math> \frac{2/x^2} </math> will be 0. | ||
+ | # The least common denominator of all terms in the equation is <math> x^2 </math>. | ||
+ | # Multiplying each side of the equation <math> 1 - \frac{1}{x} = \frac{2/x^2} </math> with <math> x^2 </math> gives us <math> x^2 - x = 2 </math> | ||
+ | # <math> x^2 - x = 2 \to x^2 - x - 2 = 0 \to (x - 2)(x + 1) = 0 \to x = 1, x = 2 </math> | ||
==Resources== | ==Resources== |
Revision as of 10:48, 22 September 2021
Rational equations are equations containing rational expressions (or expressions with fractions that contain real numbers and/or variables). Some examples of rational equations:
Steps to solving rational equations:
- Note any value of the variable that would make any denominator zero.
- Find the least common denominator of all denominators in the equation.
- Clear the fractions by multiplying both sides of the equation by the LCD.
- Solve the resulting equation.
- Check: If any values found in Step 1 are algebraic solutions, discard them. Check any remaining solutions in the original equation.
Example problem: Failed to parse (syntax error): {\displaystyle 1 - \frac{1}{x} = \frac{2/x^2} }
- If x = 0, the denominator of and Failed to parse (syntax error): {\displaystyle \frac{2/x^2} } will be 0.
- The least common denominator of all terms in the equation is .
- Multiplying each side of the equation Failed to parse (syntax error): {\displaystyle 1 - \frac{1}{x} = \frac{2/x^2} } with gives us
Resources
- Solve Rational Equations, OpenStax
- Solving Rational Equations (Example), The Organic Chemistry Tutor
- Solving Rational Equations with Different Denominators (Example), The Organic Chemistry Tutor