Verifying Binomial Equations Easily

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Binomial
AI Thread Summary
The discussion centers on verifying the binomial equation (x+y)^n = (x + y)^(n-2)Q + (x+y)^(n-3)P, where Q and P are defined polynomials. The initial approach involved expanding the equation using binomial coefficients, which was deemed complex rather than "easy." The solution progressed by factoring and rewriting terms, ultimately simplifying to (x+y)^(n-3) multiplied by a polynomial that resolves to (x+y)^3. This method illustrates that while the task may be labeled as simple, it can still require significant effort to achieve the verification. The conclusion emphasizes that the final expression confirms the original equation.
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


My book says that one "easily" verifies that

(x+y)^n = (x + y)^(n-2)Q+(x+y)^(n-3)P where

Q = x^2 + xy +y^2

and

P = xy^2 + x^2y


Homework Equations





The Attempt at a Solution



I began by expanding everything into summations with binomial coefficients and it seemed like that method would work but it seemed rather far from easy.
 
Physics news on Phys.org
Try factoring.
 
They always say "easy" when what they mean that it can be done with a relatively small amount of work. I.e., you need no real inspiration... but it's not necessarily "easy", especially if someone tells you it's "easy." That usually just makes it "frustrating." I hate it when authors use that word. Anyways:
<br /> (x^2+xy+y^2)*(x+y)^{(n-2)}<br /> +(xy^2+x^2y)*(x+y)^{(n-3)}<br />
rewrite the (x+y)^(n-2) in the first term as (x+y)*(x+y)^(n-3) and then factor out the (x+y)^(n-3). you get
<br /> (x+y)^{(n-3)}*\left[((x^2+xy+y^2)*(x+y))+xy^2+x^2y\right]<br />
now it should be "easy" to show that the factor in the square bracket is just
(x+y)^3. So, we are done.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top