Delta Banner

Mathematics & Science Learning Center
Computer Laboratory

 

Applications of Differential Equations

Electric Circuits

(continued from last page...)

A Preliminary Example

First let's consider a circuit with the following values:

  • inductance of 0.25 henrys
  • resistance of 10 ohms
  • capacitance of 0.001 farads

We'll remove the voltage source from our circuit, i.e. we'll let E(t) = 0. (Such a circuit is said to have free electrical vibrations.)

Of course, since we're working with a second order differential equation we also need two initial conditions. In this case let them be:

  • I(0) = 0 amperes
  • q(0) = 1 coulomb

(Note: these initial conditions imply that the initial current is zero, and that the capacitor is holding an initial charge of 1 coulomb. Since E(t) = 0, the only reason any current at all starts moving through the circuit is this initial capacitor charge.)

Shortly we'll have Mathematica solve the initial value problem, but before we do, take another look at the initial conditions. They refer to two different functions, I and q.

Since we're looking for current as a function of time we'll be solving equation (3) from the Introduction:

L I'' + R I' + I/C = E',

so to solve it uniquely, we really need to know both I(0) and I'(0). Obviously I(0) we have already, but how can we get I'(0) from knowing q(0)?

Well let's look at equation (1) from the introduction again:

LI' + RI + q/C = E

It relates I and q, (both of which we know at t=0), to I'. All we need to do is solve this equation for I'. Doing this we get:

I' = (E - RI - q/C) / L

Now letting t=0, we get an expression for I'(0):

I'(0) = (E(0) - R I(0) - q(0)/C) / L

Every one of the values on the right-hand side of this equation is already known. Look higher up this page, and you'll see them. Actually, since this is our first example, I'll summarize them for you:

  • L = 0.25, since inductance is 0.25 henrys
  • R = 10, since resistance is 10 ohms
  • C = 0.001, since capacitance of 0.001 farads
  • I(0) = 0, given as an initial condition
  • q(0) = 1, given as an initial condition
  • E(t) = 0, mentioned in the problem's description

In the next problem you'll be on your own in gleaning this information from the problem's description.

Anyway, time for you to do some work. Substitute the above list of known values into the formula for I'(0). Launch Mathematica and use it to calculate the actual decimal value of the expression. (You're using Mathematica as a simple calculator here.)

Moving on...


Compass If you're lost, impatient, want an overview of this laboratory assignment, or maybe even all three, you can click on the compass button on the left to go to the table of contents for this laboratory assignment.
 
 

ODE Laboratories: A Sabbatical Project by Christopher A. Barker

©2017 San Joaquin Delta College, 5151 Pacific Ave., Stockton, CA 95207, USA
e-mail:
cbarker@deltacollege.edu