PDA

View Full Version : mutual inductance


ollitsacj
Nov26-03, 05:36 PM
I'm having problems trying solve this problem.
Consider the two conductor system given below


|----------------------------------------------------------------|
| <------a-----> |
| I2-> ______________ |
| | | |
| | | | | |<-c->| L |
| | | |
| I1->__________|_____| |
| <-------b-------> |
|----------------------------------------------------------------|

There are 2 segments of 2 separate conductors. The direction of the currents(obviously) are along the conductors. Using the concept of Neumann integral formulate the mutual inductance between these conductors.

If anybody can help me with this problem I'll appreciate it. Thank you.

Tom Mattson
Nov28-03, 12:40 AM
Sorry, I can't make heads or tails of that diagram. Can you attach a scanned copy or something?

ollitsacj
Dec1-03, 03:52 PM
here is an attach figure done in MS WORD

arcnets
Dec2-03, 03:39 PM
Well you probably got to use

M = I^{-1} \int_A \vec{B} \cdot \vec{n} \cdot da

where the surface A is probably the rectangle of width c and height L, what else can it be.
We could choose I = I1 or I = I2, it must not make a difference since the inductance is mutual. So, let's choose I = I2.
Next, B (as caused by I1) can be expressed as
B(y) = \frac{DI_1}{y}
where y is the vertical distance from the lower wire. I wrote D because I'm really too lazy to type electromagnetic constants.
There's no problem with the scalar product since B is always normal to the surface.
We get

M = c\frac{I_1}{I_2} \int_0^L \frac{D}{y} dy

I admit it can't be right since it's not symmetrical in the currents. Also, the integral is not finite. Does this help anyway?