Can 1/(1 + x) be simplified to 1-x for a very small value of x?

  • Context: High School 
  • Thread starter Thread starter Matuku
  • Start date Start date
  • Tags Tags
    Fraction Unity
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
3 replies · 5K views
Matuku
Messages
12
Reaction score
0
If you have a fraction, for example,
[tex]\frac{1}{{1.0091532\times10^{-12}} + 1}[/tex]

Is there a simple way to convert it to a more easily calculated form, specifically, 1-x (where x is a very small number)
 
Physics news on Phys.org
Matuku said:
If you have a fraction, for example,
[tex]\frac{1}{{1.0091532\times10^{-12}} + 1}[/tex]

Is there a simple way to convert it to a more easily calculated form, specifically, 1-x (where x is a very small number)

Just arrange an equation based on that.
1 - x = [tex]\frac{1}{{1.0091532\times10^{-12}} + 1}[/tex]

Determine an expression for the value of x, and then rewrite the left-hand expression.
 
Expanding on what CRGreathouse says, the Taylor series (around 0) for 1/(1 + x) is 1 - x + x2 - x3 + ... (and it converges if |x| < 1). You can approximate it by truncating the Taylor series, and since you have x ~ 10-12, for practical purposes 1 - x should be enough (any higher-order terms will be smaller than the precision you give anyway).