Solving 2nd ODE for RLC circuit

Click For Summary
SUMMARY

The discussion focuses on solving the second-order ordinary differential equation (ODE) for an RLC circuit represented by the equation \(\ddot{Q}+\frac{R}{L}\dot{Q}+\frac{1}{LC}Q-\frac{\epsilon}{L}=0\). The recommended method for solving this equation is the Laplace transform, which transforms the differential equation into an algebraic equation in the Laplace domain. The solution for \(Q(s)\) is derived as \(Q(s) = \frac{C\epsilon}{s[LCs^2 + RCs+ 1]} + \frac{[LCs + RC]q(0) + LC\dot{q}(0)}{[LCs^2 + RCs+ 1]}\). For practical applications, numerical values should be substituted to facilitate inverse Laplace transforms.

PREREQUISITES
  • Understanding of second-order ordinary differential equations (ODEs)
  • Familiarity with Laplace transforms and their properties
  • Knowledge of RLC circuit components: Resistance (R), Inductance (L), and Capacitance (C)
  • Basic skills in algebraic manipulation of equations
NEXT STEPS
  • Study the application of Laplace transforms in solving differential equations
  • Learn about the inverse Laplace transform techniques
  • Explore numerical methods for solving ODEs in engineering contexts
  • Review RLC circuit analysis and its implications in electrical engineering
USEFUL FOR

Electrical engineers, students studying circuit theory, mathematicians focusing on differential equations, and anyone interested in the mathematical modeling of RLC circuits.

serverxeon
Messages
100
Reaction score
0
This is really more of a mathematical question than physics.

Given a RLC circuit, I will arrive at the following DE:

\ddot{Q}+\frac{R}{L}\dot{Q}+\frac{1}{LC}Q-\frac{\epsilon}{L}=0

How do I solve for Q(t)??
 
Physics news on Phys.org
A good way is the Laplace transform. Given our equation \ddot{q}(t) + \frac{R}{L}\dot{q}(t) + \frac{1}{LC}q(t) = \frac{\epsilon}{L}, we can take the Laplace transform of the equation (denoted by \ell):

\ell \{ \ddot{q}(t) \} + \frac{R}{L} \ell \{ \dot{q}(t) \} + \frac{1}{LC} \ell \{ q(t) \} = \ell \{ \frac{\epsilon}{L} \}

[ s^2 Q(s) - sq(0) - \dot{q}(0) ] + \frac{R}{L} [ sQ(s) - q(0) ]+ \frac{1}{LC} Q(s) = \frac{\epsilon}{Ls}

[LCs^2 + RCs+ 1] Q(s) = \frac{C\epsilon}{s} + [LCs + RC]q(0) + LC\dot{q}(0)

Q(s) = \frac{C\epsilon}{s[LCs^2 + RCs+ 1]} + \frac{[LCs + RC]q(0) + LC\dot{q}(0)}{[LCs^2 + RCs+ 1]}

This is as far as I wanted to go without numbers :smile: If I had numbers, I would substitute them at this point and put things in terms of simpler Laplace transforms so I can do inverse Laplace transforms on each part. You can a table of selected ones here:

http://en.wikipedia.org/wiki/Laplace_transform#Table_of_selected_Laplace_transforms
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
6K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K