I am having trouble figuring out how to find the approximate value of :
$\frac{(2.03)^4}{(3.998)^2}$
I know its going to be done with partial derivatives and differentials but I just cant seem to get a grasp on how to do it. Any help would be much appreciated.
An immediate approximation is $$\frac{2^4}{4^2} = 1$$ A better one, given your comments, might be obtained by defining a function
$$f(x,y) = \frac{(2+x)^4}{(4+y)^2}$$ and then expand as Taylor series around $(0,0)$,
$$f(x,y) = f(0,0) + \frac{ \partial f}{\partial x}(0,0) \cdot x + \frac{ \partial f}{\partial y}(0,0) \cdot y + \dots$$
and stop at the order you wish, depending on the quality of the approximation desired. The trivial approximation is given by the leading term.