Continued fractions are an alternative way of representing numbers: a rational number gives a finite continued fraction, an irrational one gives an infinite one. When an infinite continued fraction is periodic, the trick for computing its value is to exploit its self-repeating structure and reduce to a second-degree equation.
Example — Computing an infinite continued fraction
Let Notice that .
Trick: the repeating part equals the whole expression, hence: (discarding because ).
Links
Topics: Second-degree equations
Concepts: Second-degree equation · Continued fraction
Skills: Solving equations