JEE Challenger
More from Complex Numbers and Quadratic Equations

Roots of Quadratic Equation Formed by Sum of Products

Let α,α+2,αZ\alpha, \alpha+2, \alpha \in \mathbb{Z}, be the roots of the quadratic equation
x(x+2)+(x+1)(x+3)+(x+2)(x+4)++(x+n1)(x+n+1)=4nx(x+2)+(x+1)(x+3)+(x+2)(x+4)+\dots+(x+n-1)(x+n+1)=4n
for some nNn \in \mathbb{N}. Then n+αn+\alpha is equal to :

Options

A

0

B

1

C

2

Correct
D

3

Step-by-Step Solution

To find the value of n+αn + \alpha, we first simplify the given quadratic equation.

The given equation is: x(x+2)+(x+1)(x+3)+(x+2)(x+4)++(x+n1)(x+n+1)=4nx(x+2) + (x+1)(x+3) + (x+2)(x+4) + \dots + (x+n-1)(x+n+1) = 4n

The kk-th term of the summation on the left-hand side, for k=1,2,,nk = 1, 2, \dots, n, can be written as: Tk=(x+k1)(x+k+1)=(x+k)21=x2+2kx+k21T_k = (x + k - 1)(x + k + 1) = (x + k)^2 - 1 = x^2 + 2kx + k^2 - 1

Now, summing TkT_k from k=1k = 1 to nn: k=1nTk=k=1n(x2+2kx+k21)\sum_{k=1}^{n} T_k = \sum_{k=1}^{n} \left(x^2 + 2kx + k^2 - 1\right) k=1nTk=nx2+2xk=1nk+k=1nk2k=1n1\sum_{k=1}^{n} T_k = n x^2 + 2x \sum_{k=1}^{n} k + \sum_{k=1}^{n} k^2 - \sum_{k=1}^{n} 1

Using the standard formulas for the sum of natural numbers and their squares: k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2} k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}

Substituting these back into the sum: k=1nTk=nx2+2xn(n+1)2+n(n+1)(2n+1)6n\sum_{k=1}^{n} T_k = n x^2 + 2x \cdot \frac{n(n+1)}{2} + \frac{n(n+1)(2n+1)}{6} - n =nx2+n(n+1)x+n(n+1)(2n+1)6n6= n x^2 + n(n+1)x + \frac{n(n+1)(2n+1) - 6n}{6}

Equating this to 4n4n: nx2+n(n+1)x+n(n+1)(2n+1)6n6=4nn x^2 + n(n+1)x + \frac{n(n+1)(2n+1) - 6n}{6} = 4n

Since nNn \in \mathbb{N}, we can divide the entire equation by nn: x2+(n+1)x+(n+1)(2n+1)66=4x^2 + (n+1)x + \frac{(n+1)(2n+1) - 6}{6} = 4 x2+(n+1)x+2n2+3n+16246=0x^2 + (n+1)x + \frac{2n^2 + 3n + 1 - 6 - 24}{6} = 0 x2+(n+1)x+2n2+3n296=0x^2 + (n+1)x + \frac{2n^2 + 3n - 29}{6} = 0

Let the roots of this quadratic equation be x1=αx_1 = \alpha and x2=α+2x_2 = \alpha + 2. The absolute difference between the roots is: x2x1=(α+2)α=2|x_2 - x_1| = |(\alpha + 2) - \alpha| = 2

For a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0, the difference of roots is given by B24AC/A\sqrt{B^2 - 4AC} / |A|. Here A=1A = 1, B=n+1B = n+1, and C=2n2+3n296C = \frac{2n^2 + 3n - 29}{6}.

Therefore: (n+1)24(2n2+3n296)=2\sqrt{(n+1)^2 - 4 \left(\frac{2n^2 + 3n - 29}{6}\right)} = 2

Squaring both sides: (n+1)22(2n2+3n29)3=4(n+1)^2 - \frac{2(2n^2 + 3n - 29)}{3} = 4

Multiplying the entire equation by 3: 3(n2+2n+1)2(2n2+3n29)=123(n^2 + 2n + 1) - 2(2n^2 + 3n - 29) = 12 3n2+6n+34n26n+58=123n^2 + 6n + 3 - 4n^2 - 6n + 58 = 12 n2+61=12-n^2 + 61 = 12 n2=49n^2 = 49

Since nNn \in \mathbb{N}, we get: n=7n = 7

Substitute n=7n = 7 back into the simplified quadratic equation to find the roots: x2+(7+1)x+2(7)2+3(7)296=0x^2 + (7+1)x + \frac{2(7)^2 + 3(7) - 29}{6} = 0 x2+8x+98+21296=0x^2 + 8x + \frac{98 + 21 - 29}{6} = 0 x2+8x+906=0x^2 + 8x + \frac{90}{6} = 0 x2+8x+15=0x^2 + 8x + 15 = 0

Factoring the quadratic equation gives: (x+3)(x+5)=0(x + 3)(x + 5) = 0

Thus, the roots are x=5x = -5 and x=3x = -3.

Comparing these roots with α\alpha and α+2\alpha + 2: α=5andα+2=3\alpha = -5 \quad \text{and} \quad \alpha + 2 = -3

Since α=5Z\alpha = -5 \in \mathbb{Z}, this value is valid.

Finally, calculate n+αn + \alpha: n+α=7+(5)=2n + \alpha = 7 + (-5) = 2

Roots of Quadratic Equation Formed by Sum of Products | Mathematics PYQ Solution - JEE Challenger