As discussed before, I will be looking at how magnetic fields induce currents in wire coils. The setup I have chosen to focus on has magnets passing over a stationary coil as shown below.

For the purpose of my diagram, we see a north, a south, and another north pass over the coil. Each magnet has a radius of 2cm and 1cm gap between them. This is one of the few things that is not variable in my animation.

The first thing I will concern myself with is producing the equation for the magnetic field. I will start with the following equation:

(1)   \begin{equation*} B=\frac{\mu _{0}}{4\Pi }\frac{2\mu^{3}}{d^{3}} \end{equation*}

After plugging in the constant for \mu_{0} and scaling it to get millitesla I get the equation:

(2)   \begin{equation*} B=\frac{2\mu^{3}}{d^{3}}*10^{-4}\;\;\;mT \end{equation*}

Aha! I have the magnetic field dependent on distance. This is great, but I am more interested in having one dependent on time. Here is where the heavy lifting comes in. I will now assume that all of my other variables are constant, with the exception of time. Time should only effect one thing with the magnetic field, and that is the direction of the field. This changing magnetic field is the exact effect that we need to make induction work. Since the only change is the direction we know that the range of the field is -B to B. This means that we need a function that oscillates linearly from 1 to -1 and then multiply our equation derived for B by this new oscillating function.

The reason I chose a linear function, is because as one magnet moves away an opposite one moves in. I am going to make the assumption that when the north facing and south facing magnets are equidistant from the center of the coil, the magnet field within is zero. What I hope to achieve is a function that will linearly rise and fall from 1 to -1, and what better way to do that than with a triangle function.

The equation for this triangle function is:

(3)   \begin{equation*} \frac{4}{p}\left ( \left ( t+.5 \right ) -\frac{p}{2}\left \lfloor \frac{(2t+1)}{p}+.5 \right \rfloor\right )\cdot (-1)^{\left \lfloor \frac{(2t+1)}{p}+.5 \right \rfloor} \end{equation*}

Where p is the period, and the bottom side brackets \left \lfloor floor \;fn \right \rfloor are floor functions.

As stated earlier the magnets have a radius of 2cm and separation distance of 1cm. Since this is constant we know that the distance between the peaks of the triangle function has to be 10cm (2+1+4+1+2) using the equation v=\frac{d}{t} we can say that p=\frac{.1m}{v}.

Using this new definition of p, (and assuming v is constant) we get the following equation:

(4)   \begin{equation*} 40v\left ( \left ( t+.5 \right ) -\frac{.05}{v}\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor\right )\cdot (-1)^{\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor} \end{equation*}

which in turn leads us directly into our new equation for B:

(5)   \begin{equation*} B(t)=\frac{2\mu^{3}}{d^{3}}10^{-4}\cdot40v\left ( \left ( t+.5 \right ) -\frac{.05}{v}\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor\right )\cdot (-1)^{\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor} \end{equation*}

We have successfully found B as a function of t!

Now we have the magnetic field some distance from the magnet. The next step is to find the flux. Since in my diagram the magnet is larger than the coil (and at most the same size) I will only worry about the coil’s area. I also have no pitch on the magnets or wire, so angle is irrelevant and will be ignored from here on. Using the following equation:

(6)   \begin{equation*} \Phi _{B}=\int B\cdot da \end{equation*}

we find:

(7)   \begin{equation*} \Phi _{B}=\frac{2\mu^{3}}{d^{3}}10^{-4}\pi r^{2}d_{w}N=Nd_{w}\frac{2\pi r^{2} \mu^{2}}{d^{3}}10^{-4} \;mW \end{equation*}

Where d_{w} is the diameter of the wire and N is the number of turns.

Since one of the main goals is to find the emf, we need to find \Phi_{B} with respect to t. Luckily, we did most of the work already when we derived B(t). The new equation reads:

(8)   \begin{equation*} Nd_{w}\frac{2\pi r^{2} \mu^{2}}{d^{3}}10^{-4}40v\left ( \left ( t+.5 \right ) -\frac{.05}{v}\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor\right )\cdot (-1)^{\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor} \;mW \end{equation*}

For simplicity I will quickly denote C=-Nd_{w}\frac{2\pi r^{2} \mu^{2}}{d^{3}}10^{-4}40v

We can now move along to the emf!

(9)   \begin{equation*} \varepsilon = -\frac{d\Phi_{B}}{dt} \end{equation*}

Plugging in our absurdly long equation for the flux, we get:

(10)   \begin{equation*} \varepsilon = C\frac{d\left ( \left ( t+.5 \right ) -\frac{.05}{v}\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor\right )\cdot (-1)^{\left \lfloor \frac{(2t+1)v}{.1}+.5 \right \rfloor}}{dt} \end{equation*}

How would you take a derivative of this triangle function with respect to t? Well, you can’t. At least, I can’t, but what I can do is find an adequate approximation. I know that the positive slope is .025v^{-1} and the negative slope is -.025v^{-1}. From here I can ascertain the derivative simply by finding a function that flips back and forth between those two values every .05v^{-1}, which should look like a square function.

The equation for which is:

(11)   \begin{equation*} .025\cdot sgn [sin(\frac{\pi t}{.05v)}] \end{equation*}

Where the sgn function simply takes all positive values and makes them 1 and all negative values and makes them -1. This gives us an emf of:

(12)   \begin{equation*} \varepsilon = C \cdot .025\cdot sgn [sin(\frac{\pi t}{.05v})] \end{equation*}

and an induced current of

(13)   \begin{equation*} I(t)=\frac{\varepsilon}{R}=.025C \frac {sgn [sin(\frac{\pi t}{.05v})]}{R} \end{equation*}

HUZZAH!!

Share