Understanding the Problem and Key Concept
The problem asks us to find the ratio a0a2 from the polynomial expansion of (x+10)50+(x−10)50. The expanded form is given as a0+a1x+a2x2+⋯+a50x50. This means we need to find the constant term (a0) and the coefficient of x2 (a2) in the sum of these two binomial expansions.
The fundamental tool we will use here is the Binomial Theorem, which states that for any non-negative integer n:
(A+B)n=∑k=0n(kn)An−kBk=(0n)An+(1n)An−1B+(2n)An−2B2+⋯+(nn)Bn
And for (A−B)n:
(A−B)n=∑k=0n(kn)An−k(−B)k=(0n)An−(1n)An−1B+(2n)An−2B2−⋯+(−1)n(nn)Bn
A key observation for this problem is what happens when we add these two expansions:
(A+B)n+(A−B)n=2[(0n)An+(2n)An−2B2+(4n)An−4B4+…]
The terms with odd powers of B cancel out due to the alternating signs in the (A−B)n expansion. This simplification is crucial for efficiently finding specific coefficients.
In our problem, the expression is (x+10)50+(x−10)50. To make it easier to identify the coefficients a0 (constant term) and a2 (coefficient of x2), it's often helpful to express the binomials in the form (C+Var)n, where C is a constant and Var is the variable term. So we can rewrite the terms as (10+x)50 and (10−x)50.
Here, A=10, B=x, and n=50.
Step-by-Step Derivation
-
Expand (10+x)50 using the Binomial Theorem:
We need terms up to x2.
(10+x)50=(050)1050x0+(150)1049x1+(250)1048x2+…
- Explanation: We apply the binomial theorem with A=10, B=x, and n=50. The general term is (kn)An−kBk. We are interested in terms where x has power 0 (for a0) and power 2 (for a2).
-
Expand (10−x)50 using the Binomial Theorem:
Similarly,
(10−x)50=(050)1050(−x)0+(150)1049(−x)1+(250)1048(−x)2+…
(10−x)50=(050)1050−(150)1049x+(250)1048x2−…
- Explanation: Here A=10, B=−x, and n=50. The odd powers of −x will result in negative terms, while even powers will remain positive.
-
Sum the two expansions:
Now, we add the expansions of (10+x)50 and (10−x)50:
(10+x)50+(10−x)50=((050)1050+(150)1049x+(250)1048x2+…)+((050)1050−(150)1049x+(250)1048x2−…)
Combining like terms:
(10+x)50+(10−x)50=2[(050)1050+(250)1048x2+(450)1046x4+…]
- Explanation: As discussed earlier, the terms with odd powers of x (like x1,x3,…) cancel each other out, while terms with even powers of x (like x0,x2,x4,…) are doubled.
-
Identify a0 and a2:
The given polynomial is a0+a1x+a2x2+⋯+a50x50.
By comparing this with our sum:
- The constant term (x0 term) is a0:
a0=2×(050)1050
Since (050)=1:
a0=2×1×1050=2×1050
- The coefficient of x2 is a2:
a2=2×(250)1048
- Explanation: We are directly extracting the coefficients for x0 and x2 from the combined expansion, matching them to the definition of a0 and a2.
-
Calculate (250):
The combination formula is (kn)=k!(n−k)!n!.
(250)=2×150×49=25×49
25×49=1225
- Explanation: This is a standard calculation for binomial coefficients. It's often quicker to calculate (2n) as 2n(n−1).
-
Compute the ratio a0a2:
Now substitute the values of a0 and a2:
a0a2=2×10502×(250)1048
Cancel out the common factor of 2:
a0a2=1050(250)1048
Using the rules of exponents (xm/xn=xm−n):
a0a2=1050−48(250)
a0a2=102(250)
Substitute the value of (250) and 102:
a0a2=1001225
a0a2=12.25
- Explanation: We substitute the derived expressions for a2 and a0 into the required ratio and simplify using basic algebraic and exponent rules.
Important Tips and Common Mistakes
- Order of terms in binomial: Be careful when identifying A and B. If the question had been (10+x)50+(x−10)50, the second term (x−10)50 would be (−(10−x))50, which is (10−x)50 since 50 is an even power. However, directly expanding (x−10)50 with A=x,B=10 is also valid, but then you'd be looking for the coefficient of x2 in the first term's expansion and x2 in the second term's expansion, and then adding them. Rewriting to have the variable as the second term (e.g., (10+x)) often simplifies coefficient identification for polynomials in x.
- Sign errors: When dealing with (A−B)n, remember that (−B)k is negative for odd k and positive for even k.
- Binomial coefficient calculation: Double-check your calculations for (kn), especially for larger n.
- Exponent rules: Be precise with exponent operations, particularly when dividing terms with the same base.
- Understanding the question: Ensure you are calculating the correct coefficients (a0 for x0, a2 for x2) and not mixing them up.
Summary/Key Takeaway
This problem effectively tests your understanding of the Binomial Theorem and your ability to apply it to find specific coefficients in a polynomial expansion. The key insight is recognizing the symmetry in (A+B)n+(A−B)n, which allows for significant simplification by canceling out odd-powered terms. This reduces the computational effort and minimizes chances of error. The ratio of coefficients can then be found by carefully extracting and simplifying the relevant terms.