1 = x 2 − x 3 + x 4 − x 5 + … Solve for x in the equation above.
If the sum of all values of x can be represented in the form d a + b c , such that a , b , c and d are integers and the fraction is in lowest form and d > 0 , find a + b + c + d .
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! It is important to check that the conditions of the theorem hold!
how you find that |x|<1 ? thanks
Log in to reply
Geometric series converges only if |x|<1.
1 1 1 = x 2 − x 3 + x 4 − x 5 + . . . = x 2 − x ( x 2 − x 3 + x 4 − x 5 + . . . ) = x 2 − x ( 1 )
⇒ x 2 − x − 1 x ⇒ x = 0 = 2 1 ± 5 = 2 1 − 5 [ Since x < 1 ]
⇒ a + b + c + d = 1 − 1 + 5 + 2 = 7
Nice method you have done it short and sweet...
k = 0 ∑ ∞ a ∗ r k = 1 − r a i f f ∣ r ∣ < 1 a = x 2 , r = − x . ∴ 1 = 1 + x x 2 x 2 − x − 1 = 0 . x = 2 1 ± 1 − 4 ∗ ( − 1 ) F o r x < ∣ 1 ∣ x = 2 1 − 1 − 4 ∗ ( − 1 ) ∴ d a + b c = 2 1 − 1 ∗ 5 a + b + c + d = 1 − 1 + 5 + 2 = 7
1=x²-x³+x⁴+...
1=x²(1-x+(x²-x³+...))
1=x²(1-x+1)
2x²-x³-1=0 (x-1)(x²-x-1)=0 the roots of the equation are X=1 or x=½(1-√5) or x=½(1+√5) The serie converge only if 0<x<1 so x must be x=½(1-√5) and the answer was 7
We get the golden ratio when solving for x but don't forget to reject 2 1 + 5 as − 1 < x < 1 for the sum to infinity formula to hold.
Problem Loading...
Note Loading...
Set Loading...
The RHS of the equation is a geometric series with first term x 2 and common ratio − x . Its sum is 1 + x x 2 , for ∣ x ∣ < 1 . Our equation thus becomes 1 + x x 2 = 1 , or x 2 = 1 + x . Solving using the quadratic formula, the roots are 2 1 − 5 and 2 1 + 5 , the latter of which can be discarded as it is greater than 1 . Thus, 2 1 − 5 is our only root, so a + b + c + d = 1 − 1 + 5 + 2 = 7 .