If roots of x²+bx+c=0 differ by 1 find relation between b and c

hard CBSE JEE-MAIN 3 min read

Question

If the roots of the equation x2+bx+c=0x^2 + bx + c = 0 differ by 1, find the relation between bb and cc.

Solution — Step by Step

Let the two roots be α\alpha and β\beta. By Vieta’s formulas for x2+bx+c=0x^2 + bx + c = 0:

  • Sum of roots: α+β=b\alpha + \beta = -b
  • Product of roots: αβ=c\alpha \beta = c

We are given that the roots differ by 1, so: αβ=1|\alpha - \beta| = 1, i.e., (αβ)2=1(\alpha - \beta)^2 = 1.

We use the identity:

(αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta

Substituting the Vieta’s expressions:

(αβ)2=(b)24c=b24c(\alpha - \beta)^2 = (-b)^2 - 4c = b^2 - 4c

We know (αβ)2=1(\alpha - \beta)^2 = 1, so:

b24c=1b^2 - 4c = 1 b24c=1\boxed{b^2 - 4c = 1}

This is the required relation between bb and cc.

Take α=3\alpha = 3, β=2\beta = 2 (differ by 1). Then:

  • b=(α+β)=5b = -(\alpha + \beta) = -5
  • c=αβ=6c = \alpha\beta = 6

Check: b24c=2524=1b^2 - 4c = 25 - 24 = 1

The equation would be x25x+6=0x^2 - 5x + 6 = 0, which factors as (x2)(x3)=0(x-2)(x-3) = 0 with roots 2 and 3 — indeed differing by 1.

Why This Works

The identity (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta is derived from expanding (α+β)2=α2+2αβ+β2(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2 and (αβ)2=α22αβ+β2(\alpha - \beta)^2 = \alpha^2 - 2\alpha\beta + \beta^2. Subtracting gives the 4αβ4\alpha\beta term.

The discriminant Δ=b24ac\Delta = b^2 - 4ac of a quadratic ax2+bx+c=0ax^2 + bx + c = 0 satisfies (αβ)2=Δ/a2(\alpha - \beta)^2 = \Delta/a^2. For our equation (where a=1a = 1), (αβ)2=b24c(\alpha - \beta)^2 = b^2 - 4c. This is why the discriminant determines the nature of roots — it literally measures the squared difference between them.

Alternative Method

If αβ=1\alpha - \beta = 1 (assuming α>β\alpha > \beta), we have two equations:

α+β=bandαβ=1\alpha + \beta = -b \quad \text{and} \quad \alpha - \beta = 1

Adding: 2α=1b2\alpha = 1 - b, so α=(1b)/2\alpha = (1-b)/2.

Subtracting: 2β=b12\beta = -b - 1, so β=(b1)/2\beta = (-b-1)/2.

Now αβ=c\alpha\beta = c:

(1b)(b1)4=c    (1b)(1+b)4=c    (1b2)4=c\frac{(1-b)(-b-1)}{4} = c \implies \frac{-(1-b)(1+b)}{4} = c \implies \frac{-(1-b^2)}{4} = c b21=4c    b24c=1b^2 - 1 = 4c \implies b^2 - 4c = 1 \checkmark

Same result, just a longer route.

Common Mistake

Students sometimes write αβ=1|\alpha - \beta| = 1 as αβ=1\alpha - \beta = 1 and forget the absolute value, then proceed correctly. This is fine for the algebra (squaring removes the sign ambiguity). But a more subtle error is confusing b24cb^2 - 4c with b2+4cb^2 + 4c — the product of roots contributes with a minus sign in (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta. Write out the identity explicitly before substituting to avoid sign errors.

This type of condition problem — where you’re given a relationship between the roots and asked to find a relationship between coefficients — always follows the same approach: (1) write Vieta’s formulas, (2) express the given condition in terms of sum/product, (3) substitute. The only identity you need to memorise is (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next