0

I know that:

if $x\ll 1$ then we can write $\frac{x}{x+1}\rightarrow x$

but is it safe to write $\frac{2x+1}{x+1}\rightarrow 1$?

m0nhawk
  • 1,779
asdfgg
  • 81

1 Answers1

0

$\dfrac{2x+1}{x+1} = 2 - \dfrac{1}{1+x} \approx 2 - (1-x)=1+x$

DeepSea
  • 77,651
  • I think you mean $2-(1-x)\rightarrow 2-1\rightarrow 1$ because $x<<1$ so $(1-x)\rightarrow 1$ – asdfgg Mar 22 '15 at 20:37