I am following the MIT Open Courseware on Single Variable Calculus and in the first lesson when taking the derivative of a simple function I found myself confused because of my knowledge gap in factoring expressions. I'm confused on this particular step.
$$ \frac{\delta F}{\delta x} = \frac {\frac{1}{x_{0}+ \delta x} - \frac{1}{x_0}}{ \delta x} = \frac{1}{\delta x}{ (\frac{x_{0} - (x_{0} + \delta x)}{(x_{0} +\delta x){x_{0}}})} $$
How does the factoring out of the quotient happen? Could you explain it step by step?
Thank you for your interest.
$\delta_x$ is in the denominator. Therefore it can be factored out. And the common denominator of $x_0$ and $x_0+\delta_x $is the product of both: $x_0\cdot (x_0+\delta_x )$. Therefore $\frac{1}{x_0+\delta_x}$ has to be expanded by $x_0$ and $\frac{1}{x_0}$ has to be expanded by $x_0+\delta_x $:
$\frac{1}{x_0+\delta_x}\cdot \frac{x_0}{x_0}-\frac{1}{x_0} \cdot \frac{x_0+\delta_x}{x_0+\delta_x}=\frac{x_0-(x_0+\delta_x)}{x_0\cdot (x_0+\delta_x )}$