All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
A Sum of Consecutive Square Roots (Posted on 2016-08-10) Difficulty: 3 of 5
Show every positive integer power of 1+sqrt(2) can be expressed as a sum of square roots of consecutive integers.

(1+sqrt[2])^n = sqrt(x) + sqrt(x+1)

No Solution Yet Submitted by Brian Smith    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Some Thoughts Possible solution Comment 1 of 1

It is mainly a matter of putting the recurrences in a form where they can be manipulated.

Small values of x:

1
8
49
288
1681
9800
57121
332928
1940449
11309768

If a(n) is ODD: the lesser number (x) is the square of {1,7,41,239,1393,...}, and the greater (x+1) is twice the square of {1,5,29,169,985,...}. These give sqrt x = 1/2 ((1+sqrt(2))^(2n+1)-(1+sqrt(2))^(-(2n+1))) and sqrt (x+1) = 1/2((1+sqrt(2))^(2n+1)+(1+sqrt(2))^(-(2n+1))); adding these gives:

1/2 ((1+sqrt(2))^(2n+1)-(1+sqrt(2))^(-(2n+1)))+1/2((1+sqrt(2))^(2n+1)+(1+sqrt(2))^(-(2n+1))) = (1+sqrt(2))^(2n+1)

If a(n) is EVEN: the greater number (x+1) is the square of {3,17,99,577,3363,...}, and the lesser is twice the square of {2,12,70,408,2378,...}. These give sqrt (x+1) = ((1+sqrt(2))^(2*n)+(1-sqrt(2))^(2*n))/2 and sqrt (x) =  1/2 ((1+sqrt(2))^(2n)-(1-sqrt(2))^(2n)); adding these gives:

((1+sqrt(2))^(2*n)+(1-sqrt(2))^(2*n))/2+1/2 ((1+sqrt(2))^(2 n)-(1-sqrt(2))^(2 n)) = (1+sqrt(2))^(2n)

Other formulations of the defining equations are possible; it doesn't matter much as long as a consistent scheme is adopted between the pairs.




  Posted by broll on 2016-08-10 08:48:31
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (17)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information