Analyzing the Setup
In the expansion of (1+y)m, the general term is defined as Tk+1=mCkyk. Note the index shift: the term number is k+1, while the coefficient index is k.
Consequently, the rth term has the coefficient mCr−1, the (r+1)th term has mCr, and the (r+2)th term has mCr+1. Mastering this mapping is essential to prevent algebraic errors.
The Master Equation
We are given that these coefficients are in Arithmetic Progression. This implies that the middle term is the arithmetic mean of its neighbors:
To solve this, we expand each combination using the definition nCk=k!(n−k)!n!. Since m! appears in every numerator, we divide the entire equation by m! to obtain:
r!(m−r)!2=(r−1)!(m−r+1)!1+(r+1)!(m−r−1)!1
Simplifying the Expression
To clear the denominators, we multiply the entire equation by (r+1)!(m−r+1)!. This surgical simplification yields the following linear-looking equation:
2(r+1)(m−r+1)=(r+1)r+(m−r+1)(m−r)
Expanding the left side gives 2(mr−r2+r+m−r+1), which simplifies to 2(mr−r2+m+1). Expanding the right side results in r2+r+m2−2mr+r2+m−r.
Final Calculation
By carefully combining all terms and moving them to one side of the equation, we arrive at the final quadratic form:
This quadratic equation in m represents the relationship between the index r and the power m for the binomial coefficients to exist in an Arithmetic Progression. You have successfully navigated the complexity to reveal this underlying structure.