How do I expand (1 + x)^{2}(1 - 5x)^{14} as a series of powers of x?

AI Thread Summary
The discussion focuses on expanding the expression (1 + x)²(1 - 5x)¹⁴ as a series of powers of x, specifically up to the x² term. The user initially struggles with how to combine the expansions of the two binomials, leading to confusion about including higher-order terms. Clarification is provided that only terms contributing to x² or lower should be retained, correcting the user's earlier calculations. The final correct expansion is determined to be (1 + x)²(1 - 5x)¹⁴ ≈ 1 - 68x + 2136x², with a note on the conditions for the validity of the approximation. Understanding the limits of x for the expansion's accuracy is also discussed.
BOAS
Messages
546
Reaction score
19
Hello,

I have a problem regarding the binomial theorem and a number of questions about what I can and can't do.

Homework Statement



Write the binomial expansion of (1 + x)^{2}(1 - 5x)^{14} as a series of powers of x as far as the term in x^{2}

Homework Equations


The Attempt at a Solution



I know how to expand each bracket separately but I'm really unsure of how to proceed with one multiplied by the other.

Do I expand the first one, and have that as a factor of every term in the expansion of the second?

i.e (1 + x)^{2} = 1 + x^{2} + 2x

(1 - 5x)^{14} \approx 1 - 70x - 455x^{2}

(1 + x)^{2}(1 - 5x)^{14} \approx 1(1 + x^{2} + 2x) - 70x(1 + x^{2} + 2x) - 455x^{2}(1 + x^{2} + 2x)

(1 + x)^{2}(1 - 5x)^{14} \approx 1 + 2x + x^{2} - 70x - 140x^{2} - 70x^{3} - 455x^{2} - 910x^{3} - 455x^{4}

I get the feeling that this is wrong, but I can't find any similar examples in my textbook or notes. If this happens to be the correct method, have I included to high powers? The individual expansions only reach x^{2}, but when they are combined, clearly it goes higher.

Thanks for any help you can give!
 
Last edited:
Physics news on Phys.org
The ##x^2## term in the expansion for ##(1-5x)^{14}## should be positive. Your work is otherwise okay, but you didn't need to calculate the ##x^3## and ##x^4## terms. You just want to identify which products will result in terms of order ##x^2## or lower and keep track of those.
 
vela said:
The ##x^2## term in the expansion for ##(1-5x)^{14}## should be positive. Your work is otherwise okay, but you didn't need to calculate the ##x^3## and ##x^4## terms. You just want to identify which products will result in terms of order ##x^2## or lower and keep track of those.

Ah, I forgot to square the coefficient. It should be;

(1 - 5x)^{14} \approx 1 - 70x + 2275x^{2}

wrt the rest of your post, does that mean I should approximate the two expansions only to the 'x' terms? Or do as before and ignore the higher powers?

Thanks for the help.
 
You have to keep up to at least the ##x^2## terms because they will contribute to the final result.
 
vela said:
You have to keep up to at least the ##x^2## terms because they will contribute to the final result.

So,

(1 + x)^{2}(1 - 5x)^{14} \approx 1(1 + 2x + x^{2}) - 70x(1 + 2x + x^{2}) + 2275x^{2}(1 + 2x + x^{2})

(1 + x)^{2}(1 - 5x)^{14} \approx 1 + 2x + x^{2} - 70x - 140x^2 + 2275x^{2}

(1 + x)^{2}(1 - 5x)^{14} \approx 1 - 68x + 2136x^2

I think this is what you meant when you said to keep track of the products that would give me x^2 and lower.
 
Yup, and you can streamline it a bit further:
$$(1 + x)^{2}(1 - 5x)^{14} \approx 1(1 + 2x + x^{2}) - 70x(1 + 2x) + 2275x^{2}(1)$$
 
vela said:
Yup, and you can streamline it a bit further:
$$(1 + x)^{2}(1 - 5x)^{14} \approx 1(1 + 2x + x^{2}) - 70x(1 + 2x) + 2275x^{2}(1)$$

Cool - Thank you
 
BOAS said:
(1 + x)^{2}(1 - 5x)^{14} \approx 1 - 68x + 2136x^2

That's correct. Although it might be interesting to consider for what values of x that approximation is accurate!
 
PeroK said:
That's correct. Although it might be interesting to consider for what values of x that approximation is accurate!

My expansion for (1 + x)^{2} was exact, but not every term of it was used when mutliplying with the second expansion.

My expansion for (1 - 5x)^{14} holds provided that -1 < -5x < 1 so \frac{1}{5} > x > - \frac{1}{5}

I don't know how I combine this information.
 
Back
Top