Rational Inequalities

Download as PDF

Ready to tackle inequalities with fractions? Rational inequalities involve comparing a fractional expression to a value. This guide will show you a reliable method using critical points and a number line to find the solution, avoiding common pitfalls along the way.

Rational Inequalities — an original Algebra911 reference diagram defining rational inequalities and a worked example.
Solving Rational Inequalities: A Complete Guide

What Are Rational Inequalities?

A rational inequality is a mathematical statement that compares a rational expression (a fraction containing polynomials in its numerator and denominator) to another value using an inequality symbol, such as <, >, , or . The goal is to find all the values of the variable (usually x) that make the statement true.

For example, these are rational inequalities:

x+3x5>0andx212x+71

Unlike a rational equation, which typically has one or two specific solutions, the solution to a rational inequality is almost always a range or an interval of values. For instance, the solution might be all numbers between 3 and 5, or all numbers greater than 7.

The Golden Rule: Why Can't We Just Multiply by the Denominator?

When solving equations, a common first step is to eliminate fractions by multiplying by the denominator. This is a major mistake with inequalities. Why? Because of the rule for multiplying or dividing an inequality by a negative number: you must flip the inequality sign.

Consider the inequality 10x2>5. It's tempting to multiply both sides by x2. But we don't know if x2 is positive or negative.

  • If x=4, then x2=2 (positive). Multiplying gives 10>5(2), or 10>10, which is false.
  • If x=1, then x2=1 (negative). If we multiplied, we would have to flip the sign: 10<5(1), or 10<5, which is also false.

Since the sign of the denominator depends on the value of x, we cannot simply multiply by it. This approach leads to incorrect answers or missed solutions. You must use a method that preserves the inequality's integrity.

The Correct Approach: Zero and Critical Points

The correct method for solving rational inequalities revolves around two key ideas: getting zero on one side of the inequality and finding the critical points.

Step 1: Get Zero on One Side

Your first goal is to manipulate the inequality so that it is in the form P(x)Q(x)>0 (or using <,,). This may involve adding or subtracting terms and finding a common denominator.

For example, to solve xx12, you would first subtract 2 from both sides:

xx120xx12(x1)x10x2x+2x10x+2x10

Now the inequality is in the proper form to be analyzed.

Step 2: Find the Critical Points

Once you have the inequality set against zero, you need to find the critical points. These are the values of x where the expression might change its sign from positive to negative or vice versa.

Critical points are the values of x that make the numerator or the denominator of the rational expression equal to zero.

To find them:

  1. Set the numerator equal to zero and solve. These are the roots of the expression.
  2. Set the denominator equal to zero and solve. These are the points where the expression is undefined (vertical asymptotes).

These critical points are the boundaries of our solution intervals. They are the only places a sign change can occur.

Step-by-Step: Using a Sign Chart (Number Line Analysis)

The most reliable way to solve a rational inequality is by using a sign chart. This method visually organizes the positive and negative intervals created by the critical points.

Here are the steps:

  1. Rearrange the inequality so that one side is zero.
  2. Find all critical points by setting the numerator and denominator equal to zero.
  3. Draw a number line and plot the critical points on it. This divides the line into several intervals.
  4. Use open and closed circles. For points from the denominator, always use an open circle because the expression is undefined there. For points from the numerator, use a closed circle if the inequality is or , and an open circle if it is < or >.
  5. Test each interval. Pick a simple test value from within each interval and substitute it into the simplified rational expression from Step 1. Determine if the result is positive (+) or negative ().
  6. Identify the solution intervals. Look at the inequality symbol from Step 1. If it's >0 or 0, you want the intervals you marked with a +. If it's <0 or 0, you want the intervals you marked with a .
  7. Write the solution using interval notation.
Example 1

Solve the inequality x+2x40.

Step 1: The inequality is already compared to zero. Expression: x+2x4.

Step 2: Find critical points.
Numerator: x+2=0x=2
Denominator: x4=0x=4

Step 3 & 4: Plot these on a number line. Since the inequality is , the point from the numerator (2) gets a closed circle. The point from the denominator (4) ALWAYS gets an open circle.

Step 5: Test the three intervals: (,2), (2,4), and (4,).

IntervalTest Value (x)Expression x+2x4Sign
(,2)33+234=17=17Positive (+)
(2,4)00+204=24=12Negative ()
(4,)55+254=71=7Positive (+)

Step 6: We are looking for where x+2x40, so we need the positive intervals.

Step 7: The solution includes the first and third intervals. The point x=2 is included (closed circle), but x=4 is not (open circle). In interval notation, the solution is (,2](4,).

More Worked Examples of Rational Inequalities

Let's walk through two more examples to solidify the process. The key is to be systematic and careful with each step.

Example 2

Solve the inequality 3x+1x3<2.

Step 1: Get zero on one side.
3x+1x32<03x+1x32(x3)x3<03x+12x+6x3<0x+7x3<0

Step 2: Find critical points from the simplified form.
Numerator: x+7=0x=7
Denominator: x3=0x=3

Step 3 & 4: Plot on a number line. Since the inequality is strict (<), both points get open circles.

Step 5: Test the intervals.
Interval (,7): Test x=8. 8+783=111 which is positive.+)
Interval (7,3): Test x=0. 0+703=73 which is negative.
Interval (3,): Test x=4. 4+743=111 which is positive. +)

Step 6: We want where x+7x3<0, so we need the negative interval.

Step 7: The solution is the middle interval. Since both points are open circles, we use parentheses. The solution is (7,3).

Example 3

Solve the inequality x5x240.

Step 1: The inequality is already compared to zero.

Step 2: Find critical points. The denominator is a quadratic, so we must factor it first.
Numerator: x5=0x=5
Denominator: x24=0(x2)(x+2)=0x=2 and x=2
We have three critical points: 2,2,5.

Step 3 & 4: Plot on a number line. The inequality is , so the numerator point (5) gets a closed circle. The denominator points (2 and 2) get open circles.

Step 5: Test the four intervals.
Interval (,2): Test x=3. 35(3)24=85. Negative.
Interval (2,2): Test x=0. 05024=54. Positive. +)
Interval (2,5): Test x=3. 35324=25. Negative.
Interval (5,): Test x=6. 65624=132. Positive. +)

Step 6: We want where x5x240, so we need the positive intervals.

Step 7: The solution comes from the second and fourth intervals. The solution is (2,2)[5,).

Common Mistakes to Avoid

Solving rational inequalities can be tricky. Here are some common errors to watch out for:

  • Multiplying by the Denominator: As discussed, this is the biggest mistake. It doesn't account for the variable sign of the denominator and leads to wrong answers. Always use the sign chart method.
  • Forgetting to Get Zero on One Side: The sign chart method only works when you are comparing the rational expression to zero. If you have a number other than zero, you must move it over first.
  • Including Denominator Roots in the Solution: A value that makes the denominator zero is *never* part of the solution, even if the inequality is or . Division by zero is undefined. Always use an open circle for critical points from the denominator.
  • Algebraic Errors: Simple mistakes when combining fractions or factoring polynomials can throw off the entire problem. Double-check your algebra when simplifying the expression.
  • Mixing up Interval Notation: Remember that parentheses () correspond to open circles and mean 'not included', while brackets [] correspond to closed circles and mean 'included'.

What About Special Cases?

Sometimes you'll encounter expressions that don't behave in the typical way. Keep an eye out for these special cases.

Always-Positive or Always-Negative Factors

Consider the inequality x2+1x3>0. The numerator, x2+1, is always positive for any real number x (since x20, adding 1 makes it 1). Because the numerator is always positive, it doesn't affect the sign of the fraction. The sign is determined entirely by the denominator. So, the problem simplifies to solving x3>0, which gives the solution x>3 or (3,).

Squared Factors

What about x1(x4)20? The denominator (x4)2 is always positive, except at x=4 where it is zero (and thus the expression is undefined). Since the denominator is always positive, the sign of the fraction is determined by the numerator, x1. We need to solve x10, which gives x1. However, we must still exclude the value that makes the denominator zero. So, we take our solution x1 and remove x=4. The final answer is [1,4)(4,).

Quick Summary: The 5-Step Process

Feeling overwhelmed? Just remember this core process for solving any rational inequality.

  1. Zero Side: Rearrange the inequality so that one side is a single rational expression and the other side is 0.
  2. Critical Points: Find the values of x that make the numerator equal to 0 and the values that make the denominator equal to 0.
  3. Number Line: Plot the critical points on a number line. Use open circles for points from the denominator and for strict inequalities (<,>). Use closed circles for points from the numerator in non-strict inequalities (,).
  4. Test Intervals: Pick a test value from each interval on the number line and plug it into the simplified expression from Step 1. Mark each interval as positive (+) or negative ().
  5. Write Solution: Based on the inequality symbol (e.g., >0 means positive), choose the correct intervals and write your final answer using interval notation.

Frequently Asked Questions

What's the difference between a rational equation and a rational inequality?

A rational equation uses an equals sign (=) and you are solving for specific values of x. A rational inequality uses a symbol like < or , and you are solving for entire ranges or intervals of x values that make the statement true.

Why is a point from the denominator always excluded from the solution?

A value of x that makes the denominator zero causes division by zero, which makes the entire rational expression undefined. Since the expression has no value at that point, it can't be part of the solution set, regardless of the inequality symbol.

What do I do if I have a quadratic in the numerator or denominator?

You must factor the quadratic completely to find its roots. A quadratic can give you zero, one, or two critical points. These points must all be placed on the number line to create the test intervals.

How do I write the final answer?

The standard way is to use interval notation. Use parentheses () for endpoints that are not included (open circles) and square brackets [] for endpoints that are included (closed circles). Use the union symbol to combine two or more separate intervals.

Does the sign chart method work for all rational inequalities?

Yes, the sign chart (or number line analysis) method is a robust and reliable process. It works for any rational inequality as long as you correctly perform the first step of getting a single rational expression on one side and zero on the other.

What happens if a factor is squared, like (x1)2?

A squared factor like (x1)2 will always be non-negative. The critical point x=1 is still important, but the sign of the expression will not change as you cross over it on the number line. This is sometimes called a 'touching' point instead of a 'crossing' point.

Can the solution to a rational inequality be 'all real numbers' or 'no solution'?

Yes. For example, the inequality x2+2x2+5>0 is true for all real numbers because the numerator and denominator are always positive. Conversely, 3x2+1<0 has no solution because the expression is always positive.