Let's break down this problem step by step:
Part (a): Expand (1−px)−n(1+x)6 in ascending powers of x as far as the term in x3.
We will use the binomial expansion for both terms separately and then multiply them together.
Step 1: Expand (1−px)−n
Using the binomial expansion for (1−px)−n, we get:
(1−px)−n=1+(−n)(−px)+2!−n(−n−1)(px)2+3!−n(−n−1)(−n−2)(px)3+⋯
Simplifying the terms:
(1−px)−n=1+npx+2n(n+1)p2x2+6n(n+1)(n+2)p3x3+⋯
Step 2: Expand (1+x)6
Using the binomial expansion for (1+x)6, we get:
(1+x)6=1+6x+26(5)x2+66(5)(4)x3+⋯
Simplifying the terms:
(1+x)6=1+6x+15x2+20x3+⋯
Step 3: Multiply the expansions
Now, multiply the two expansions term by term, up to the x3 term.
Result=(1+npx+2n(n+1)p2x2+6n(n+1)(n+2)p3x3)×(1+6x+15x2+20x3)
Let's expand this product term by term:
- Constant term:
1×1=1
- Coefficient of x:
1×6x+npx×1=6x+npx
So, the coefficient of x is 6+np.
- Coefficient of x2:
1×15x2+npx×6x+2n(n+1)p2x2×1
=15x2+6npx2+2n(n+1)p2x2
So, the coefficient of x2 is 15+6np+2n(n+1)p2.
- Coefficient of x3:
1×20x3+npx×15x2+2n(n+1)p2x2×6x+6n(n+1)(n+2)p3x3×1
=20x3+15npx3+62n(n+1)p2x3+6n(n+1)(n+2)p3x3
Simplifying, the coefficient of x3 is:
20+15np+3n(n+1)p2+6n(n+1)(n+2)p3
Part (b): Solve for p and find the coefficient of x3
We are given that the coefficient of x is −17 and the coefficient of x2 is 50.
- For the coefficient of x:
6+np=−17
Solving for np:
np=−17−6=−23
So, np=−23.
- For the coefficient of x2:
15+6np+2n(n+1)p2=50
Substitute np=−23:
15+6(−23)+2n(n+1)p2=50
15−138+2n(n+1)p2=50
−123+2n(n+1)p2=50
2n(n+1)p2=50+123=173
n(n+1)p2=346
Now we have two equations:
- np=−23
- n(n+1)p2=346
From np=−23, solve for p:
p=n−23
Substitute this into n(n+1)p2=346:
n(n+1)(n−23)2=346
n(n+1)n2529=346
(n+1)n529=346
529(n+1)=346n
529n+529=346n
529=−183n
n=183529≈2.89
Since n must be a positive integer, this result suggests there may be additional constraints that need reevaluation based on rounding errors or misinterpretation of terms.
Let me correct details, but does this satisfy?