a + b + c a 2 + b 2 + c 2 = = 0 7 4
Real numbers a , b , c satisfy the above equations.
What is the value of a 4 + b 4 + c 4 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Simple and very good solution Thanks, K.K.GARG,India
I suggest another approach:
Let a = k x , b = k y and c = k z .
We see that x + y + z = 0
Also, k 2 ( x 2 + y 2 + z 2 ) = 7 4 so x 2 + y 2 + z 2 = k 2 7 4
Seeing that we can have x 2 + y 2 + z 2 be whatever positive number we want as long as we adjust k 2 accordingly, we make our jobs easier by just setting simple values for x , y , z . For example, let ( x , y , z ) = ( − 1 , 0 , 1 ) .
Thus, k 2 7 4 = 2 ⟹ k = 4 2 3 7
Which means ( a , b , c ) = ( − 4 2 3 7 , 0 , 4 2 3 7 )
Therefore a 4 + b 4 + c 4 = ( − 4 2 3 7 ) 4 + ( 0 ) 4 + ( 4 2 3 7 ) 4 = 2 3 7 + 0 + 2 3 7 = 3 7
Another approach is to use Newton Sums: Let P ( x ) = x 3 + m x 2 + n x + p = 0 and its roots be a , b and c . We have then by recursion:
S 1 = a + b + c = − m
S 2 = a 2 + b 2 + c 2 = − m S 1 − 2 n = m 2 − 2 n
S 3 = a 3 + b 3 + c 3 = − m S 2 − n S 1 − 3 p = − m 3 + 3 m n − 3 p
S 4 = a 4 + b 4 + c 4 = − m S 3 − n S 2 − p S 1 = m 4 + 4 m p − 4 m 2 n + 2 n 2
We know that S 1 = 0 , so m = 0 ; and S 2 = 7 4 , so n = − 2 7 4 .
Substitute them in S 4 and obtain, fortunately almost all terms have the factor m except the last one, so:
S 4 = 2 n 2 = 2 ( − 2 7 4 ) 2 = 3 7
Problem Loading...
Note Loading...
Set Loading...
given: a + b + c = 0 ... (G1)
given: a 2 + b 2 + c 2 = 7 4 ... (G2)
find: a 4 + b 4 + c 4
Squaring G1:
( a + b + c ) 2 = a 2 + b 2 + c 2 + 2 ( a b + a c + b c )
0 = 7 4 + 2 ∗ ( a b + a c + b c )
( a b + a c + b c ) = − 2 7 4 ) ... (E1)
Squaring E1:
( a b + a c + b c ) 2 = 4 7 4
= a 2 b 2 + a 2 c 2 + b 2 c 2 + 2 a 2 b c + 2 a b 2 c + 2 a b c 2
= a 2 b 2 + a 2 c 2 + b 2 c 2 + 2 a b c ( a + b + c )
= a 2 b 2 + a 2 c 2 + b 2 c 2
So ... a 2 b 2 + a 2 c 2 + b 2 c 2 = 4 7 4 ... (E2)
Squaring G2:
( a 2 + b 2 + c 2 ) 2 = a 4 + b 4 + c 4 + 2 ( a 2 b 2 + a 2 c 2 + b 2 c 2 )
Simplifying using G2 and E2: 7 4 = ( a 4 + b 4 + c 4 ) + 2 7 4
So: a 4 + b 4 + c 4 = 3 7 Q . E . D .