Continued fractions and nested radicals

In summary, the continued fraction for a square root can be found by solving (0; 1, 1, 1, 1, ... ) and (0; 2, 2, 2, ... ).
  • #1
soandos
166
0
is there a way to express any given root of an integer in a continued fraction? i.e. Sqrt[2] = 1 + 1/(2 + Sqrt[2] - 1) and the process can be continued infinitely to get a fraction that defines the radical with only integers.

so my question is can this kind of thing be done with any square root? any integer root?

next question is is there a way to determine the limit of the following:
Sqrt[x^0*a+Sqrt[x*a+Sqrt[x^2*a+Sqrt[x^3*a...]]]] or a similar form for a progression of numbers?
 
Physics news on Phys.org
  • #2
Mathematica has a function that will take a rational or a quadratic irrational and turn it into a continued fraction.
I know a simple one for the square root of any number that is one more than a square. for example: Sqrt[17]-4 == [(Sqrt[17]-4)*(Sqrt[17]+4)]/Sqrt[17]+4
multiplying across the top one gets: 1/Sqrt[17]+4
to make the denominator the same as the original, have 1/Sqrt[17]-4+8, retaining the original value of the expression, and creating a loop back to the beginning. just add four at the very top.
what is the method for doing this manually for any square root?
 
  • #3
anyone have any ideas?
 
  • #4
Any root of the form ([tex]\sqrt{x}[/tex] +a ) / b can be represented by a simple continued fraction. Consider how you solve for X = a + [tex]\frac{1}{b+\frac{1}{b+\cdots}}[/tex] using the self similarity identity.

Going for higher order roots means more complex continued fractions, that either aren't self similar or have sequences in their numerators. I have no idea how to handle those in general, and I think its impossible for there to be a general method.
 
  • #5
i am not sure that that form works. for Sqrt[3] i believe that b is an alternating sequence of 1,2
 
  • #6
Yes, sorry, that's where the "a" came in. My bad typing.

You may get a repeating sequence, but it will be a finite repeat. It's just like the decimal expansion of 1/7, an infinite sequence with a repeating finite group. This covers all square roots with rational offsets.

I don't remember it now, but I came upon the formula to go from one to the other by solving (0; 1, 1, 1, 1, ... ) and (0; 2, 2, 2, ... ) and extending it to x. In the same way, solve (0; 1, 2, 1, 2, 1, 2,... ) and then generalize that. The algebra doesn't get that bad.
 

1. What are continued fractions and nested radicals?

Continued fractions and nested radicals are mathematical expressions that involve a series of fractions or radicals nested within each other. They are used to represent irrational numbers, where the decimal representation is infinite and non-repeating.

2. How are continued fractions and nested radicals related?

Continued fractions and nested radicals are closely related, as nested radicals can be written as continued fractions and vice versa. Both expressions involve breaking down a number into smaller and smaller parts, creating a sequence of terms that converges towards the original number.

3. What is the difference between a finite and infinite continued fraction?

A finite continued fraction has a limited number of terms, while an infinite continued fraction has an infinite number of terms. Finite continued fractions represent rational numbers, while infinite continued fractions represent irrational numbers.

4. How are continued fractions and nested radicals used in real-world applications?

Continued fractions and nested radicals have various applications in mathematics, engineering, and physics. They are used to approximate values of irrational numbers, solve equations, and model natural phenomena such as fractals and self-similar patterns.

5. How do you calculate the value of a continued fraction or nested radical?

To calculate the value of a continued fraction, you can either use a recursive algorithm or convert it into a decimal representation. For nested radicals, you can use the iterative process of repeatedly taking the square root of the expression until you reach a desired level of precision.

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
608
  • Precalculus Mathematics Homework Help
Replies
8
Views
778
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
13
Views
1K
Replies
37
Views
4K
  • Linear and Abstract Algebra
Replies
2
Views
961
Replies
3
Views
2K
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
2K
Replies
5
Views
1K
Back
Top