Green's Theorem and Laplace's equation

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
7 replies · 7K views
Gear.0
Messages
66
Reaction score
0

Homework Statement


Show that for a solution w of Laplace's equation in a region R with boundary curve C and outer unit normal vector N,
[tex]\int_{R}\left\| \nabla w\right\| dxdy = \oint_{C}w\frac{\partial w}{\partial N}ds[/tex]

Homework Equations


The book goes through the steps to show that the following is true (which is very similar to the problem I am doing so I thought it would be relevant):
[tex]eq(1): \int_{R}\left( \nabla^{2}w \right) dxdy = \oint_{C}\frac{\partial w}{\partial N}ds[/tex]
Also, Green's theorem, which is just Stokes theorem in the plain:
[tex]eq(2): \int_{R}\left( \frac{\partial F_{2}}{\partial x}-\frac{\partial F_{1}}{\partial y}\right) dx dy = \oint_{C}\left( F_{1}dx + F_{2}dy\right)[/tex]
Also:
[tex]eq(3): (\nabla w)\cdot \hat{N} = \frac{\partial w}{\partial N}[/tex]

The Attempt at a Solution


I have been trying to follow the steps in the book that they use to get eq(1) but it just doesn't seem the same.
What they do is to define [itex]F_{2} = \frac{\partial w}{\partial x}[/itex] and [itex]F_{1} = -\frac{\partial w}{\partial y}[/itex] so that when those F's are plugged into eq(2) you end up with the laplacian of w. That is how they get the left side, and using that this laplacian can now be written in the form of eq(2) they get the relation on the right side.

But in my case the integrand on the left side is now:
[tex]\left\| \nabla w \right\| = \left( \frac{\partial w}{\partial x} \right)^{2} + \left( \frac{\partial w}{\partial y} \right)^{2}[/tex]
I don't see how I can write this in the form of eq(2), so I don't know if the book's steps will help me.
 
Last edited:
Physics news on Phys.org
I'm sorry, I'm really trying to get this but I just don't see how writing eq(1) as
[tex]\int_{R}\left( \nabla\cdot\nabla w\right) dxdy = \oint_{C}\frac{\partial w}{\partial N}ds[/tex]
will help. I tried doing it and writing this next to the form I want to get:
[tex]\int_{R}\left\| \nabla w\right\| dxdy = \oint_{C}w\frac{\partial w}{\partial N}ds[/tex]
but nothing came to me.

All I can think of is that you can pull the divergence out to get
[tex]\nabla\cdot\int_{R}\left( \nabla w\right) dxdy = \oint_{C}\frac{\partial w}{\partial N}ds[/tex]
is that right? Then that looks a little closer to the final answer, but I can't see what to do next.
 
Gear.0 said:
All I can think of is that you can pull the divergence out to get
[tex]\nabla\cdot\int_{R}\left( \nabla w\right) dxdy = \oint_{C}\frac{\partial w}{\partial N}ds[/tex]
is that right?

No, you can't pull the divergence out...it is analogous to claiming that

[tex]\int \frac{df}{dx}dx = \frac{d}{dx} \int f(x)dx[/tex]

...which is clearly wrong...for example, try it with [itex]f(x)=2[/itex].

Instead, try calculating [itex]\int_{R}\matbf{\nabla}\cdot\left(w\matbf{\nabla}w\right)dxdy[/itex] using an appropriate vector calculus identity (the divergence of a scalar times a vector).
 
I must sincerely apologize, the original equation should have had a square in there on the first integrand:
[tex]\int_{R}\left\| \nabla w\right\|^{2} dxdy = \oint_{C}w\frac{\partial w}{\partial N}ds[/tex]

But thanks for the help, I will try your suggestions with this corrected equation.
 
gabbagabbahey said:
Instead, try calculating [itex]\int_{R}\matbf{\nabla}\cdot\left(w\matbf{\nabla}w\right)dxdy[/itex] using an appropriate vector calculus identity (the divergence of a scalar times a vector).

But I don't have anything with in the equation
[tex]\int_{R}\nabla}\cdot\left(w\matbf{\nabla}w\right)dxdy[/tex]

I tried it anyway and I got that it can be rewritten as:
[tex]\int_{R}\left\| \nabla w\right\|^{2}dxdy + \int_{R}w\nabla^{2}w dxdy[/tex]

The term on the left is exactly what I want but I don't know what to do with it because the term on the right, and term that is equal to the whole thing don't resemble anything else from my problem.
 
Gear.0 said:
But I don't have anything with in the equation
[tex]\int_{R}\nabla}\cdot\left(w\matbf{\nabla}w\right)dxdy[/tex]

I tried it anyway and I got that it can be rewritten as:
[tex]\int_{R}\left\| \nabla w\right\|^{2}dxdy + \int_{R}w\nabla^{2}w dxdy[/tex]

The term on the left is exactly what I want but I don't know what to do with it because the term on the right, and term that is equal to the whole thing don't resemble anything else from my problem.

What is [itex]\int_{R}w\nabla^{2}w dxdy[/itex] going to be equal to if [itex]w[/itex] satisfies the Laplace equation?

What do you get when you apply Green's theroem to [itex]\int_{R}\mathbf{\nabla}\cdot\left(w\mathbf{\nabla}w\right)dxdy[/itex]?
 
That makes perfect sense, thanks! It is zero so that the two integrals are equal in this case.

My problem was not really knowing how to apply green's theorem to something that doesn't resemble a curl.
But instead of completely simplifying [itex]\nabla\cdot\left( w\nabla w\right)[/itex] if I do it up to this point:
[tex]\frac{\partial}{\partial x}\left( w\frac{\partial w}{\partial x}\right)+\frac{\partial}{\partial y}\left( w\frac{\partial w}{\partial y}\right)[/tex]
Then I can define:
[tex]F_{2}=w\frac{\partial w}{\partial x}[/tex]
[tex]F_{1}=-w\frac{\partial w}{\partial y}[/tex]

and now it resembles green's theorem. When I apply it I end up with the answer I needed.
Thanks for your patience :D