If a and b are integers such that
− 2 + − 2 + − 2 + − 2 + ⋯ 2 2 2 = a − b ,
find a + b .
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.
-2 + 2/(a-√b)=a-√b Let x= a-√b We get x^2+2x-2=0 Since a-√b is a root of this equation, a+√b must be another root And their sum is -2 and product is -2. Thus, 2a=-2 a=-1 a^2-b=-2 b=3 so a+b=3+(-1)=2
Why don't you use LaTeX ?
Can somebody help verify this solution?
Since it is an unending fraction,
− 2 + − 2 + − 2 + . . . 2 2 2 = x = − 2 + x 2
Solving:
x = − 2 + x 2
Gives: x = − 1 − 3 or x = 3 − 1
So it could be 2 answers. But either ways, the final answer is always 2 for both cases.
I did it the same way as you can very well see, but there is only one answer, -1 -sqrt(3) because -1 + sqrt(3) would mean -sqrt(b)=sqrt(3), which would mean that sqrt(b)= - sqrt(3), which means b would be complex, but we are given that both a and b are integers.
That's similar to the manipulation I used. I verified it numerically using an old set of recurrence formulae due to Wallis and Euler:
1 2 3 4 5 6 7 8 9 10 11 |
|
This converges quickly to the negative value you obtained.
Problem Loading...
Note Loading...
Set Loading...
I t i s o b v i o u s t h a t − 2 + a − b 2 = a − b .
S i n c e a − b c a n n o t b e 0 , w e g e t t h a t ( a − b ) 2 + 2 ( a − b ) − 2 = 0 .
S o l v i n g t h i s w e g e t t h a t a − b = − 1 − 3 .
T h u s w e g e t t h a t a + b = 3 − 1 = 2 .