I saw this problem here https://www.youtube.com/watch?v=4FNCIYD8HdA.
Can anybody explain why I am getting different results using the following method.
Notations:
S(x4) = sum of all terms (each having coefficient 1) consisting of only one variable to the power 4 = x4 + y4 + z4 = A
S(x3y) = sum of all terms (each having coefficient 1) consisting of 2 variables where one of them has power 3 and the other one has power 1 = x3y + x3z + y3x + y3z + …. = B
Similarly,
S(x2y2) = C
and S(x2yz) = D
14 = (x + y + z)4 = S(x4) + 4S(x3y) + 6S(x2y2) + 12S(x2yz) [you can use this website to verify if you have doubt: https://www.mathportal.org/calculators/polynomials-solvers/polynomials-expanding-calculator.php]
Or, 1 = A + 4B + 6C + 12D …………………………………….(1)
22 = (x2 + y2 + z2)2 = S(x4) + 2S(x2y2)
Or, 4 = A + 2C ………………………………………………..(2)
3.1 = (x3 + y3 + z3)(x + y + z) = S(x4) + S(x3y)
Or, 3 = A + B …………………………………………………...(3)
12.2 = (x + y + z)2(x2 + y2 + z2) = S(x4) + S(x2y2) + 2S(x3y) + 2S(x2yz)
Or, 2 = A + C + 2B + 2D ………………………………………..(4)
Eq(4) - Eq(3) gives
-1 = C + B + 2D ………………………………………………….(5)
Eq(1) - Eq(3) gives
-2 = 3B + 6C + 12D
Or, -⅔ = B + 2C + 4D …………………………………………….(6)
Eq(6) - Eq(5) gives
-⅔ + 1 = C + 2D
Or, ⅓ = C + 2D ……………………………………………………(7)
Eq(1) - Eq(2) gives
-3 = 4B + 4C + 12D
Or, -¾ = B + C + 3D ………………………………………………(8)
Eq(8) - Eq(7) gives
-¾ - ⅓ = B + D
Or, -13/12 = B + D
Or, -13/6 = 2B + 2D …………………………………………….(9)
Eq(4) - Eq(9) gives
2 + 13/6 = A + C or, A + C = 25/6
Or, 25/3 = 2A + 2C ………………………………………………..(10)
Eq(10) - Eq(2) gives
A = 25/3 - 4 = 13/3
Ans is x4 + y4 + z4 = 13/3 . But in this video https://www.youtube.com/watch?v=4FNCIYD8HdA They say the answer is 25/6. I didn’t understand nor want to understand how they reached that solution. All I want to know if my answer 13/3 is correct or wrong. If wrong then please explain why my method gives incorrect result.
I tried to solve by similar method for x5 + y5 + z5 and got different result from what is shown in the video.