Let the sum of the coefficients of the first three terms in the expansion of (x−x23)n,x=0.n∈N, be 376. Then the coefficient of x4 is __________.
Answer: 1
Solution
Key Concept: The Binomial Theorem
For any binomial expansion of the form (a+b)n, the general term (or (r+1)th term), denoted as Tr+1, is given by:
Tr+1=(rn)an−rbr
where n is a non-negative integer, and r is an integer such that 0≤r≤n. The coefficient of the (r+1)th term is (rn).
Step 1: Determine the Coefficients of the First Three Terms
We are given the expansion (x−x23)n. Here, a=x and b=−x23.
First Term (r=0):
To find the first term, we set r=0 in the general term formula.
T1=(0n)xn−0(−x23)0=1⋅xn⋅1=xn
The coefficient of the first term is (0n)=1.
Second Term (r=1):
To find the second term, we set r=1 in the general term formula.
T2=(1n)xn−1(−x23)1=n⋅xn−1⋅(−x23)=−3n⋅xn−3
The coefficient of the second term is (1n)⋅(−3)=n⋅(−3)=−3n.
Third Term (r=2):
To find the third term, we set r=2 in the general term formula.
T3=(2n)xn−2(−x23)2=2n(n−1)⋅xn−2⋅x49=29n(n−1)⋅xn−6
The coefficient of the third term is (2n)⋅(−3)2=2n(n−1)⋅9=29n(n−1).
Step 2: Formulate and Solve the Equation for 'n'
We are given that the sum of the coefficients of the first three terms is 376.
Sum of coefficients = (Coefficient of T1) + (Coefficient of T2) + (Coefficient of T3)
1+(−3n)+29n(n−1)=376
To solve for n, we first simplify the equation by multiplying by 2 to eliminate the fraction:
2−6n+9n(n−1)=376×22−6n+9n2−9n=752
Combine like terms to form a quadratic equation:
9n2−15n+2=7529n2−15n−750=0
Divide the entire equation by 3 to simplify:
3n2−5n−250=0
Now, we solve this quadratic equation for n using the quadratic formula n=2a−b±b2−4ac:
n=2(3)−(−5)±(−5)2−4(3)(−250)n=65±25+3000n=65±3025
Since 3025=55:
n=65±55
This gives us two possible values for n:
n1=65+55=660=10n2=65−55=6−50=−325
Given that n∈N (n is a natural number), we must reject the negative fractional value.
Therefore, n=10.
Tip: Always verify your solutions against the constraints given in the problem statement. Here, n∈N is crucial.
Step 3: Write the General Term for the Expansion with the Determined 'n'
Now that we know n=10, we can write the general term for the expansion (x−x23)10:
Tr+1=(r10)x10−r(−x23)r
To find the power of x, we combine the x terms:
Tr+1=(r10)x10−r(−3)r(x−2)rTr+1=(r10)(−3)rx10−r−2rTr+1=(r10)(−3)rx10−3r
Step 4: Find the Value of 'r' for the Coefficient of x4
We need to find the coefficient of x4. This means we need to set the power of x in our general term equal to 4:
10−3r=4
Subtract 10 from both sides:
−3r=4−10−3r=−6
Divide by -3:
r=2
Step 5: Calculate the Coefficient of x4
Now that we have n=10 and r=2, we can substitute these values back into the coefficient part of the general term formula:
Required coefficient =(210)(−3)2
First, calculate (210):
(210)=2!(10−2)!10!=2!8!10!=2×110×9=5×9=45
Next, calculate (−3)2:
(−3)2=9
Finally, multiply these two results:
Required coefficient =45×9=405
Summary and Key Takeaway
This problem demonstrates a classic application of the Binomial Theorem. The core idea is to first use the given information about the sum of initial coefficients to determine the value of 'n' for the binomial expansion. Once 'n' is known, the general term formula helps isolate the power of 'x' and solve for 'r' to find the specific term requested. Careful handling of negative signs and exponents is crucial to avoid errors. This methodical approach ensures all parts of the problem are addressed accurately.