Where does this approximation come from?

  • Context: Undergrad 
  • Thread starter Thread starter fereopk
  • Start date Start date
  • Tags Tags
    Approximation
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
4 replies · 2K views
fereopk
Messages
16
Reaction score
0
[tex]\frac{\sqrt{1-a}}{\sqrt{1-b}}\approx \left ( 1-\frac{1}{2}a\right )\left ( 1+\frac{1}{2}b\right )[/tex]

I know that the binomial approximation is first used,

[tex]\frac{\sqrt{1-a}}{\sqrt{1-b}}\approx \frac{1-\frac{1}{2}a}{1-\frac{1}{2}b}[/tex]

But how does one approximate:

[tex]\frac{1-\frac{1}{2}a}{1-\frac{1}{2}b}\approx \left ( 1-\frac{1}{2}a\right )\left ( 1+\frac{1}{2}b\right )[/tex]?
 
Physics news on Phys.org
Do you know the series for [itex]\frac{1}{1-x}[/itex] ?
 
slider142 said:
Do you know the series for [itex]\frac{1}{1-x}[/itex] ?

No, unfortunately. Is there a name for this approximation?
 
fereopk said:
[tex]\frac{\sqrt{1-a}}{\sqrt{1-b}}\approx \left ( 1-\frac{1}{2}a\right )\left ( 1+\frac{1}{2}b\right )[/tex]

I know that the binomial approximation is first used,

[tex]\frac{\sqrt{1-a}}{\sqrt{1-b}}\approx \frac{1-\frac{1}{2}a}{1-\frac{1}{2}b}[/tex]

But how does one approximate:

[tex]\frac{1-\frac{1}{2}a}{1-\frac{1}{2}b}\approx \left ( 1-\frac{1}{2}a\right )\left ( 1+\frac{1}{2}b\right )[/tex]?

The expression can be rearranged to: ##\displaystyle {(1-a)}^{\frac{1}{2}}{(1-b)}^{-\frac{1}{2}}##. Now apply the binomial approximation to each term.
 
Curious3141 said:
The expression can be rearranged to: ##\displaystyle {(1-a)}^{\frac{1}{2}}{(1-b)}^{-\frac{1}{2}}##. Now apply the binomial approximation to each term.

Ahh, I see. Thanks!