A problem that puts me in difficulty

  • Thread starter Thread starter DorelXD
  • Start date Start date
  • Tags Tags
    Difficulty
Click For Summary

Homework Help Overview

The problem involves real numbers a, b, c, and d that satisfy the equations a + b = c + d and a² + b² = c² + d². The task is to demonstrate that aⁿ + bⁿ = cⁿ + dⁿ for any natural number n greater than 0.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the possibility of using mathematical induction but express concerns about its straightforward application. They also explore rewriting the equations and applying the difference of powers formula, questioning the implications of certain terms being zero.

Discussion Status

Some participants have identified relationships between the variables, such as ab = cd and a + c = d + b. There is ongoing exploration of these relationships, with some participants suggesting that if certain terms are equal, the problem statement holds. However, there is no explicit consensus on the resolution of the problem.

Contextual Notes

Participants are working under the constraints of the original problem statement and are questioning the assumptions regarding the equality of certain terms, which affects their reasoning process.

DorelXD
Messages
126
Reaction score
0

Homework Statement



Let [itex]a,b,c,d[/itex] be real number that satisfy the property that [itex]a + b = c + d[/itex] and [itex]a^2 + b^2 = c^2 + d^2[/itex]. Show that [itex]a^n + b^n = c^n + d^n[/itex] for any [itex]n[/itex], a natural number ( with [itex]n > 0[/itex] ) .


Homework Equations



[tex]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})[/tex]


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 : [itex]a^n - c^n = d^n - b^n[/itex] and, then then using the formula:

[tex]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})[/tex]

But this doesn't seem very helpful either. The very first move I thought of making is writing that:

[itex]a^n - c^n = d^n - b^n \to (a-c)(... )= (d-b)(...)[/itex] 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 ?
 
Physics news on Phys.org
DorelXD said:

Homework Statement



Let [itex]a,b,c,d[/itex] be real number that satisfy the property that [itex]a + b = c + d[/itex] and [itex]a^2 + b^2 = c^2 + d^2[/itex]. Show that [itex]a^n + b^n = c^n + d^n[/itex] for any [itex]n[/itex], a natural number ( with [itex]n > 0[/itex] ) .

Homework Equations



[tex]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})[/tex]

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 : [itex]a^n - c^n = d^n - b^n[/itex] and, then then using the formula:

[tex]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})[/tex]

But this doesn't seem very helpful either. The very first move I thought of making is writing that:

[itex]a^n - c^n = d^n - b^n \to (a-c)(... )= (d-b)(...)[/itex] 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 ?
The two properties [itex]a + b = c + d[/itex] and [itex]a^2 + b^2 = c^2 + d^2[/itex] involve some simple relations between a,b,c,d. What are these? (Write out the equations as differences and factorize the second one. )

ehild
 
Well, I'd get that:

[tex](a - c)(a+c) = (d-b)(d+b)[/tex]

Now, if [itex]a - c = 0[/itex] then [itex]d- b = 0[/itex] , and [itex]a = c[/itex] and [itex]b = d[/itex] . In this case, the problem statement holds. So, let's asume that a -c and d - b are both different from 0 .
Then, I get that: [itex]a + c = d + b[/itex] .

Also, by squaring [itex]a + b = c + d[/itex] and using the problem statement I get that [itex]ab = cd[/itex]

So, I found two new relations:
[tex]ab = cd[/tex]
[tex]a + c = d + b[/tex]

Is this correct ?
 
Wait a minute:

a + c = d + b
a + b = d + c

By summing the two relations we have that: 2a + b + c = 2d + b + c , so a = d .

If a = d then b = c and the statement is proved :) .
 
DorelXD said:
Well, I'd get that:

[tex](a - c)(a+c) = (d-b)(d+b)[/tex]

and you also know that a-c=d-b. **

DorelXD said:
Now, if [itex]a - c = 0[/itex] then [itex]d- b = 0[/itex] , and [itex]a = c[/itex] and [itex]b = d[/itex] . In this case, the problem statement holds.

well done! The other case is discussed in your next post. :smile:

ehild
 
DorelXD said:
Wait a minute:

a + c = d + b
a + b = d + c

By summing the two relations we have that: 2a + b + c = 2d + b + c , so a = d .

If a = d then b = c and the statement is proved :) .

Excellent! You have solved the problem :thumbs:

ehild
 
Thank you very much ! You really helped me. You gave me the right hint at the right time. All the best! Maybe we will see each other again around here! :) :)
 
See you soon:smile:

ehild
 
DorelXD said:
Wait a minute:

a + c = d + b
a + b = d + c

By summing the two relations we have that: 2a + b + c = 2d + b + c , so a = d .

If a = d then b = c and the statement is proved :) .

Another way: from ##a+b = c+d## and ##a^2 + b^2 = c^2 + d^2## we have
[tex](a+b)^2 - a^2 - b^2 = (c+d)^2 - c^2 - d^2 \\<br /> \text{ or}\\<br /> 2a b = 2 cd \rightarrow ab = cd[/tex]
Therefore,
[tex]a^2 + b^2 - 2 ab = c^2 + d^2 - 2cd \\<br /> \text{ or}\\<br /> (a-b)^2 = (c-d)^2 \rightarrow a-b = \pm(c-d)[/tex]
Just consider separately the two cases ##a+b = c+d, a-b = c-d## and ##a+b = c+d, a-b = d-c##.
 

Similar threads

  • · Replies 17 ·
Replies
17
Views
3K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 29 ·
Replies
29
Views
7K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K