1. Key Concepts and Formulas Used
- Summation Notation (∑): Represents a series of terms compactly.
- Sum of the First n Odd Natural Numbers: ∑k=1n(2k−1)=n2.
- Sum of Products of Consecutive Integers: ∑k=1nk(k+1)=3n(n+1)(n+2).
- Vieta's Formulas: For ax2+bx+c=0, the sum of roots is −ab and the product of roots is ac.
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+n−1)(x+n)=10n
We can rewrite this using summation notation:
∑r=1n(x+r−1)(x+r)=10n
Explanation: The summation represents the sum of n terms. Each term is the product of (x+r−1) and (x+r), where r ranges from 1 to n.
Step 2: Expand the general term of the sum.
Expand the expression (x+r−1)(x+r):
(x+r−1)(x+r)=x2+xr+xr+r2−x−r=x2+(2r−1)x+r(r−1)
Explanation: We expand the product to obtain a quadratic expression in x, 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+(2r−1)x+r(r−1))=10n
Split the summation into three separate summations:
∑r=1nx2+∑r=1n(2r−1)x+∑r=1nr(r−1)=10n
Evaluate each part:
- First Term: ∑r=1nx2=nx2
Explanation: Since x2 is independent of r, it is summed n times.
- Second Term: ∑r=1n(2r−1)x=x∑r=1n(2r−1)=xn2
Explanation: We factor out x and use the identity ∑r=1n(2r−1)=n2.
- Third Term: ∑r=1nr(r−1)=∑r=1n(r2−r)=∑r=1nr2−∑r=1nr.
We can also write ∑r=1nr(r−1)=∑r=1n(r2−r)=∑r=1nr(r+1−2)=∑r=1nr(r+1)−2∑r=1nr.
Alternatively, we can write ∑r=1nr(r−1)=∑r=0n−1r(r+1)=3(n−1)(n)(n+1)=3n(n2−1).
Explanation: Using the formula ∑k=1nk(k+1)=3n(n+1)(n+2). Here, N=n−1, so ∑r=1nr(r−1)=3(n−1)n(n+1).
Step 4: Formulate the quadratic equation.
Substitute the evaluated sums back into the original equation:
nx2+n2x+3n(n2−1)=10n
Divide the entire equation by n (since n is a positive integer, n=0):
x2+nx+3n2−1=10
Rearrange the equation to get the standard quadratic form:
x2+nx+3n2−1−10=0
x2+nx+3n2−31=0
Step 5: Apply Vieta's formulas for consecutive integral solutions.
Let the consecutive integral solutions be α and α+1.
From Vieta's formulas:
- Sum of roots: α+(α+1)=−n⟹2α+1=−n⟹α=2−n−1
- Product of roots: α(α+1)=3n2−31
Step 6: Solve for n.
Substitute α=2−n−1 into the product of roots equation:
(2−n−1)(2−n−1+1)=3n2−31
(2−n−1)(2−n+1)=3n2−31
4(n+1)(n−1)=3n2−31
4n2−1=3n2−31
3(n2−1)=4(n2−31)
3n2−3=4n2−124
n2=121
n=±11
Since n is a positive integer, n=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 n 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 n. The final calculated value for n is 11.
- Final Answer
The final answer is \boxed{11}, which corresponds to option (C).