鏡像法

一つの点電荷Qが(a,0)の位置にあり、x<0の領域は半無限の金属板とする。このときの電界は鏡像法によって解くことができ、仮想的に(-a,0)の位置に-Qの点電荷があるようにして求めることができる。そのときの電位は
[Graphics:Images/index_gr_1.gif]           (1)    
で与えられる。
これについて電位と電界を可視化してみよう。

定義

電位phiを定義しておく。

[Graphics:Images/index_gr_2.gif]

計算がちゃんとできるか確かめておこう。

[Graphics:Images/index_gr_3.gif]
[Graphics:Images/index_gr_4.gif]

電位の表示

ほとんどのMathematicaの関数は直交座標系を想定しているので、この問題のように直交座標系になっているものは簡単に表示できる。PlotPointsを省いて表示させるとPlotPointsの役割がわかるだろう。

[Graphics:Images/index_gr_5.gif]

[Graphics:Images/index_gr_6.gif]

[Graphics:Images/index_gr_7.gif]
[Graphics:Images/index_gr_8.gif]

[Graphics:Images/index_gr_9.gif]

[Graphics:Images/index_gr_10.gif]

電位は電荷がある(a,0)のところで高くなっており金属表面では一定値になっていることが分かる。

電界の計算

E=-grad φなので、ExとEyを計算する。このときには遅延割り当て(:=)ではなくて即時割り当て(=)を用いる。

[Graphics:Images/index_gr_11.gif]
[Graphics:Images/index_gr_12.gif]
[Graphics:Images/index_gr_13.gif]

電界の表示

ベクトルの表示にはパッケージを読み込む必要がある。詳しくはヘルプブラウザーを使って調べること。

[Graphics:Images/index_gr_14.gif]

ベクトルの長さLを使って長さを規格化する。Lを使わないとどうなるか試してみるとよい。

[Graphics:Images/index_gr_15.gif]

[Graphics:Images/index_gr_16.gif]

[Graphics:Images/index_gr_17.gif]

電位の等高線図と重ねて表示する.
電界ベクトルの向きは必ず等電位面と垂直になっていることが分かる。
また導体表面(x=0)のところでは電界ベクトルは垂直になっている。

[Graphics:Images/index_gr_18.gif]

[Graphics:Images/index_gr_19.gif]

[Graphics:Images/index_gr_20.gif]

次のようにScaleFunctionを利用すれば、長さを規格化しなくても、一定値の0.5をとらせることができる。

[Graphics:Images/index_gr_21.gif]

[Graphics:Images/index_gr_22.gif]

[Graphics:Images/index_gr_23.gif]


Converted by Mathematica      May 30, 2002