Iconate
- 20
- 0
Homework Statement
Use the linear approximation to approximate a suitable function f(x,y) and thereby estimate the following
f(x,y) = \sqrt{(4.01)^2 + (3.98)^2 + (2.02)^2}
Homework Equations
Not going to type it out, but the formula for f(x,y) http://en.wikipedia.org/wiki/Linear_approximation
The Attempt at a Solution
I just need to find the equation first, I can do the estimation.
My guess is, let x = 4, and y = 2 then
f(x,y) = \sqrt{(x)^2 + (x)^2 + (y)^2}
=(2(x)2 + (y)2)1/2
Is that done correctly? Proceeding this would be to solve the Linear Approximation formula, and check to see that it is infact close to \sqrt{(4.01)^2 + (3.98)^2 + (2.02)^2}
Any help would be great thanks