Capacitor




Example Problem

Two conducting plates are placed one above the other as shown in the frame. They are connected to a battery which is not shown.  The surrounding metal box is necessary for the calculation but unimportant for this discussion.  You can measure the voltage by click-dragging in the frame.  Start

To check your answer to the last question, click here. Show electric field vectors.


Script Example

 

<script language="JavaScript"> 
function prelab_8(){
     	document.Poisson.setDefault();
     	document.Poisson.setNoDrag(0);
	document.Poisson.addRectangle(0.0,2.0, 200,10, -5)
	document.Poisson.addRectangle(0.0,-2.0, 200,10, 5)
	document.Poisson.setShowVOnDrag(1);
     	document.Poisson.setShowContours(1);
}
</script>

Visit the Physlets Page or contact Wolfgang Christian