I have just seen a lecture about linear approximation, in which it was established that when $x$ is near $0$:
The linear approximation of $e^x$ is $1+x$
The linear approximation of $(1+x)^r$ is $1+rx$
Afterwards, the lecturer explained how to find—using 1 and 2—the linear approximation of:
$e^{-3x} \times (1+x)^{-1/2}$.
His next line is:
$(1-3x)(1-0.5x)$
So it seems that he was acting under the assumption that the linear approximation of the product of two functions is the product of the linear approximations of the functions.
Is that true in general for any order of approximations? Maybe just for linear ones? Maybe just when x is near zero? Maybe only when the approximation is linear and x near 0?
Here is a link to the lecture. The comments were made at 26:30.
Let's consider the function in question, $f(x)=e^{-3x} \cdot (1+x)^{-1/2}$. To find the linear approximation we need to compute $f(0)$ and $f'(0)$:
The linear approximation formula is $$f(a+h) \approx f(a)+f'(a)h \, .$$ At $a=0$, it is \begin{align} f(h)&\approx f(0)+f'(0)h \\ f(h)&\approx 1-\frac{7}{2}h \, . \end{align} Since you used the variable $x$ in your question, we'll rewrite this as $f(x) \approx 1-\frac{7}{2}x$. This is not the same as the approximation given in the lecture. As HallaSurvivor notes in the comments, the approximation given is a quadratic approximation. If we expand the brackets, it is $$ f(x) \approx 1.5x^2 - 3.5x + 1 \, . $$ But this approximation is only very rough and ready. If we use the formula $$ f(a+h) \approx f(a) + f'(a)h + \frac{f''(a)}{2}h^2 $$ we obtain a different result, which is better than the one obtained by the lecturer. Still, the quadratic approximation obtained by the lecturer is better than the linear approximation we computed earlier.