I'm trying to derive the quotient rule in a similar fashion to what was done here: Product rule intuition
I'm trying to get the change in $\frac{f}{g}$.
$$\frac{f + df}{g + dg} - \frac{f}{g} =$$
$$=\frac{gf + gdf} {g * (g + dg)} - \frac{fg + fdg}{g * (g + dg)} =$$
$$=\frac{gdf - fdg}{g * (g + dg)}$$
which is pretty close to the quotient rule. But I can't figure out why the denominator is $g * (g + dg)$ rather than $g^2$. Where am I going wrong?
I'm not interested in deriving the quotient rule in terms of another rule (like the product rule/chain rule). Thanks.