Difference between revisions of "Rational Equations"

From Department of Mathematics at UTSA
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 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>
 
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 &nbsp;\to &nbsp; x^2 - x - 2 = 0 &nbsp;\to &nbsp; (x - 2)(x + 1) = 0 &nbsp;\to &nbsp; 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:

  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.

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} }

  1. If x = 0, the denominator of and will be 0.
  2. 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 } .
  3. 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
  4. 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 &nbsp;\to &nbsp; x^2 - x - 2 = 0 &nbsp;\to &nbsp; (x - 2)(x + 1) = 0 &nbsp;\to &nbsp; x = -1, x = 2 }
  5. 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