Orchids Logo

Forming Quadratic Polynomial from Zeroes

Class 10Polynomials

In the previous topics, we learned how to find the zeroes of a given polynomial and how the sum and product of zeroes relate to the coefficients. Now we reverse the process: given the zeroes of a quadratic polynomial, how do we construct the polynomial itself? This is an essential skill in algebra because it allows us to build equations from known solutions. For instance, if we know that a certain quantity equals zero at x = 3 and x = -2, we can construct the quadratic expression that models this behaviour. The process relies directly on the relationship between zeroes and coefficients, and it produces a family of polynomials (differing by a constant multiplier) that share the same zeroes. This topic is frequently tested in CBSE Class 10 board examinations and forms the basis for constructing polynomial equations in higher mathematics.

What is Forming Quadratic Polynomial from Zeroes?

If alpha and beta are the zeroes of a quadratic polynomial, then the polynomial can be expressed as:

p(x) = k[x^2 - (alpha + beta)x + alpha * beta]

where k is any non-zero real number.

In other words: p(x) = k[x^2 - (sum of zeroes)x + (product of zeroes)]

This formula comes from the fact that if alpha and beta are zeroes, then (x - alpha) and (x - beta) are factors. So:

p(x) = k(x - alpha)(x - beta) = k[x^2 - (alpha + beta)x + alpha*beta]

The constant k allows for infinitely many polynomials with the same zeroes. For example, x^2 - 5x + 6, 2x^2 - 10x + 12, and -3x^2 + 15x - 18 all have the same zeroes (2 and 3) but differ by the value of k (which is 1, 2, and -3 respectively).

Convention: In Class 10 problems, unless otherwise specified, we usually take k = 1 (if the result has integer coefficients) or choose k to eliminate fractions in the coefficients. The simplest polynomial (with smallest positive integer coefficients and leading coefficient positive) is preferred.

Important note: Two polynomials have the same zeroes if and only if one is a non-zero scalar multiple of the other. The zeroes determine the polynomial up to a constant factor.

Forming Quadratic Polynomial from Zeroes Formula

Given zeroes alpha and beta, the quadratic polynomial is:

p(x) = k[x^2 - (alpha + beta)x + alpha * beta], where k is any non-zero constant.

Step-by-step process:

1. Calculate S = alpha + beta (sum of zeroes).

2. Calculate P = alpha * beta (product of zeroes).

3. Write p(x) = k(x^2 - Sx + P).

4. Choose k to get integer coefficients (if possible).

Alternative (Factor Form):

p(x) = k(x - alpha)(x - beta)

Expand to get the standard form.

For cubic polynomials with zeroes alpha, beta, gamma:

p(x) = k[x^3 - (alpha + beta + gamma)x^2 + (alpha*beta + beta*gamma + gamma*alpha)x - alpha*beta*gamma]

Derivation and Proof

The formula for forming a quadratic polynomial from its zeroes is derived from the Factor Theorem and the relationship between zeroes and coefficients.

Starting point: If alpha is a zero of p(x), then p(alpha) = 0, which means (x - alpha) is a factor of p(x) (Factor Theorem).

Step 1: If alpha and beta are the two zeroes of a quadratic polynomial, then both (x - alpha) and (x - beta) are factors. Since the polynomial has degree 2, it can have at most two linear factors. Therefore:

p(x) = a(x - alpha)(x - beta)

where 'a' is the leading coefficient (a non-zero constant).

Step 2: Expand the product:

p(x) = a[x^2 - beta*x - alpha*x + alpha*beta]

= a[x^2 - (alpha + beta)x + alpha*beta]

Step 3: Comparing with the standard form ax^2 + bx + c:

Coefficient of x = -a(alpha + beta), so b = -a(alpha + beta), giving alpha + beta = -b/a.

Constant term = a * alpha * beta, so c = a * alpha * beta, giving alpha * beta = c/a.

These are precisely the sum and product of zeroes formulas we already know, confirming the consistency of the derivation.

Step 4: Writing the formula with k instead of a (to emphasise that k is a free parameter):

p(x) = k[x^2 - (sum of zeroes)x + (product of zeroes)]

This is the general formula for forming a quadratic polynomial from its zeroes.

Why k can be any non-zero constant: Multiplying a polynomial by a non-zero constant does not change its zeroes. If p(alpha) = 0, then k * p(alpha) = k * 0 = 0. So k * p(x) has the same zeroes as p(x).

Types and Properties

Different types of zeroes lead to different forms of the resulting polynomial:

Type 1: Integer Zeroes

Example: Zeroes are 4 and -3. Sum = 1, Product = -12. Polynomial: x^2 - x - 12. This is the simplest case — direct substitution gives integer coefficients.

Type 2: Fractional Zeroes

Example: Zeroes are 1/2 and -3/4. Sum = 1/2 + (-3/4) = -1/4. Product = (1/2)(-3/4) = -3/8. Polynomial: k[x^2 - (-1/4)x + (-3/8)] = k[x^2 + x/4 - 3/8]. Taking k = 8: 8x^2 + 2x - 3.

Type 3: Irrational Conjugate Zeroes

Example: Zeroes are 2 + sqrt(3) and 2 - sqrt(3). Sum = 4. Product = (2)^2 - (sqrt(3))^2 = 4 - 3 = 1. Polynomial: x^2 - 4x + 1. Note that irrational zeroes of a polynomial with rational coefficients always come in conjugate pairs.

Type 4: One Zero is Zero

Example: Zeroes are 0 and 5. Sum = 5, Product = 0. Polynomial: x^2 - 5x. The constant term is 0, so the polynomial has no constant term.

Type 5: Equal Zeroes

Example: Both zeroes are 3. Sum = 6, Product = 9. Polynomial: x^2 - 6x + 9 = (x - 3)^2. This is a perfect square trinomial.

Type 6: Zeroes with a Given Relationship

Sometimes the zeroes are not given directly but a relationship is stated (e.g., one zero is double the other, or zeroes differ by 3). The sum and product formulas are used to set up and solve equations to find the actual zeroes or the coefficients.

Methods

Method 1: Direct Substitution into the Formula

Step 1: Find sum S = alpha + beta. Step 2: Find product P = alpha * beta. Step 3: Write p(x) = k(x^2 - Sx + P). Step 4: Choose k for simplest integer coefficients.

Method 2: Factor Form Expansion

Step 1: Write p(x) = k(x - alpha)(x - beta). Step 2: Expand using FOIL or distributive property. Step 3: Simplify.

This method is sometimes easier when the zeroes are simple numbers.

Method 3: Using Given Conditions

When zeroes are not directly given but described by conditions (e.g., sum = 5, product = 6), directly substitute into the formula without finding individual zeroes.

Method 4: For Cubic Polynomials

Step 1: Find S1 = alpha + beta + gamma (sum). Step 2: Find S2 = alpha*beta + beta*gamma + gamma*alpha (sum of products in pairs). Step 3: Find P = alpha*beta*gamma (product). Step 4: Write p(x) = k(x^3 - S1*x^2 + S2*x - P).

Solved Examples

Example 1: Example 1: Form a polynomial with zeroes 5 and -2

Problem: Find a quadratic polynomial whose zeroes are 5 and -2.

Solution:

Sum of zeroes = 5 + (-2) = 3.

Product of zeroes = 5 * (-2) = -10.

Using the formula p(x) = k[x^2 - (sum)x + (product)]:

p(x) = k[x^2 - 3x + (-10)] = k(x^2 - 3x - 10).

Taking k = 1: p(x) = x^2 - 3x - 10.

Verification: p(5) = 25 - 15 - 10 = 0. p(-2) = 4 + 6 - 10 = 0. Both zeroes check out.

Alternative (Factor form): p(x) = (x - 5)(x + 2) = x^2 - 3x - 10. Same result.

Answer: x^2 - 3x - 10.

Example 2: Example 2: Form a polynomial with zeroes 3/2 and -1/3

Problem: Find a quadratic polynomial with zeroes 3/2 and -1/3.

Solution:

Sum = 3/2 + (-1/3) = 9/6 - 2/6 = 7/6.

Product = (3/2)(-1/3) = -3/6 = -1/2.

p(x) = k[x^2 - (7/6)x + (-1/2)] = k[x^2 - 7x/6 - 1/2].

To clear fractions, take k = 6: p(x) = 6x^2 - 7x - 3.

Verification: p(3/2) = 6(9/4) - 7(3/2) - 3 = 27/2 - 21/2 - 6/2 = 0. p(-1/3) = 6(1/9) + 7/3 - 3 = 2/3 + 7/3 - 9/3 = 0. Both check out.

Answer: 6x^2 - 7x - 3.

Example 3: Example 3: Form a polynomial with irrational zeroes

Problem: Find a quadratic polynomial whose zeroes are 3 + sqrt(2) and 3 - sqrt(2).

Solution:

Sum = (3 + sqrt(2)) + (3 - sqrt(2)) = 6. (The irrational parts cancel.)

Product = (3 + sqrt(2))(3 - sqrt(2)) = 9 - 2 = 7. (Using the identity (a+b)(a-b) = a^2 - b^2.)

p(x) = k(x^2 - 6x + 7). Taking k = 1:

p(x) = x^2 - 6x + 7.

Note: Even though the zeroes are irrational, the polynomial has rational (in fact, integer) coefficients. This always happens when irrational zeroes come in conjugate pairs.

Answer: x^2 - 6x + 7.

Example 4: Example 4: Form a polynomial given the sum and product

Problem: Find a quadratic polynomial whose sum of zeroes is -3/5 and product of zeroes is -2/5.

Solution:

p(x) = k[x^2 - (-3/5)x + (-2/5)] = k[x^2 + 3x/5 - 2/5].

Taking k = 5 to clear fractions: p(x) = 5x^2 + 3x - 2.

Verification: Sum of zeroes = -b/a = -3/5. Product of zeroes = c/a = -2/5. Both match the given values.

Finding actual zeroes: 5x^2 + 3x - 2 = (5x - 2)(x + 1) = 0. Zeroes: x = 2/5 and x = -1. Sum = 2/5 - 1 = -3/5. Product = (2/5)(-1) = -2/5. Confirmed.

Answer: 5x^2 + 3x - 2.

Example 5: Example 5: Form a polynomial with both zeroes equal

Problem: Find a quadratic polynomial that has -4 as a repeated (double) zero.

Solution:

Both zeroes are -4. So alpha = beta = -4.

Sum = -4 + (-4) = -8.

Product = (-4)(-4) = 16.

p(x) = k(x^2 - (-8)x + 16) = k(x^2 + 8x + 16).

Taking k = 1: p(x) = x^2 + 8x + 16 = (x + 4)^2.

Verification: (x + 4)^2 = 0 gives x = -4 (double root). Correct.

Note: The polynomial is a perfect square. A quadratic with equal zeroes is always a perfect square trinomial.

Answer: x^2 + 8x + 16 = (x + 4)^2.

Example 6: Example 6: Form a polynomial with one zero being 0

Problem: Form a quadratic polynomial with zeroes 0 and 7.

Solution:

Sum = 0 + 7 = 7.

Product = 0 * 7 = 0.

p(x) = k(x^2 - 7x + 0) = k(x^2 - 7x) = kx(x - 7).

Taking k = 1: p(x) = x^2 - 7x.

Note: When one zero is 0, the constant term of the polynomial is 0, so the polynomial has no constant term. It can be factored as x times a linear factor.

Answer: x^2 - 7x.

Example 7: Example 7: Form a polynomial with reciprocal zeroes

Problem: Form a quadratic polynomial with zeroes 5/3 and 3/5.

Solution:

Sum = 5/3 + 3/5 = 25/15 + 9/15 = 34/15.

Product = (5/3)(3/5) = 15/15 = 1.

p(x) = k[x^2 - (34/15)x + 1].

Taking k = 15: p(x) = 15x^2 - 34x + 15.

Verification: p(5/3) = 15(25/9) - 34(5/3) + 15 = 375/9 - 170/3 + 15 = 125/3 - 170/3 + 45/3 = 0. Correct.

Note: Since the zeroes are reciprocals, their product is 1, which means c/a = 1, so c = a (the leading coefficient equals the constant term: both are 15 here).

Answer: 15x^2 - 34x + 15.

Example 8: Example 8: Form a cubic polynomial from three zeroes

Problem: Form a cubic polynomial with zeroes 2, -1, and 3.

Solution:

S1 = sum = 2 + (-1) + 3 = 4.

S2 = sum of pairwise products = (2)(-1) + (-1)(3) + (3)(2) = -2 - 3 + 6 = 1.

P = product = (2)(-1)(3) = -6.

p(x) = k[x^3 - 4x^2 + 1*x - (-6)] = k[x^3 - 4x^2 + x + 6].

Taking k = 1: p(x) = x^3 - 4x^2 + x + 6.

Verification (factor form): (x - 2)(x + 1)(x - 3) = (x - 2)(x^2 - 2x - 3) = x^3 - 2x^2 - 3x - 2x^2 + 4x + 6 = x^3 - 4x^2 + x + 6. Matches.

Answer: x^3 - 4x^2 + x + 6.

Example 9: Example 9: Form a polynomial when zeroes have a specified difference

Problem: The zeroes of a quadratic polynomial differ by 4 and their product is 12. Find the polynomial.

Solution:

Let the zeroes be alpha and beta. Given: alpha - beta = 4 (assume alpha > beta) and alpha * beta = 12.

We know (alpha - beta)^2 = (alpha + beta)^2 - 4*alpha*beta.

16 = (alpha + beta)^2 - 48.

(alpha + beta)^2 = 64, so alpha + beta = 8 or alpha + beta = -8.

Case 1: Sum = 8, Product = 12. Polynomial: x^2 - 8x + 12 = (x - 2)(x - 6). Zeroes: 2 and 6. Difference = 4. Correct.

Case 2: Sum = -8, Product = 12. Polynomial: x^2 + 8x + 12 = (x + 2)(x + 6). Zeroes: -2 and -6. Difference = 4. Correct.

Answer: x^2 - 8x + 12 or x^2 + 8x + 12 (two possible polynomials).

Example 10: Example 10: Form a polynomial with zeroes that are negatives of each other

Problem: Form a quadratic polynomial with zeroes sqrt(5) and -sqrt(5).

Solution:

Sum = sqrt(5) + (-sqrt(5)) = 0.

Product = sqrt(5) * (-sqrt(5)) = -(sqrt(5))^2 = -5.

p(x) = k[x^2 - 0*x + (-5)] = k(x^2 - 5).

Taking k = 1: p(x) = x^2 - 5.

Verification: x^2 - 5 = 0 gives x = +sqrt(5) and x = -sqrt(5). Correct.

Note: When the zeroes are negatives of each other, the sum is 0, so the coefficient of x is 0. The polynomial has the form x^2 - c, which is a difference of a constant.

Answer: x^2 - 5.

Real-World Applications

Forming polynomials from their zeroes is a fundamental technique with applications across mathematics and science.

Constructing Equations from Solutions: In many real-world problems, the solutions (zeroes) are known from experiments or observations, and the governing equation needs to be reconstructed. For example, if a ball hits the ground at t = 0 and t = 4 seconds, the height function h(t) can be modelled as h(t) = k * t * (t - 4).

Curve Fitting: In data science and statistics, polynomial curves are fitted to data points. If the data crosses zero at known values, the polynomial can be constructed using these zeroes as a starting point.

Signal Processing: In electronics and signal processing, filters are designed using polynomials. The zeroes of the polynomial correspond to frequencies that are blocked by the filter. Engineers construct the filter polynomial from the desired zero frequencies.

Competitive Examinations: JEE, NTSE, and Olympiad exams frequently test the ability to form polynomials from conditions on zeroes (sum, product, difference, ratio, etc.). This skill is also foundational for higher mathematics topics like polynomial rings and field theory.

Error Checking: After solving a quadratic equation, you can reconstruct the polynomial from the solutions you found and compare it with the original polynomial to verify your answers.

Key Points to Remember

  • If alpha and beta are zeroes, the quadratic polynomial is p(x) = k[x^2 - (alpha + beta)x + alpha*beta], where k is any non-zero constant.
  • Equivalently, p(x) = k(x - alpha)(x - beta).
  • The value of k does not affect the zeroes — all polynomials k * p(x) have the same zeroes.
  • Choose k to get the simplest integer coefficients (usually the LCM of the denominators).
  • When zeroes are irrational conjugates (a + sqrt(b) and a - sqrt(b)), the polynomial has rational coefficients.
  • When zeroes are reciprocals, the leading coefficient equals the constant term (a = c).
  • When zeroes are negatives of each other, the coefficient of x is zero (b = 0).
  • When one zero is 0, the constant term is 0.
  • When both zeroes are equal, the polynomial is a perfect square.
  • For cubic polynomials, use p(x) = k[x^3 - (sum)x^2 + (sum of pairwise products)x - (product)].

Practice Problems

  1. Form a quadratic polynomial whose zeroes are -3 and 4. Verify your answer.
  2. Find a quadratic polynomial with zeroes 2/3 and -5/2.
  3. Form a polynomial whose zeroes are (1 + sqrt(7)) and (1 - sqrt(7)).
  4. A quadratic polynomial has zeroes whose sum is -1 and product is -12. Find the polynomial and its zeroes.
  5. Form a quadratic polynomial with equal zeroes, each equal to -1/2.
  6. The zeroes of a polynomial are such that one is three times the other. If their sum is 8, find the polynomial.
  7. Form a cubic polynomial with zeroes -1, 2, and 5.
  8. Find a quadratic polynomial whose zeroes are the reciprocals of the zeroes of 3x^2 - x - 4.

Frequently Asked Questions

Q1. What is the formula for forming a quadratic polynomial from its zeroes?

If alpha and beta are the zeroes, the quadratic polynomial is p(x) = k[x^2 - (alpha + beta)x + alpha * beta], where k is any non-zero constant. Alternatively, p(x) = k(x - alpha)(x - beta).

Q2. Why is there a constant k in the formula?

The constant k is there because infinitely many polynomials can share the same zeroes. For example, x^2 - 5x + 6, 2x^2 - 10x + 12, and -x^2 + 5x - 6 all have zeroes 2 and 3 but correspond to k = 1, 2, and -1 respectively. Multiplying a polynomial by a non-zero constant does not change its zeroes.

Q3. How do you choose the value of k?

Typically, k is chosen to make the coefficients integers. If the sum and product involve fractions, choose k as the LCM of the denominators. If no fractions are involved, k = 1 is usually chosen. In exams, any non-zero value of k gives a valid answer, but the simplest form is preferred.

Q4. Can you form a polynomial if only the sum or only the product is given?

If only the sum S is given, the polynomial is k(x^2 - Sx + P), but P is unknown. If only the product P is given, S is unknown. You need both the sum and the product (or both zeroes directly) to uniquely determine the polynomial (up to the constant k). However, if an additional condition is given (like one zero is double the other), you can find both.

Q5. What if the zeroes are complex numbers?

The same formula works for complex zeroes, though this is beyond the Class 10 syllabus. Complex zeroes of polynomials with real coefficients always come in conjugate pairs (a + bi and a - bi), and the resulting polynomial has real coefficients.

Q6. How do you form a cubic polynomial from its zeroes?

If alpha, beta, and gamma are the zeroes, use p(x) = k[x^3 - (alpha + beta + gamma)x^2 + (alpha*beta + beta*gamma + gamma*alpha)x - alpha*beta*gamma]. Alternatively, p(x) = k(x - alpha)(x - beta)(x - gamma) and expand.

Q7. What is the difference between forming a polynomial and solving a polynomial?

Solving a polynomial means finding its zeroes given the polynomial expression. Forming a polynomial is the reverse: constructing the polynomial given its zeroes. They are inverse operations.

Q8. If the zeroes are irrational, will the polynomial have irrational coefficients?

Not necessarily. If the irrational zeroes are conjugates (like 2 + sqrt(3) and 2 - sqrt(3)), their sum and product are both rational, and the polynomial has rational coefficients. However, if only one irrational zero is given (and the other is rational), the polynomial may have irrational coefficients.

Q9. Can two different quadratic polynomials have exactly the same zeroes?

Yes, but they will always be scalar multiples of each other. For example, x^2 - 5x + 6 and 3x^2 - 15x + 18 both have zeroes 2 and 3, and the second is simply 3 times the first. No two non-proportional quadratic polynomials can have the same pair of zeroes.

Q10. How is this topic tested in CBSE board exams?

Common question formats include: (1) Find a quadratic polynomial whose zeroes are given numbers. (2) Given the sum and product of zeroes, find the polynomial. (3) Given one zero and a condition (like the other zero is double), find the polynomial. These are usually 2-mark or 3-mark questions.

We are also listed in