Find the sum of all values of x satisfying
x = 1 − x + x 2 − x 3 + x 4 − x 5 + ⋯ .
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.
Thank you for the nice solution.
I got wrong :(
This is my solution :
x x 3 x − x 3 x 3 − 2 x + 1 = 1 − x + x 2 − x 3 + x 4 − x 5 + . . . = x 2 − x 3 + x 4 − x 5 + . . . = 1 − x = 0
By using Vieta Formula, the answer should be 0
Note : I read some of the solution and i understood where does my solution goes wrong, but i just want to share it :)
Why can't x=1 be a solution
Log in to reply
Obviously not, if x = 1 , then the answer will oscillates between 1 and 0 . Try to imagine that, does the expression will converge ?
Ah, I had a feeling it wasn't 0 but I couldn't accurately show that 2 − 1 − 5 was an unacceptable answer. Thanks for the solution!
Multiplying both sides by ( x + 1 ) yields into x ( x + 1 ) = 1 which is equal to
x 2 + x − 1 = 0 . Thus, the solution is x = 2 − 1 + 5 . Also, there is an important comment mentioned below that must be considered here.
x = 2 − 1 − 5 is also a solution to x 2 + x − 1 = 0 but since in this case ∣ x ∣ > 1 we can discard it, since the series on the RHS of the original equation only converges for ∣ x ∣ < 1 .
Log in to reply
Yes, you are right. What you said must be added to my solution.
Question, so for every converges, ∣ x ∣ must bigger than 1 ?
I still don't understand when or where should we use ∣ x ∣ > 1 but this explain where did i got wrong
This below is my solution
x x 3 x − x 3 x 3 − 2 x + 1 = 1 − x + x 2 − x 3 + x 4 − x 5 + . . . = x 2 − x 3 + x 4 − x 5 + . . . = 1 − x = 0
By using Vieta Formula, the answer should be 0
Log in to reply
With regards to the original equation, the series on the RHS is an infinite geometric progression with first term 1 and ratio − x , and hence for ∣ x ∣ < 1 is equal to 1 + x 1 . For ∣ x ∣ > 1 it diverges and for x = 1 it oscillates between 1 and 0 and thus does not converge to a unique value. Thus in solving for x we have to make sure that the individual roots satisfy the requirement that ∣ x ∣ < 1 . Vieta's tells us what the sum of the roots is, but it doesn't tell us what the individual roots are, which is what really matters in this problem.
I like your method of multiplying through by x 2 , but I think your final equation should be x 3 − 2 x + 1 = 0 . Note that this factors to
x 3 − 2 x + 1 = ( x − 1 ) ( x 2 + x − 1 ) = 0 ,
so the roots of your equation are 1 and the two roots to x 2 + x − 1 = 0 as discussed above. These roots do add to 0 , but as discussed above we must discard the roots x = 1 and x = 2 − 1 − 5 , leaving us with only x = 2 − 1 + 5 satisfying the condition ∣ x ∣ < 1 .
The series equation computes to:
x = ∑ k = 0 ∞ ( − x ) k = 1 + x 1 (i).
Solving for x in (i) yields:
x 2 + x − 1 = 0 ;
or x = 2 − 1 ± ( 1 − 4 ( 1 ) ( − 1 ) ) ;
or x = 2 − 1 ± 5 .
It should be noted that only | 2 − 1 + 5 | < 1, which is required for convergence.
Nice solution. Thank you for posting it.
Log in to reply
My pleasure, Hana!
I done exactly what u did but got wrong as i forgot -1-√5/2
Problem Loading...
Note Loading...
Set Loading...
x = 1 − x + x 2 − x 3 + x 4 − x 5 + . . . = ( 1 + x 2 + x 4 + . . . ) − ( x + x 3 + x 5 + . . . ) = ( 1 + x 2 + x 4 + . . . ) − x ( 1 + x 2 + x 4 + . . . ) = ( 1 − x ) ( 1 + x 2 + x 4 + . . . ) = 1 − x 2 1 − x = ( 1 − x ) ( 1 + x ) 1 − x = 1 + x 1 for ∣ x ∣ < 1
⟹ x 2 + x − 1 ⟹ x = 0 = 2 − 1 + 5 Note that ∣ ∣ ∣ ∣ 2 − 1 − 5 ∣ ∣ ∣ ∣ > 1 not acceptable
There is only one solution of x , therefore the sum of all solutions is 2 − 1 + 5 .
This is a test!