Boundary Value Problem for Electrostatic Potential in a Channel

Click For Summary

Discussion Overview

The discussion revolves around solving a boundary value problem for the electrostatic potential in a channel defined by the Laplace equation. Participants explore methods to find the potential V(x,y) given specific boundary conditions, focusing on the application of separation of variables and the properties of hyperbolic functions.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Homework-related

Main Points Raised

  • One participant presents the problem of finding the electrostatic potential V(x,y) in a channel defined by the Laplace equation, with specific boundary conditions at y=0 and y=a.
  • Another participant suggests using separation of variables, proposing a solution of the form V(x,y) = F(x)G(y) and rearranging the equation accordingly.
  • There is a discussion about the correct form of the solution, with some participants suggesting V(x,y) = G(y)V_0 cos(kx) as a valid approach.
  • Participants explore the implications of the separation of variables method, leading to the differential equation G''(y) = k²G(y).
  • One participant expresses confusion about how to derive properties of F(x) and G(y) after their introduction, indicating a need for clarification on the differentiation process.
  • Another participant provides a hint that G(y) can be expressed in terms of hyperbolic sine, suggesting G(y) = ASinh(ky) as a solution.
  • There is a discussion about verifying that ASinh(ky) is indeed a solution for G(y) by using the method of substitution commonly used for differential equations.
  • Participants discuss the general solution for G(y) and the implications of boundary conditions, leading to the conclusion that B must be zero due to the nature of the hyperbolic cosine function.
  • Finally, one participant arrives at a potential solution for V(x,y) based on the derived expressions for G(y) and the boundary conditions.

Areas of Agreement / Disagreement

Participants generally agree on the approach of using separation of variables and the form of the solution involving hyperbolic functions. However, there are points of confusion and varying levels of understanding regarding the derivation and application of boundary conditions, indicating that the discussion remains somewhat unresolved in terms of clarity for all participants.

Contextual Notes

Some participants express uncertainty about the steps involved in deriving the solutions and applying boundary conditions, highlighting potential gaps in understanding the mathematical processes involved.

MathematicalPhysics
Messages
40
Reaction score
0
I need some help starting off on this question.

Electrostatic potential [tex]V (x,y)[/tex] in the channel [tex]- \infty < x < \infty, 0 \leq y \leq a[/tex] satisfies the Laplace Equation

[tex]\frac{\partial^2 V}{\partial x^2} + \frac{\partial^2 V}{\partial y^2}= 0[/tex]

the wall [tex]y = 0[/tex] is earthed so that

[tex]V (x,0) = 0[/tex]

while the potential on the wall [tex]y = a[/tex]

[tex]V (x,a) = V_0 \cos{kx}[/tex] where [tex]V_0 , k[/tex] are positive constants.

By seeking a soln of an appropriate form, find [tex]V (x,y)[/tex] in the channel.
 
Physics news on Phys.org
When in doubt, try separation of variables!
V(x,y)=F(x)G(y).
Inserting this into Laplace, yields, by rearrangement:
[tex]\frac{G''(y)}{G(y)}=-\frac{F''(x)}{F(x)}[/tex]
 
Thanks, I was trying to get it in the form [tex]V (x,y) = F (a) V_0 \cos{kx}[/tex] then sub the values into the Laplace eqn. Is that going about it the wrong way?
 
You DO mean (in my notation!)
[tex]V(x,y)=G(y)V_{0}\cos(kx)[/tex]?
If so, then it will work.
Note that the separation of variables method in this case implies:
[tex]G''(y)=k^{2}G(y)[/tex]
 
Hmm I am not really keeping up with you here sorry. How can I find things out about F(x) and G(y) (in your notation) when we have just introduced them?

--------edit----------

oh yes sorry I am with you, then differentiate V (x,y) = G(y) V_0 cos (kx) to get the different bits to go in the Laplace eqn? ahh!
 
Last edited:
Your lightbulb switched on in your edit, I see..:wink:
Hint:
You should be able to see that G(y)=ASinh(ky), where A is some constant, and Sinh() the hyperbolic sine function.
 
Now I've got G''(y) - k^2 G (y) = 0, still on the right track yeh?
 
Yes, you are.
 
MathematicalPhysics said:
Now I've got G''(y) - k^2 G (y) = 0, still on the right track yeh?

From this how do I get to G(y)=ASinh(ky)?
 
  • #10
Note that:
[tex]\frac{d}{dy}ASinh(ky)=kACosh(ky),\frac{d^{2}}{dy^{2}}ASinh(ky)=k^{2}ASinh(ky)[/tex]
This shows that ASinh(ky) is a solution for G(y).
Similarly, you may show that BCosh(ky) is another solution for G(y).
Your general solution is therefore:
G(y)=ASinh(ky)+BCosh(ky)
Apply the boundary condition at y=0 to prove that B=0
 
  • #11
Thanks for being so patient. How can I show that ASinh(ky) is a soln for G(y)? I am used to looking at the differential eqn and substituting

G(y) = e^{ry} so G'(y) = re^{ry} and G''(y) = r^2. e^{ry}

Is there no such substitution to show that ASinh(ky) & BCosh(ky) are solns?
 
  • #12
MathematicalPhysics said:
Thanks for being so patient. How can I show that ASinh(ky) is a soln for G(y)? I am used to looking at the differential eqn and substituting

G(y) = e^{ry} so G'(y) = re^{ry} and G''(y) = r^2. e^{ry}

Is there no such substitution to show that ASinh(ky) & BCosh(ky) are solns?
Your approach is ABSOLUTELY correct!
Do you agree with the following result, using your method:
[tex]r=\pm{k}[/tex]??
 
  • #13
arildno said:
Your approach is ABSOLUTELY correct!
Do you agree with the following result, using your method:
[tex]r=\pm{k}[/tex]??


Yeh which gives gen soln G (y) = Ae^{ky} + Be^{-ky}

but the boundary condition at y=0 doesn't allow for B so we are left with

G(y) = Ae^{ky} ?
 
  • #14
A bit too fast there..
Let's write the general solution for G(y) as follows:
[tex]G(y)=K_{+}e^{ky}+K_{-}e^{-ky}[/tex]
where the K's are constants to be determined by boundary conditions.
Prior to that step, however, let's rewrite the general solution as:
[tex]G(y)=(K_{+}+K_{-})\frac{e^{ky}+e^{-ky}}{2}+(K_{+}-K_{-})\frac{e^{ky}-e^{-ky}}{2}[/tex]
1. We now set [tex]B=K_{+}+K_{-},A=K_{+}-K_{-}[/tex]
(Clearly, A and B are as arbitrary as the K's!)
2) We now recognize:
[tex]Cosh(ky)=\frac{e^{ky}+e^{-ky}}{2}[/tex]
[tex]Sinh(ky)=\frac{e^{ky}-e^{-ky}}{2}[/tex]
Or, we may rewrite G(y) as:
[tex]G(y)=ASinh(ky)+BCosh(ky)[/tex]
 
  • #15
right now I need to find

B: iv done this and basically its because cosh can never be zero which implies B must be zero.

A: at y=a V(x,a) = V_0 cos{kx}

therefore for y=a, G(y)=1

ASinh(ka) = 1 is that right?

hmm I am not sure about this.
 
  • #16
Yep, so your solution is:
[tex]V(x,y)=V_{0}\frac{Sinh(ky)\cos(kx)}{Sinh(ka)}[/tex]
 
  • #17
Thank you so much, I understand much more now than I did even yesterday!
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 0 ·
Replies
0
Views
5K