Skip to main content
Back to Quadratic Equations
JEE Main 2020
Quadratic Equations
Quadratic Equation and Inequalities
Hard

Question

If for a positive integer n, the quadratic equation x\left( {x + 1} \right) + \left( {x + 1} \right)\left( {x + 2} \right)$$$$ + .... + \left( {x + \overline {n - 1} } \right)\left( {x + n} \right)$$$$ = 10n has two consecutive integral solutions, then n is equal to :

Options

Solution

1. Key Concepts and Formulas Used

  • Summation Notation (\sum): Represents a series of terms compactly.
  • Sum of the First n Odd Natural Numbers: k=1n(2k1)=n2\sum_{k=1}^n (2k-1) = n^2.
  • Sum of Products of Consecutive Integers: k=1nk(k+1)=n(n+1)(n+2)3\sum_{k=1}^n k(k+1) = \frac{n(n+1)(n+2)}{3}.
  • Vieta's Formulas: For ax2+bx+c=0ax^2 + bx + c = 0, the sum of roots is ba-\frac{b}{a} and the product of roots is ca\frac{c}{a}.

2. Step-by-Step Derivation

Step 1: Express the given series in summation form.

We are given the equation: x(x+1)+(x+1)(x+2)++(x+n1)(x+n)=10nx(x+1) + (x+1)(x+2) + \dots + (x+n-1)(x+n) = 10n We can rewrite this using summation notation: r=1n(x+r1)(x+r)=10n\sum_{r=1}^n (x+r-1)(x+r) = 10n Explanation: The summation represents the sum of nn terms. Each term is the product of (x+r1)(x+r-1) and (x+r)(x+r), where rr ranges from 11 to nn.

Step 2: Expand the general term of the sum.

Expand the expression (x+r1)(x+r)(x+r-1)(x+r): (x+r1)(x+r)=x2+xr+xr+r2xr=x2+(2r1)x+r(r1)(x+r-1)(x+r) = x^2 + xr + xr + r^2 - x - r = x^2 + (2r-1)x + r(r-1) Explanation: We expand the product to obtain a quadratic expression in xx, which is easier to handle within the summation.

Step 3: Apply summation rules to each term.

Substitute the expanded form back into the summation: r=1n(x2+(2r1)x+r(r1))=10n\sum_{r=1}^n (x^2 + (2r-1)x + r(r-1)) = 10n Split the summation into three separate summations: r=1nx2+r=1n(2r1)x+r=1nr(r1)=10n\sum_{r=1}^n x^2 + \sum_{r=1}^n (2r-1)x + \sum_{r=1}^n r(r-1) = 10n Evaluate each part:

  • First Term: r=1nx2=nx2\sum_{r=1}^n x^2 = nx^2 Explanation: Since x2x^2 is independent of rr, it is summed nn times.
  • Second Term: r=1n(2r1)x=xr=1n(2r1)=xn2\sum_{r=1}^n (2r-1)x = x \sum_{r=1}^n (2r-1) = xn^2 Explanation: We factor out xx and use the identity r=1n(2r1)=n2\sum_{r=1}^n (2r-1) = n^2.
  • Third Term: r=1nr(r1)=r=1n(r2r)=r=1nr2r=1nr\sum_{r=1}^n r(r-1) = \sum_{r=1}^n (r^2 - r) = \sum_{r=1}^n r^2 - \sum_{r=1}^n r. We can also write r=1nr(r1)=r=1n(r2r)=r=1nr(r+12)=r=1nr(r+1)2r=1nr\sum_{r=1}^n r(r-1) = \sum_{r=1}^n (r^2 - r) = \sum_{r=1}^n r(r+1-2)=\sum_{r=1}^n r(r+1)-2\sum_{r=1}^n r. Alternatively, we can write r=1nr(r1)=r=0n1r(r+1)=(n1)(n)(n+1)3=n(n21)3\sum_{r=1}^n r(r-1) = \sum_{r=0}^{n-1} r(r+1) = \frac{(n-1)(n)(n+1)}{3} = \frac{n(n^2-1)}{3}. Explanation: Using the formula k=1nk(k+1)=n(n+1)(n+2)3\sum_{k=1}^n k(k+1) = \frac{n(n+1)(n+2)}{3}. Here, N=n1N=n-1, so r=1nr(r1)=(n1)n(n+1)3\sum_{r=1}^n r(r-1) = \frac{(n-1)n(n+1)}{3}.

Step 4: Formulate the quadratic equation.

Substitute the evaluated sums back into the original equation: nx2+n2x+n(n21)3=10nnx^2 + n^2x + \frac{n(n^2-1)}{3} = 10n Divide the entire equation by nn (since nn is a positive integer, n0n \neq 0): x2+nx+n213=10x^2 + nx + \frac{n^2-1}{3} = 10 Rearrange the equation to get the standard quadratic form: x2+nx+n21310=0x^2 + nx + \frac{n^2-1}{3} - 10 = 0 x2+nx+n2313=0x^2 + nx + \frac{n^2-31}{3} = 0

Step 5: Apply Vieta's formulas for consecutive integral solutions.

Let the consecutive integral solutions be α\alpha and α+1\alpha+1. From Vieta's formulas:

  • Sum of roots: α+(α+1)=n    2α+1=n    α=n12\alpha + (\alpha+1) = -n \implies 2\alpha + 1 = -n \implies \alpha = \frac{-n-1}{2}
  • Product of roots: α(α+1)=n2313\alpha(\alpha+1) = \frac{n^2-31}{3}

Step 6: Solve for n.

Substitute α=n12\alpha = \frac{-n-1}{2} into the product of roots equation: (n12)(n12+1)=n2313\left(\frac{-n-1}{2}\right)\left(\frac{-n-1}{2} + 1\right) = \frac{n^2-31}{3} (n12)(n+12)=n2313\left(\frac{-n-1}{2}\right)\left(\frac{-n+1}{2}\right) = \frac{n^2-31}{3} (n+1)(n1)4=n2313\frac{(n+1)(n-1)}{4} = \frac{n^2-31}{3} n214=n2313\frac{n^2-1}{4} = \frac{n^2-31}{3} 3(n21)=4(n231)3(n^2-1) = 4(n^2-31) 3n23=4n21243n^2 - 3 = 4n^2 - 124 n2=121n^2 = 121 n=±11n = \pm 11 Since nn is a positive integer, n=11n = 11.

3. Tips and Common Mistakes to Avoid

  • Careless Expansion: Be careful when expanding and simplifying the expressions. A small mistake can lead to a wrong answer.
  • Sign Errors: Ensure correct signs are used during the application of Vieta's formulas.
  • Conditions on Variables: Remember that nn is a positive integer, which eliminates the negative solution.

4. Summary

We expressed the given series in summation form, expanded the terms, and applied summation rules to obtain a quadratic equation. Then, we used Vieta's formulas and the condition of consecutive integral roots to find the value of nn. The final calculated value for nn is 1111.

  1. Final Answer

The final answer is \boxed{11}, which corresponds to option (C).

Practice More Quadratic Equations Questions

View All Questions