- #1
Observer Two
- 25
- 0
Homework Statement
Ignore the text in German. You just need to see the picture. 2 conductors both with potential 0 are given. [itex]\alpha[/itex] is the angle between the conductors. (r, [itex]\varphi[/itex]) are polar coordinates pointing to a point in the plane.
Homework Equations
What we need to do is solve the Laplace equation:
Δ[itex]\phi[/itex] = 0
for the boundary conditions which are implied by the picture.
The Attempt at a Solution
My attempt at a solution was to separate the variables in polar coordinates:
[itex]\phi(r, \varphi) = R(r)\Psi(\varphi) [/itex]
I think I did this correctly. It gives me the 2 ODEs:
[itex]R(r) = c_1 e^{k \cdot ln(r)} + c_2 e^{-k \cdot ln(r)}[/itex]
[itex]\Psi(\varphi) = c_3 sin(k \varphi) + c_4 cos(k \varphi)[/itex]
Now my problem is that I can only see 2 boundary conditions in the above picture:
[itex]\phi(r, 0) = 0[/itex] and [itex]\phi(r, \alpha) = 0[/itex]
But this only gives me the constants [itex]c_4[/itex] and k. How do I get the other constants? Are there any more boundary conditions which I'm blind to see?
Thanks in advance.