$$ \left( a,b \in \mathbb R_{> 0} \right) ~~\wedge~~ \left( a < b\right) ~~\wedge~~ \left( \left( b-a \right) \ll a \right) $$
I want to derive the below appoximation equation .
$$ \frac{ a+b }{ b-a } =\frac{ 2a+b-a }{ b-a } \approx \frac{ 2a }{ b-a } $$
What I tried to derive it are as below .
$$ \frac{ a+b }{ b-a } =\frac{ 2a+b-a }{ b-a } $$
$$ = \frac{ 2 a }{ b-a } + \frac{ b-a }{ b-a } $$
$$ = 2 \underbrace{\left( \frac{ a }{ b-a } \right)}_\text{very large} +1 $$
$$ \approx \frac{ 2a }{ b-a } ~~ \leftarrow~~ \text{Previous 1 in the previous eqn is trifiling so it was removed} $$
Is this derivation right?
This approximation was used in the problem of iron core in electrical engineering .
– electrical apprentice Sep 28 '21 at 12:14