How do I find the directional derivative?

mnky9800n
Messages
4
Reaction score
0
Find the directional derivative of f(x,y)= ln sqrt(x^2+y^2) at (x,y) does not = (0,0) toward the origin


I found the gradient: grad f(x,y)=1/(x^2+y^2)*(xi+yj) but I have no idea what to do after that.
 
Physics news on Phys.org
mnky9800n said:
Find the directional derivative of f(x,y)= ln sqrt(x^2+y^2) at (x,y) does not = (0,0) toward the origin


I found the gradient: grad f(x,y)=1/(x^2+y^2)*(xi+yj) but I have no idea what to do after that.

How are you given the direction? The directional derivative of f(x,y) in the direction of the unit vector \vec{u} is \nabla f\cdot \vec{u}.

The directional derivative of of f(x,y) in the direction of any vector \vec{v} can be done by finding a unit vector in that direction first: \vec{v}/|\vec{v}| and is \nabla f\cdot \vec{v}/|\vec{v}|.

If the direction is at angle \theta with the x-axis (whether the point at which you are finding the derivative is (0,0) or not), then a unit vector in that direction is cos(\theta)\vec{i}+ sin(\theta)\vec{j} and so the directional derivative is
\nabla f(x,y)\cdot (cos(\theta)\vec{i}+ sin(\theta)\vec{j})= \frac{\partial f}{\partial x}cos(\theta)+ \frac{\partial f}{\partial y}sin(\theta)

Of course, if the angle \theta is with the y-axis, just swap "sine" and "cosine".
 
When re-examining the problem I solved for grad f*u/|u| which gives (xi+yj)/[sqrt(x^2+y^2)]*[1/(x^2+y^2)*(xi+yj)] which when solved gives: (x^2+y^2)^(-1/2) which I believe is the correct answer.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top