For instance: find the quadratic irrationality of the simple continued fraction [1;2,3].
I have a handful of these problems to do, so any walk-through of one problem should give me the general idea of how to approach the others. I don't quite understand where the quadratic form comes from; the examples in the book derive it out of thin air.
Thanks Andre and Gerry, I have used your approach to find the answer as such:
$[1;2,3,3,3,3,...]$
Let x = $[1;2,y]$ and y = $[3;y]$. Then $y = 3 + 1/y = (3y+1)/y$ which is to say $y^2 - 3y - 1 = 0$. Solving using the quadratic formula we have $y = (3+\sqrt13)/2$, discarding the negative solution since we know $y$ is positive. Since $x = [1;2,y] = 1+(1/(2+1/y))$ we can substitute in our $y$ value and obtain:
$x = (5+\sqrt13)/2$
which is to say:
$[1;2,3,3,3,3,...] = (5+\sqrt13)/2$