DorelXD
- 126
- 0
Homework Statement
Let a,b,c,d be real number that satisfy the property that a + b = c + d and a^2 + b^2 = c^2 + d^2. Show that a^n + b^n = c^n + d^n for any n, a natural number ( with n > 0 ) .
Homework Equations
x^n - y^n = (x-y)(x^{n-1} + x^{n-2}y + x^{n-3}y^2 + ... + x^1y^{n-2} + y^{n-1})
The Attempt at a Solution
I have two ideas but I couldn't succed to apply them properly:
1) First, I'm thinking at a mathematical induction, but it seems that in this case the proof via induction isn't so straightforward.
2) Second, I'm thinking of writing that : a^n - c^n = d^n - b^n and, then then using the formula:
x^n - y^n = (x-y)(x^{n-1} + x^{n-2}y + x^{n-3}y^2 + ... + x^1y^{n-2} + y^{n-1})
But this dosen't seem very helpful either. The very first move I thought of making is writing that:
a^n - c^n = d^n - b^n \to (a-c)(... )= (d-b)(...) and get rid of the first paranthesis. Unfortunately, I cannot do this because I don't know for sure if (a-c) and (d-b) are diffrent from 0.
Please, can sombeody guide me to the solution ? Are my ideas good ?