Show: u = x+y2 is Not a Harmonic Function

  • Thread starter Thread starter andrey21
  • Start date Start date
  • Tags Tags
    Function Harmonic
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
27 replies · 3K views
andrey21
Messages
475
Reaction score
0
Show that the following is not a harmonic function:

u = x+y2

This is what I know:

du/dx = 1 this must be equal to dv/dy , therefore:

v = y

du/dy = 2y this must be equal to -dv/dx, therefore:

v = -2xy

Putting expressions together:

v = y-2xy.

Not sure where to go from here?
 
Physics news on Phys.org
So using the following:

d2u / dx2 + d2u/dy2=0

Which for this example gicves:

2+ 0 = 2 so laplacian does not disappear!
 
Thanks Dick, I have a similar question which is giving me some problems:

I'm asked to show v = x+2y is part of a harmonic conjugate pair. What is harmonic conjugate pair?
 
andrey21 said:
Thanks Dick, I have a similar question which is giving me some problems:

I'm asked to show v = x+2y is part of a harmonic conjugate pair. What is harmonic conjugate pair?

Try to work it out using Cauchy-Riemann, like you were doing before.
 
Ok so here's my attempt:

v=x+2y

dv/dy = 2 must equal du/dx therefore:

u = 2x

dv/dx = 1 which must equal -du/dy

u = -y

adding together:

u = 2x-y

Am I on the right track??
 
andrey21 said:
Ok so here's my attempt:

v=x+2y

dv/dy = 2 must equal du/dx therefore:

u = 2x

dv/dx = 1 which must equal -du/dy

u = -y

adding together:

u = 2x-y

Am I on the right track??

Sure. You might be a little more careful of keeping track of things. du/dx=2 means u=2x+f(y) where f(y) is any function of y. du/dy=(-1) means u=-y+g(x) where g(x) is any function of x. When you compare the two expressions you realize f(y)=(-y) and g(x)=2x.
 
Ok so now I have:

u = 2x-y and v = x+2y

Which can be written as:

2x-y +xi +2yi
 
I must find its harmonic conjugate and say what f(z) is.
 
Im really not sure, I'm pretty sure it isn't a quadratic.
 
Im not to sure what you are asking:

I know that: (x+iy)2 = x2-y2+2xyi
 
andrey21 said:
Im not to sure what you are asking:

I know that: (x+iy)2 = x2-y2+2xyi

Ok, so in that example you've got z^2 on one side and powers like x^2 on the other. Is that a clue? What about your given function?
 
So my function will be z on one side?
 
andrey21 said:
So my function will be z on one side?

The highest power of z you would expect to see in f(z) is first power, yes. But that doesn't mean that's all you can have. You could have constants as well. What's the most general form of a linear function in z?
 
So will it just be c+mz
 
andrey21 said:
So will it just be c+mz

Sure. f(z) must be m*z+c where m and c are complex. Now try to figure out an m and c so that when you expand into real and imaginary parts it matches your u+iy.
 
Thanks for your help Dick