Applied directional derivative problem

EngnrMatt
Messages
34
Reaction score
0

Homework Statement



The temperature at a point (x,y,z) is given by T(x,y,z)=200e^[−x^(2)−y^(2)/4−z^(2)/9], where T is measured in degrees celcius and x,y, and z in meters.

Find the rate of change of the temperature at the point (0, -1, -1) in the direction toward the point (-2, 1, -4).

Homework Equations



A directional derivative with direction u is equal to ∇f dotted with the unit vector u.

The Attempt at a Solution



For the gradient vector, I got:

∇T = <-400xe^[-x^(2)-y^(2)/4-z^(2)/9], -100ye^[''''], (-400/9)e^['''']>

evaluated at (0,-1,-1), I got ∇T(0,-1,-1) = <0, 69.69, 30.9734>

Now, according to the problem, u = <-2, 1, -4>. This means that |u| = √21, so the answer should be <0, 69.69, 30.9734> dotted with <-2/√21, 1/√21, -4/√21> , which gives me -11.828, but this is apparently not the right answer. I would definitely like some help finding my mistake.
 
Physics news on Phys.org
EngnrMatt said:

Homework Statement



The temperature at a point (x,y,z) is given by T(x,y,z)=200e^[−x^(2)−y^(2)/4−z^(2)/9], where T is measured in degrees celcius and x,y, and z in meters.

Find the rate of change of the temperature at the point (0, -1, -1) in the direction toward the point (-2, 1, -4).

Homework Equations



A directional derivative with direction u is equal to ∇f dotted with the unit vector u.

The Attempt at a Solution



For the gradient vector, I got:

∇T = <-400xe^[-x^(2)-y^(2)/4-z^(2)/9], -100ye^[''''], (-400/9)e^['''']>

evaluated at (0,-1,-1), I got ∇T(0,-1,-1) = <0, 69.69, 30.9734>

Now, according to the problem, u = <-2, 1, -4>. This means that |u| = √21, so the answer should be <0, 69.69, 30.9734> dotted with <-2/√21, 1/√21, -4/√21> , which gives me -11.828, but this is apparently not the right answer. I would definitely like some help finding my mistake.

You are using the wrong vector u. Go back and re-read the question.
 
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