Math 302, Differential Equations JHU

Math 302X
- HW3.pdf
- Statement on Disabilities
- Statement on Ethics
- Homework
- Java Tools
 
- An example of a circuit
- An example of a circuit
- An example of a circuit
- An Application to Population Dynamics
- An application to Population Dynamics
- Slope Field Calculator
- ODE 2D Calculator
- ODE 2D Calculator
- ODE 3D Calculator
- ODE 3D Calculator
- Slope Field Calculator
- Slope Field Calculator
- Solution Verifier
- Solution Verifier 2D
- Solution Verifier 2D
- Solution Verifier
- A Lotke-Volterra System
- A Lotke-Volterra system
- Labor Managed Oligopoly - Two firms
- ODE 3D Calculator
- 2D Map Calculator
- A model of sunami
- A model of sunami
- The three body problem
- The two body problem
- The two body problem
- Van der Pol Equation
- Van der Pol Equation
- List of parameters of the JOde Applet
- Browser test
+ Generated Documentation (Untitled)
- ODE 2D Calculator
+ Using Marek Rychliks's Applet for Euler's Method
- JOde Manual Page
- JOde - An Applet for Studying Ordinary Differential Equations
- ODE 2D Calculator
- Syllabus
Math Dept. Home
Help room

An example of a circuit

This circuit has a diode in it which acts as a resistor with resistance R1=10 ohms if the current through it is positive and R2=10000 ohms otherwise. The voltage is E(t)=110*cos(w*t) where w=2*PI*60. From Kirchoff's laws we obtain:

I1 + I2 + I3 = 0
L*dI1/dt - RD*I2 = E(t)
Q/C + RD*I2 + R * I3 = 0
dQ/dt = I3
RD = R1 if I2>0 and R2 if I2 < 0
Thus
I2 = -I1 - I3 = -I1 - dQ/dt
and we can eliminate I2 from the second and third equation:
L*dI1/dt - RD*(-I1 - dQ/dt) = E(t) 
Q/C + RD * (-I1 - dQ/dt) + R * (dQ/dt) = 0

View Instructions on using the Applet

Marek Rychlik (rychlik@u.arizona.edu)

Author's Home Page: http://alamos.math.arizona.edu

 


This page last modified Sun Sep 12 12:32:06 2004
Questions? Comments? Please send feedback to jason howald