Linear Approximation: Find & Use for f(2.28,8.22)

andyk23
Messages
26
Reaction score
0
Find the linear approximation to the equation f(x,y) = 3 sqrt((x y)/4) at the point (2,8,6), and use it to approximate f(2.28,8.22). I know you take the derivative of fx(x,y) and fy(x,y), I think I'm taking the derivative wrong. Then after that you put x and y in the equation and solve for fx(2,8) and fy(2,8). Then take f(a,b)+fx(a,b)(x-a)+fy(a,b)(y-b). For fx(x,y) I'm coming up with .75(y/4) and for fy(x,y) I'm getting .75(x/4)
 
Physics news on Phys.org
Your derivatives are indeed wrong. Let's start with a simpler function of just one variable.

g(x) = 3 \sqrt{x / 4}What is g'(x)?
 
g(x)=3(x/4)^-.5
g'(x)= [3(x)^-.5]/4
 
Want to know an easy way to derive a linear approximation equation? Well, I'll give you some intuition: it's basically the same thing as the tangent line equation in so many words.
 
L(x)= f(x) + f'(a)(x-a)

(2.8,6) is the point...and so on
 
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