Partial derivative chain rule for gradient

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
physics2000
Messages
13
Reaction score
0

Homework Statement



compute the gradient:

[tex]ln(z / (sqrt(x^2-y^2))[/tex]

Homework Equations



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

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
[itex]ln(z) - \frac{1}{2}ln(x^2-y^2)[/itex]

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!