Solving Grad f and Grad g for Math Problem

  • Thread starter Thread starter electricman
  • Start date Start date
  • Tags Tags
    Grad
electricman
Messages
14
Reaction score
0
Hi,

I have some problems to solve this:

a=8 , b=5

Let f (x, y)=xye^(− ((x−a)^2)− ((y−b)^ 2)). In which direction, one will go from the point (a, b) in the definition amount if one wants to that the function values will increase so quickly as possible? Decide an equation for tangent plane to the surface z=f (x, y) in the point (a, b, ab). Use differential to f in order to calculate a close value to f (9a/10, 6b/5). In which points, key planet is to the surface z=f (x, y) horizontal?

I derivated and got:

df/dx = ye^(− ((x−a)^2)− ((y−b)^ 2)) * (-2x+2a) + ye^(− ((x−a)^2)− ((y−b)^ 2))

df/dy = xe^(− ((x−a)^2)− ((y−b)^ 2)) * (-2y+2a) + ye^(− ((x−a)^2)− ((y−b)^ 2))

and grad f(a,b) = (y,x) = (5,8) , Is this correct?
______________________________________________________________

And for the tangent plane:

g(x,y,z)=f(x,y) - z

grad g = (5,8,-1)

And the tangent plane: 5(x-8)+8(y-5)+(1)(z-40)=0 => 5x+8y-z=40 , Is this correct?

_____________________________________________________________

And for the close value:

z=5x+8y-40 close to (8,5). In (7.2,6) is z=5*7,2+8*6-40=44 , Is this correct?

_________________________________________________________

The are horizontal when df/dx = df/dy = 0 , Is this correct? I don't know if i can get a value to this?
 
Physics news on Phys.org
electricman said:
df/dx = ye^(− ((x−a)^2)− ((y−b)^ 2)) * (-2x+2a) + ye^(− ((x−a)^2)− ((y−b)^ 2))

(I presume you mean \frac{\partial}{\partial x}.)

There should be an 'x' in the first term.

\frac{\partial f}{\partial x} = xye^(− ((x−a)^2)− ((y−b)^ 2)) * (-2x+2a) + ye^(− ((x−a)^2)− ((y−b)^ 2)).

The same missing 'y' in \frac{\partial f}{\partial y}.

Correct these first, in order to get the correct answers for the rest of the problems.
 
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