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

Home > Just Math
Given the Sum, Find the Yearly Sum (Posted on 2024-07-05) Difficulty: 3 of 5
It is known that:
x+1/x = √(2-√2)

Determine the value of: x2023 + 1/x2023

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution solution Comment 1 of 1
I've worked out some details below, but in general use the short cut notation:
f_k(x) = x^k + 1/x^k
f_1(x) is given.
f_n(x) = f_1(x) * f_(n-1)(x) -  f_(n-2)(x)

Once you've worked out f_2 and f_3, the rest can be found with this recursive formula.
Putting this into a spreadsheet shows the value has a period of 16, the first 16 being:
f#:    value
1:  0.765366864730179
2:  -1.4142135623731
3:  -1.84775906502257
4:  0
5:  1.84775906502257
6:  1.4142135623731
7:  -0.76536686473018
8:  -2
9:  -0.765366864730179
10:  1.4142135623731
11:  1.84775906502257
12:  0
13:  -1.84775906502257
14:  -1.41421356237309
15:  0.76536686473018
16:  2

mod(2023,16) = 7

So f_2023 = f_7 = - f_1
   = -0.76536686473018
   = -√(2-√2)

---- details ----
x+1/x = √(2-√2)
(x+1/x)^2 = 2-√2

x^2+1/x^2 = -√2
(x+1/x)(x^2+1/x^2) = -√2√(2-√2)

x^3+1/x^3 + x+1/x = -√2√(2-√2)
x^3+1/x^3 = -√2√(2-√2) - √(2-√2)
          = -(√2 + 1) * √(2-√2)

x^2+1/x^2 = -√2
(x^2+1/x^2)^2 = 2
x^4+1/x^4 + 2 = 2
x^4+1/x^4 = 0

(x^4+1/x^4)(x+1/x) = √(2-√2)*0 = 0
x^5+1/x^5 + x^3+1/x^3 = 0
x^5+1/x^5 = (√2 + 1)√(2-√2)

x^3+1/x^3 =  -(√2 + 1) * √(2-√2)
(x^3+1/x^3)^2 = (√2 + 1)^2 * (2-√2)
x^6+1/x^6 + 2 = (3 + 2√2) (2-√2)
x^6+1/x^6 + 2 = (6-4 + 4√2 - 3√2)
x^6+1/x^6 + 2 = 2+√2
x^6+1/x^6 = √2

(x^3+1/x^3)(x^4+1/x^4) = 0 since 2nd term is zero
x^7+1/x^7 + x+1/x = 0
x^7+1/x^7 = -√(2-√2)

(x^4+1/x^4)^2 = 0
x^8+1/x^8 + 2 = 0
x^8+1/x^8 = -2

(x^8+1/x^8)(x+1/x) = -2*√(2-√2)
x^9+1/x^9  +  x^7+1/x^7 = -2*√(2-√2)
x^9+1/x^9 = -2*√(2-√2) - (-√(2-√2))
x^9+1/x^9 = -√(2-√2)


  Posted by Larry on 2024-07-05 22:02:41
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (3)
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