Difference between revisions of "Rational Equations"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
# Clear the fractions by multiplying both sides of the equation by the LCD. | # Clear the fractions by multiplying both sides of the equation by the LCD. | ||
# Solve the resulting equation. | # Solve the resulting equation. | ||
| − | # Check: If any values found in | + | # 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> | Example problem: <math> 1 - \frac{1}{x} = \frac{2}{x^2} </math> | ||
| Line 16: | Line 16: | ||
# The least common denominator of all terms in the equation is <math> x^2 </math>. | # 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> | # 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> | + | # <math> x^2 - x = 2 \to x^2 - x - 2 = 0 \to (x - 2)(x + 1) = 0 \to x = -1, x = 2 </math> |
| + | # None of these solutions were noted in step 1, so we can check our two solutions: | ||
| + | : <math>x = -1</math>: | ||
==Resources== | ==Resources== | ||
Revision as of 10:51, 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:
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \frac{1}{8}x + 2 = \frac{1}{4}x }
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 (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1 - \frac{1}{x} = \frac{2}{x^2} }
- If x = 0, the denominator of and will be 0.
- The least common denominator of all terms in the equation is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^2 } .
- Multiplying each side of the equation Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 1 - \frac{1}{x} = \frac{2}{x^2} } with gives us
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x^2 - x = 2 \to x^2 - x - 2 = 0 \to (x - 2)(x + 1) = 0 \to x = -1, x = 2 }
- None of these solutions were noted in step 1, so we can check our two solutions:
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x = -1} :
Resources
- Solve Rational Equations, OpenStax
- Solving Rational Equations (Example), The Organic Chemistry Tutor
- Solving Rational Equations with Different Denominators (Example), The Organic Chemistry Tutor