I'm supposed to find the value of the infinite continued fracton $[2;1,3,1,3,1,3,1,3...]$. How would I go about doing this?
2026-03-25 09:35:39.1774431339
How to Compute Infinite Continued Factions
43 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Denote the continued fraction as $x$ and $x-2=y$, i.e.
$$y=\cfrac1{1+\cfrac1{3+\cdots}}$$
Moreover we get that
\begin{align*} y=\cfrac{1}{1+\cfrac{1}{3+y}}\implies y&=\frac1{\cfrac{4+y}{3+y}}\\ &=\frac{3+y}{4+y} \end{align*}
Which overall leads to the quadratic equation
$$y^2+3y-3=0$$
Solving this equation and choosing the positive solution further leads to
$$y=\frac{-3+\sqrt{21}}2\implies x=\frac{-3+\sqrt{21}}2+2$$
The solution is confirmed by this calculator which produces the given continued fraction for the resulting value of $x$.