Introduction
Introduction to Polynomials
Concept Introduction: Polynomials in Real Life
Have you ever wondered how companies calculate profit when they produce goods? Imagine a factory manufacturing notebooks. The total cost might be ₹100 for setup plus ₹5 per notebook. If they produce x notebooks, the cost is 100 + 5x. The revenue from selling them at ₹8 each is 8x. The profit is revenue minus cost: 8x − (100 + 5x) = 3x − 100.
This expression 3x − 100 is a polynomial — a mathematical expression involving variables and coefficients. When the factory asks "How many notebooks must we sell to break even?", they're finding the zero of the polynomial 3x − 100, which is x = 100/3 ≈ 34 notebooks.
Polynomials appear everywhere: calculating areas, predicting projectile motion, optimizing phone signal strength, and even in Google's search algorithms. Understanding polynomials unlocks the door to algebra, calculus, and real-world problem-solving.
{{FORMULA: expr=p(x) = axⁿ + bxⁿ⁻¹ + ... + cx + d | symbols=a,b,c,d:real coefficients, n:degree (highest power), x:variable}}
{{KEY: type=concept | title=What is a Zero of a Polynomial? | text=A real number k is a zero of polynomial p(x) if p(k) = 0. It represents the x-coordinate where the graph intersects the x-axis. For example, if p(x) = 2x + 3, then k = −3/2 is its zero because p(−3/2) = 0.}}
Definitions & Core Vocabulary
| Term | Meaning | Example |
|---|---|---|
| Polynomial | An algebraic expression with variables raised to whole-number powers and real coefficients | 4x + 2, x² − 3x + 5, 2y³ − y |
| Degree | The highest power of the variable in the polynomial | Degree of 5x³ − 4x² + x − 2 is 3 |
| Coefficient | The numerical factor multiplying the variable term | In 7x², the coefficient is 7 |
| Constant Term | The term without any variable | In x² − 3x + 4, constant term is 4 |
| Linear Polynomial | Polynomial of degree 1 | 2x − 3, y + 2, 3z + 4 |
| Quadratic Polynomial | Polynomial of degree 2 (from Latin "quadratus" = square) | x² − 3x − 4, 2y² + 5 |
| Cubic Polynomial | Polynomial of degree 3 | x³ − 2x² + x − 1 |
| Zero of a Polynomial | A value k such that p(k) = 0 | For p(x) = x − 5, zero is x = 5 |
| Value of Polynomial at x = k | Result obtained by substituting x = k in p(x), denoted p(k) | If p(x) = x² + 2x, then p(3) = 15 |
What Makes an Expression a Polynomial?
Polynomials must satisfy specific rules. Let's understand through logical reasoning:
Valid Polynomials (✅)
An expression is a polynomial if:
- All exponents are whole numbers (0, 1, 2, 3, ...)
4x + 2 → degree 1 ✅
x² − 3x + 5 → degree 2 ✅
7u⁶ − u⁴ + 4u² − u + 8 → degree 6 ✅
- Coefficients are real numbers (including fractions, decimals)
(2/3)x² + (√5)x − π → valid ✅
- No division by variables
3x² + 5 → valid ✅
Invalid Expressions (❌)
An expression is NOT a polynomial if:
- Negative or fractional exponents appear
x⁻¹ = 1/x → NOT a polynomial ❌
√x = x^(1/2) → NOT a polynomial ❌
- Variable in the denominator
1/(x + 1) → NOT a polynomial ❌
(x + 2)/(x² + 2x + 3) → NOT a polynomial ❌
- Trigonometric, exponential, or logarithmic functions
sin(x) + 2 → NOT a polynomial ❌
The Standard Forms
Understanding the general form helps us identify relationships between coefficients and zeroes.
Linear Polynomial (Degree 1)
p(x) = ax + b, where a ≠ 0
Zero: Solve ax + b = 0
x = −b/a
The zero is the negative ratio of constant term to coefficient of x.
Quadratic Polynomial (Degree 2)
p(x) = ax² + bx + c, where a ≠ 0
Zeroes: Found by solving ax² + bx + c = 0 (we'll explore the relationship between zeroes and coefficients later).
Cubic Polynomial (Degree 3)
p(x) = ax³ + bx² + cx + d, where a ≠ 0
How to Find the Value of a Polynomial at x = k
Logic in 3 Steps:
-
Write the polynomial expression clearly.
-
Substitute every occurrence of the variable with the value
k. -
Simplify using BODMAS (Brackets, Orders/powers, Division, Multiplication, Addition, Subtraction).
Let's see this with a detailed example.
Solved Examples
Example 1: Identifying Polynomial Type
Given: The expression 2x² − 3x + (1/5)
To Find: Is it a polynomial? If yes, state its degree and type.
Solution:
- Check if all exponents are whole numbers.
Powers of x are 2 and 1 → both whole numbers ✅
- Check if coefficients are real numbers.
Coefficients: 2, −3, 1/5 → all real ✅
- Identify the highest power.
Degree = 2
- Classify by degree.
Degree 2 → Quadratic polynomial
Final Answer: Yes, it is a quadratic polynomial of degree 2
Example 2: Finding Value of a Polynomial
Given: p(x) = x² − 3x − 4
To Find: p(2) and p(−1)
Solution:
- Substitute
x = 2in the polynomial.
p(2) = (2)² − 3(2) − 4
- Simplify step-by-step.
p(2) = 4 − 6 − 4 = −6
- Now substitute
x = −1.
p(−1) = (−1)² − 3(−1) − 4
- Simplify carefully (watch the signs!).
p(−1) = 1 + 3 − 4 = 0
Final Answer: p(2) = −6 and p(−1) = 0
Example 3: Finding the Zero of a Linear Polynomial
Given: p(x) = 2x + 3
To Find: The zero of the polynomial
Solution:
- Set the polynomial equal to zero.
2x + 3 = 0
- Isolate
xby subtracting 3 from both sides.
2x = −3
- Divide both sides by 2.
x = −3/2
- Verify by substituting back.
p(−3/2) = 2(−3/2) + 3 = −3 + 3 = 0 ✅
Final Answer: x = −3/2
Example 4: Verifying Zeroes of a Quadratic Polynomial (Tricky)
Given: p(x) = x² − 3x − 4, and claims that −1 and 4 are its zeroes
To Find: Verify if both values are indeed zeroes
Solution:
- Check
x = −1by substituting.
p(−1) = (−1)² − 3(−1) − 4
- Simplify.
p(−1) = 1 + 3 − 4 = 0 ✅
- Check
x = 4by substituting.
p(4) = (4)² − 3(4) − 4
- Simplify.
p(4) = 16 − 12 − 4 = 0 ✅
- Both values satisfy
p(k) = 0.
Final Answer: Yes, both −1 and 4 are zeroes of the polynomial
Tips & Tricks for Quick Calculations
| Shortcut | Technique | Example |
|---|---|---|
| Zero of Linear Polynomial | For ax + b, zero = −b/a (no need to solve) | 3x − 9 → zero = −(−9)/3 = 3 |
| Checking if a Value is a Zero | Just substitute and see if result is 0; no algebra needed | For p(x) = x² − 5x + 6, check p(2) = 4 − 10 + 6 = 0 ✅ |
| Sign Management | When substituting negatives, write them in brackets first: (−3)² not −3² | −3² = −9 but (−3)² = 9 |
Common Mistakes Students Make
| ❌ Wrong Approach | ✅ Right Approach |
|---|---|
Thinking 1/x or √x are polynomials | Polynomials need whole number exponents only; 1/x = x⁻¹ is NOT a polynomial |
Writing −3² = 9 when x = −3 | Always use brackets: (−3)² = 9; without brackets −3² = −9 |
Forgetting a ≠ 0 for degree | For ax² + bx + c to be quadratic, a ≠ 0; if a = 0, it becomes linear |
| Confusing "value" and "zero" | p(k) is the value at x = k; k is a zero only if p(k) = 0 |
Brain-Teaser Questions
Q1: If p(x) = kx² − 4x + k and p(2) = 0, find the value of k.
💡 Answer: Substitute
x = 2:k(2)² − 4(2) + k = 0→4k − 8 + k = 0→5k = 8→k = 8/5
Q2: Can a polynomial have infinitely many zeroes? If yes, give an example.
💡 Answer: Yes, the zero polynomial
p(x) = 0(all coefficients are zero) satisfiesp(k) = 0for every real numberk, so it has infinitely many zeroes.
Q3: If p(x) = x² − (a + b)x + ab, what are its zeroes in terms of a and b?
💡 Answer: Zeroes are
x = aandx = b. Verify:p(a) = a² − (a+b)a + ab = a² − a² − ab + ab = 0 ✅. Similarlyp(b) = 0 ✅.
Mini Cheatsheet: Key Formulas & Concepts
| Concept | Formula / Rule | Example |
|---|---|---|
| Linear Polynomial | p(x) = ax + b, zero = −b/a | 2x + 3 → zero = −3/2 |
| Quadratic Polynomial | p(x) = ax² + bx + c where a ≠ 0 | x² − 3x − 4 |
| Cubic Polynomial | p(x) = ax³ + bx² + cx + d where a ≠ 0 | x³ − 2x² + x − 1 |
| Value at x = k | Substitute k everywhere: p(k) | If p(x) = x² + 2, p(3) = 11 |
| Zero of Polynomial | Value k where p(k) = 0 | For x − 5, zero is 5 |
Next Page Preview: We'll explore the geometrical meaning of zeroes — why the zero of a polynomial corresponds to where its graph crosses the x-axis, and how the shape of parabolas reveals the number of zeroes a quadratic can have.
Geometrical Meaning of the Zeroes of a Polynomial — Part 1
Page 2 of 5: Geometrical Meaning of the Zeroes of a Polynomial — Part 1
{{FORMULA: expr=y = ax² + bx + c | symbols=y:value of polynomial, x:variable, a:leading coefficient, b:linear coefficient, c:constant}}
Concept Introduction
Imagine you're playing basketball. When you shoot the ball, it flies through the air in a beautiful arc before (hopefully!) going through the hoop. This curved path is a perfect real-world example of a parabola, which is the shape of the graph of a quadratic polynomial. Now, think about the ball's journey. It starts from your hands (a certain height), reaches a maximum height, and then comes down.
If we imagine a coordinate plane with the ground as the x-axis, the points where the ball would hit the ground are the "zeroes" of its path. These are the points where the height (y) is zero. This connection between a real-world path and a graph is exactly what we're exploring. The zeroes of a polynomial aren't just abstract numbers; they are the specific points where the polynomial's value is zero, which geometrically means they are the points where its graph crosses the horizontal axis.
{{VISUAL: diagram: A basketball player shooting a ball. A dotted parabolic arc shows the ball's path from the player's hands, reaching a peak, and then going down towards a hoop. The ground is labeled as the x-axis, and the point where the parabolic path would intersect the ground is labeled "Zero of the polynomial path".}}
Definitions & Key Terms
Before we dive deep, let's clarify the essential terms we'll be using.
| Term / Variable | Meaning |
|---|---|
Polynomial p(x) | An expression of one or more algebraic terms with non-negative integer exponents. |
| Zero of a Polynomial | A real number k such that p(k) = 0. |
y = p(x) | An equation used for graphing, where y represents the value of the polynomial for a given x. |
| Linear Polynomial | A polynomial of degree 1. General form: ax + b, where a ≠ 0. Its graph is a straight line. |
| Quadratic Polynomial | A polynomial of degree 2. General form: ax² + bx + c, where a ≠ 0. Its graph is a parabola. |
| x-intercept | The point(s) where a graph intersects the x-axis. At these points, the y-coordinate is always 0. |
The Logic: Connecting Algebra to Geometry
The link between the zeroes of a polynomial and its graph is a cornerstone of algebra. It's a simple but powerful idea that turns abstract equations into visual shapes. Let's walk through the logic.
-
The Core Definition of a Zero By definition, a number
kis a zero of a polynomialp(x)if substitutingx = kinto the polynomial makes the entire expression equal to zero.p(k) = 0 -
The Role of a Graph To draw the graph of a polynomial, we set it equal to
y. We plot the graph of the equationy = p(x). This means for any point(x, y)on the graph, the y-coordinate is simply the value of the polynomial at that specific x-coordinate. -
The Identity of the X-axis The x-axis is a special line. What do all points lying on the x-axis have in common? Their y-coordinate is always zero. Any point on the x-axis can be written in the form
(x, 0). -
The Point of Intersection When the graph of
y = p(x)intersects the x-axis, it's touching a point where the y-coordinate is zero. Let's say this happens at an x-value ofk. The coordinates of this intersection point must therefore be(k, 0).{{VISUAL: diagram: A coordinate plane with a simple upward-opening parabola representing y = p(x). The parabola cuts the x-axis at two distinct points, labeled A and B. The coordinates are marked as A=(α, 0) and B=(β, 0). Arrows point to α and β on the x-axis, with the label "Zeroes of the polynomial".}}
-
The Final Connection Since the point
(k, 0)is on the graph ofy = p(x), it must satisfy the equationy = p(x). Let's substitutey = 0andx = kinto the equation.0 = p(k) -
The Unavoidable Conclusion This result,
p(k) = 0, is the exact same condition as our initial definition of a zero! This proves a fundamental truth:
{{KEY: type=concept | title=The Geometrical Meaning of a Zero | text=The zeroes of a polynomial p(x) are precisely the x-coordinates of the points where the graph of y = p(x) intersects the x-axis.}}
Solved Examples
Let's apply this concept to some problems, starting from the basics and moving to more complex scenarios.
Example 1: The Linear Case (Easy)
Given: The linear polynomial p(x) = 2x + 3.
To Find: The zero of the polynomial and the coordinates of the point where its graph intersects the x-axis.
Solution:
-
To find the zero, we set
p(x) = 0.2x + 3 = 0 -
Now, we solve for
x.2x = -3x = -3/2 -
The zero of the polynomial is
-3/2. -
Based on our key concept, the graph of
y = 2x + 3must intersect the x-axis at the point where the x-coordinate is the zero. The y-coordinate on the x-axis is always 0.Intersection Point = (-3/2, 0)
Final Answer: The zero is -3/2, and the graph intersects the x-axis at the point (-3/2, 0).
Example 2: Reading a Graph (Medium)
Given: The graph of a quadratic polynomial y = p(x).
{{VISUAL: diagram: A coordinate plane showing a downward-opening parabola. The parabola intersects the x-axis at x = -1 and x = 4. The vertex of the parabola is in the first quadrant.}}
To Find: The zeroes of the polynomial p(x).
Solution:
-
Recall that the zeroes of a polynomial are the x-coordinates of the points where its graph intersects the x-axis.
-
Observe the provided graph. The curve is a parabola that intersects the x-axis at two distinct points.
-
Identify the x-coordinates of these intersection points from the graph.
- The first point of intersection is at
x = -1. - The second point of intersection is at
x = 4.
- The first point of intersection is at
-
Therefore, these x-coordinates are the zeroes of the polynomial
p(x).
Final Answer: The zeroes of the polynomial are -1 and 4.
Example 3: From Equation to Graph Insight (Hard)
Given: The quadratic polynomial p(x) = x² - 3x - 4.
To Find: The zeroes of p(x) and the number of times its graph will intersect the x-axis.
Solution:
-
First, let's find the zeroes by setting
p(x) = 0.x² - 3x - 4 = 0 -
We can solve this quadratic equation by factoring (splitting the middle term). We need two numbers that multiply to -4 and add to -3. These numbers are -4 and +1.
x² - 4x + 1x - 4 = 0 -
Factor by grouping.
x(x - 4) + 1(x - 4) = 0(x + 1)(x - 4) = 0 -
This gives us two possible solutions for
x.x + 1 = 0→x = -1x - 4 = 0→x = 4
-
The polynomial has two distinct zeroes: -1 and 4.
-
Since there are two distinct zeroes, the graph of
y = x² - 3x - 4will intersect the x-axis at two distinct points,(-1, 0)and(4, 0).
Final Answer: The zeroes are -1 and 4. The graph will intersect the x-axis at two distinct points.
Example 4: Interpreting the "a" Coefficient (Tricky)
Given: A quadratic polynomial p(x) = -2x² + 8x - 6.
To Find: The zeroes of p(x) and determine if its parabolic graph opens upwards or downwards.
Solution:
-
First, let's determine the shape of the parabola. The general form is
ax² + bx + c. In our case,a = -2. -
The rule is: if
a > 0, the parabola opens upwards (like ∪). Ifa < 0, it opens downwards (like ∩). -
Since
a = -2, which is less than 0, the parabola opens downwards. -
Now, find the zeroes by setting
p(x) = 0.-2x² + 8x - 6 = 0 -
To simplify, we can divide the entire equation by -2.
x² - 4x + 3 = 0 -
Factor the simplified quadratic equation. We need two numbers that multiply to 3 and add to -4. These are -1 and -3.
(x - 1)(x - 3) = 0 -
This gives us two distinct zeroes.
x - 1 = 0→x = 1x - 3 = 0→x = 3
Final Answer: The zeroes are 1 and 3. The graph is a parabola that opens downwards.
Tips & Tricks
| Technique | Description | Example |
|---|---|---|
| Linear Zero Shortcut | For any linear polynomial ax + b, the zero is always -b/a. No need to solve every time. | For 5x - 10, the zero is -(-10)/5 = 2. |
| Parabola Preview | Look at the sign of the x² term (a). If a is positive, the parabola opens up (∪). If a is negative, it opens down (∩). | y = -3x² + ... opens downwards. y = x² + ... opens upwards. |
| Degree Predicts Zeroes | The degree of a polynomial tells you the maximum number of real zeroes it can have. | A quadratic (degree 2) can have at most 2 zeroes. A cubic (degree 3) can have at most 3 zeroes. |
Common Mistakes to Avoid
| ❌ Wrong Approach | ✅ Right Approach | Why it's Right |
|---|---|---|
Finding the y-intercept (c) and calling it a zero. | Finding the x-intercepts by setting y = 0. | Zeroes are where the polynomial's value (y) is zero, which happens on the x-axis, not the y-axis. |
| Assuming a quadratic polynomial always has two zeroes. | Understanding a quadratic can have 2, 1, or 0 zeroes. | A parabola might just touch the x-axis at one point or miss it entirely. We will explore this later. |
| Confusing the points of intersection with the zeroes. | Stating that the zeroes are the x-coordinates of the intersection points. | The zero is a single number (x), not a coordinate pair (x, y). x=4 is the zero; (4, 0) is the point. |
Brain-Teaser Questions
-
The graph of
y = p(x-2)is a parabola that intersects the x-axis atx=3andx=7. What are the zeroes of the polynomialp(x)?💡 Answer: The zeroes of
p(x)are 1 and 5. Ifx=3is a zero ofp(x-2), thenp(3-2) = p(1) = 0. Ifx=7is a zero ofp(x-2), thenp(7-2) = p(5) = 0. So the zeroes ofp(x)are 1 and 5. -
A quadratic polynomial
p(x) = ax² + bx + chas two distinct zeroes. If the graph opens upwards (a > 0) and the y-intercept is negative (c < 0), can you prove it must have two distinct zeroes?💡 Answer: Yes. If
a > 0, the parabola opens upwards. Ifc < 0, the y-intercept(0, c)is below the x-axis. Since an upward-opening parabola that passes through a point below the x-axis must eventually rise on both sides, it is guaranteed to cross the x-axis in two distinct places. -
The graph of a polynomial
y = p(x)intersects the x-axis at exactly three points:(-2, 0),(0, 0), and(2, 0). Can this be the graph of a quadratic polynomial?💡 Answer: No. A quadratic polynomial has a degree of 2. A polynomial of degree
ncan intersect the x-axis at a maximum ofnpoints. Since this graph intersects the x-axis at 3 points, its degree must be at least 3. It cannot be a quadratic polynomial.
Mini Cheatsheet
| Concept | Key Idea | Formula / Representation |
|---|---|---|
| Zero of a Polynomial | The value of x for which p(x) = 0. | p(k) = 0 means k is a zero. |
| Geometrical Meaning | Zeroes are the x-coordinates where the graph y = p(x) cuts the x-axis. | Intersection point: (k, 0) |
| Linear Polynomial | Degree 1, straight-line graph, exactly one zero. | ax + b, Zero = -b/a |
| Quadratic Polynomial | Degree 2, parabolic graph, at most two zeroes. | ax² + bx + c |
| Parabola Shape | Determined by the sign of the leading coefficient, a. | a > 0 → Opens Up (∪)<br>a < 0 → Opens Down (∩) |
Geometrical Meaning of the Zeroes of a Polynomial — Part 2
Geometrical Meaning of the Zeroes of a Polynomial — Part 2
Welcome back! In the previous lesson, we saw how the zeroes of a linear polynomial correspond to a single point where its graph—a straight line—intersects the x-axis. We also took our first look at quadratic polynomials and their beautiful U-shaped graphs called parabolas.
Today, we'll explore the other possibilities for quadratic polynomials. What if the graph doesn't cut the x-axis twice? What if it just touches it, or doesn't touch it at all? We'll then leap into the world of cubic polynomials and uncover a universal rule that connects a polynomial's degree to the maximum number of zeroes it can have. This visual connection between algebra (equations) and geometry (graphs) is a cornerstone of mathematics!
{{FORMULA: expr=y = p(x) | symbols=p(x):a polynomial in variable x, y:the value of the polynomial for a given x, Zeroes:the x-coordinates where the graph intersects the x-axis}}
The Three Cases for a Quadratic Polynomial
When we graph a quadratic polynomial y = ax² + bx + c, its parabola can interact with the x-axis in three distinct ways. This interaction directly tells us the number of real zeroes the polynomial has.
Remember, a zero of a polynomial p(x) is any value of x for which p(x) = 0. Geometrically, this is where the graph y = p(x) meets the line y = 0, which is simply the x-axis!
Let's examine the remaining two cases not covered previously.
Case (ii): The Graph Touches the x-axis at Exactly One Point
Imagine a parabola that swoops down (or up) and just barely kisses the x-axis at a single point before turning back. This single point of contact represents one real zero.
Because the parabola touches the axis and reverses direction at that point, this zero is sometimes called a repeated root or a zero with a multiplicity of two. For our purposes, it means there is only one unique value of x that makes the polynomial equal to zero.
{{VISUAL: diagram: Two parabolas for Case (ii). One opens upwards (a>0) and touches the x-axis at its vertex. The other opens downwards (a<0) and also touches the x-axis at its vertex. Both are labeled to show "Exactly one zero".}}
Case (iii): The Graph Does Not Intersect the x-axis at All
What if the parabola is entirely above or entirely below the x-axis? In this scenario, the graph of y = p(x) never crosses the line y = 0.
This means there is no real value of x for which p(x) is zero. Therefore, the quadratic polynomial has no real zeroes. The equation ax² + bx + c = 0 has no solution in the set of real numbers.
{{VISUAL: diagram: Two parabolas for Case (iii). One opens upwards and is entirely above the x-axis. The other opens downwards and is entirely below the x-axis. Both are labeled to show "No real zeroes".}}
{{KEY: type=concept | title=Zeroes of a Quadratic Polynomial | text=A quadratic polynomial can have at most two zeroes. Geometrically, this means its parabolic graph can intersect the x-axis at most two times. The three possibilities are: two distinct zeroes (two intersection points), one zero (one touching point), or no real zeroes (no intersection).}}
What About Cubic Polynomials?
Now, let's increase the complexity. A cubic polynomial has the general form ax³ + bx² + cx + d, where the highest power (degree) is 3.
What does its graph look like? Unlike the simple 'U' shape of a parabola, the graph of a cubic polynomial typically has an 'S' shape. Let's consider the polynomial p(x) = x³ – 4x.
If we plot points for y = x³ – 4x, we get a curve that wiggles its way across the x-axis.
| x | y = x³ – 4x |
|---|---|
| -2 | (-2)³ – 4(-2) = -8 + 8 = 0 |
| -1 | (-1)³ – 4(-1) = -1 + 4 = 3 |
| 0 | (0)³ – 4(0) = 0 - 0 = 0 |
| 1 | (1)³ – 4(1) = 1 - 4 = -3 |
| 2 | (2)³ – 4(2) = 8 - 8 = 0 |
The table shows that y is 0 when x is -2, 0, and 2. These are the three zeroes of the polynomial. The graph will intersect the x-axis at these three points.
{{VISUAL: diagram: A graph of the cubic polynomial y = x³ - 4x. The curve starts from the bottom-left, goes up through (-2, 0), reaches a local maximum, comes down through (0, 0), reaches a local minimum, and goes up again through (2, 0) into the top-right. The three x-intercepts are clearly marked.}}
However, a cubic polynomial doesn't always have three zeroes.
- The graph of
y = x³only intersects the x-axis at one point,x = 0. - The graph of
y = x³ – x² = x²(x – 1)touches the x-axis atx = 0and crosses it atx = 1, giving it two distinct zeroes.
The key takeaway is that a cubic polynomial can have at most three zeroes.
The General Rule
This leads us to a powerful general conclusion that connects a polynomial's degree to its number of zeroes.
Remark: In general, given a polynomial
p(x)of degree n, the graph ofy = p(x)intersects the x-axis at at most n points. Therefore, a polynomialp(x)of degreenhas at most n zeroes.
This simple rule is fundamental!
- Degree 1 (Linear) → At most 1 zero.
- Degree 2 (Quadratic) → At most 2 zeroes.
- Degree 3 (Cubic) → At most 3 zeroes.
- Degree
n→ At mostnzeroes.
Solved Examples
Let's apply these visual concepts to interpret some graphs.
Example 1: Identifying Zeroes from a Parabola (Easy)
Given: The graph of a quadratic polynomial p(x) that opens upwards and its lowest point (vertex) is at (3, 2).
To Find: The number of zeroes of p(x).
Solution:
- The graph is a parabola that opens upwards.
- The lowest point on the graph is the vertex, which is given as (3, 2).
- Since the y-coordinate of the lowest point is 2 (which is greater than 0), the entire parabola lies above the x-axis.
- A graph that never touches or crosses the x-axis represents a polynomial with no real zeroes.
Final Answer: <The polynomial has 0 zeroes.>
Example 2: Finding Zeroes of a Perfect Square Trinomial (Medium)
Given: The quadratic polynomial p(x) = x² – 6x + 9.
To Find: The number of zeroes by analysing its graph's interaction with the x-axis.
Solution:
-
First, let's try to factorize the polynomial. We can recognize this as a perfect square trinomial.
p(x) = x² – 2(x)(3) + 3² -
Using the identity
a² - 2ab + b² = (a - b)², we get:p(x) = (x - 3)² -
The zeroes of
p(x)are the values ofxfor whichp(x) = 0.(x - 3)² = 0 -
This equation is only true when
x - 3 = 0, which meansx = 3. -
There is only one value of
xthat makes the polynomial zero. Geometrically, this means the graph ofy = x² – 6x + 9is a parabola that touches the x-axis at exactly one point.
Final Answer: <The polynomial has 1 zero (at x = 3).>
Example 3: Analysing a Cubic Polynomial Graph (Hard)
Given: The graph of a cubic polynomial y = p(x) which passes through the points (-4, 0), touches the x-axis at (1, 0), and passes through (3, 8).
To Find: The number of zeroes of p(x).
Solution:
- The zeroes of a polynomial are the x-coordinates of the points where its graph intersects or touches the x-axis.
- We are given that the graph passes through
(-4, 0). This is an intersection point on the x-axis. So,x = -4is one zero. - We are told the graph touches the x-axis at
(1, 0). A touching point also corresponds to a zero. So,x = 1is another zero. - The point (3, 8) is just another point on the curve and is not on the x-axis, so it doesn't represent a zero.
- The graph intersects the x-axis at
x = -4and touches it atx = 1. These are two distinct points on the x-axis.
Final Answer: <The polynomial has 2 distinct zeroes.>
Example 4: Deducing Polynomial Degree from its Graph (Tricky)
Given: A graph of a polynomial p(x) that starts in the top-left, crosses the x-axis at x = -2, goes down, turns back up to cross the x-axis at x = 1, goes up, and turns back down to cross the x-axis at x = 3, continuing downwards to the bottom-right.
To Find: The number of zeroes and the minimum possible degree of the polynomial.
Solution:
-
Finding the zeroes: The number of zeroes is the number of times the graph intersects the x-axis.
-
The graph crosses the x-axis at three distinct points:
x = -2,x = 1, andx = 3.Number of zeroes = 3 -
Finding the minimum degree: We know that a polynomial of degree
nhas at mostnzeroes. -
Since this polynomial has 3 zeroes, its degree must be at least 3.
-
A linear polynomial (degree 1) has at most 1 zero. A quadratic polynomial (degree 2) has at most 2 zeroes.
-
A cubic polynomial (degree 3) can have up to 3 zeroes. This fits our observation. Therefore, the minimum possible degree for a polynomial with 3 zeroes is 3.
Final Answer: <The polynomial has 3 zeroes, and its minimum possible degree is 3.>
Tips & Tricks
| Tip | Description | Why it Works |
|---|---|---|
| Check the Ends | For any polynomial, if the graph goes in opposite directions at the ends (one up, one down), the degree must be odd (1, 3, 5...). If it goes in the same direction (both up or both down), the degree must be even (2, 4, 6...). | Odd-degree polynomials have opposite signs for large positive and negative x, so they must cross the x-axis. Even-degree polynomials have the same sign, so they don't have to. |
| Count the Bumps | The number of "turns" or "bumps" (local maxima/minima) in a graph can hint at the degree. A polynomial of degree n can have at most n-1 turns. | Each "turn" requires a higher power in the polynomial to create the change in direction. A parabola (degree 2) has 1 turn. A cubic (degree 3) can have up to 2 turns. |
| The y-intercept | To quickly find where any polynomial graph y = p(x) crosses the y-axis, just calculate p(0). This is always the constant term. | The y-axis is where x = 0. Substituting x = 0 in axⁿ + ... + dx + c leaves only the constant term c. |
Common Mistakes
| ❌ Wrong Approach | ✅ Right Approach | Why it's a Mistake |
|---|---|---|
Counting the y-intercept (x=0, y=c) as a zero. | Zeroes are only the x-coordinates where the graph intersects the x-axis (y=0). | The definition of a zero is p(x) = 0. The y-intercept is the value of p(0), which is not necessarily zero. |
| Thinking a cubic polynomial must have 3 zeroes. | A cubic polynomial can have 1, 2, or 3 distinct real zeroes. It has at most 3. | The graph y = x³ is a cubic but only has one zero at x=0. The S-curve might not be pronounced enough to cross the axis three times. |
| Seeing a graph touch the x-axis at one point and saying "there are two zeroes here". | When a graph touches the x-axis at one point, it represents one distinct zero. | While this point is a "repeated root" algebraically, when asked for the number of zeroes from a graph, we count the number of distinct intersection/touch points. |
| Believing a polynomial of degree 4 must have 4 zeroes. | A polynomial of degree 4 can have 0, 1, 2, 3, or 4 real zeroes. It has at most 4. | The graph of y = x⁴ + 1 is a U-shaped curve entirely above the x-axis and has no real zeroes. |
