Approximating the Square Root of 11 Using Binomial Expansion

  • Thread starter Thread starter Michael_Light
  • Start date Start date
  • Tags Tags
    Binomial Expansion
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Michael_Light
Messages
112
Reaction score
0

Homework Statement



Prove that , if x is so small that terms in x3 and higher powers may be neglected, then http://www.mathhelpforum.com/math-help/attachments/f37/21081d1299568824-binomial-expansion-question-msp520319eed9935g5h93hf000055b8ic10787h09a9.gif . By substituting a suitable value of x in your result, show that (11)1/2 is approximately equal to 663/200.

Homework Equations


The Attempt at a Solution



I can solve the first part, but i have difficulty in the second part (show that (11)1/2 is approximately equal to 663/200). Can anyone help me? Thanks.
 
Last edited by a moderator:
Physics news on Phys.org
eumyang said:
You'll need to find x such that
[tex]\frac{1+x}{1-x} = 11[/tex]

After solving that, i get x=5/6. Substituting x=5/6 into http://www.mathhelpforum.com/math-help/attachments/f37/21081d1299568824-binomial-expansion-question-msp520319eed9935g5h93hf000055b8ic10787h09a9.gif , i get (11)1/2=157/72 which is incorrect... what answer did you get..? ><
 
Last edited by a moderator:
That doesn't work well because 5/6 isn't very small. You want x<<1 for the approximation to be good. The trick is to pull out a nearby perfect square:

[tex]\sqrt{11} = \sqrt{9+2} = \sqrt{9}\sqrt{1+2/9} = 3\sqrt{11/9}[/tex]

You want to find x such that (1+x)/(1-x) = 11/9.
 
vela said:
That doesn't work well because 5/6 isn't very small. You want x<<1 for the approximation to be good. The trick is to pull out a nearby perfect square:

[tex]\sqrt{11} = \sqrt{9+2} = \sqrt{9}\sqrt{1+2/9} = 3\sqrt{11/9}[/tex]

You want to find x such that (1+x)/(1-x) = 11/9.

Allow me to ask.. if i just compare (11/9)1/2 with ((1+x)/(1-x))1/2, where did the '3' go? I just ignore it?