I would be grateful if anyone can tell if there are any methods to classify real numbers using continued fraction. eg: Suppose $[a_0;a_1,a_2,\ldots,a_n]$ is the representation of some real number $\alpha$ then
1) if $n$ is finite then it represents a rational number.
2) if $n$ is infinite then it is an irrational number.
3) if $\alpha$ is a quadratic irrational then the pattern repeats indefinitely with a period of some number $t$. What we can say about the converse?
4) for 2) case how we can distinguish between algebraic and transcendental numbers?
Thanks for your time.
If $n$ is finite:
$n\in\mathbb{Q}$
This is because a finite continued fraction is the result of a finite amount of additions and divisions of integers.
If $n$ is infinite and periodic
$n$ is an irrational root of $ax^2+bx+c=0$ where $a,b,c\in\mathbb{Q}$
If $n$ is infinite and non-periodic
$n$ is not expressible as a root of a second degree or lower polynomial.
Algebraic vs transcendental do not show any differences as far as I figured out.
Transcendental numbers can show patterns, for example:
$$e=[2;1,2,1,1,4,1,1,6,1,1,8,1,1,10,\ldots]$$