Sun K.
asked 05/28/13Find the directional derivative?
Find the directional derivative of f(x, y)=xye^(-xy^2) at the point (1, 1) in the direction <2/sqrt(5), 1/sqrt(5)>.
f=<ye^(-y^2), xe^(-2xy)>
f(1, 1)=<e, e^-2>
u=<2/sqrt(5), 1/sqrt(5)>/(sqrt(1^2+1^2))
=<2/sqrt(5), 1/sqrt(5)>/sqrt(2)
<e, e^-2>*<2/sqrt(5), 1/sqrt(5)>/sqrt(2)
=(2e/sqrt(5)-e^-2/sqrt(5))/sqrt(2)
=(2e/sqrt(10)-e^-2/sqrt(10))
I don't know how to simplify from here. Correct me if I'm wrong through steps.
2 Answers By Expert Tutors

Grigori S. answered 05/29/13
Certified Physics and Math Teacher G.S.
By the definition, the derivative of f(x,y) along the direction defined by components ux =2/√5 and uy =1/√5, is equal to the dot product ∇f • u, which is in componental form looks like this:
∇f • u = (∂f/∂x) ux + (∂f/∂y)uy
Take the derivatives
∂f/∂x = yexp(-xy2)(1-xy2) ∂f/∂y = xexp(-xy2)(1-2xy2)
For x=y=1 it makes ∂f/∂x = 0, ∂f/∂y = -1/e. Thus your answer is
∇f • u = (∂f/∂y)uy (1,1) = -1/(√5)e

Robert J. answered 05/29/13
Certified High School AP Calculus and Physics Teacher
The directional derivative of f(x, y) = xye^(-xy^2) is
∇f • u, where u = <2/sqrt(5), 1/sqrt(5)>
= <e^(-xy^2) (y - xy^3), e^(-xy^2) (x - 2x^2 y^2)> • u
= <0, -1/e> • <2/sqrt(5), 1/sqrt(5)>, at (1, 1)
= -sqrt(5)/(5e) <==Answer
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Sun K.
I don't understand how you did the gradient.
05/29/13