Animated Solution for Mathematics - Quadratic Equations: If, for a positive integer n, the quadratic equation, x(x+1)+(x+1)(x+2)+⋯+(x+n−1)(x+n)=10n has two consecutive integral solutions, then n is equal to:
Select Answer:
Visualized Solution
Analyzing the Given Equation
Given: x(x+1)+(x+1)(x+2)+⋯+(x+n−1)(x+n)=10n
Condition: The equation has two consecutive integral solutions.
Goal: Find the value of the positive integer n.
Compressing with Σ Notation
Represent the sum using sigma notation:
∑k=1n(x+k−1)(x+k)=10n
Expanding the General Term
Expand the general term (x+k−1)(x+k):
=x2+(k+k−1)x+k(k−1)
=x2+(2k−1)x+k2−k
Distributing the Summation
Distribute ∑ over the expanded terms:
∑k=1nx2+x∑k=1n(2k−1)+∑k=1n(k2−k)=10n
Standard Summation Formulas
Recall standard formulas:
∑k=1n1=n
∑k=1nk=2n(n+1)
∑k=1nk2=6n(n+1)(2n+1)
∑k=1n(2k−1)=n2
Substituting the Formulas
Substitute into the equation:
nx2+x(n2)+[6n(n+1)(2n+1)−2n(n+1)]=10n
Simplifying the Constant Term
Simplify 6n(n+1)(2n+1)−2n(n+1):
Take 2n(n+1) common:
=2n(n+1)[32n+1−1]
=2n(n+1)[32n−2]=3n(n2−1)
Standard Quadratic Form
The equation becomes: nx2+n2x+3n(n2−1)=10n
Divide by n (since n>0):
x2+nx+3n2−1=10
Rearrange: x2+nx+3n2−31=0
Condition for Consecutive Roots
Let the roots be α and β.
Given: Roots are consecutive integers.
Therefore, the difference of roots is 1: ∣α−β∣=1
Difference of Roots Formula
Formula: ∣α−β∣=∣a∣D
Here, a=1, so D=1⟹D=1
Discriminant D=b2−4ac
Setting up the Discriminant
Substitute a=1, b=n, c=3n2−31 into D=1:
n2−4(1)(3n2−31)=1
Solving for n
Multiply by 3: 3n2−4(n2−31)=3
Expand: 3n2−4n2+124=3
Simplify: −n2+124=3⟹n2=121
Since n is a positive integer: n=11
00:00 / 00:00
The Sigma Insight: Relation Between Roots and Coefficients
Analyzing the Setup
The equation x(x+1)+(x+1)(x+2)+⋯+(x+n−1)(x+n)=10n may appear intimidating, but it is a structured sequence. By using Sigma notation, we can compress this expression into a manageable entity:
k=1∑n(x+k−1)(x+k)=10n
By identifying the general term, we have already won half the battle. This is the language of efficiency in JEE Advanced mathematics.
The Algebraic Grind
Now, let us expand the general term (x+k−1)(x+k). Treating x as a constant relative to the summation index k, the expansion becomes x2+(2k−1)x+k2−k.
Distributing the summation operator across these terms yields:
nx2+xk=1∑n(2k−1)+k=1∑n(k2−k)=10n
We now apply the standard summation formulas: ∑k=1n1=n, ∑k=1nk=2n(n+1), and ∑k=1nk2=6n(n+1)(2n+1).
The Quadratic Reveal
Substituting these formulas into our equation and simplifying the terms, we arrive at a clean, standard quadratic equation:
x2+nx+3n2−31=0
This is the pivot point of the problem. We have reduced a complex series into a simple quadratic equation where the coefficients are functions of n.
The Geometric Insight
We are given that the roots are consecutive integers. Geometrically, this means the distance between the roots α and β on the number line is exactly 1, or ∣α−β∣=1.
The difference of roots for a quadratic ax2+bx+c=0 is given by ∣a∣D. Since our leading coefficient a=1, this simplifies to D=1, or D=1.
Setting the discriminant b2−4ac=1, we obtain:
n2−4(1)(3n2−31)=1
The Final Victory
To solve for n, we first multiply by 3 to clear the fraction:
3n2−4(n2−31)=3
3n2−4n2+124=3
−n2=−121⇒n2=121
Since n must be a positive integer, we conclude that n=11. What started as a terrifying series ended as an elegant, logical progression.