1. Key Concepts and Formulas
This problem involves finding the constant term in the expansion of a trinomial raised to a power. The primary tools we will use are:
-
Multinomial Theorem: For an expansion of the form (a1+a2+⋯+ak)n, the general term is given by:
n1!n2!…nk!n!a1n1a2n2…aknk
where n1+n2+⋯+nk=n and ni≥0 are integers.
-
Binomial Theorem: A special case of the multinomial theorem for two terms (a+b)n:
(a+b)n=∑k=0n(kn)an−kbk
where (kn)=k!(n−k)!n!.
Our goal is to find the term where the total power of x is zero.
2. Problem Transformation: Simplifying the Expression
The given expression is (2x+x71+3x2)5.
To make the process of identifying powers of x simpler, we first rewrite the expression by taking out a common factor of x−7 from each term inside the parenthesis. This strategy helps consolidate the x terms.
(2x+x−7+3x2)5
Factor out x−7 from each term within the parenthesis:
(x−7(x−72x+x−7x−7+x−73x2))5
(x−7(2x1−(−7)+1+3x2−(−7)))5
(x−7(2x8+1+3x9))5
Now, apply the power of 5 to both parts:
(x−7)5(1+2x8+3x9)5
x−35(1+2x8+3x9)5
So, finding the constant term in the original expression is equivalent to finding the coefficient of x35 in the expansion of (1+2x8+3x9)5. We need to find terms from the expansion that, when multiplied by x−35, result in x0.
3. Applying the Binomial Theorem for Coefficient of x35
Let's denote A=(2x8+3x9). Then the expression becomes (1+A)5.
We can expand this using the Binomial Theorem:
(1+A)5=(05)(1)5A0+(15)(1)4A1+(25)(1)3A2+(35)(1)2A3+(45)(1)1A4+(55)(1)0A5
We are looking for the term that will produce x35. Let's analyze the powers of x that each term (k5)Ak can generate:
- For k=0: (05)A0=1 (constant term, no x).
- For k=1: (15)A1=5(2x8+3x9). The highest power is x9.
- For k=2: (25)A2=10(2x8+3x9)2=10(4x16+12x17+9x18). The highest power is x18.
- For k=3: (35)A3=10(2x8+3x9)3. The lowest power is (x8)3=x24. The highest power is (x9)3=x27.
- For k=4: (45)A4=5(2x8+3x9)4. Let's examine this term in detail.
- For k=5: (55)A5=1(2x8+3x9)5. The lowest power is (x8)5=x40.
From this analysis, only the term where k=4, i.e., (45)A4, has the potential to generate x35 because its powers range from x32 to x36.
4. Detailed Calculation for the Coefficient
We need to find the coefficient of x35 in (45)(2x8+3x9)4.
First, calculate (45)=4!1!5!=5.
Now, we need the coefficient of x35 in 5(2x8+3x9)4. This means we need the coefficient of x35 in (2x8+3x9)4 and then multiply it by 5.
Let's expand (2x8+3x9)4 using the Binomial Theorem. Let a=2x8 and b=3x9.
The general term is (j4)(2x8)4−j(3x9)j.
The power of x in this term is 8(4−j)+9j=32−8j+9j=32+j.
We want this power to be 35:
32+j=35
j=3
Since j=3 is a valid value for k (where 0≤j≤4), this term exists.
Substitute j=3 back into the general term:
(34)(2x8)4−3(3x9)3
(34)(2x8)1(3x9)3
Calculate the coefficients:
(34)=3!1!4!=4
The term becomes:
4×(21x8)×(33x27)
4×2×x8×27×x27
(4×2×27)x8+27
(8×27)x35
216x35
So, the coefficient of x35 in (2x8+3x9)4 is 216.
Finally, we multiply this by the (45) from the earlier expansion:
Total coefficient of x35=5×216=1080.
Thus, the constant term in the original expansion is 1080.
Alternative approach from the provided solution:
The step "5C4 coefficient of x3 in (2+3x)4" is a clever simplification of the last part.
Once we reach the stage of finding the coefficient of x35 in 5(2x8+3x9)4:
We can factor out x8 from (2x8+3x9):
5(x8(2+3x))4=5x32(2+3x)4.
To get x35 from 5x32(2+3x)4, we need to find the coefficient of x3 in (2+3x)4, and then multiply by 5.
Using the binomial theorem for (2+3x)4, the general term is (j4)(2)4−j(3x)j=(j4)24−j3jxj.
We need xj=x3, so j=3.
The coefficient is (34)24−333=(34)2133=4×2×27=216.
Then, multiply by 5: 5×216=1080. This confirms our result and aligns with the provided solution's concise steps.
5. Tips and Common Mistakes
- Misinterpreting "constant term": A constant term means the term independent of x, i.e., the power of x is 0.
- Incorrectly combining powers of x: When dealing with multiple terms inside the parenthesis, ensure all powers are correctly added/subtracted after multiplication.
- Forgetting binomial/multinomial coefficients: Don't just deal with the x terms; remember the numerical coefficients from the theorem ((kn) or n!/(p!q!r!)).
- Algebraic errors in initial transformation: Be careful when factoring out terms or combining exponents like xa/xb=xa−b.
- Not checking all possibilities: In complex expansions, multiple combinations of powers might lead to the desired exponent. A systematic approach (like varying k or q,r) ensures no terms are missed.
6. Summary
To find the constant term in a complex trinomial expansion, we first simplify the expression by factoring out powers of x to transform the problem into finding a specific power of x in a simpler expansion. Then, we systematically apply the Binomial (or Multinomial) Theorem to identify the specific terms that contribute to the desired power of x. Careful calculation of coefficients and powers is crucial to arrive at the correct constant term. In this case, the constant term in the expansion of (2x+x71+3x2)5 is 1080.