In the design of an electrical circuit, after solving some Laplace transforms (see stack exchange electrical engineering question here for full details), the following expression appears:
$$ ratio = \frac{ln(1+R_4/R_2)}{ln(1+R_3/R_2)+ln(1+R_4/R_2)} $$
Simplification when $R_3,R_4 << R_2$ is easy using Taylor series.
The question is, are there any simplifications applicable when $R_3+R_4=R_2$? Approximations with an error smaller than 5%, 10% are perfectly valid.
It could be also valid an approximation for any other fixed proportion between $R_3+R_4$ and $R_2$.
The objective is find a lineal approximation of the expression. By example, if $R_3+R_4 = R << R_2$ it is possible simplify as $ratio ~ = ~ R_4/R ~ - ~ R_4^2 / 2(R_3^2+R_4^2)+...$ being the first term the lineal control $R_4/R$ and second term the first distortion.