Thread Closed

RC circuit differential equations

 
Share Thread Thread Tools
Jun30-10, 06:00 PM   #1
 

RC circuit differential equations


Hi everyone...

I need to solve the differential equations of a RC circuit given a voltage and a current pulse. I have to get this responses:



I'm using matlab, with runge kutta. I've been solving the equations separately changing the initial conditions and the value of current and voltage, but i want to know if there is a way to get the response solving the differential equations only once??

By the way, the differential equations i'm trying to solve are

[tex]\frac{dV}{dt}=\frac{1}{C}(i(t)-\frac{V}{R})[/tex]

and

[tex]I = \frac{dQ}{dt}=\frac{1}{R}(V-\frac{Q(t)}{C}) [/tex]

How should i solve this equations in order to get the responses showed in the pictures???
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Jul1-10, 12:07 AM   #2
 
Do you know how to use Laplace transform to solve differential questions?
 
Jul1-10, 11:42 PM   #3
 
Hi everybody, i'm trying to solve the equation:

[tex]I(t) = \frac{dQ}{dt}=\frac{Q(t)}{CR}-\frac{V}{R}[/tex]

in order to get this graph (V changes to simulate the pulse)



I'm not getting this response, and i've checked my program (runge kutta) with a current pulse and works ok... So the only way i'm not getting what i want is that the differential equation i'm solving is wrong. Please, can you tell me the correct equation?? Thanks!!
 
Jul3-10, 01:17 PM   #4
 

RC circuit differential equations


Quote by gjfelix2001 View Post
Hi everybody, i'm trying to solve the equation:

[tex]I(t) = \frac{dQ}{dt}=\frac{Q(t)}{CR}-\frac{V}{R}[/tex]

in order to get this graph (V changes to simulate the pulse)



I'm not getting this response, and i've checked my program (runge kutta) with a current pulse and works ok... So the only way i'm not getting what i want is that the differential equation i'm solving is wrong. Please, can you tell me the correct equation?? Thanks!!
If you drew the circuit you cared about I think we could help. Trying to "reverse engineer" what you are really interested in is a lot to ask!

jason

jason
 
Thread Closed

Tags
circuit rc, kutta, ode, pulse, rc circuit
Thread Tools


Similar Threads for: RC circuit differential equations
Thread Forum Replies
Differential Equations: System of equations Calculus & Beyond Homework 6
Differential Equations: Find all solutions of these equations Calculus & Beyond Homework 2
differential equations-system of equations, cleaning up the great lakes... Calculus & Beyond Homework 1
differential equations - exact equations w/ integ factor Calculus & Beyond Homework 2
differential equations - exact equations Calculus & Beyond Homework 3