Find the function at the point (0,0)

  • Context: MHB 
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Function Point
Click For Summary
SUMMARY

The discussion centers on computing the value of a harmonic function \( v(x,y) \) at the origin \( (0,0) \) given the boundary condition \( v|_{x^2+y^2=1}=\sin{\phi}+1 \). The theorem applied states that the solution to the Laplace equation \( \Delta v=0 \) within a ball can be expressed using boundary values. The final computed value at the origin is confirmed to be \( v(0,0)=1 \) after integrating over the boundary using polar coordinates.

PREREQUISITES
  • Understanding of harmonic functions in \( \mathbb{R}^2 \)
  • Familiarity with the Laplace equation \( \Delta v=0 \)
  • Knowledge of polar coordinates and integration techniques
  • Experience with boundary value problems in partial differential equations
NEXT STEPS
  • Study the properties of harmonic functions and their applications
  • Learn about boundary value problems in the context of partial differential equations
  • Explore the use of polar coordinates in integration
  • Investigate the implications of the mean value property for harmonic functions
USEFUL FOR

Mathematicians, physicists, and engineers working with harmonic functions, boundary value problems, or those interested in the applications of Laplace's equation in two dimensions.

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

Let $v(x,y)$ be a harmonic function in $\mathbb{R}^2$. I want to compute $v(0,0)$ given that $v|_{x^2+y^2=1}=\sin{\phi}+1$, where $x= \cos{\phi}, y=\sin{\phi}, \phi \in [0,2 \pi)$.

I I thought that we could use the following theorem.

$(\star) \Delta u=0 \text{ in } B_R(0), u|_{\partial{B_R(0)}}=\phi $

($ B_R(0)$ is a sphere with radius $R$) Theorem: Let $ \phi \in C^0(\partial{B_R}(0))$ , then the function $ u(x)=\frac{R^2-|x|^2}{w_n R} \int_{\partial{B_R}} \frac{\phi(\xi)}{|x-\xi|^n} dS $ is the only (classical) solution of $(\star)$.

($ w_n $ is the area of the unit ball in $ \mathbb{R}^n $)

From the theorem we have that the only solution of the problem $ \Delta v=0, v|_{x^2+y^2=1}=\sin{\phi}+1=y+1 $ is the following:

$ v(x,y)=\frac{1-(x^2+y^2)}{2 \pi} \int_{x^2+y^2=1} \frac{(\xi_2+1)}{|x-\xi|^2} dS =\frac{1-(x^2+y^2)}{2 \pi} \int_{x^2+y^2=1} \frac{(\xi_2+1)}{(x- \xi_1)^2+ (y-\xi_2)^2} dS $

Is it right so far? Have I applied correctly the theorem? If so, can we compute the integral?
 
Physics news on Phys.org
evinda said:
Hello! (Wave)

Let $v(x,y)$ be a harmonic function in $\mathbb{R}^2$. I want to compute $v(0,0)$ given that $v|_{x^2+y^2=1}=\sin{\phi}+1$, where $x= \cos{\phi}, y=\sin{\phi}, \phi \in [0,2 \pi)$.

I I thought that we could use the following theorem.

$(\star) \Delta u=0 \text{ in } B_R(0), u|_{\partial{B_R(0)}}=\phi $

($ B_R(0)$ is a sphere with radius $R$) Theorem: Let $ \phi \in C^0(\partial{B_R}(0))$ , then the function $ u(x)=\frac{R^2-|x|^2}{w_n R} \int_{\partial{B_R}} \frac{\phi(\xi)}{|x-\xi|^n} dS $ is the only (classical) solution of $(\star)$.

($ w_n $ is the area of the unit ball in $ \mathbb{R}^n $)

From the theorem we have that the only solution of the problem $ \Delta v=0, v|_{x^2+y^2=1}=\sin{\phi}+1=y+1 $ is the following:

$ v(x,y)=\frac{1-(x^2+y^2)}{2 \pi} \int_{x^2+y^2=1} \frac{(\xi_2+1)}{|x-\xi|^2} dS =\frac{1-(x^2+y^2)}{2 \pi} \int_{x^2+y^2=1} \frac{(\xi_2+1)}{(x- \xi_1)^2+ (y-\xi_2)^2} dS $

Is it right so far? Have I applied correctly the theorem? If so, can we compute the integral?

Hey evinda! (Smile)

I think there's a mix-up in the usage of $\phi$ that has 2 different meanings now.
In your problem statement $\phi$ is the angle with the x-axis, which corresponds to $\xi$ in the theorem.
And in the theorem $\phi(\xi)$ is the value on the boundary, which correspond to $\sin\phi+1$ in the problem statement.

Let's replace $\phi$ in the theorem by $\psi$.
Then the theorem reads:

Theorem
$(\star) \Delta u=0 \text{ in } B_R(0), u|_{\partial{B_R(0)}}=\psi $

Let $ \psi \in C^0(\partial{B_R}(0))$ , then the function $ u(x)=\frac{R^2-|x|^2}{w_n R} \int_{\partial{B_R}} \frac{\psi(\xi)}{|x-\xi|^n} dS $ is the only (classical) solution of $(\star)$. Now we can:
- replace $\psi(\xi)$ by $\sin\phi + 1$,
- replace $\xi$ by $(R\cos\phi,R\sin\phi)$,
- and replace $dS$ by $R\,d\phi$.
(Happy)
 
Last edited:
I like Serena said:
Hey evinda! (Smile)

I think there's a mix-up in the usage of $\phi$ that has 2 different meanings now.
In your problem statement $\phi$ is the angle with the x-axis, which corresponds to $\xi$ in the theorem.
And in the theorem $\phi(\xi)$ is the value on the boundary, which correspond to $\sin\phi+1$ in the problem statement.

Let's replace $\phi$ in the theorem by $\psi$.
Then the theorem reads:

Theorem:
$(\star) \Delta u=0 \text{ in } B_R(0), u|_{\partial{B_R(0)}}=\psi $

Let $ \psi \in C^0(\partial{B_R}(0))$ , then the function $ u(x)=\frac{R^2-|x|^2}{w_n R} \int_{\partial{B_R}} \frac{\psi(\xi)}{|x-\xi|^n} dS $ is the only (classical) solution of $(\star)$.

I see...

I like Serena said:
Now we can:
- replace $\xi$ by $\phi$,

But isn't $\xi$ a vector while $\phi$ is a real number? Or am I wrong?

I like Serena said:
- and replace $dS$ by $R\,d\phi$.

Why do we replace $dS$ by $R\,d\phi$ ?
 
evinda said:
But isn't $\xi$ a vector while $\phi$ is a real number? Or am I wrong?

You're right. (Tmi)

Instead we should replace $\boldsymbol\xi$ by $(R\cos\phi, R\sin\phi)$.

Why do we replace $dS$ by $R\,d\phi$ ?

Because $dS$ is the area of an infinitesimal surface element on an n-dimensional sphere at location $\boldsymbol \xi$.
In the case of a circle that corresponds to an infinitesimal arc with length $R\,d\phi$. (Nerd)
 
So in other words, do we use polar coordinates in order to compute the integral?

But like that, doesn't $\boldsymbol\xi$ get the value of the given $(x,y)$? (Worried)
 
evinda said:
So in other words, do we use polar coordinates in order to compute the integral?

But like that, doesn't $\boldsymbol\xi$ get the value of the given $(x,y)$? (Worried)

Indeed, I believe it's easiest to use polar coordinates.

And yes, $\boldsymbol\xi = \boldsymbol\xi(\phi) = (x(\phi),y(\phi)) = (R\cos\phi, R\sin\phi)$. (Thinking)
 
At the integral, the limit of integration is $\partial{B_R(0)}$. Is this the condition $|\xi|=1$ or $|x|=1$?

- - - Updated - - -

Also having $\boldsymbol\xi = \boldsymbol\xi(\phi) = (x(\phi),y(\phi)) = (R\cos\phi, R\sin\phi)$, we divide by $0$ at the integral, don't we? (Sweating) Or am I wrong?
 
evinda said:
At the integral, the limit of integration is $\partial{B_R(0)}$. Is this the condition $|\xi|=1$ or $|x|=1$?

- - - Updated - - -

Also having $\boldsymbol\xi = \boldsymbol\xi(\phi) = (x(\phi),y(\phi)) = (R\cos\phi, R\sin\phi)$, we divide by $0$ at the integral, don't we? (Sweating) Or am I wrong?

It's the condition $\|\boldsymbol\xi\|=1$.
And $\|\boldsymbol x\|$ can't be $1$, otherwise we'd indeed be dividing by 0 when we'd get to $\boldsymbol \xi = \boldsymbol x$. :eek:
At best we can only take a limit where $\|\boldsymbol x\|\to 1$.
 
I like Serena said:
It's the condition $\|\boldsymbol\xi\|=1$.
And $\|\boldsymbol x\|$ can't be $1$, otherwise we'd indeed be dividing by 0 when we'd get to $\boldsymbol \xi = \boldsymbol x$. :eek:
At best we can only take a limit where $\|\boldsymbol x\|\to 1$.

So the $\boldsymbol x$ of the solution that we find from the theorem isn't $(x,y)$ where $x= \cos{\phi}$ and $y=\sin{\phi}$, right? We have $v|_{\|\boldsymbol\xi\|=1}= \sin{\phi}+1$, right?
 
  • #10
evinda said:
So the $\boldsymbol x$ of the solution that we find from the theorem isn't $(x,y)$ where $x= \cos{\phi}$ and $y=\sin{\phi}$, right? We have $v|_{\|\boldsymbol\xi\|=1}= \sin{\phi}+1$, right?

Correct. (Nod)
$\boldsymbol x$ is some point inside the ball for which we want to know $u(\boldsymbol x)$.

In this particular case we want to know $v(0,0)$, so we have $\boldsymbol x = (0,0)$.
 
  • #11
I like Serena said:
Correct. (Nod)
$\boldsymbol x$ is some point inside the ball for which we want to know $u(\boldsymbol x)$.

In this particular case we want to know $v(0,0)$, so we have $\boldsymbol x = (0,0)$.

So we have $v(\boldsymbol x)=\frac{1-(x^2+y^2)}{2 \pi} \int_{|| \boldsymbol \xi||=1} \frac{\sin{\phi}+1}{\sqrt{(x- \cos{\phi})^2+(y- \sin{\phi})^2}} d{\phi}$.

Right?

By taking $\boldsymbol \xi=(R \cos{\phi}, R \sin{\phi})=(\cos{\phi}, \sin{\phi})$ the equality $|| \boldsymbol \xi||=1$ always holds, right?
 
  • #12
evinda said:
So we have $v(\boldsymbol x)=\frac{1-(x^2+y^2)}{2 \pi} \int_{|| \boldsymbol \xi||=1} \frac{\sin{\phi}+1}{\sqrt{(x- \cos{\phi})^2+(y- \sin{\phi})^2}} d{\phi}$.

Right?

By taking $\boldsymbol \xi=(R \cos{\phi}, R \sin{\phi})=(\cos{\phi}, \sin{\phi})$ the equality $|| \boldsymbol \xi||=1$ always holds, right?

Yes, $|| \boldsymbol \xi||=1$ will always hold, but don't we have $n=2$? (Wondering)

I'd make it:
$$v(x,y)=\frac{1-(x^2+y^2)}{2 \pi} \int_0^{2\pi} \frac{\sin{\phi}+1}{(x- \cos{\phi})^2+(y- \sin{\phi})^2} d{\phi}$$
(Thinking)
 
  • #13
I like Serena said:
Yes, $|| \boldsymbol \xi||=1$ will always hold, but don't we have $n=2$? (Wondering)

I'd make it:
$$v(x,y)=\frac{1-(x^2+y^2)}{2 \pi} \int_0^{2\pi} \frac{\sin{\phi}+1}{(x- \cos{\phi})^2+(y- \sin{\phi})^2} d{\phi}$$
(Thinking)

Yes, in our case we have that $n=2$.
The $\phi$ of $d{\phi}$ is a vector and an other than the one given by the problem statement, right?
 
  • #14
No, it's just a variable... But $\phi \in [0,2 \pi)$ so was the previous limit of integration wrong? $\int_{||\boldsymbol \xi||=1} \dots d{\phi}$ ?
 
  • #15
evinda said:
No, it's just a variable... But $\phi \in [0,2 \pi)$ so was the previous limit of integration wrong? $\int_{||\boldsymbol \xi||=1} \dots d{\phi}$ ?

Not wrong... just not consistent.
We've been replacing $\boldsymbol\xi$ by $(\cos\phi,\sin\phi)$ everywhere.
That also means replacing $\int_{\|\boldsymbol \xi\|=1}...dS$ by $\int_0^{2\pi}...d\phi$. (Thinking)
 
  • #16
A ok... So we have

$$v(0,0)=\frac{1}{2 \pi} \int_0^{2\pi} (\sin{\phi}+1) d{\phi}=1$$

Right?
 
  • #17
evinda said:
A ok... So we have

$$v(0,0)=\frac{1}{2 \pi} \int_0^{2\pi} (\sin{\phi}+1) d{\phi}=1$$

Right?

Yep! (Nod)
 
  • #18
Nice! In order to apply the theorem we say that $\Delta v=0 \text{ in } \mathbb{R}^2$ and this implies that $\Delta v=0 \text{ in } \{ (x,y) \in \mathbb{R}^2: x^2+y^2<1 \}$, right?
 
  • #19
Then the solution we have found for $v$ will hold for elements in $\{ (x,y) \in \mathbb{R}^2: x^2+y^2<1\}$ and we can use it since $(0,0)$ belongs to this set. Right? (Smile)
 
  • #20
evinda said:
Nice! In order to apply the theorem we say that $\Delta v=0 \text{ in } \mathbb{R}^2$ and this implies that $\Delta v=0 \text{ in } \{ (x,y) \in \mathbb{R}^2: x^2+y^2<1 \}$, right?

evinda said:
Then the solution we have found for $v$ will hold for elements in $\{ (x,y) \in \mathbb{R}^2: x^2+y^2<1\}$ and we can use it since $(0,0)$ belongs to this set. Right?

Correct. (Smile)
 
  • #21
I like Serena said:
Correct. (Smile)

Great... Thank you very much! (Smirk)
 

Similar threads

Replies
17
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K