Processing math: 100%
 
+0  
 
0
1163
5
avatar

Evaluate the following "continued fraction" : {1; 1, 2, 1, 2, 1, 2, 1, 2.........etc.}. Thanks for help.

 Sep 21, 2017
 #1
avatar+109 
0

Can you please rephrase that? I'm not sure what {1; 1, 2, 1, 2, 1, 2, 1, 2.........etc.}. Also, I think the mathy term you are trying to say is "repeating decimal", or "continued decimal".

 Sep 21, 2017
 #2
avatar
0

No, it is called "continued fraction" of a well-known number: It means:

1 + 1/(1 + 1/(2 + 1/(1 + 1/2 +.......etc.)))

 Sep 21, 2017
 #3
avatar
+2

That is right! This is called "continued fraction" as the questioner rightly says so:

 

We can represent it as follows: x = 1; 1, 2, 1, 2, 1, 2.......etc., which,in turn, can be written as:

1+ 2 / {1+x} = x, solve for x


2/(x + 1) + 1 = x

Bring 2/(x + 1) + 1 together using the common denominator x + 1:
(x + 3)/(x + 1) = x

Multiply both sides by x + 1:
x + 3 = x (x + 1)

Expand out terms of the right hand side:
x + 3 = x^2 + x

Subtract x^2 + x from both sides:
3 - x^2 = 0

Subtract 3 from both sides:
-x^2 = -3

Multiply both sides by -1:
x^2 = 3

Take the square root of both sides:
 x = sqrt(3) or x = -sqrt(3). Since the continued fraction has all positive signs, then the correct is: sqrt(3).

 Sep 21, 2017
 #4
avatar+9675 
0

x=1+12+11+...1+1x=1+11+12+...

First we let x = {1;2,1,2,1,...}, then 1+1/x = {1;1,2,1,2,1,2,...}

Then we find the value of x.

x=1+12+11+...x=1+12+x(x1)(2+x)=1x2+x3=0(x+12)2=134x+12=±132x=1+132 or x=1132(rej.)

The value of the original expression is 1+1/x which is:

1+2131=13+1131=14+21312=7+136

:D

~The smartest cookie in the world.

 Sep 21, 2017
edited by MaxWong  Sep 21, 2017
 #5
avatar+118703 
+1

x=1+\dfrac{1}{2+\frac{1}{1+...}}\\ 1+\dfrac{1}{x}=1+\dfrac{1}{1+\frac{1}{2+...}}\\

 

x=1+11+12+11+12+...x1=11+12+11+12+...x1=11+12+(x1)x1=12+x1+12+x1x1=12+x1+xx1=1+xx+2(x1)(x+2)=x+1x2+x2=x+1x2=3x=±3

 

As our guest said, all the signs are positive so the answer is    3

 Sep 21, 2017

0 Online Users