Partial derivative chain rule for gradient

physics2000
Messages
13
Reaction score
0

Homework Statement



compute the gradient:

ln(z / (sqrt(x^2-y^2))

Homework Equations



∇=(∂/(∂x)) + ... for y and z

I just want to know how to do the first term with respect to x

The Attempt at a Solution



I am so rusty I don't know where to begin.
 
Physics news on Phys.org
ln(z) - \frac{1}{2}ln(x^2-y^2)

That ought to make it easier. Now treat y and z as constants.
 
jfgobin said:
And you sum.

You don’t sum... Gradient is a vector and what you have found are the linearly independent components of it.
 
jfgobin, you shouldn't give away the final answer when you're answering posts in the homework forum. Just give a hint, like e^(i Pi)+1=0 did.
Mod note: I dealt with this.[/color]
physics2000, The hint given by e^(i Pi)+1=0 simplifies the problem significantly, but you don't have to use it. It's also possible to use these three rules directly:
\begin{align}
&\log'(x)=\frac 1 x\\
&(fg)'(x)=\frac{f'g-fg'}{g^2}\\
&\frac{d}{dx}x^a=ax^{a-1}
\end{align}
 
Last edited by a moderator:
cosmic dust said:
You don’t sum... Gradient is a vector and what you have found are the linearly independent components of it.

Yup, my bad!
 
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