Evaluating Continued Fraction: \langle 1, 2, 1, 2, \ldots \rangle

  • Context: Undergrad 
  • Thread starter Thread starter math_grl
  • Start date Start date
  • Tags Tags
    Fractions
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
math_grl
Messages
46
Reaction score
0
Ok I need to know which is the right answer for evaluating the continued fraction [tex]\langle 1, 2, 1, 2, \ldots \rangle[/tex]?

Here's my work:
[tex]x = 1 + \frac{1}{2+x} \Rightarrow x^2 + x - 3 = 0[/tex] and by quadratic formula, we get [tex]x = \frac{-1 \pm \sqrt{13}}{2}[/tex] but we only want the positive root so I get [tex]x = \frac{-1 + \sqrt{13}}{2}[/tex] for my answer but the answer given was [tex]x = \frac{1 + \sqrt{3}}{2}[/tex], so I'm confused at which it is...

Moreover, I can't seem to find any other example except for [tex]\langle 1, 1, 1, \ldots \rangle[/tex] to see if I'm doing my computation right. Please help.
 
Physics news on Phys.org
Your equation for x is incorrect. It should be

[tex]1 + \frac{1}{2 + \frac{1}{x}}[/tex]
 
You'll do better next time!