Study Materials Available

Access summaries, videos, slides, infographics, mind maps and more

View Materials

POLYNOMIALS - Q&A

EXERCISE 2.1

1. The graphs of y = p(x) are given in Fig. 2.10 below, for some polynomials p(x). Find the number of zeroes of p(x), in each case.

(Note: Based on standard NCERT graphs for this exercise)
(i) Graph is a straight line parallel to the x-axis.
(ii) Graph intersects the x-axis at one point.
(iii) Graph intersects the x-axis at three points.
(iv) Graph intersects the x-axis at two points.
(v) Graph intersects the x-axis at four points.
(vi) Graph intersects the x-axis at three points (touching at two, cutting at one).

Solution:
The number of zeroes of a polynomial p(x) is equal to the number of points where the graph of y = p(x) intersects the x-axis.

(i) The graph does not intersect the x-axis at any point.
Answer: 0

(ii) The graph intersects the x-axis at exactly one point.
Answer: 1

(iii) The graph intersects the x-axis at three points.
Answer: 3

(iv) The graph intersects the x-axis at two points.
Answer: 2

(v) The graph intersects the x-axis at four points.
Answer: 4

(vi) The graph intersects the x-axis at three points.
Answer: 3




EXERCISE 2.2

1. Find the zeroes of the following quadratic polynomials and verify the relationship between the zeroes and the coefficients.

(i) x2 - 2x - 8
Solution:
Step 1: Find the zeroes by factorization.
We need to split the middle term (-2x) such that the sum is -2x and the product is -8x2.
x2 - 4x + 2x - 8 = 0
x(x - 4) + 2(x - 4) = 0
(x - 4)(x + 2) = 0
So, x - 4 = 0 or x + 2 = 0
x = 4 or x = -2
The zeroes are 4 and -2.

Step 2: Verify the relationship.
Here, a = 1, b = -2, c = -8.
Sum of zeroes = 4 + (-2) = 2
-Coefficient of x / Coefficient of x2 = -b/a = -(-2)/1 = 2
Sum of zeroes = -b/a (Verified)

Product of zeroes = 4 × (-2) = -8
Constant term / Coefficient of x2 = c/a = -8/1 = -8
Product of zeroes = c/a (Verified)


(ii) 4s2 - 4s + 1
Solution:
Step 1: Find the zeroes.
4s2 - 2s - 2s + 1 = 0
2s(2s - 1) - 1(2s - 1) = 0
(2s - 1)(2s - 1) = 0
So, s = 1/2, 1/2
The zeroes are 1/2 and 1/2.

Step 2: Verify the relationship.
Here, a = 4, b = -4, c = 1.
Sum of zeroes = 1/2 + 1/2 = 1
-b/a = -(-4)/4 = 4/4 = 1
(Verified)

Product of zeroes = 1/2 × 1/2 = 1/4
c/a = 1/4
(Verified)


(iii) 6x2 - 3 - 7x
Solution:
Step 1: Rearrange and find zeroes.
Rearrange in standard form: 6x2 - 7x - 3
Split middle term (product -18, sum -7):
6x2 - 9x + 2x - 3 = 0
3x(2x - 3) + 1(2x - 3) = 0
(3x + 1)(2x - 3) = 0
x = -1/3 or x = 3/2
The zeroes are -1/3 and 3/2.

Step 2: Verify the relationship.
Here, a = 6, b = -7, c = -3.
Sum of zeroes = -1/3 + 3/2 = (-2 + 9)/6 = 7/6
-b/a = -(-7)/6 = 7/6
(Verified)

Product of zeroes = (-1/3) × (3/2) = -3/6 = -1/2
c/a = -3/6 = -1/2
(Verified)


(iv) 4u2 + 8u
Solution:
Step 1: Find zeroes.
4u(u + 2) = 0
u = 0 or u + 2 = 0
The zeroes are 0 and -2.

Step 2: Verify relationship.
Here, a = 4, b = 8, c = 0.
Sum of zeroes = 0 + (-2) = -2
-b/a = -8/4 = -2
(Verified)

Product of zeroes = 0 × -2 = 0
c/a = 0/4 = 0
(Verified)


(v) t2 - 15
Solution:
Step 1: Find zeroes.
t2 = 15
t = √15 or t = -√15
The zeroes are √15 and -√15.

Step 2: Verify relationship.
Here, a = 1, b = 0 (no 't' term), c = -15.
Sum of zeroes = √15 - √15 = 0
-b/a = -0/1 = 0
(Verified)

Product of zeroes = (√15)( -√15) = -15
c/a = -15/1 = -15
(Verified)


(vi) 3x2 - x - 4
Solution:
Step 1: Find zeroes.
Split middle term (product -12, sum -1):
3x2 - 4x + 3x - 4 = 0
x(3x - 4) + 1(3x - 4) = 0
(x + 1)(3x - 4) = 0
x = -1 or x = 4/3
The zeroes are -1 and 4/3.

Step 2: Verify relationship.
Here, a = 3, b = -1, c = -4.
Sum of zeroes = -1 + 4/3 = (-3 + 4)/3 = 1/3
-b/a = -(-1)/3 = 1/3
(Verified)

Product of zeroes = -1 × 4/3 = -4/3
c/a = -4/3
(Verified)


2. Find a quadratic polynomial each with the given numbers as the sum and product of its zeroes respectively.

(Note: A quadratic polynomial is given by k[x2 - (Sum of zeroes)x + (Product of zeroes)], where k is a constant).


(i) 1/4, -1
Solution:
Sum (S) = 1/4, Product (P) = -1
Polynomial = x2 - Sx + P
= x2 - (1/4)x + (-1)
= x2 - x/4 - 1
To remove the fraction, we can multiply by 4 (taking k=4).
4x2 - x - 4


(ii) √2, 1/3
Solution:
Sum (S) = √2, Product (P) = 1/3
Polynomial = x2 - √2x + 1/3
To remove the fraction, multiply by 3.
3x2 - 3√2x + 1


(iii) 0, √5
Solution:
Sum (S) = 0, Product (P) = √5
Polynomial = x2 - (0)x + √5
x2 + √5


(iv) 1, 1
Solution:
Sum (S) = 1, Product (P) = 1
Polynomial = x2 - 1x + 1
x2 - x + 1


(v) -1/4, 1/4
Solution:
Sum (S) = -1/4, Product (P) = 1/4
Polynomial = x2 - (-1/4)x + 1/4
= x2 + x/4 + 1/4
Multiplying by 4:
4x2 + x + 1


(vi) 4, 1
Solution:
Sum (S) = 4, Product (P) = 1
Polynomial = x2 - 4x + 1
x2 - 4x + 1
Quick Navigation:
Quick Review Flashcards - Click to flip and test your knowledge!
Question
What is defined as the 'degree' of a polynomial p(x)?
Answer
The highest power of x in p(x).
Question
What is the degree of the polynomial 4x + 2?
Answer
1
Question
Identify the degree of the polynomial 2y^2 - 3y + 4.
Answer
2
Question
What is the degree of the polynomial 5x^3 - 4x^2 + x - 2?
Answer
3
Question
Explain why expressions like \frac{1}{x-1} or \sqrt{x} + 2 are not considered polynomials.
Answer
The powers of the variable must be non-negative integers.
Question
Term: Linear Polynomial
Answer
Definition: A polynomial of degree 1.
Question
Give the general form of a linear polynomial in the variable x.
Answer
ax + b, where a \ne 0.
Question
Term: Quadratic Polynomial
Answer
Definition: A polynomial of degree 2.
Question
From which word is the term 'quadratic' derived, and what does it mean?
Answer
It is derived from 'quadrate', which means 'square'.
Question
What is the general form of a quadratic polynomial in x?
Answer
ax^2 + bx + c, where a, b, c are real numbers and a \ne 0.
Question
Term: Cubic Polynomial
Answer
Definition: A polynomial of degree 3.
Question
What is the general form of a cubic polynomial in x?
Answer
ax^3 + bx^2 + cx + d, where a, b, c, d are real numbers and a \ne 0.
Question
If p(x) is a polynomial and k is a real number, what does p(k) represent?
Answer
The value of p(x) obtained by replacing x with k.
Question
When is a real number k considered a 'zero' of a polynomial p(x)?
Answer
When p(k) = 0.
Question
What are the zeroes of the quadratic polynomial x^2 - 3x - 4?
Answer
-1 and 4.
Question
How is the zero of a linear polynomial ax + b related to its coefficients?
Answer
The zero is -\frac{b}{a} (or -\frac{\text{constant term}}{\text{coefficient of } x}).
Question
Geometrically, what do the zeroes of a polynomial p(x) represent on a graph?
Answer
The x-coordinates of the points where the graph of y = p(x) intersects the x-axis.
Question
What is the shape of the graph for any linear polynomial ax + b (a \ne 0)?
Answer
A straight line.
Question
At exactly how many points does the graph of a linear polynomial intersect the x-axis?
Answer
One point.
Question
The graph of y = ax^2 + bx + c is a curve called a _____.
Answer
Parabola
Question
Under what condition does the parabola y = ax^2 + bx + c open upwards?
Answer
When a > 0.
Question
Under what condition does the parabola y = ax^2 + bx + c open downwards?
Answer
When a < 0.
Question
If a quadratic parabola intersects the x-axis at two distinct points A and A', how many zeroes does the polynomial have?
Answer
Two distinct zeroes.
Question
If the graph of a quadratic polynomial touches the x-axis at exactly one point, what can be said about its zeroes?
Answer
The two zeroes are equal (or coincident).
Question
If the graph of a quadratic polynomial is completely above or below the x-axis, how many zeroes does it have?
Answer
Zero (it has no zeroes).
Question
What is the maximum number of zeroes a polynomial of degree 2 can have?
Answer
At most 2 zeroes.
Question
Identify the zeroes of the cubic polynomial x^3 - 4x.
Answer
-2, 0, and 2.
Question
What is the maximum number of zeroes a cubic polynomial can have?
Answer
At most 3 zeroes.
Question
In general, a polynomial p(x) of degree n has at most _____ zeroes.
Answer
n
Question
How do you determine the number of zeroes of a polynomial p(x) from its graph?
Answer
By counting the number of points where the graph intersects the x-axis.
Question
If \alpha and \beta are the zeroes of the quadratic polynomial ax^2 + bx + c, what is their sum?
Answer
\alpha + \beta = -\frac{b}{a}
Question
If \alpha and \beta are the zeroes of the quadratic polynomial ax^2 + bx + c, what is their product?
Answer
\alpha \beta = \frac{c}{a}
Question
In a quadratic polynomial, the sum of zeroes equals -\frac{\text{coefficient of } x}{\text{?}}.
Answer
Coefficient of x^2
Question
In a quadratic polynomial, the product of zeroes equals \frac{\text{?}}{\text{coefficient of } x^2}.
Answer
Constant term
Question
What are the zeroes of the quadratic polynomial x^2 + 7x + 10?
Answer
-2 and -5.
Question
Which algebraic identity is used to factorise the polynomial x^2 - 3?
Answer
a^2 - b^2 = (a - b)(a + b)
Question
Find the zeroes of the polynomial x^2 - 3.
Answer
\sqrt{3} and -\sqrt{3}.
Question
What is the quadratic polynomial where the sum of zeroes is -3 and the product of zeroes is 2?
Answer
x^2 + 3x + 2
Question
For a cubic polynomial ax^3 + bx^2 + cx + d, what is the formula for the sum of zeroes \alpha + \beta + \gamma?
Answer
-\frac{b}{a}
Question
For a cubic polynomial ax^3 + bx^2 + cx + d, what is the formula for the product of zeroes \alpha \beta \gamma?
Answer
-\frac{d}{a}
Question
For a cubic polynomial ax^3 + bx^2 + cx + d, what is the formula for \alpha \beta + \beta \gamma + \gamma \alpha?
Answer
\frac{c}{a}
Question
Verify if 3, -1, and -\frac{1}{3} are zeroes of p(x) = 3x^3 - 5x^2 - 11x - 3.
Answer
Yes, they are zeroes as p(3) = 0, p(-1) = 0, and p(-\frac{1}{3}) = 0.
Question
In a cubic polynomial, the sum of the products of the zeroes taken two at a time equals \frac{\text{coefficient of } x}{\text{?}}.
Answer
Coefficient of x^3
Question
Identify the coefficient values a, b, c, d for the cubic polynomial 3x^3 - 5x^2 - 11x - 3.
Answer
a=3, b=-5, c=-11, d=-3
Question
The zeroes of a quadratic polynomial are the x-coordinates of the points where the _____ representing y = ax^2 + bx + c intersects the x-axis.
Answer
Parabola
Question
For the cubic polynomial 2x^3 - 5x^2 - 14x + 8, what is the product of the zeroes?
Answer
-4 (calculated as -\frac{8}{2}).
Question
If a cubic polynomial is given as x^3 - x^2, what are its zeroes?
Answer
0 and 1.
Question
A polynomial of degree 1 is called a _____ polynomial.
Answer
Linear
Question
In the general form ax^2 + bx + c, what must be true about the coefficient a?
Answer
a \ne 0
Question
What is the value of the constant term d in the cubic polynomial 3x^3 - 5x^2 - 11x - 3?
Answer
-3