Something told me now is the best time to start updating this tutorial, especially since I'm currently on vacation from school. This post will be on electrical circuits.
Electrical Circuits
First, let me start off with a diagram.
The type of circuit we will analyze will be a
RLC circuit.
In a RLC circuit, there is a(n):
- resistor with resistance

ohms (

)
- inductor with inductance

henries
-
capacitor with capacitance

farads.
-
Source with voltage

volts.
There is a nice relationship between current,

, and charge,

. Current is the rate of change of the flow of charges. Thus, we can say

.
According to the fundamental elementary principles of electricity, we see that the
voltage drop across the three elements are as follows:
- Across a resistor, the voltage drop is resistance times current, or

.
- Across an inductor, the voltage drop is the inductance times the rate of change in the current, or

.
- Across a capacitor, the voltage drop is the charge divided by capacitance, or

.
Now, we can analyze the behavior of the circuit by using one of Kirchoff's Laws:
The (Algebraic) sum of the voltage drops across the elements in a simple loop of an electrical circuit is equal to the applied voltage.
Thus, we see that if

is the applied voltage from the source, we get the equation

.
Using the relationship between current and charge, we can rewrite this as the second order non-homogeneous DE

.
The solution to this differential equation, of course, is the amount of charge,

, at any given time,

.
However, we usually want to solve for current. You can solve for current in one of two ways:
1) If you differentiate both sides of the differential equation, we get

. Now the solution to the DE is current,

.
2) Once you solve

, differentiate the solution to get current,

.
Now, what happens if we are not dealing with a RLC Circuit?!?! We make slight modifications.
- If we have a
RL Circuit, we solve the differential equation
- If we have a
RC Circuit, we solve the differential equation
- If we have a
LC Circuit, we solve the differential equation
Let us go through a couple of examples:
Example 22 Suppose that in an RLC Circuit, we have a resistance of 60
, an inductance of 2 henries, and a capacitance of 0.0025 farads. Now, let the circuit have an emf of
volts. Find the current in the circuit, given that the inital current in the circuit is zero, and the charge on the capacitor is one coloumb.
This is another initial value problem.
Here, we are to solve the DE

, where

.
The DE can be rewritten as
In solving the homogeneous equation, we get the characteristic equation

. We now see that this gives us

and

.
Thus, our complimentary solution is
Now, to find the particular solution, I will apply the method of the annihilator (in a sense, the annihilator method leads to the method of undetermined coefficients).
Rewriting the DE in differential operator notation, we get
The term that annihilates

is
Thus, applying the annihilator to both sides of the DE, we can then convert the DE to the characteristic equation
The particular solution is
Thus, it will take on the form
Now, substituting this into the original DE, we get

(Verify)
You now get that
Thus, the general solution to the DE is
Let us now apply the initial conditions:
To apply the second condition, find
Thus,

.
Solving these two equations for

and

, we get

and

(Verify)
Thus, the current is
-------------------------------------------------------------------------
I will post another example when I find the time later today