To find the value of n+α, we first simplify the given quadratic equation.
The given equation is:
x(x+2)+(x+1)(x+3)+(x+2)(x+4)+⋯+(x+n−1)(x+n+1)=4n
The k-th term of the summation on the left-hand side, for k=1,2,…,n, can be written as:
Tk=(x+k−1)(x+k+1)=(x+k)2−1=x2+2kx+k2−1
Now, summing Tk from k=1 to n:
∑k=1nTk=∑k=1n(x2+2kx+k2−1)
∑k=1nTk=nx2+2x∑k=1nk+∑k=1nk2−∑k=1n1
Using the standard formulas for the sum of natural numbers and their squares:
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
Substituting these back into the sum:
∑k=1nTk=nx2+2x⋅2n(n+1)+6n(n+1)(2n+1)−n
=nx2+n(n+1)x+6n(n+1)(2n+1)−6n
Equating this to 4n:
nx2+n(n+1)x+6n(n+1)(2n+1)−6n=4n
Since n∈N, we can divide the entire equation by n:
x2+(n+1)x+6(n+1)(2n+1)−6=4
x2+(n+1)x+62n2+3n+1−6−24=0
x2+(n+1)x+62n2+3n−29=0
Let the roots of this quadratic equation be x1=α and x2=α+2.
The absolute difference between the roots is:
∣x2−x1∣=∣(α+2)−α∣=2
For a quadratic equation Ax2+Bx+C=0, the difference of roots is given by B2−4AC/∣A∣. Here A=1, B=n+1, and C=62n2+3n−29.
Therefore:
(n+1)2−4(62n2+3n−29)=2
Squaring both sides:
(n+1)2−32(2n2+3n−29)=4
Multiplying the entire equation by 3:
3(n2+2n+1)−2(2n2+3n−29)=12
3n2+6n+3−4n2−6n+58=12
−n2+61=12
n2=49
Since n∈N, we get:
n=7
Substitute n=7 back into the simplified quadratic equation to find the roots:
x2+(7+1)x+62(7)2+3(7)−29=0
x2+8x+698+21−29=0
x2+8x+690=0
x2+8x+15=0
Factoring the quadratic equation gives:
(x+3)(x+5)=0
Thus, the roots are x=−5 and x=−3.
Comparing these roots with α and α+2:
α=−5andα+2=−3
Since α=−5∈Z, this value is valid.
Finally, calculate n+α:
n+α=7+(−5)=2