Let $a,b,c,d \in \mathbb{R}$ with $c,d > 0$. Assume that $|a-b| < \epsilon_1$ and $|c-d| < \epsilon_2$.
What can be said about $|(a/c)^2 - (b/d)^2|$?
What I tried is the following:
\begin{align*} |(a/c)^2 - (b/d)^2| & \leq | a/c - b/d | \cdot | a/c + b/d | \\ & = | a/c - b/c + b/c - b/d | \cdot | a/c + b/d | \\ & \leq | (a-b)/c | + |b| |1/c - 1/d | \cdot | a/c + b/d | \\ & \leq \epsilon_1/c + |b|/(cd) |d-c | \cdot | a/c + b/d | \\ & \leq \epsilon_1/c + \epsilon_2 |b|/(cd) \cdot | a/c + b/d | \end{align*}
Is it possible to further improve this bound? Especially the last factor $| a/c + b/d | $ troubles me.. Thanks!