Rational equations
52 flashcards covering Rational equations for the SAT Math section.
Rational equations are equations that include fractions with variables in the denominators, such as 1/x + 2/y = 3. They require solving for the variables while being mindful of restrictions, like avoiding values that make the denominators zero, which could render the equation undefined. Mastering this topic helps build a strong foundation in algebra, as it combines fraction manipulation with equation solving, and it's essential for tackling more complex math problems.
On the SAT Math section, rational equations often appear in multiple-choice or grid-in questions that test your ability to simplify expressions, solve for unknowns, or identify restrictions. Common traps include extraneous solutions—answers that don't satisfy the original equation—or overlooking domain issues, like dividing by zero. Focus on techniques like multiplying through by the least common denominator to eliminate fractions and always double-check your solutions. This skill is crucial because these problems assess your precision and logical reasoning under time constraints.
A helpful tip: Always plug your solutions back into the original equation to verify they work.
Terms (52)
- 01
Rational equation
A rational equation is an equation that contains one or more rational expressions, which are fractions with polynomials in the numerator and denominator, and it is solved by finding the values of the variable that make the equation true.
- 02
Rational expression
A rational expression is a fraction where both the numerator and denominator are polynomials, and it is undefined when the denominator equals zero.
- 03
Simplifying a rational expression
Simplifying a rational expression involves factoring the numerator and denominator and canceling common factors, as long as they are not zero, to write it in its lowest terms.
- 04
Adding rational expressions
Adding rational expressions requires finding a common denominator, combining the numerators accordingly, and simplifying the result if possible.
- 05
Subtracting rational expressions
Subtracting rational expressions means finding a common denominator, subtracting the numerators, and then simplifying the resulting expression.
- 06
Multiplying rational expressions
Multiplying rational expressions involves multiplying the numerators together and the denominators together, then simplifying by factoring and canceling common factors.
- 07
Dividing rational expressions
Dividing rational expressions is done by multiplying the first expression by the reciprocal of the second, then simplifying the result.
- 08
Least common denominator
The least common denominator of rational expressions is the smallest polynomial that is a multiple of all the denominators in the expressions, used to combine them.
- 09
Domain of a rational expression
The domain of a rational expression is the set of all real numbers except those that make the denominator zero, as the expression is undefined at those points.
- 10
Solving a rational equation
Solving a rational equation involves multiplying both sides by the least common denominator to eliminate fractions, solving the resulting equation, and checking for extraneous solutions.
- 11
Extraneous solution
An extraneous solution is a value that results from solving a rational equation but does not satisfy the original equation, often because it makes a denominator zero.
- 12
Clearing denominators
Clearing denominators in a rational equation means multiplying every term by the least common denominator to remove the fractions and simplify solving.
- 13
Checking solutions in rational equations
Checking solutions involves substituting them back into the original rational equation to ensure they do not make any denominator zero and satisfy the equation.
- 14
Rational equation with one fraction
A rational equation with one fraction sets a single rational expression equal to another expression, and solving it requires isolating the variable and considering domain restrictions.
- 15
Rational equation with two fractions
A rational equation with two fractions requires finding a common denominator to combine them or clear denominators directly before solving.
- 16
Cross-multiplying in rational equations
Cross-multiplying is a method used for equations like a/b = c/d, where you multiply the numerator of one side by the denominator of the other and vice versa, but only if the denominators are not zero.
- 17
Vertical asymptote
A vertical asymptote of a rational function is a vertical line that the graph approaches but never touches, occurring where the denominator is zero and the numerator is not zero.
- 18
Horizontal asymptote
A horizontal asymptote of a rational function is a horizontal line that the graph approaches as x goes to positive or negative infinity, determined by comparing the degrees of the numerator and denominator.
- 19
Holes in rational functions
Holes in rational functions occur at values where both the numerator and denominator are zero after simplifying, creating a point of discontinuity in the graph.
- 20
Intercepts of rational functions
The intercepts of rational functions are the points where the graph crosses the axes; the x-intercept is where the function equals zero, and the y-intercept is where x equals zero, if defined.
- 21
Rational equations leading to quadratics
Some rational equations, after clearing denominators, result in quadratic equations that must be solved using factoring, the quadratic formula, or completing the square.
- 22
Work rate problems
Work rate problems involve rational equations where rates of work are expressed as fractions of a job completed per unit time, and solving finds the time to complete the job together.
- 23
Mixture problems
Mixture problems use rational equations to determine how to combine solutions with different concentrations, balancing the amounts of substances to achieve a desired mixture.
- 24
Distance problems with rational rates
Distance problems with rational rates involve equations where speed or time is a fraction, such as varying rates over distances, and solving finds total time or distance.
- 25
Reciprocal equations
Reciprocal equations are rational equations where the variable appears in the denominator, like 1/x + 1/y = 1, and solving requires careful handling of the domains.
- 26
Equations with fractions equal to integers
These rational equations set a fraction equal to an integer, and solving involves multiplying through by the denominator and checking for restrictions.
- 27
Simplifying complex fractions
Simplifying complex fractions, which have fractions within fractions, involves multiplying the numerator and denominator by the least common denominator of all inner fractions.
- 28
Strategy for rational inequalities
For rational inequalities, first solve the corresponding equation, then use a sign chart to determine where the inequality holds, considering points where the expression is undefined.
- 29
Sign analysis for inequalities
Sign analysis for rational inequalities involves testing intervals around the critical points, including where the expression equals zero or is undefined, to find where the inequality is true.
- 30
Common mistake: Dividing by zero
A common mistake in rational equations is attempting to divide by zero or ignoring values that make denominators zero, which can lead to incorrect solutions.
- 31
Common mistake: Forgetting restrictions
Forgetting to exclude values that make denominators zero is a common error, as these values are not in the domain and cannot be solutions.
- 32
Example: Solve 1/x = 2
To solve 1/x = 2, multiply both sides by x to get 1 = 2x, then divide by 2 to find x = 1/2, and check that it doesn't make the denominator zero.
Original equation: 1/x = 2; solution x = 0.5 works since denominator x=0.5 ≠ 0.
- 33
Example: Solve 1/x + 1/(x+1) = 1
To solve 1/x + 1/(x+1) = 1, multiply through by x(x+1) to get (x+1) + x = x(x+1), simplify to 2x+1 = x^2 + x, then solve x^2 - x - 1 = 0.
Solutions are x = [1 ± √5]/2, but check: x = [1 + √5]/2 works, x = [1 - √5]/2 does not as it makes a denominator negative.
- 34
Example: Simplify (x^2 - 1)/(x - 1)
To simplify (x^2 - 1)/(x - 1), factor the numerator as (x-1)(x+1) and cancel the (x-1) factor, resulting in x+1 for x ≠ 1.
For x=2, simplified expression is 3; original is also 3.
- 35
Example: Add 1/x + 1/y
To add 1/x + 1/y, use common denominator xy to get (y + x)/(xy), which simplifies to (x+y)/(xy).
If x=2 and y=3, result is (2+3)/(23) = 5/6.
- 36
Asymptote behavior in graphs
In rational functions, asymptotes indicate the graph's behavior at infinity or near undefined points, helping to sketch the shape without plotting every point.
- 37
Rational functions with equal degrees
For rational functions where the numerator and denominator have the same degree, the horizontal asymptote is at y equals the ratio of the leading coefficients.
- 38
Rational functions with numerator degree less
If the numerator degree is less than the denominator degree, the rational function has a horizontal asymptote at y=0.
- 39
Rational functions with numerator degree greater
If the numerator degree is greater than the denominator degree by one, the rational function has a slant asymptote found by polynomial division.
- 40
Multiplying by LCD in inequalities
When multiplying or dividing both sides of a rational inequality by a variable expression, you must consider the sign of that expression to maintain inequality direction.
- 41
Work problems with multiple workers
In work problems with multiple workers, set up a rational equation where combined rates equal the total work, like 1/a + 1/b = 1/t for time t.
- 42
Mixture equations for concentrations
Mixture equations often involve rational expressions for concentrations, solved by setting up equations based on the amount of solute before and after mixing.
- 43
Distance equation with reciprocal speeds
Some distance problems use rational equations for speeds that are reciprocals, like average speed for equal distances.
- 44
Factoring in rational equations
Factoring is essential in rational equations to simplify expressions or solve resulting polynomials after clearing denominators.
- 45
Quadratic formula in rational solutions
When a rational equation leads to a quadratic, use the quadratic formula to find roots, then verify they satisfy the original equation.
- 46
Graph sketching for rational functions
Graph sketching for rational functions involves plotting intercepts, asymptotes, and test points to understand the overall shape.
- 47
Undefined points in equations
Undefined points in rational equations are values that make denominators zero, which must be excluded from possible solutions.
- 48
Equivalent rational expressions
Equivalent rational expressions are those that simplify to the same form, useful for verifying solutions or simplifying problems.
- 49
Rational expressions in word problems
Rational expressions often appear in word problems to represent rates, ratios, or divisions, requiring translation into equations.
- 50
Example: Solve (2/x) + 3 = 5
To solve (2/x) + 3 = 5, subtract 3 from both sides to get 2/x = 2, then multiply by x to find 2 = 2x, so x=1, and check it works.
Original: (2/1) + 3 = 2 + 3 = 5, which is true.
- 51
Example: Find LCD of 1/(x+1) and 1/(x-1)
The LCD of 1/(x+1) and 1/(x-1) is (x+1)(x-1), as it is the product of the distinct denominators.
Use it to add: [ (x-1) + (x+1) ] / [(x+1)(x-1)] = (2x) / (x^2 - 1).
- 52
Example: Identify asymptotes of 1/(x-2)
For 1/(x-2), the vertical asymptote is x=2, and the horizontal asymptote is y=0.
As x approaches 2, y goes to infinity; as x goes to infinity, y approaches 0.