Vector Calc - Directional Derivative Question

at3rg0
Messages
11
Reaction score
0

Homework Statement



Igor, the inchworm, is crawling along graph paper in a magnetic field. The intensity of the field at the point (x,y) is given by M(x,y) = 4x^2 + y^2 + 5000. If Igor is at the point (8,6), describe the curve along which he should travel if he wishes to reduce the field intensity as rapidly as possible.


Homework Equations


Gradient M = <8x, 2y>
To minimize, one must travel opposite the gradient

The Attempt at a Solution


I got the gradient as <8x, 2y> (just the partial derivatives as a vector). Also, at (8,6), the gradient is <64, 12>, which is in the direction of the unit vector 16i + 3j/sqrt(16^2 +3^2). So, the direction he wants to travel is the negative version of that vector. However, the problem wants me to arrive at the formula (y^3 = 27x towards the origin). How do I go from the vector to the curve?

This TEX is driving me crazy. If anyone can help me by editing my post, that would be great.

Thanks in advance!
 
Physics news on Phys.org
You are correct that <64, 12> gives the direction he wants to go at that time. But as soon as he has moved slightly it will change. What you are saying is that he wants to move so that dx/dt= -8x and dy/dt= -2y. It's not difficult to solve both of those for x and y as functions of t but you don't need the time dependence- you only need the curve itself:
\frac{dy}{dx}= \frac{\frac{dy}{dt}}{\frac{dx}{dt}}= \frac{1}{4}\frac{y}{x}.
That's a simple separable equation. Separate the variables and integrate.
 
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