Calculte growth is some direction question

  • Thread starter Thread starter khdani
  • Start date Start date
  • Tags Tags
    Direction Growth
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
khdani
Messages
53
Reaction score
0
i know that the maximal growth is the gradiend of a function.

the formula is:

[tex] <br /> \triangledown f=f_x'\vec{i}+f_y'\vec{j}+f_z'\vec{k}<br /> [/tex]



so when i am given a function

[tex]f(x,y,2x^2+y^2)=3x-5y[/tex]

i am was told that it growth on point M(1,2,6) in direction
[tex]\hat{a}=(\frac{1}{3},\frac{2}{3},\frac{2}{3})[/tex] is 1

what is the gradient of f (maximal growth).



i tried to get it like this:

first of all i need a function which looks like this f(x,y,z)=...

in order to find the gradient

i don't know how to do the gradient of a function which i was given.



if i substiute the point

f(1,2,6)=3-10=7



i know i should write

[tex] <br /> (grad f(1,2,6)\dot \hat{a}=1<br /> [/tex]



?
 
Physics news on Phys.org
Hi khdani! :smile:

(have a grad: ∇ and a curly d: ∂ and try using the X2 tag just above the Reply box :wink:)
khdani said:
first of all i need a function which looks like this f(x,y,z)=...

That's right :smile:

or better still, f(x,y,z) = g(x,y) where g = 3x - 5y.

Now z = 2x2 + y2,

so, using the chain rule, df/dx = … ?, df/dy = … ?, df/dz = … ? :wink:
 
"so, using the chain rule, df/dx = … ?, df/dy = … ?, df/dz = … "

what?

you say i would substitute z with[tex]2x^2+y^2[/tex]
so i get
f(x,y,z)=3x-5y
so [tex]f'_x=3[/tex]
[tex]f'_y=-5[/tex]
[tex]f'_z=0[/tex]