Determine whether functions are harmonic

  • Thread starter Thread starter Shackleford
  • Start date Start date
  • Tags Tags
    Functions Harmonic
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
8 replies · 3K views
Shackleford
Messages
1,649
Reaction score
2

Homework Statement



Determine whether or not the following functions are harmonic:

[itex]u = z + \bar{z}[/itex]

[itex]u = 2z\bar{z}[/itex]

Homework Equations



[itex]z = u(x,y) + v(x,y)i[/itex]

[itex]\bar{z} = u(x,y) - v(x,y)i[/itex]

A function is harmonic if Δu = 0.

The Attempt at a Solution



[itex]Δu = Δz +Δ \bar{z} = u_{xx} + v_{xx} + u_{yy} + v_{yy} + u_{xx} - v_{xx} + u_{yy} + -v_{yy} = 2u_{xx} + 2u_{yy}<br /> [/itex]

[itex]u = 2z\bar{z} = 2[u(x,y) + v(x,y)i][u(x,y) - v(x,y)i] = 2[u^2(x,y) - v^2(x,y)][/itex]

[itex]Δu = 2[2uu_{xx} + 2uu_{yy} - 2vv_{xx} - 2vv_{yy}]<br /> [/itex]
 
Last edited:
Physics news on Phys.org
Shackleford said:

Homework Statement



Determine whether or not the following functions are harmonic:

[itex]u = z + \bar{z}[/itex]

[itex]u = 2z\bar{z}[/itex]

Homework Equations



[itex]z = u(x,y) + v(x,y)i[/itex]

[itex]\bar{z} = u(x,y) - v(x,y)i[/itex]

A function is harmonic if Δu = 0.

The Attempt at a Solution



[itex]Δu = Δz +Δ \bar{z} = u_{xx} + v_{xx} + u_{yy} + v_{yy} + u_{xx} - v_{xx} + u_{yy} + -v_{yy} = 2u_{xx} + 2u_{yy}<br /> [/itex]

[itex]u = 2z\bar{z} = 2[u(x,y) + v(x,y)i][u(x,y) - v(x,y)i] = 2[u^2(x,y) - v^2(x,y)][/itex]

[itex]Δu = 2[2uu_{xx} + 2uu_{yy} - 2vv_{xx} - 2vv_{yy}]<br /> [/itex]

I don't see why you are struggling with this. ##z=x+iy##. If ##u=z+\bar{z}## then ##u(x,y)=2x##. Is that harmonic?
 
Dick said:
I don't see why you are struggling with this. ##z=x+iy##. If ##u=z+\bar{z}## then ##u(x,y)=2x##. Is that harmonic?

I wanted to use the more general case. To be honest, I just wanted to check my work.

If it's not zero, then it's not harmonic.
 
Shackleford said:
I wanted to use the more general case. To be honest, I just wanted to check my work.

If it's not zero, then it's not harmonic.

I'm not sure what you are saying here. Don't do the general case. Just do these two special cases. What about those?
 
Dick said:
I'm not sure what you are saying here. Don't do the general case. Just do these two special cases. What about those?

Sorry. It was my mistake. For some reason I wanted to generalize to a function f(z).

Here, the first is harmonic. Δ(2x) = 0 and Δ(2x2+2y2) = 4 + 4 = 8.
 
Dick said:
##(x+iy)(x-iy)## is not equal to ##x^2-y^2##.

Corrected.
 
Shackleford said:
Sorry. It was my mistake. For some reason I wanted to generalize to a function f(z).

Here, the first is harmonic. Δ(2x) = 0 and Δ(2x2+2y2) = 4 + 4 = 8.

That's better.
 
Dick said:
That's better.

Thanks again.