Calculating errors in Functions of two variables Taylor Series

thomas49th
Messages
645
Reaction score
0

Homework Statement


From the taylor series we can replace x =x_{0} + h
but how does
\delta f = f(x_{0} + h, y_{0} + k) - f(x_{0},y_{0})
become
\delta f = hf(x_{0}, y_{0}) + kf(x_{0}, y_{0})
I can see the first step, but how do you get it to the second?

Homework Equations


The Attempt at a Solution

 
Physics news on Phys.org
thomas49th said:

Homework Statement


From the taylor series we can replace x =x_{0} + h
but how does
\delta f = f(x_{0} + h, y_{0} + k) - f(x_{0},y_{0})
become
\delta f = hf(x_{0}, y_{0}) + kf(x_{0}, y_{0})
I can see the first step, but how do you get it to the second?


Homework Equations





The Attempt at a Solution


\Delta f(x, y) = f(x_{0} + h, y_{0} + k) - f(x_{0},y_{0})
\approx f(x_{0}, y_{0}) + f_x(x_0, y_0)\Delta x + f_y(x_0, y_0)\Delta y - f(x_{0},y_{0})

In the Taylor expansion above, terms of order 2 and higher are omitted.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top