Solving (2^1/2-1)^10: A Short & Appropriate Method?

  • Context: Undergrad 
  • Thread starter Thread starter viren_t2005
  • Start date Start date
  • Tags Tags
    Method Short
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
viren_t2005
Messages
20
Reaction score
0
express (2^1/2-1)^10 in the form k^1/2-(k-1)^1/2 where k is a positive integer.{the square roots need not be irrational}we can do this by binomial theorem but it is very tedious.is there a short & appropriate method to solve this problem?
 
Mathematics news on Phys.org
Just solve the equation

[tex]\sqrt{k} - \sqrt{k-1} = (\sqrt 2 - 1)^{10}[/tex]

algebraically for k. I get k = 11,309,769. This will be a mess unless you try something like

[tex]\sqrt k - \sqrt {k-1} = N[/tex]

from which

[tex]\sqrt k + \sqrt {k-1} = \frac {1}{N}[/tex]

leading to

[tex]2\sqrt k = N + \frac {1}{N}[/tex]

This is easy to solve for k and the solution can be simplified to what I showed above.