0
0

Forming Equation from Roots

Introduction

Many questions ask you to construct a quadratic equation when its roots (or relationships between roots) are given. This pattern converts root information into an equation quickly using the standard relations between roots and coefficients.

Mastery of this pattern allows you to form equations directly, avoid unnecessary solving, and handle transformed roots (e.g., α + k, 1/α) easily.

Pattern: Forming Equation from Roots

Pattern

Key idea: If α and β are roots of ax² + bx + c = 0 (with a ≠ 0), then a(x - α)(x - β) expands to ax² - a(α + β)x + aαβ. Use α + β = -b/a and αβ = c/a.

For a monic quadratic (a = 1) the equation with roots α and β is:
x² - (α + β)x + (αβ) = 0.

Step-by-Step Example

Question

Form the monic quadratic equation whose roots are 2 and -3.

Solution

  1. Step 1: Compute sum and product of roots

    α + β = 2 + (-3) = -1. αβ = 2 × (-3) = -6.

  2. Step 2: Substitute into monic form

    Monic equation: x² - (α + β)x + (αβ) = 0 → x² - (-1)x + (-6) = 0.

  3. Step 3: Simplify

    x² + x - 6 = 0.

  4. Final Answer:

    x² + x - 6 = 0.

  5. Quick Check:

    Factors (x + 3)(x - 2) ⇒ roots -3 and 2. Order doesn't matter ✅

Quick Variations

1. Non-monic equation: If you need a general a, multiply the monic form by a (choose a convenient integer to clear fractions).

2. Roots given with transformation: If roots are (α + k) and (β + k), compute new sum = (α + β) + 2k and product = αβ + k(α + β) + k².

3. Reciprocal roots: If roots are 1/α and 1/β, then sum = (α + β)/(αβ) and product = 1/(αβ). Form equation accordingly.

4. One root given, other in relation: If roots are α and mα, use sum = α(1 + m) and product = mα² to form equation; eliminate α when possible using given constraints.

Trick to Always Use

  • Step 1 → Always compute sum S and product P of the requested roots first.
  • Step 2 → For monic equation use x² - Sx + P = 0. If you must avoid fractions, multiply through by the least common multiple to make integer coefficients.
  • Step 3 → For transformed roots, express S and P in terms of original α + β and αβ using algebraic identities (expand carefully).

Summary

Summary

Key takeaways for Forming Equation from Roots:

  • Find sum S and product P of the required roots.
  • Monic quadratic: x² - Sx + P = 0. For non-monic, multiply by chosen leading coefficient a.
  • Use algebraic identities for transformed roots (shifts, reciprocals, scalings) to compute new S and P.
  • Multiply through to clear fractions and always quick-check by expanding or factoring to verify.

Practice

(1/5)
1. Form the quadratic equation whose roots are 3 and 5.
easy
A. x² - 8x + 15 = 0
B. x² + 8x + 15 = 0
C. x² - 2x - 15 = 0
D. x² + 2x - 15 = 0

Solution

  1. Step 1: Find sum and product of roots

    Sum = 3 + 5 = 8. Product = 3 × 5 = 15.

  2. Step 2: Substitute in formula

    Monic equation: x² - (sum)x + (product) = 0 ⇒ x² - 8x + 15 = 0.

  3. Final Answer:

    x² - 8x + 15 = 0 → Option A.

  4. Quick Check:

    Expand (x - 3)(x - 5) = x² - 8x + 15 ✅

Hint: Equation = x² - (sum)x + (product).
Common Mistakes: Using wrong sign for the middle term (sign error on sum).
2. Form the quadratic equation whose roots are -2 and 4.
easy
A. x² + 2x - 8 = 0
B. x² - 2x - 8 = 0
C. x² - 2x + 8 = 0
D. x² + 2x + 8 = 0

Solution

  1. Step 1: Compute sum and product

    Sum = -2 + 4 = 2. Product = (-2) × 4 = -8.

  2. Step 2: Substitute

    x² - (sum)x + (product) = 0 ⇒ x² - 2x - 8 = 0.

  3. Final Answer:

    x² - 2x - 8 = 0 → Option B.

  4. Quick Check:

    (x + 2)(x - 4) = x² - 2x - 8 ✅

Hint: Sum = α + β, Product = αβ - plug into x² - Sx + P = 0.
Common Mistakes: Sign error for product when one root is negative.
3. Form the quadratic equation whose roots are 1/2 and 2/3.
easy
A. 6x² + 7x + 2 = 0
B. 6x² - 7x - 2 = 0
C. 6x² - 7x + 2 = 0
D. 3x² - 5x + 2 = 0

Solution

  1. Step 1: Sum and product

    Sum = 1/2 + 2/3 = (3 + 4)/6 = 7/6. Product = (1/2)(2/3) = 1/3.

  2. Step 2: Form fractional equation

    x² - (7/6)x + 1/3 = 0.

  3. Step 3: Clear denominators

    Multiply by 6 → 6x² - 7x + 2 = 0.

  4. Final Answer:

    6x² - 7x + 2 = 0 → Option C.

  5. Quick Check:

    Substitute x = 1/2 or 2/3 into 6x² - 7x + 2 to confirm ✅

Hint: Clear fractions by multiplying with LCM of denominators before finalizing.
Common Mistakes: Forgetting to multiply through to eliminate fractional coefficients.
4. If the roots are 2 and 1/3, form the quadratic equation.
medium
A. 3x² + 7x + 2 = 0
B. 3x² - 5x + 2 = 0
C. 3x² - 7x - 2 = 0
D. 3x² - 7x + 2 = 0

Solution

  1. Step 1: Compute sum and product

    Sum = 2 + 1/3 = 7/3. Product = 2 × 1/3 = 2/3.

  2. Step 2: Form equation

    x² - (7/3)x + (2/3) = 0.

  3. Step 3: Multiply through by 3

    3x² - 7x + 2 = 0.

  4. Final Answer:

    3x² - 7x + 2 = 0 → Option D.

  5. Quick Check:

    Plug x = 2 and x = 1/3 to confirm both satisfy the equation ✅

Hint: Use monic form then multiply to clear denominators for integer coefficients.
Common Mistakes: Arithmetic error when adding a whole number and a fraction.
5. Form the quadratic equation whose roots are -1/2 and -3/4.
medium
A. 8x² + 10x + 3 = 0
B. 8x² - 10x + 3 = 0
C. 4x² + 10x + 3 = 0
D. 4x² + 10x - 3 = 0

Solution

  1. Step 1: Find sum and product

    Sum = (-1/2) + (-3/4) = -5/4. Product = (-1/2)(-3/4) = 3/8.

  2. Step 2: Form monic equation

    x² - (sum)x + (product) = x² - (-5/4)x + 3/8 = x² + (5/4)x + 3/8.

  3. Step 3: Clear denominators

    Multiply by 8 → 8x² + 10x + 3 = 0.

  4. Final Answer:

    8x² + 10x + 3 = 0 → Option A.

  5. Quick Check:

    Substitute x = -1/2 and x = -3/4 to verify the equation holds ✅

Hint: If roots are fractions, clear denominators at the end by multiplying with LCM.
Common Mistakes: Dropping negative signs when summing negative fractions.

Mock Test

Ready for a challenge?

Take a 10-minute AI-powered test with 10 questions (Easy-Medium-Hard mix) and get instant SWOT analysis of your performance!

10 Questions
5 Minutes