Partial Derivatives with Inverse Trig Functions

issisoccer10
Messages
35
Reaction score
0
[SOLVED] Partial Derivatives with Inverse Trig Functions

Homework Statement


Show that u(x,y) and v(x,y) satisfy the Cauchy-Riemann equations...

\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y}

given that u = ln(x^{2} + y^{2})
and that v = 2tan^{-1} (y/x)

Homework Equations


single variable differentials of equations should be in the form of..

\frac{d}{dx} ln (u) = \frac{1}{u} \frac{du}{dx}

\frac{d}{dx} tan^{-1} u = \frac{1}{1+u^{2}} \frac{du}{dx}

The Attempt at a Solution


I would think that the partial derivatives of the above equations would lead from the single differentials, but instead of \frac{du}{dx} there would be \frac{\partial u}{\partial x} or \frac{\partial u}{\partial y} depending on which the question called for. With this reasoning, I thought the left side of the Cauchy-Riemann equation should be..

\frac{2x}{x^{2} + y ^{2}}

and the right side would be...

\frac{2}{1 + (y/x)^{2}} \frac{1}{x}

However, these don't appear to be equal... unless I can't see the simple algebra. Any help would be greatly appreciated..
 
Physics news on Phys.org
issisoccer10 said:
\frac{2x}{x^{2} + y ^{2}}

and the right side would be...

\frac{2}{1 + (y/x)^{2}} \frac{1}{x}
\frac{2}{1+\left(\frac{y}{x}\right)^2} \times \frac{1}{x}
Distribute through and multply by 1 (\frac{x}{x])...
\frac{2}{x+\frac{y^2}{x}} \times \frac{x}{x}
\frac{2x}{x^2+y^2}
 
in the denominator of your responce you have the term y^{2}/x. Shouldn't the term be y^{2}/x^{2}?
 
\frac{1}{1+\left(\frac{y}{x}\right)^2} \times \frac{1}{x}
\frac{1}{\left(1+\left(\frac{y}{x}\right)^2\right) x}
\frac{1}{x + x \times \frac{y^2}{x^2}}
\frac{1}{x + \frac{y^2}{x}}
 
wow... i feel pathetic... thanks again.
 
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