#factorisation of cyclic expressions
25 messages ยท Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
We can note the following:
(a + b + c)^5 - a^5 - b^5 - c^5 = ((a + b + c)^5 - a^5) - (b^5 + c^5)
(a + b + c)^5 - a^5 - b^5 - c^5 = ((a + b + c)^5 - b^5) - (a^5 + c^5)
(a + b + c)^5 - a^5 - b^5 - c^5 = ((a + b + c)^5 - c^5) - (a^5 + b^5)
The first expression is clearly divisible by (b + c), the second by (a + c), the third by (a + b). But since this is all the same expression, that means the whole thing is divisible by (a + b)(a + c)(b + c).
So, we have:
(a + b + c)^5 - a^5 - b^5 - c^5 = (a + b)(a + c)(b + c)P(a, b, c)
Here P(a, b, c) is a homogeneous quadratic polynomial:
P(a, b, c) = Aa^2 + Bb^2 + Cc^2 + Uab + Vac + Wbc
But the initial expression is symmetric in a, b, c. So, we can simplify the polynomil a bit:
P(a, b, c) = A(a^2 + b^2 + c^2) + U(ab + ac + bc)
Thus, we get:
(a + b + c)^5 - a^5 - b^5 - c^5 = (a + b)(a + c)(b + c)(A(a^2 + b^2 + c^2) + U(ab + ac + bc))
There are many approaches to find A and U. I suggest first taking a = b = c = 1, then a = 0, b = c = 1. That will give you two linear equations in A and U.
Maybe not the best way to do this, but it should work.
This is exactly why i say your good at math ๐
Ah, thanks ๐
Though, this would work in very specific cases, such as this one.
@weak pagoda has given 1 rep to @echo lava
How did we take A and U common from those, ๐๐ป๐๐ป๐๐ป๐๐ป thanks for the lovely answer brother but I am still kind of muddled at that step
@undone path has given 1 rep to @weak pagoda
As I said, you can make a system of two equations by substituting the following:
- a = b = c = 1.
- a = 0, b = c = 1.
I mean brother you have written above that P(a,b,c) = Aaยฒ + Bbยฒ + Ccยฒ + Uab + Vac + Wbc
Aren't they all distinct coefficients?
How did we take A and U common from those
Yes. But our initial polynomial is symmetric in a, b, c.
So, the coefficients of a^2, b^2 and c^2 must be the same. Same for ab, ac and bc.
Oh????!?(
Thus, we get P(a, b, c) = A(a^2 + b^2 + c^2) + U(ab + ac + bc).
Thanks a lot ๐๐ป๐๐ป๐๐ป๐๐ป
You're welcome!
yeah @weak pagoda is good at math ( in my opinion )
thanks @weak pagoda
@echo lava has given 1 rep to @weak pagoda