2. Functions

Polynomial Inequalities

Polynomial Inequalities

students, imagine a graph of a polynomial as a road that goes up and down like a roller coaster 🎢. A polynomial inequality asks where that road is above, below, or touching a horizontal line such as $y=0$. In this lesson, you will learn how to solve inequalities involving polynomials, interpret the answer on a number line, and connect these ideas to graphs, roots, and sign changes.

What are polynomial inequalities?

A polynomial is an expression made from powers of $x$ with nonnegative integer exponents, such as $f(x)=x^3-4x^2+x+6$. A polynomial inequality compares a polynomial with another expression using symbols like $<$, $>$, $le$, or $ge$. For example, $x^2-5x+6>0$ is a polynomial inequality.

The main idea is simple: instead of solving for one exact value, you are finding the set of values of $x$ that make the inequality true. That set may be one interval, several intervals, or sometimes all real numbers. On the graph of $y=f(x)$, this means identifying where the graph lies above the $x$-axis for $f(x)>0$, below the $x$-axis for $f(x)<0$, on or above for $f(x)ge 0$, and on or below for $f(x)le 0$.

The points where the polynomial equals zero are called roots, zeros, or solutions of the equation $f(x)=0$. These points are important because they divide the number line into regions where the polynomial may have different signs. 🌟

Why roots matter and how signs change

Suppose $f(x)=(x-2)(x+1)$. The roots are $x=2$ and $x=-1$. These split the number line into three intervals: $(-infty,-1)$, $(-1,2)$, and $(2,infty)$. To solve $ (x-2)(x+1)>0, $ we check the sign of each factor in each interval.

Pick a test value from each interval:

  • For $x=-2$, $(x-2)(x+1)=(-4)(-1)>0$.
  • For $x=0$, $(x-2)(x+1)=(-2)(1)<0$.
  • For $x=3$, $(x-2)(x+1)=(1)(4)>0$.

So the solution is $x<-1 \text{ or } x>2.$ Because the inequality is strict, the roots themselves are not included.

A key fact for students to remember is this: when a polynomial has a root with odd multiplicity, the sign usually changes at that root; when it has a root with even multiplicity, the sign usually does not change. For example, in $f(x)=(x-1)^2(x+3),$ the root $x=1$ has even multiplicity $2$, while $x=-3$ has odd multiplicity $1$. This helps predict where the graph crosses or touches the $x$-axis. A graph that crosses changes from positive to negative or vice versa; a graph that just touches the axis and turns around does not change sign.

Methods for solving polynomial inequalities

There are three common methods in IB-style reasoning: factor and test intervals, sketch the graph, and use algebraic sign logic. The best method depends on the form of the polynomial.

1. Factor and test intervals

This is the most reliable method for many exam questions. First, rewrite the polynomial if possible by factoring. Then find all real roots. Next, place the roots on a number line and test one point from each interval.

Example: solve $x^2-3x-10le 0.$ Factor:

$$x^2-3x-10=(x-5)(x+2).$$

The roots are $x=5$ and $x=-2$. The intervals are $(-infty,-2)$, $(-2,5)$, and $(5,infty)$. Test $x=0$ in the middle interval:

$$ (0-5)(0+2)=-10<0. $$

So the expression is negative between the roots. Since the inequality is $\le 0$, include the roots too. The solution is $-2le xle 5.$ ✅

2. Use a sketch of the graph

If a polynomial is given in a graphing context, use the graph to see where it lies above or below the $x$-axis. For example, if the graph of $y=x^3-2x$ crosses the axis at $x=-sqrt{2}$, $x=0$, and $x=sqrt{2}$, then solving $x^3-2x>0$ means finding the parts of the graph above the axis. Since $x^3-2x=x(x-sqrt{2})(x+sqrt{2}),$ sign analysis gives

$$-sqrt{2}<x<0 \text{ or } x>sqrt{2}.$$

A graph helps you see whether roots are included, and it also helps check whether your algebra is reasonable.

3. Think about end behavior

The end behavior of a polynomial tells what happens as $xtoinfty$ or $xto-infty$. This depends on the leading term. For example, in $f(x)=2x^4-3x+1$, the leading term is $2x^4$. Since the degree is even and the leading coefficient is positive, both ends of the graph go up. That means for very large positive or negative $x$, $f(x)$ is positive.

This is useful when you do not know every detail of the graph. If a polynomial has even degree and positive leading coefficient, then the outer intervals often have positive sign; if the leading coefficient is negative, the outer intervals are negative. For odd degree, the sign at the two ends is opposite.

Special cases: repeated roots and no real roots

Sometimes a polynomial has repeated roots. Consider $f(x)=(x-2)^2(x+1).$ Solving $f(x)ge 0$ requires checking the sign of each factor. Because $(x-2)^2ge 0$ for all $x$, the sign is controlled mainly by $(x+1)$, except that the product becomes $0$ when $x=2$ or $x=-1$.

Let us analyze the intervals:

  • If $x<-1$, then $x+1<0$, so $f(x)<0$.
  • If $-1<x<2$, then $x+1>0$ and $(x-2)^2>0$, so $f(x)>0$.
  • If $x>2$, then $x+1>0$, so $f(x)>0$.

Because the inequality is $\ge 0$, we include the roots. The solution is $xge -1.$ Notice that $x=2$ is included even though the sign does not change there, because the expression equals $0$.

Now consider a polynomial with no real roots, such as $x^2+4.$ Since $x^2ge 0$ for all real $x$, we have $x^2+4>0$ for every real number. Therefore, the solution to $x^2+4ge 0$ is all real numbers, and the solution to $x^2+4<0$ is none. This is a good example of how algebra and graphing work together: the graph sits entirely above the $x$-axis. 📈

Polynomial inequalities in the bigger Functions picture

Polynomial inequalities are not isolated skills. They connect to the wider study of functions in several ways.

First, they reinforce function notation. If $f(x)=x^3-4x$, then solving $f(x)<0$ means studying the function values, not just manipulating symbols. That is a central idea in functions: input $x$ gives output $f(x)$.

Second, they build understanding of zeros and intercepts. The solutions of $f(x)=0$ are the $x$-intercepts of the graph. These intercepts are the boundaries for inequalities. In many IB questions, knowing the graph or factor form of a function lets you move between algebraic and graphical reasoning.

Third, they prepare you for more advanced models. Polynomial inequalities often appear alongside rational, exponential, or logarithmic functions. For example, solving an inequality may require turning it into a polynomial after clearing denominators or rearranging terms. This is why polynomial inequalities are part of the toolkit for broader equation and inequality work.

Fourth, they strengthen your ability to interpret solution sets. The answer to an inequality is usually written in interval notation, such as $(-infty,-2]cup[5,infty).$ This tells you clearly where the function meets the condition. In IB Mathematics: Analysis and Approaches HL, clear communication of the solution set is just as important as the calculation.

Common mistakes to avoid

students, here are mistakes students often make:

  • Forgetting to include roots when the inequality uses $\le$ or $\ge$.
  • Assuming the sign changes at every root, even when the root has even multiplicity.
  • Testing points without first factoring or identifying all roots.
  • Leaving the answer as a list of numbers instead of intervals.
  • Ignoring the graph or end behavior when checking whether the algebra makes sense.

A good habit is to always check your final answer in the original inequality. If you choose one value from each interval, plug it back in and verify the sign. This is especially helpful when the polynomial has several factors or a high degree.

Conclusion

Polynomial inequalities ask where a polynomial is positive, negative, or zero. The main tools are factoring, finding roots, testing intervals, and using graph behavior. The roots divide the number line, repeated roots affect whether the sign changes, and the final answer is a set of intervals. These ideas connect directly to function language, graphs, and solving equations and inequalities across the IB Mathematics: Analysis and Approaches HL course. With practice, you can read a polynomial inequality as a story about where a function lives relative to the $x$-axis. 🎯

Study Notes

  • A polynomial inequality compares a polynomial with $<$, $>$, $\le$, or $\ge$.
  • Solve by finding roots, dividing the number line into intervals, and testing signs.
  • The roots of $f(x)=0$ are the boundary points for inequalities involving $f(x)$.
  • If a root has odd multiplicity, the sign usually changes there; if it has even multiplicity, the sign usually does not change.
  • For $f(x)>0$, look where the graph is above the $x$-axis; for $f(x)<0$, look where it is below the $x$-axis.
  • Use $\le$ or $\ge$ to include roots in the solution set.
  • Write final answers in interval notation when appropriate.
  • Polynomial inequalities connect algebraic manipulation with graph interpretation, which is a major function skill in IB Mathematics: Analysis and Approaches HL.

Practice Quiz

5 questions to test your understanding