Partial derivatives of a function

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
1 reply · 2K views
Mr.Rockwater
Messages
10
Reaction score
0
1. The problem statement, all variables and given known data

Find the partial derivatives (1st order) of this function:

[itex]ln((\sqrt{(x^2+y^2} - x)/(\sqrt{x^2+y^2} + x))[/itex]

Homework Equations





The Attempt at a Solution



I obviously separated the logarithm quotient into a subtraction, then applied the rule d ln(u) = 1/u. However, what I end up with is four terms with a bunch of x²+y² and [itex]\sqrt{x²+y²}[/itex] . I'm just starting out with partial derivatives so is there any obvious trick that I'm not familiar with in this type of situation?
 
Last edited:
Physics news on Phys.org
You were on the right track.
[itex]ln((\sqrt{(x^2+y^2} - x))-ln((\sqrt{x^2+y^2} + x))[/itex]
You can now take the partial derivative of this function with respect to x, then respect to y.

remember:
[tex]\frac{\partial ln[f(x, y)]}{\partial x}=\frac{1}{f(x, y)}\frac{\partial f(x, y)}{\partial x}[/tex]