How to make continued fractions of any number?I recently found an continued fraction representation of...
Wronsonia8g
Answered
2022-07-07
How to make continued fractions of any number? I recently found an continued fraction representation of , and I wondered how can I make an continued fraction that converges into a number? The MAIN question is: how do you make a continued fraction for any number and can every number be represented as continued fraction? Some SPECIFIC questions: 1.How is an continued fraction for any number x generated? Is there an algorithm and what is it? 2.Give an example of the algorithm on some irrational number like and on some rational number like 3.Can every number be represented as a continued fraction? 4.Do continued fractions for complex numbers exist? Don't vote down for no reason. I just learned about continued fractions and I don't really know anything about them.
Answer & Explanation
Caiden Barrett
Expert
2022-07-08Added 20 answers
Let the number whose continued fraction you want to find be . Let Let the fractional part of i.e So, Let c =
Now, let Let the fractional part of i.e Hence, Let r =
Repeat the process for Keep repeating this process till you arrive with a rational number. But if you start off with an irrational number, you'll never arrive with a rational number.This is why irrational numbers are represented using an infinite loop of continued fractions. For complicated decimals, you could just write a computer program using the above logic. So, to answer your question, yes, every number can be represented as a continued fraction.