Expand Using Binomial Theorem: (1-y^2)^5

  • Thread starter Thread starter Styx
  • Start date Start date
  • Tags Tags
    Theorem
AI Thread Summary
The binomial theorem is applied to expand (1-y^2)^5 by substituting a = 1 and b = -(y^2). The expansion results in the polynomial 1 - 5y^2 + 10y^4 - 10y^6 - 5y^8 - y^10. The discussion emphasizes the interpretation of binomial coefficients as the number of ways to choose elements from a set, highlighting their symmetry in Pascal's Triangle. This understanding reinforces the correctness of the expansion and the properties of binomial coefficients. The expansion and its explanation provide a solid foundation for using the binomial theorem effectively.
Styx
Messages
27
Reaction score
0
Use the binomial theorem to expand each of the following. Simpify your answers

(1-y^2)^5

Let a = 1 and b = -(y^2)
Then using binomial theorem, you have:

(a+b)^5 = C(5,0)a^5 + C(5,1)a^4 b + C(5,2)a^3 b^2 + C(5,3)a^2 b^3

+ C(5,4)a b^4 + C(5,5)b^5

Substitute a = 1 and b = -(y^2)

(1-y^2)^5 = 1(1)^5 + 5(1)^4 (-(y^2)) + 10(1)^3 (-(y^2))^2

+ 10(1)^2 (-(y^2))^3 + 5(1)(-(y^2))^4 + 1(-(y^2))^5

= 1 + 5(-(y^2)) + 10y^4 + 10(-(y^6)) + 5y^8 + (-(y^10))

= 1 -5y^2 + 10y^4 -10y^6 -5y^8 -y^10

Does that look right? This is my first go at using binomial theorem...
 
Last edited:
Physics news on Phys.org
It looks good to me. Your binomial coefficients (the blah "choose" blah factors) make sense if you interpret them as the number of ways of choosing the number of b's out of 5 in each term. You could also formulate it by talking about the number of ways of choosing the number of a's out of 5 in each term. You'd get the same answer, because the binomial coefficients are always symmetric (for example, 5 choose 0 equals 5 choose 5, because the number of ways of choosing all of the elements in a set is the same as the number of ways of choosing none of them: 1. Another example: 5 choose 4 equals 5 choose 1 because the number of ways of choosing 4 elements out of 5 is the same as the number of ways of excluding one of them: 5). This explains why the binomial coefficients build up Pascal's Triangle (all of the rows in the triangle are symmetric and bounded by 1's). I hope this offers further insight.
 
thanks cepheid
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top