Determine the sum of the squares of all real numbers x that satisfy the equation
[ ( x + 1 ) 2 − x ] [ ( x + 1 ) 2 ] [ ( x + 1 ) 2 + 2 x ] = − 2 x 5 + 4 x 3 − 2 x
Note:
Only count repeated roots once.
Please do not use WolframAlpha.
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.
Great problem , really very nice one , you made it right?
Rhs gives us the maximum hint
Log in to reply
Yup, I made it. I had free time during my math classes so I made it up. The original one is actually harder. Refer to my comment on a Sir Chew-Seong's solution. Try it out!
The reason why I didn't post it is because the answer is quite difficult to type in, but I'll try to next time!
nice problem, although my copy is finished...
It is given that:
[ ( x + 1 ) 2 − x ] [ ( x + 1 ) 2 ] [ ( x + 1 ) 2 + 2 x ] = − 2 x 5 + 4 x 3 − 2 x
The RHS: − 2 x 5 + 4 x 3 − 2 x = − 2 x ( x 4 − 2 x 2 + 1 ) = − 2 x ( x 2 − 1 ) 2 = − 2 x ( x + 1 ) 2 ( x − 1 ) 2 = − 2 x ( x + 1 ) 2 [ ( x + 1 ) 2 − 4 x ]
Therefore,
[ ( x + 1 ) 2 − x ] [ ( x + 1 ) 2 ] [ ( x + 1 ) 2 + 2 x ] = − 2 x ( x + 1 ) 2 [ ( x + 1 ) 2 − 4 x ]
This implies that ( x + 1 ) 2 is common on both sides and that x = − 1 is a solution to the equation. It also implies that:
[ ( x + 1 ) 2 − x ] [ ( x + 1 ) 2 + 2 x ] = − 2 x [ ( x + 1 ) 2 − 4 x ]
⇒ ( x + 1 ) 4 + x ( x + 1 ) 2 − 2 x 2 = − 2 x ( x + 1 ) 2 + 8 x
⇒ ( x + 1 ) 4 + 3 x ( x + 1 ) 2 − 1 0 x 2 = 0
⇒ [ ( x + 1 ) 2 − 2 x ] [ ( x + 1 ) 2 + 5 x ] = 0
⇒ ⎩ ⎨ ⎧ ( x + 1 ) 2 − 2 x = x 2 + 1 = 0 ( x + 1 ) 2 + 5 x = x 2 + 7 x + 1 = 0 ⇒ x = ± i ⇒ x = 2 − 7 ± 3 5
Therefore the real solutions are: − 1 , 2 − 7 + 3 5 and 2 − 7 − 3 5 .
And the sum of their squares is: 1 + 2 4 7 + 2 1 5 + 2 4 7 − 2 1 5 = 4 8
The desired solution was actually the one I did. But your solution worked because I intentionally changed the RHS to have a "better" answer. The original problem was supposed to be:
Determine all real and complex numbers x such that [ ( x + 1 ) 2 − x ] [ ( x + 1 ) 2 ] [ ( x + 1 ) 2 + 2 x ] = 8 x 3
The original problem in my opinion is better when posted as a note, though.
Log in to reply
This is more simpler
⟹ ( x + x 1 + 1 ) ( x + x 1 + 2 ) ( x + x 1 + 4 ) = 8
Let x + x 1 = a . Then ( a + 1 ) ( a + 2 ) ( a + 4 ) = 8
= 2 . 2 . 2 ( a + 1 ) ( a + 2 ) ( a + 4 ) = 1
( 2 a ) 3 + 8 7 a 2 + 8 5 a = 0
a ( a 2 + 7 a + 5 ) = 0
a = 0 , ( a + 2 7 ) 2 = 4 2 9
a = 0 , a = 2 − 7 ± 2 9
x + x 1 = 0 , x + x 1 = 2 − 7 ± 2 9
Log in to reply
Yup, that's the one. But after expanding we easily get a ( a 2 + 7 a + 5 ) = 0 . Maybe I'll instead ask for the values of x + x 1 but I think that's giving away the crucial step :P
Log in to reply
@Sean Ty – OK
x 2 = − 1
x + x 1 = 2 − 7 ± 2 9
x + 2 7 + 2 9 x + 1 = 0
x = 2 − ( 2 7 + 2 9 ) ± 4 7 2 + 2 9
x + 2 7 − 2 9 x + 1 = 0
x = 2 2 − 7 + 2 9 ± 4 7 2 − 2 9
x = ± i , 2 − ( 2 7 + 2 9 ) ± 4 7 2 + 2 9 , 2 2 − 7 + 2 9 ± 4 7 2 − 2 9
Problem Loading...
Note Loading...
Set Loading...
Alright, this is a 6th degree polynomial. One way is to substitute something for x , but how do we do that?
We first expand the terms inside the outer brackets. We will get
( x 2 + x + 1 ) ( x 2 + 2 x + 1 ) ( x 2 + 4 x + 1 ) = − 2 x 5 + 4 x 3 − 2 x ⟹ ( x + x 1 + 1 ) ( x + x 1 + 2 ) ( x + x 1 + 4 ) = 4 − 2 x 2 − x 2 2 Let x + x 1 = a . Then ( a + 1 ) ( a + 2 ) ( a + 4 ) = − 2 a 2 + 8 ⟹ a ( a + 2 ) ( a + 7 ) = 0 ⟹ x = i , − i , − 1 , 2 − 7 + 3 5 , 2 − 7 − 3 5
Take note that − 1 is a double root because we will arrive with ( x + 1 ) 2 = 0 . Therefore we only count it once. Also, i and − i are not real numbers so they don't count.
The sum of the squares of all real values of x is then 1 + 4 7 = 4 8 .