Guest User

Untitled

a guest
Jul 18th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Find an armonic function u(x,y) in the region {Im(z)>0}
  2. with:
  3. u(x,0)=1 if x>=0
  4. u(x,0)=0 if x<0
  5.  
  6. Find an armonic function u(x,y) in the region {Im(z)>0}
  7. with:
  8. u(x,0)=T1 if x<a
  9. u(x,0)=T2 if a<=x<=b
  10. u(x,0)=T3 if x>b
  11.  
  12. h(g,0)=0
  13.  
  14. h(g,π)=1
  15.  
  16. u(x,y)=h(Re(g),Im(g))=1/π*arctg(y/x)
Add Comment
Please, Sign In to add comment