<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jiwym</id>
	<title>Physics Book - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://www.physicsbook.gatech.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jiwym"/>
	<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/Special:Contributions/Jiwym"/>
	<updated>2026-05-07T03:29:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.7</generator>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18156</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18156"/>
		<updated>2015-12-06T01:52:23Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Theoretical===&lt;br /&gt;
After the steady state has been reached and the current has reached its maximum value, you attempt to open the circuit. In the short period of time when you open the circuit, what would you expect to happen?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Solution \:&amp;lt;/math&amp;gt; When you open up the circuit, the current &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; drops from its maximum value to zero. We&#039;ve observed that the emf across the inductor depends on &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt; which is ultimately affected by and proportional to &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt;. In the short period of time when you break the circuit, the change in the current is very large, and thus very large &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt; is resulted and leads to very large emf across the inductor due to the large &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt;. Therefore, when you open the circuit, you would observe sparks on the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Numerical===&lt;br /&gt;
How much time is required for the RL circuit composed of one &amp;lt;math&amp;gt;1.5V&amp;lt;/math&amp;gt; battery, a resistor resistance of &amp;lt;math&amp;gt;0.5\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of &amp;lt;math&amp;gt;0.03H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1.	http://electricalstudy.sarutech.com/rl-circuit-transfer-function-time-constant-rl-circuit-as-filter/index.html&lt;br /&gt;
&lt;br /&gt;
2.	http://powerdiscount.co.uk/ec36-lc502k-36w-magnetic-switch-start-choke-for-fluorescent-lamps-24050-ballast-990-p.asp&lt;br /&gt;
&lt;br /&gt;
3.	https://en.wikiversity.org/wiki/RL_Circuit&lt;br /&gt;
&lt;br /&gt;
4.	http://www.electrical4u.com/rl-circuit-transfer-function-time-constant-rl-circuit-as-filter/&lt;br /&gt;
&lt;br /&gt;
5.	https://en.wikipedia.org/wiki/Fluorescent_lamp&lt;br /&gt;
&lt;br /&gt;
6.	http://www.intmath.com/differential-equations/5-rl-circuits.php&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18149</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18149"/>
		<updated>2015-12-06T01:51:31Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Theoretical===&lt;br /&gt;
After the steady state has been reached and the current has reached its maximum value, you attempt to open the circuit. In the short period of time when you open the circuit, what would you expect to happen?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Solution \:&amp;lt;/math&amp;gt; When you open up the circuit, the current &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; drops from its maximum value to zero. We&#039;ve observed that the emf across the inductor depends on &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt; which is ultimately affected by and proportional to &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt;. In the short period of time when you break the circuit, the change in the current is very large, and thus very large &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt; is resulted and leads to very large emf across the inductor due to the large &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt;. Therefore, when you open the circuit, you would observe sparks on the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Numerical===&lt;br /&gt;
How much time is required for the RL circuit composed of one &amp;lt;math&amp;gt;1.5V&amp;lt;/math&amp;gt; battery, a resistor resistance of &amp;lt;math&amp;gt;0.5\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of &amp;lt;math&amp;gt;0.03H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1.	http://electricalstudy.sarutech.com/rl-circuit-transfer-function-time-constant-rl-circuit-as-filter/index.html&lt;br /&gt;
&lt;br /&gt;
2.	http://powerdiscount.co.uk/ec36-lc502k-36w-magnetic-switch-start-choke-for-fluorescent-lamps-24050-ballast-990-p.asp&lt;br /&gt;
&lt;br /&gt;
3.	https://en.wikiversity.org/wiki/RL_Circuit&lt;br /&gt;
&lt;br /&gt;
4.	http://www.electrical4u.com/rl-circuit-transfer-function-time-constant-rl-circuit-as-filter/&lt;br /&gt;
&lt;br /&gt;
5.	https://en.wikipedia.org/wiki/Fluorescent_lamp&lt;br /&gt;
&lt;br /&gt;
6.	http://www.intmath.com/differential-equations/5-rl-circuits.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18139</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18139"/>
		<updated>2015-12-06T01:50:18Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Theoretical===&lt;br /&gt;
After the steady state has been reached and the current has reached its maximum value, you attempt to open the circuit. In the short period of time when you open the circuit, what would you expect to happen?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Solution \:&amp;lt;/math&amp;gt; When you open up the circuit, the current &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; drops from its maximum value to zero. We&#039;ve observed that the emf across the inductor depends on &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt; which is ultimately affected by and proportional to &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt;. In the short period of time when you break the circuit, the change in the current is very large, and thus very large &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt; is resulted and leads to very large emf across the inductor due to the large &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt;. Therefore, when you open the circuit, you would observe sparks on the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Numerical===&lt;br /&gt;
How much time is required for the RL circuit composed of one &amp;lt;math&amp;gt;1.5V&amp;lt;/math&amp;gt; battery, a resistor resistance of &amp;lt;math&amp;gt;0.5\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of &amp;lt;math&amp;gt;0.03H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
1.	http://electricalstudy.sarutech.com/rl-circuit-transfer-function-time-constant-rl-circuit-as-filter/index.html&lt;br /&gt;
2.	http://powerdiscount.co.uk/ec36-lc502k-36w-magnetic-switch-start-choke-for-fluorescent-lamps-24050-ballast-990-p.asp&lt;br /&gt;
3.	https://en.wikiversity.org/wiki/RL_Circuit&lt;br /&gt;
4.	http://www.electrical4u.com/rl-circuit-transfer-function-time-constant-rl-circuit-as-filter/&lt;br /&gt;
5.	https://en.wikipedia.org/wiki/Fluorescent_lamp&lt;br /&gt;
6.	http://www.intmath.com/differential-equations/5-rl-circuits.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18123</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18123"/>
		<updated>2015-12-06T01:48:50Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Numerical */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Theoretical===&lt;br /&gt;
After the steady state has been reached and the current has reached its maximum value, you attempt to open the circuit. In the short period of time when you open the circuit, what would you expect to happen?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Solution \:&amp;lt;/math&amp;gt; When you open up the circuit, the current &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; drops from its maximum value to zero. We&#039;ve observed that the emf across the inductor depends on &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt; which is ultimately affected by and proportional to &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt;. In the short period of time when you break the circuit, the change in the current is very large, and thus very large &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt; is resulted and leads to very large emf across the inductor due to the large &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt;. Therefore, when you open the circuit, you would observe sparks on the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Numerical===&lt;br /&gt;
How much time is required for the RL circuit composed of one &amp;lt;math&amp;gt;1.5V&amp;lt;/math&amp;gt; battery, a resistor resistance of &amp;lt;math&amp;gt;0.5\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of &amp;lt;math&amp;gt;0.03H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18117</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=18117"/>
		<updated>2015-12-06T01:48:14Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Theoretical===&lt;br /&gt;
After the steady state has been reached and the current has reached its maximum value, you attempt to open the circuit. In the short period of time when you open the circuit, what would you expect to happen?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Solution \:&amp;lt;/math&amp;gt; When you open up the circuit, the current &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; drops from its maximum value to zero. We&#039;ve observed that the emf across the inductor depends on &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt; which is ultimately affected by and proportional to &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt;. In the short period of time when you break the circuit, the change in the current is very large, and thus very large &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt; is resulted and leads to very large emf across the inductor due to the large &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt;. Therefore, when you open the circuit, you would observe sparks on the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Numerical===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17985</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17985"/>
		<updated>2015-12-06T01:35:12Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
After the steady state has been reached and the current has reached its maximum value, you attempt to open the circuit. In the short period of time when you open the circuit, what would you expect to happen?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;Solution \:&amp;lt;/math&amp;gt; When you open up the circuit, the current &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt; drops from its maximum value to zero. We&#039;ve observed that the emf across the inductor depends on &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt; which is ultimately affected by and proportional to &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt;. In the short period of time when you break the circuit, the change in the current is very large, and thus very large &amp;lt;math&amp;gt;\frac{dI}{dt}&amp;lt;/math&amp;gt; is resulted and leads to very large emf across the inductor due to the large &amp;lt;math&amp;gt;\frac{dB}{dt}&amp;lt;/math&amp;gt;. Therefore, when you open the circuit, you would observe sparks on the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17890</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17890"/>
		<updated>2015-12-06T01:22:24Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots, \frac{nL}{R}&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17881</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17881"/>
		<updated>2015-12-06T01:21:26Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\: second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17692</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17692"/>
		<updated>2015-12-06T01:04:04Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\, second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17663</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17663"/>
		<updated>2015-12-06T01:02:07Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550\nonumber second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17655</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17655"/>
		<updated>2015-12-06T01:01:32Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550  second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17647</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17647"/>
		<updated>2015-12-06T01:00:51Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;(\frac{0.5\Omega}{0.03H})t = 0.916&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\therefore t = 0.0550 second&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17585</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17585"/>
		<updated>2015-12-06T00:55:53Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17577</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17577"/>
		<updated>2015-12-06T00:54:58Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})t})&lt;br /&gt;
&lt;br /&gt;
1.8A = 3A(1 - e^{-(\frac{0.5\Omega}{0.03H})t})&lt;br /&gt;
&lt;br /&gt;
e^{-(\frac{0.5\Omega}{0.03H})t} = 0.4&lt;br /&gt;
&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 -(\frac{0.5\Omega}{0.03H})t &amp;amp;= ln(0.4) \\&lt;br /&gt;
 &amp;amp;= -0.916 \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
\begin{align*}&lt;br /&gt;
  \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17501</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17501"/>
		<updated>2015-12-06T00:48:59Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Simple */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, we can plug in the given information to the RL circuit current equation obtained from previous sections to find &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R}(1 - e^{(-\frac{R}{L})t}) \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17477</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17477"/>
		<updated>2015-12-06T00:46:35Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5&amp;lt;math&amp;gt;V&amp;lt;/math&amp;gt; battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03&amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6(3A) \\&lt;br /&gt;
 &amp;amp;= 1.8A \\&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17460</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17460"/>
		<updated>2015-12-06T00:44:42Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6 \times 3A \\&lt;br /&gt;
 &amp;amp;= 1.8A&amp;lt;/math&amp;gt;&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17449</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17449"/>
		<updated>2015-12-06T00:43:52Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6 \times 3A\\&lt;br /&gt;
 &amp;amp;= 1.8A&amp;lt;/math&amp;gt;&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17447</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17447"/>
		<updated>2015-12-06T00:43:31Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6 \times 3A\\&lt;br /&gt;
 &amp;amp;= 1.8A&amp;lt;/math&amp;gt;&lt;br /&gt;
\end{align*}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17441</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17441"/>
		<updated>2015-12-06T00:42:54Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, 60% of the maximum current would be&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\begin{align*}&lt;br /&gt;
 0.6I &amp;amp;= 0.6 \times 3A\\&lt;br /&gt;
 &amp;amp;= 1.8A&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17424</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17424"/>
		<updated>2015-12-06T00:40:23Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17422</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17422"/>
		<updated>2015-12-06T00:39:56Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
\begin{align*}&lt;br /&gt;
 I &amp;amp;= \frac{emf}{R} \\&lt;br /&gt;
 &amp;amp;= \frac{1.5V}{0.5\Omega} \\&lt;br /&gt;
 &amp;amp;= 3A&lt;br /&gt;
\end{align*}&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17386</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17386"/>
		<updated>2015-12-06T00:35:27Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\Omega&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
       &amp;lt;math&amp;gt;= \frac{1.5V}{0.5\Omega}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17376</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17376"/>
		<updated>2015-12-06T00:34:16Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
How much time is required for the RL circuit composed of one 1.5V battery, a resistor resistance of 0.5&amp;lt;math&amp;gt;\ohm&amp;lt;/math&amp;gt; and an inductor with inductance of 0.03H to reach 60% of the maximum current?&lt;br /&gt;
&lt;br /&gt;
First, we find the maximum current.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
       &amp;lt;math&amp;gt;= \frac{1.5V}{0.5\ohm}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17322</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17322"/>
		<updated>2015-12-06T00:25:00Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the second time constant. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the third time constant. &lt;br /&gt;
&lt;br /&gt;
Generally speaking, after the fifth time constant, we assume that the circuit has reached steady state and therefore maximum current &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17288</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17288"/>
		<updated>2015-12-06T00:20:53Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = \tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.632\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 63.2% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 2\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{2L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.865\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 86.5% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
For &amp;lt;math&amp;gt;t = 3\tau&amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-(\frac{R}{L})(\frac{3L}{R})}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = 0.950\frac{emf}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, in the RL circuit, 95.0% of the maximum current is attained after the first time constant. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17174</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17174"/>
		<updated>2015-12-06T00:12:33Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
For &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17163</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17163"/>
		<updated>2015-12-06T00:11:54Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;. This time step is called &amp;quot;time constant&amp;quot; denoted by the Greek letter &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt;. &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17151</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17151"/>
		<updated>2015-12-06T00:10:36Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. For large t, we see that the exponential component becomes zero and thus we obtain &amp;lt;math&amp;gt;I = \frac{emf}{R}&amp;lt;/math&amp;gt;. This is when the RL circuit reaches steady state and the current does not change due to steady magnetic flux in the inductor. In RL circuit, there is a value of t for which the exponent of the exponential component becomes a whole number. In other words, &amp;lt;math&amp;gt;t = \frac{L}{R}, \frac{2L}{R}, \frac{3L}{R}, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17077</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17077"/>
		<updated>2015-12-06T00:03:30Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:Rlgraph.png|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=File:Rlgraph.png&amp;diff=17074</id>
		<title>File:Rlgraph.png</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=File:Rlgraph.png&amp;diff=17074"/>
		<updated>2015-12-06T00:02:53Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17061</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=17061"/>
		<updated>2015-12-06T00:01:29Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
[[File:rlgraph|2000px|thumb|right|Figure 4. RL circuit current graph&amp;lt;sup&amp;gt;6]]&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=15105</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=15105"/>
		<updated>2015-12-05T20:10:09Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. Figure 4 shows the exponential growth of the current in the RL circuit. &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=14761</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=14761"/>
		<updated>2015-12-05T19:08:03Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Mathematical Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the current.&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time.  &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=14129</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=14129"/>
		<updated>2015-12-05T14:16:52Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Due to such sluggishness caused by time-varying current, the RL circuit is a useful tool to control the rate at which the current runs. &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time.  &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=14003</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=14003"/>
		<updated>2015-12-05T11:40:01Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* The Main Idea */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
Through this observation, we see that sluggish &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13998</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13998"/>
		<updated>2015-12-05T11:29:11Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, when the circuit is connected, the current in the RL circuit increases exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
From the above section we were able to see that the current in the RL circuit grows exponentially over time. &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13985</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13985"/>
		<updated>2015-12-05T10:20:33Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: /* A Computational Model */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, we can see that the current in the RL circuit grows exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
===A Computational Model===&lt;br /&gt;
From the above section we were able to see that &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13984</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13984"/>
		<updated>2015-12-05T10:19:33Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Therefore, we can see that the current in the RL circuit grows exponentially over time to the maximum value of &amp;lt;math&amp;gt;\frac{emf}{R}&amp;lt;/math&amp;gt;. &lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13983</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13983"/>
		<updated>2015-12-05T10:08:58Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{emf-IR}{emf} = e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;IR = emf - emf\times e^{-\frac{R}{L}t}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;I = \frac{emf}{R}(1 - e^{-\frac{R}{L}t})&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13982</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13982"/>
		<updated>2015-12-05T10:04:51Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;, thus&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t - \frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(emf-IR) - ln(emf) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;ln(\frac{emf-IR}{emf}) = -\frac{R}{L}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13979</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13979"/>
		<updated>2015-12-05T10:00:39Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Solving the integrals, we obtain&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;-\frac{ln(emf-IR)}{R} = \frac{1}{L}t + C&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since I = 0 when t = 0, &amp;lt;math&amp;gt;C = -\frac{ln(emf)}{R}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13976</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13976"/>
		<updated>2015-12-05T09:55:05Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using separation of variables, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{emf-IR} = \frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\int\frac{dI}{emf-IR} = \int\frac{dt}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13975</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13975"/>
		<updated>2015-12-05T09:51:39Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From this point, &amp;lt;math&amp;gt;emf_{battery}&amp;lt;/math&amp;gt; will be shortened to &amp;lt;math&amp;gt;emf&amp;lt;/math&amp;gt;. Rearrange the above result to solve for &amp;lt;math&amp;gt;I&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;L\frac{dI}{dt} = emf - IR&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\frac{dI}{dt} = \frac{emf-IR}{L}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13969</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13969"/>
		<updated>2015-12-05T09:45:37Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Let&#039;s take a look at the simple RL circuit illustrated in Figure 1. Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit. By the law of conservation of energy, we can obtain the following result.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\Delta V_{battery} + \Delta V_{resistor} + \Delta V_{inductor} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{battery} - IR - L\frac{dI}{dt} = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13965</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13965"/>
		<updated>2015-12-05T09:40:52Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
Before we examine the RL circuit, we must examine the effects of an inductor. An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Going back to the RL circuit, now we can apply conservation of energy in circuit (loop rule) to the RL circuit &lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13963</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13963"/>
		<updated>2015-12-05T09:37:26Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, we can the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_{inductor} = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13962</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13962"/>
		<updated>2015-12-05T09:37:04Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here, we can the terms &amp;lt;math&amp;gt;\frac{\mu_0N^2}{l}\pi r^2&amp;lt;/math&amp;gt; is a proportionality constant called &amp;quot;inductance&amp;quot; and can be summed up by letter L. &lt;br /&gt;
Therefore, we can get the magnitude of emf of the inductor, which is given by &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf_inductor = L\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13960</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13960"/>
		<updated>2015-12-05T09:33:23Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[N\frac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
	<entry>
		<id>http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13959</id>
		<title>RL Circuit</title>
		<link rel="alternate" type="text/html" href="http://www.physicsbook.gatech.edu/index.php?title=RL_Circuit&amp;diff=13959"/>
		<updated>2015-12-05T09:32:29Z</updated>

		<summary type="html">&lt;p&gt;Jiwym: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Written by Jiwon Yom&lt;br /&gt;
&lt;br /&gt;
[[File:Rl circuit.gif|2000px|thumb|right|Figure 1. RL circuit representation&amp;lt;sup&amp;gt;1]]&lt;br /&gt;
[[File:choke.jpeg|200px|thumb|right|Figure 2. Fluorescent light choke&amp;lt;sup&amp;gt;2]]&lt;br /&gt;
[[File:Fluorescent Light.svg||300px|thumb|right|Figure 3. Fluorescent light choke&amp;lt;sup&amp;gt;5&amp;lt;/sup&amp;gt; &#039;&#039;The RL circuit is shown by letter G&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
The RL circuit is one of the simple circuit applications and is composed of a power source, a resistor and an inductor. Figure 1 illustrates a symbolic representation of a simple RL circuit. Typically, an inductor in the RL circuit is a solenoid. The RL circuit can be frequently seen in fluorescent light choke, also known as electrical ballast (Figure 2), where the RL circuit limits the current that flows through the fluorescent light tube in order to prevent destruction of the tube.&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; Also, the RL circuit can act as a high-pass or low-pass filter for voltage supply of varying frequencies.&amp;lt;sup&amp;gt;4&amp;lt;/sup&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==The Main Idea==&lt;br /&gt;
&lt;br /&gt;
===A Mathematical Model===&lt;br /&gt;
&lt;br /&gt;
An inductor is a coiled current-carrying wire. Due to its coiled structure, it surrounds a certain area where the magnetic field is varying over time. When the inductor is connected to a power source, current flows through the coil and such change in current leads to an additional emf in the coil. As Faraday’s law in motional emf shows that the magnitude of emf is equal to the magnitude of rate of change in magnetic flux, we can calculate the magnitude of emf produced by the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;|{emf}| = N|\frac{d\Phi}{dt}|&amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;\Phi = N\frac{\mu_0I}{l}\times\pi r^2&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;N =&amp;lt;/math&amp;gt; the number of coils in an inductor, &amp;lt;math&amp;gt;r =&amp;lt;/math&amp;gt; radius of the coil, and &amp;lt;math&amp;gt;l =&amp;lt;/math&amp;gt; the length of the inductor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = N \frac{d}{dt}[\Nfrac{\mu_0I}{l}\pi r^2]&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since N, &amp;lt;math&amp;gt;\mu_0&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; are constants, &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;emf = \frac{\mu_0N^2}{l}\pi r^2\frac{dI}{dt}&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;math&amp;gt;&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===A Computational Model===&lt;br /&gt;
&lt;br /&gt;
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
Be sure to show all steps in your solution and include diagrams whenever possible&lt;br /&gt;
&lt;br /&gt;
===Simple===&lt;br /&gt;
===Middling===&lt;br /&gt;
===Difficult===&lt;br /&gt;
&lt;br /&gt;
==Connectedness==&lt;br /&gt;
#How is this topic connected to something that you are interested in?&lt;br /&gt;
#How is it connected to your major?&lt;br /&gt;
#Is there an interesting industrial application?&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
&lt;br /&gt;
Books, Articles or other print media on this topic&lt;br /&gt;
&lt;br /&gt;
===External links===&lt;br /&gt;
&lt;br /&gt;
Internet resources on this topic&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
This section contains the the references you used while writing this page&lt;br /&gt;
&lt;br /&gt;
[[Category:Which Category did you place this in?]]&lt;/div&gt;</summary>
		<author><name>Jiwym</name></author>
	</entry>
</feed>