If α + β + γ = 4 , α 2 + β 2 + γ 2 = 1 4 , and α 3 + β 3 + γ 3 = 3 4 , find α 7 + β 7 + γ 7 .
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.
We re-write the equations:
α + β α 2 + β 2 α 3 + β 3 = 4 − γ = 1 4 − γ 2 = 3 4 − γ 3 ( 1 ) ( 2 ) ( 3 )
α 2 + 2 α β + β 2 α β α 2 − α β + β 2 = 1 6 − 8 γ + γ 2 = γ 2 − 4 γ + 1 = 1 3 + 4 γ − 2 γ 2 ( 4 ) ( 5 ) ( 6 ) [ Square of ( 1 ) ] [ Half the difference ( 4 ) − ( 2 ) ] [ ( 2 ) − ( 5 ) ]
( α + β ) ( α 2 − α β + β 2 ) ( 4 − γ ) ( 1 3 + 4 γ − 2 γ 2 ) 5 2 + 3 γ − 1 2 γ 2 + 2 γ 3 3 γ 3 − 1 2 γ 2 + 3 γ + 1 8 3 ( γ − 3 ) ( γ − 2 ) ( γ + 1 ) γ = 3 4 − γ 3 = 3 4 − γ 3 = 3 4 − γ 3 = 0 = 0 = 3 , 2 , - 1 [ Factoring ( 3 ) ] [ Substituting ( 1 ) and ( 6 ) ]
Using these three values in our original equations, we quickly find that ( α , β , γ ) can be any permutation of ( 3 , 2 , - 1 ) .
Regardless of which permutation we use, we will get that α 7 + β 7 + γ 7 = 2 3 1 4
Oh this is a very unusual way to find the values of α , β , γ . I would have just used the algebraic identities :
a 2 + b 2 + c 2 = ( a + b + c ) 2 − 2 ( a b + a c + b c ) and a 3 + b 3 + c 3 − 3 a b c = ( a + b + c ) ( a 2 + b 2 + c 2 − ( a b + a c + b c ) ) .
Thanks for sharing!
Log in to reply
Thanks for pointing these out; I don't think I've ever seen the second one. I did know the first one but my brain still thinks mostly in terms of two variables; gonna have to work on that!
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Newton's Identities
We can solve this problem using Newton's sums method (Newton's identities). First, let P n = α n + β n + γ n , where n is a positive integer. S 1 = α + β + γ , S 2 = α β + β γ + γ α , and S 3 = α β γ . Then,
P 1 P 2 P 3 P 4 P 5 P 6 P 7 = S 1 = 4 = S 1 P 1 − 2 S 2 = 4 ( 4 ) − 2 S 1 = 1 4 = S 1 P 2 − S 2 P 1 + 3 S 3 = 4 ( 1 4 ) − 4 + 3 S 3 = 3 4 = S 1 P 3 − S 2 P 2 + S 3 P 1 = 4 ( 3 4 ) − 1 4 − 6 ( 4 ) = 9 8 = S 1 P 4 − S 2 P 3 + S 3 P 2 = 4 ( 9 8 ) − 3 4 − 6 ( 1 4 ) = 2 7 4 = S 1 P 5 − S 2 P 4 + S 3 P 3 = 4 ( 2 7 4 ) − 9 8 − 6 ( 3 4 ) = 7 9 4 = S 1 P 6 − S 2 P 5 + S 3 P 4 = 4 ( 7 9 4 ) − 2 7 4 − 6 ( 9 8 ) = 2 3 1 4 ⟹ S 2 = 1 ⟹ S 3 = − 6
Therefore P 7 = α 7 + β 7 + γ 7 = 2 3 1 4 .