Solving BVP with Analytical Solution in (0,1)^2

  • Context: Undergrad 
  • Thread starter Thread starter ty1998
  • Start date Start date
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
5 replies · 2K views
ty1998
Messages
2
Reaction score
0
TL;DR
How to determine the boundary conditions to this elliptic BVP given an analytical solution
For this BVP in ##(0,1)^2##,
$$
-u_{xx} - u_{yy} = 0
$$
subject to some boundary data it is said the analytical solution is ##u(x,y) = \theta##. I've thought about this for awhile I can't seem to figure out how to determine the boundary conditions for this BVP. Moreover, ##\theta## is illustrated in figure attached. Some comments would be greatly appreciated.
 

Attachments

  • 156752681_844655712751349_5368146245785657842_n.jpg
    156752681_844655712751349_5368146245785657842_n.jpg
    23.2 KB · Views: 222
Physics news on Phys.org
In polar coordinates, [tex]x = r \cos \theta \qquad y = r \sin \theta.[/tex] Since you're in the first quadrant both [itex]x[/itex] and [itex]y[/itex] are positive, so you don't lose any information by dividing: [tex] \frac yx = \tan \theta.[/tex]
 
Thank you for the reply. However, given that I am also trying to also solve this numerically, I was curious what BCs I would need to satisfy the equations? This is my main concern.
 
The question is given that ##u=\theta## is the solution to the differential equation given unknown boundary conditions, what must those unknown boundary conditions be?

It's stupidly obvious actually, the boundary condition must be ##u=\theta## on the boundary. I feel like I must not understand the question right.
 
Reply
  • Like
Likes   Reactions: Delta2
Substitute into the given equation: [itex]u = 0[/itex] on [itex]y = 0[/itex], [itex]u = \pi/2[/itex] on [itex]x = 0[/itex], [itex]u = \arctan(y)[/itex] on [itex]x = 1[/itex], and [itex]u = \arctan(x^{-1})[/itex] on [itex]y = 1[/itex].