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

Home > Just Math
Power after power (Posted on 2023-03-22) Difficulty: 3 of 5
If
a+b=1
&
a^2+b^2=2

How much is a^11+b^11?

No Solution Yet Submitted by Ady TZIDON    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
How to solve without really thinking... Comment 3 of 3 |
... but you do get to practice the finer tools of Matlab.

syms a b
eqs=[a+b==1,a^2+b^2==2]
s=solve(eqs);
a=s.a
b=s.b 
simplify(a(1)^11+b(1)^11) 
simplify(a(2)^11+b(2)^11)
 
finds

a =
3^(1/2)/2 + 1/2
1/2 - 3^(1/2)/2
b =
1/2 - 3^(1/2)/2
3^(1/2)/2 + 1/2
ans =
989/32
ans =
989/32
 
indicating a and b are

1/2 + sqrt(3)/2  and  1/2 - sqrt(3)/2

in either order.

and a^11 + b^11 = 989/32

  Posted by Charlie on 2023-03-22 13:22:57
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 (9)
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