Continued Fractions - Exact Solution

  • Thread starter Thread starter galenSchooled
  • Start date Start date
  • Tags Tags
    Fractions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
galenSchooled
Messages
1
Reaction score
0
I'm dealing with the fraction:
1+1
1+1/(1+1)
1+1/(1+1/(1+1))
...

After viewing another similar forum I found that they came up with the equation

(k+or-sqar(k^2+4))/2

Which here is
(1+or-sqar(5))/2

My question is how did they derive that equation?
I need to show proof of that equation working using the fraction...
 
Physics news on Phys.org
Call the result x, that is
[tex]x = \frac{1}{1 + \frac{1}{1 + \frac{1}{1 + \cdots}}}[/tex]
Then you recognize x again in the right hand side:
[tex]x = \frac{1}{1 + x}[/tex]
Now solve this for x (it's just a quadratic equation).