Electric Field: non parallel plates?

AI Thread Summary
The discussion focuses on deriving an equation for the capacitance of non-parallel plate capacitors, highlighting the challenges faced due to the complexity of electric fields in such configurations. The standard parallel plate capacitor formula, C = εA/d, does not apply directly because the electric field lines curve significantly when plates are tilted. It is noted that while there is a specific case for infinitely long plates that can be solved using conformal mapping, most non-parallel configurations require numerical methods for accurate solutions. Suggestions include using the average separation for modest tilts or employing finite element methods for more complex scenarios. The conversation emphasizes the importance of understanding the non-uniform charge distribution in non-parallel setups, which complicates the analysis further.
power freak
Messages
6
Reaction score
0
Hi,

I'm in the process of completing my physics coursework (A-level) and have run into a bit of a problem:

I am trying to find a general equation for a plate capacitor, where the plates aren't parallel.

I've always seen the parallel plate capacitor equation:

C = \frac {\epsilon A}{d}

Derived through finding an expression for the electric field due to parallel plates and substituting this into:

C = \frac {Q}{V}

I was intending to use a similar approach to the problem with non-parallel plates (perhaps there is a better way?)

This runs into a problem however because I do not know how to derive an expression for the electric field between non-parallel plates. Could somebody please point me in the right direction?

An attempt at deriving an expression:

The electric field due to sheet of charge is:

E = \frac {\sigma}{2\epsilon}

If the normal to the plate makes an angle \theta to the field lines then the electric field is:

E = \frac {\sigma Cos(\theta)}{2\epsilon}

So the field between angled plates would be:

E = \frac {\sigma(1 + Cos(\theta))}{2\epsilon}

(sigmas represent charge density, thetas represent the angle to the normal and epsilons represent the permittivity of the dielectric.)

However if I then use this to derive an equation for the capacitance C then it doesn't match my experimental data at all (in some places it is out by nearly 100% where as the accuracy of my measuring equipment was roughly 3%.)

I've attached a quick diagram too, just to give an idea of what is going on (I know my english isn't as clear as it could be.) The black lines are the plates, the dark red lines are just there to give distances etc. The lower case sigmas represent the charge density of each plate.

Any help would be much appreciated,

Lewis

EDIT: actually thinking about it.. To do the "substitution" method I'm going to need to multiply the electric field by a distance separation (d).. As the distance isn't linear this isn't going to work... Back to the drawing board again I guess?
 

Attachments

  • cap.JPG
    cap.JPG
    6.7 KB · Views: 2,482
Last edited:
Physics news on Phys.org
You have discovered the unfortunate truth that there is no simple (or even complicated) closed form solution to the non-parallel capacitor problem. You made the unrealistic assumption that the electric field lines remain straight when in fact they curve significantly once you tilt the plates. Even the parallel plate capacitor has curved fields at the edges (they're called fringe fields), so the usual formula is only an approximation that's valid in the limit of small separation compared to the plate size. That's a good approximation in all practical capacitors, but it isn't even close in your case--all your fields are "fringe" fields.

There is one tilted case that can be solved exactly, it's where the plates are infinitely long (normal to the paper in your drawing). Then the problem is two dimensional and can be solved using conformal mapping, a complex variables technique. The capacitance <EDIT: per unit length> is given in terms of elliptic integrals.

If the tilt is modest, I'd use the standard parallel-plate formula and plug in the average separation s, that is at the center of your drawing. If s is small compared to the plate length l the answer will be in the ballpark. Your drawing suggests that s<<l does not apply, however. In that case, this type of problem is solved numerically using finite element or similar programs.
 
Last edited:
marcusl said:
You have discovered the unfortunate truth that there is no simple (or even complicated) closed form solution to the non-parallel capacitor problem. You made the unrealistic assumption that the electric field lines remain straight when in fact they curve significantly once you tilt the plates. Even the parallel plate capacitor has curved fields at the edges (they're called fringe fields), so the usual formula is only an approximation that's valid in the limit of small separation compared to the plate size. That's a good approximation in all practical capacitors, but it isn't even close in your case--all your fields are "fringe" fields.

There is one tilted case that can be solved exactly, it's where the plates are infinitely long (normal to the paper in your drawing). Then the problem is two dimensional and can be solved using conformal mapping, a complex variables technique. The capacitance is given in terms of elliptic integrals.

If the tilt is modest, I'd use the standard parallel-plate formula and plug in the average separation s, that is at the center of your drawing. If s is small compared to the plate length l the answer will be in the ballpark. Your drawing suggests that s<<l does not apply, however. In that case, his type of problem is solved numerically using finite element or similar programs.
That's really interesting.. Thanks for the reply.

At least I'll have something to talk about in my write up. :)
 
power freak said:
That's really interesting.. Thanks for the reply.

At least I'll have something to talk about in my write up. :)

Some names of numerical methods that are applicable for solving this type of problem:

1) method of moments
2) finite difference method
3) ... there are more, you can look them up.

Here is the problem you were working on solved numerically:

PARALLEL-PLATE CAPACITANCE
http://www.ttc-cmc.net/~fme/captance.html
link to paper: http://www.ttc-cmc.net/~fme/plates.12-24-00.ps.gz
 
Last edited by a moderator:
One further note: your diagram specifies uniform surface charge densities, but they will be non-uniform for your non-parallel case. It is just as well, then, that in practical cases one specifies the potentials on the plates rather than charge densities.
 
This may be of interest. I had a project last semester where we had to compute the charge distribution for a NON-IDEAL parallel plate capacitor. Here is the charge distribution for the lower plate:
437062516_0007f13f04.jpg
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top