Definition:Continued Fraction Expansion
Definition
Continued fraction expansion of a real number
Irrational Number
Let $x$ be an irrational number.
The continued fraction expansion of $x$ is the simple continued fraction $\paren {\floor {\alpha_n} }_{n \ge 0}$ where $\alpha_n$ is recursively defined as:
- $\alpha_n = \ds \begin{cases} x & : n = 0 \\ \dfrac 1 {\fractpart {\alpha_{n - 1} } } & : n \ge 1 \end{cases}$
where:
- $\floor {\, \cdot \,}$ is the floor function
- $\fractpart {\, \cdot \,}$ is the fractional part function.
Rational Number
Let $x$ be a rational number.
The continued fraction expansion of $x$ is found using the Euclidean Algorithm.
![]() | This article, or a section of it, needs explaining. In particular: how You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by explaining it. To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Explain}} from the code. |
Continued fraction expansion of a Laurent series
Let $k$ be a field.
Let $\map k {\paren {t^{-1} } }$ be the field of formal Laurent series in the variable $t^{-1}$.
Irrational Laurent series
Let $f \in \map k {\paren {t^{-1} } }$ be an irrational formal Laurent series.
The continued fraction expansion of $f$ is the infinite continued fraction $\sequence {\floor {\alpha_n} }_{n \mathop \ge 0}$ where $\alpha_n$ is recursively defined as:
- $\alpha_n = \ds \begin {cases} f & : n = 0 \\ \dfrac 1 {f - \floor f} & : n \ge 1 \end {cases}$
where $\floor \cdot$ denotes the polynomial part.
Rational Laurent series
![]() | This definition needs to be completed. You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by adding or completing the definition. To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{DefinitionWanted}} from the code.If you would welcome a second opinion as to whether your work is correct, add a call to {{Proofread}} the page. |
![]() | This page has been identified as a candidate for refactoring of medium complexity. In particular: do something with the below Until this has been finished, please leave {{Refactor}} in the code.
New contributors: Refactoring is a task which is expected to be undertaken by experienced editors only. Because of the underlying complexity of the work needed, it is recommended that you do not embark on a refactoring task until you have become familiar with the structural nature of pages of $\mathsf{Pr} \infty \mathsf{fWiki}$.To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Refactor}} from the code. |
By definition, a continued fraction equals its sequence of partial quotients.
Therefore, to reduce the cumbersome nature of its representation, the continued fraction in the definitions are usually written as:
- $\sqbrk {a_0, a_1, a_2, \ldots, a_n}$
for the finite case, and:
- $\sqbrk {a_0, a_1, a_2, \ldots}$
for the infinite case.
Such an expression is known as the continued fraction expansion of the continued fraction, especially in the case of the infinite version.
For example:
- $\sqbrk {1, 2, 3} = 1 + \cfrac 1 {2 + \cfrac 1 3}$