0% found this document useful (0 votes)
4 views23 pages

RLC Project

This project report focuses on the mathematical modeling and analysis of a Series RLC Circuit, exploring its fundamental concepts and applications in signal processing. The study utilizes Ordinary Differential Equations (ODEs) to analyze circuit behavior under various damping conditions and highlights the importance of transitioning to Partial Differential Equations (PDEs) for more complex scenarios. Acknowledgments are given to mentors, institutions, and peers for their support throughout the project.

Uploaded by

muh.mussa142
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views23 pages

RLC Project

This project report focuses on the mathematical modeling and analysis of a Series RLC Circuit, exploring its fundamental concepts and applications in signal processing. The study utilizes Ordinary Differential Equations (ODEs) to analyze circuit behavior under various damping conditions and highlights the importance of transitioning to Partial Differential Equations (PDEs) for more complex scenarios. Acknowledgments are given to mentors, institutions, and peers for their support throughout the project.

Uploaded by

muh.mussa142
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

BS Mathematics Project Report

RLC Cuircit

Submitted by:

Sr No Name ID Sr No Name ID
1 Shakeel Ahmad 221990015 7 Zoya Rasheed 221990017
2 Muhammad Hamid 221990008 8 Kinza Fatima 221990021
3 Haseeb Ahmar 221990001 9 Maria Riaz 221990022
4 Fatima Tallat 221990003 10 Haleema Bibi 231990006
5 Laiba Shahzad 221990007 11 Moeeza Imtisal 242990002
6 Humera Fazeelat 221990010 12 Khadija Bibi 221990004

Submitted to:Mam Shafaa Qadeer


Date: February 10, 2026

School of Engineering and Applied Sciences


Department of Mathematics
GIFT University, Gujranwala
Acknowledgement

We would like to express our sincere gratitude to all those who contributed directly or indirectly to
the successful completion of our group project on the RLC Circuit.
First and foremost, we are highly thankful to Ms. Shafaa Qadeer for her valuable guidance,
continuous encouragement, and unwavering support throughout the completion of this project. Her
in-depth knowledge, clear explanations, and constructive feedback helped us develop a strong under-
standing of the theoretical and practical concepts of the RLC Circuit, including Resistance, Induc-
tance, Capacitance, Resonance, and Phase Relationships. Her mentorship played a crucial role in
enhancing our learning experience and improving the overall quality of this project.
We are also grateful to GIFT University for providing a Conducive Learning Environment along
with the necessary Academic and Laboratory Facilities. The supportive academic atmosphere and
available resources greatly assisted us in exploring the Practical Applications of RLC Circuits and
strengthening our Technical Understanding.
Furthermore, we would like to extend our heartfelt thanks to our Families and Friends for their
moral support, patience, and motivation throughout this project. Their encouragement helped us
remain focused and confident during challenging phases of our work.
Lastly, we acknowledge the support of our Teachers and Classmates who helped us through dis-
cussions, suggestions, and cooperation. This Group Project has been a valuable learning experience
for all of us, enhancing our Teamwork Skills as well as our understanding of RLC Circuits and their
Real-World Applications.

1
Abstract

This paper presents a detailed study of the fundamental concepts of Signal Processing through the
mathematical modeling and analysis of a Series RLC Circuit. Partial Differential Equations (PDEs)
and Ordinary Differential Equations (ODEs) play a crucial role in modern science and engineering, as
they provide powerful tools for describing and analyzing dynamic physical systems. Electrical circuits,
particularly RLC circuits, serve as an important application of these mathematical techniques.
In this work, a series RLC circuit is modeled mathematically using an Ordinary Differential
Equation derived from Kirchhoff’s Voltage Law (KVL). The behavior of the circuit is analyzed
by considering the effects of Resistance (R), Inductance (L), and Capacitance (C) on the system
response. The study focuses on three important cases of circuit behavior based on different values of
resistance: Underdamped, Critically Damped, and Overdamped responses. These cases demonstrate
how energy is stored and dissipated in the circuit over time and how resistance controls the oscillatory
nature of the system.
The model incorporates capacitance, inductance, resistance, and driving voltage as functions
of time, allowing a clear understanding of transient and steady-state responses. This mathemati-
cal approach not only explains the physical behavior of electrical circuits but also strengthens the
connection between mathematics, physics, and engineering. Such modeling techniques are valuable
for students of Electrical Engineering, Computer Science, and related disciplines, as they enhance
analytical thinking and problem-solving skills.
Furthermore, the study highlights the importance of differential equations in signal processing
and system analysis. The general solution of the governing differential equation is obtained and
discussed to show how different system parameters affect circuit performance. Overall, this paper
demonstrates that mathematical modeling of RLC circuits provides a clear, systematic, and effective
way to understand complex physical systems and their real-world applications.
KEYWORDS: Signal Processing, RLC Circuit, Mathematical Modeling, Ordinary Differential
Equations, Partial Differential Equations, Underdamped Response, Critically Damped Response,
Overdamped Response, Kirchhoff’s Voltage Law, Transient Analysis, System Dynamics

2
Contents

1 Introduction 4

2 Literature Review 5

3 The Mathematical Modeling and Physical Significance 6

4 Transition from Lumped to Distributed Models 6

5 Modern Research and PDE Applications 7

6 Fundamental Equations 7

7 Modeling the RLC Circuit 8

8 The General Solution of the Equation 9


8.1 Finding the Homogeneous Solution . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

9 Types of Damping in RLC Circuit 10


9.1 Critically Damped Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
9.2 Overdamped Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
9.3 Underdamped Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10

10 Implementation and Code 11


10.1 Critically Damped Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
10.2 Over Damped Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
10.3 Under Damped Case . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

11 Finding the Particular Solution 13

12 Tuning the RLC Circuit 14

13 Problems 14
13.1 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
13.2 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

14 Results and Discussion 18

15 Real-Life Applications of RLC Circuits 19


15.1 Audio Systems and Loudspeakers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
15.2 Wireless Communication Systems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
15.3 Oscillators and Signal Generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
15.4 Power Transmission and Power Factor Correction . . . . . . . . . . . . . . . . . . . . 19
15.5 Induction Heating and Wireless Charging . . . . . . . . . . . . . . . . . . . . . . . . . 19
15.6 Automotive Electronics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19

16 Conclusion 20

17 Future Scope 21
17.1 Numerical PDE Solvers Using Finite Difference Methods . . . . . . . . . . . . . . . . 21
17.2 Web-Based Simulation Tools . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
17.3 Integration with Real Hardware Systems . . . . . . . . . . . . . . . . . . . . . . . . . 21

3
1 Introduction
An electrical circuit that integrates three fundamental passive components—a Resistor (R), an In-
ductor (L), and a Capacitor (C)—is known as an RLC circuit. These circuits are the cornerstone of
modern electronics and telecommunications. Based on how these components are arranged, they are
classified into Series RLC or Parallel RLC configurations.
The primary reason for studying these circuits lies in their ability to be modeled by Second-
Order Ordinary Differential Equations (ODEs). This mathematical approach allows engineers
and scientists to analyze the dynamic behavior of voltage and current over time, predicting how the
system will react to various inputs.
To truly understand the modeling of an RLC circuit, we must first delve into the physical prop-
erties and the fundamental concepts that govern each component:

1. Voltage (V ): It is defined as the electrical potential difference between two points in a circuit.
In simpler terms, it is the “pressure” or the amount of work/energy required to move a unit
charge from one point to another. In an RLC circuit, voltage acts as the driving force.

2. Current (I): Current represents the flow of electric charge (electrons) through a conductor per
unit of time. It is the kinetic manifestation of electrical energy. In a series circuit, the current
remains constant through all components, whereas, in a parallel circuit, it divides among the
branches.

3. Resistance (R): Provided by the resistor, resistance is the property that opposes the flow of
electric current. It converts electrical energy into thermal energy (heat). According to Ohm’s
Law, the voltage across a resistor is directly proportional to the current flowing through it
(V = IR).

4. Capacitance (C): Capacitance is the ability of a capacitor to store energy in the form of an
electrostatic field. It acts as a reservoir of charge. The relationship between the charge (Q),
capacitance (C), and voltage (V ) is given by Q = CV . In a differential sense, the current
through a capacitor is proportional to the rate of change of voltage (I = C dV
dt
).

5. Inductance (L): An inductor stores energy in a magnetic field when electric current flows
through it. Inductance is the property that opposes any change in the current. According to
Faraday’s Law of Induction, the voltage induced in an inductor is proportional to the rate of
di
change of the current (V = L dt ).

4
2 Literature Review
The Mathematical Analysis Of Electrical Circuits Has Evolved Significantly Over The Decades,
Moving From Simple Algebraic Relations To More Complex Differential Models. Histori-
cally, Engineers Have Relied On Classical Circuit Theory, Which Provides The Fundamental
Principles For Understanding Basic Circuit Behavior. Among Various Types Of Circuits, RLC
Circuits—Comprising Resistors, Inductors, And Capacitors—Are Frequently Studied Because
They Demonstrate A Wide Range Of Dynamic Electrical Responses. These Circuits Are Com-
monly Modeled Using Ordinary Differential Equations (ODEs), Which Relate Current And
Voltage As Functions Of Time, Allowing Engineers To Predict The Behavior Of Circuits Under
Different Conditions.
This Approach, Known As The “Lumped Element Model,” Assumes That The Physical Di-
mensions Of Components Are Negligible Compared To The Wavelength Of The Signals Passing
Through Them. Under This Assumption, Electrical Quantities Like Current And Voltage Depend
Only On Time, Which Simplifies Mathematical Analysis. ODE-Based Modeling Works Well
For Many Standard Applications, But It Has Limitations When Applied To High-Frequency Elec-
tronics Or Circuits With Large Physical Extent, Where Spatial Variations Cannot Be Ignored.
As Technology Has Advanced And Electrical Systems Have Become More Complex, Engineers
Have Encountered Scenarios Where Resistance, Inductance, And Capacitance Vary Not Just
With Time But Also Across Physical Space. In Such Cases, Ordinary Differential Equations
Alone Cannot Capture The Complete Behavior Of The Circuit. Partial Differential Equations
(PDEs) Offer A More Generalized And Realistic Framework, Allowing Both Temporal And
Spatial Variations To Be Accounted For. PDE-Based Analysis Enables Modeling Of Phenomena
Such As Wave Propagation, Signal Distortion, And Resonance Effects, Providing Engineers
With Greater Accuracy And Insight Into Complex Circuit Behavior.
Overall, The Shift From ODE-Based Lumped Models To PDE-Based Distributed Models
Represents The Natural Evolution Of Circuit Analysis. By Incorporating Spatial Dependence
Along With Time Dependence, PDE Models Provide A Robust Tool For Designing And Ana-
lyzing Modern Electrical Systems, Especially In High-Frequency Electronics, Long-Distance
Power Transmission, And Advanced Communication Networks. This Generalized Approach
Ensures That Engineers Can Predict Circuit Performance More Reliably, Making PDE Model-
ing Essential For Modern Electrical Engineering Applications.

5
3 The Mathematical Modeling and Physical Significance
The interaction between the Inductor (which stores energy in a magnetic field) and the Capacitor
(which stores energy in an electric field) creates a system capable of harmonic oscillation. This is
very similar to a mechanical “spring-mass system.” Because there are two energy-storing elements
(L and C), the mathematical description leads to a second-order differential equation.
According to Kirchhoff ’s Voltage Law (KVL), the algebraic sum of all voltages around any
closed loop must be zero. For a series RLC circuit, this gives the following differential equation:

d2 q dq 1
L 2
+ R + q = E(t) (1)
dt dt C

Where q is the charge. This equation shows that the circuit’s behavior depends on its damping
characteristics. Based on the values of R, L, and C, the system can be:

• Overdamped: Where the resistance is high and no oscillations occur.

• Critically Damped: The quickest return to equilibrium without oscillation.

• Underdamped: Where the system oscillates with decreasing amplitude.

RLC circuits are essential in applications such as radio tuning, where they are used to select a
specific frequency from a range of signals, and in filter design. Understanding these basic principles
allows for the precise design of everything from simple power supplies to complex signal processing
units.

4 Transition from Lumped to Distributed Models


Researchers have long established that for circuits where the signal’s travel time is significant (such
as in long-distance cables or microchips operating at gigahertz frequencies), the lumped model fails
to capture the phase shifts and signal distortions. In such cases, the circuit must be treated as a
Distributed Element Model. The transition from ODEs to PDEs allows for the consideration of
spatial coordinates (x, y, z) alongside time (t).
A cornerstone of this literature is the study of the Telegrapher’s Equations, originally de-
veloped by Oliver Heaviside. These are a pair of coupled linear partial differential equations that
describe the voltage and current on an electrical transmission line with distance and time. The
general forms are:
∂V ∂I
= −L − RI (2)
∂x ∂t
∂I ∂V
= −C − GV (3)
∂x ∂t
Where G represents the conductance of the dielectric. This PDE-based approach is essential for
analyzing signal integrity and reflections in modern communication systems.

6
5 Modern Research and PDE Applications
Recent studies have focused on the application of PDE models in several critical areas:
• Transmission Lines: Analyzing how pulses travel over long distances without significant loss.

• Distributed Circuits: Modeling integrated circuits (ICs) where the interconnects behave like
transmission lines.

• Electromagnetic Wave Propagation: PDEs (specifically Maxwell’s equations) are used to


understand how energy is radiated from RLC configurations, which is vital for antenna design.

• Space-Time Variations: Researchers have used advanced numerical methods like the Finite
Difference Time Domain (FDTD) to solve these PDEs when circuit parameters change due to
external factors like temperature or electromagnetic interference.
In conclusion, while ODEs provide a solid foundation for basic circuit analysis, the literature
emphasizes that PDEs are the indispensable tool for the next generation of electrical engineering and
data-driven signal processing. The ability to model spatial distribution allows for a more granular
understanding of energy flow and potential system failures in complex networks.

6 Fundamental Equations
In this section, we will describe the basic equations to derive the equation for our specific RLC Circuit.
Each different equation is needed to solve for the voltage to know the values for each different circuit
element. Since resistor is a circuit component that resists the flow of electric charge, resistors obey
Ohm’s law,
V = IR

where V is the voltage applied to the resistor, I the circuit current and R(constant) the resistance.
Because of a capacitor is a circuit component that stores a supply of electric charge it obey the
equation,
Q
V =
C
where Q is the charge stored in the capacitor, C(constant) the capacitance of the capacitor, and
V the resulting voltage. From the above two equations, we get

Q
IR =
C

where Q is the charge stored in the capacitor, C(constant) the capacitance of the capacitor, and
V the resulting voltage. From the above two equations, we get

dQ
I=−
dt

These two equations give the differential equation,

dQ 1
=− Q
dt RC
7
Finally, the relationship for inductance is

dI
V (t) = L
dt

Now we can properly derive the equation expected.

7 Modeling the RLC Circuit


Now we can find a model for the circuit we have all basic relationships for the elements in the circuit.
Kirchhoff’s Voltage law is defined as the sum of the voltage drop across the resistor Vr, the voltage
drop across the inductor VL and the voltage drop across the capacitor Vc is equal to the time varying
voltage Vt. By the Kirchhoff’s law, we get:

Vr + VL + VC = V (t) (1)

To find the voltage drop across the resistor, we modify the resistance equation for a time-varying
voltage, which is expressed as:
R · I(t) = V (t)

here I(t) is a time-varying current.


To find the voltage drop across the capacitor, we should examine the actual component physically.
Although the current through a capacitor is the rate of charge passing through it with respect to
time electrons do not pass through a capacitor, but instead electrons stick to the negative plate of the
capacitor for each electron that leaves the positive plate. The charge on plate is equal and opposite
to the charge on the other plate of the capacitor. Therefore, the charge on each plate is the integral
of the time varying current function. The equation is as follows.
Z t
1
I(τ )dτ + V (0) = V (t)
C 0

here C is the capacitance, I(t) the time varying current and V(0) an initial condition of the voltage
when the system is turned on
Lastly, the time varying voltage function is considered. This function will be a sine or cosine given
the nature of radio waves and will also be a function of time. Thus, we takeV(t) = V0 sin(ωt).
Substitutingintoequation(1)wegetthef ollowingequation : V (t) = L dIdt
Now we can properly derive the complete governing equation expected for the RLC circuit.
Z t
dI 1
L + RI(t) + I(τ )dτ + V (0) = V0 sin ωt (2)
dt C 0

Differentiating equation (2) with respect to “t” yields

d2 I dI 1
L 2
+ R + I(t) = V0 ω cos ωt (3)
dt dt C

8
Figure 1: Diagram Of a Series RLC Circuit

8 The General Solution of the Equation


In this section, we will find the general solution of the second order differential equation by finding
the homogeneous solution at first and then the particular solution by using the complex exponential
waveform.

8.1 Finding the Homogeneous Solution


To find the homogeneous solution of equation (3), simply set it equal to zero. That is,

d2 I dI 1
L 2
+R + I =0 (4)
dt dt C

In order to clearer the paper will use prime notation rather than Leibniz notation, gives

1
LI” + RI ′ + I=0
C

RI ′ 1
I” + + I=0 (5)
LC C
Taking I = eλt , gives the characteristic equation

R 1
λ2 + λ+ =0
L LC
Solving this equation for λ by the quadratic formula we get
q
R 2
−R 4R

L
± L
− LC
λ=
2
Simplifying the equation gives
s 2
R R 1
λ=− ± − (6)
2L 2L LC

9
By defining called damping rate
R
α=
2L
and natural frequency
1
ω0 = √
LC
We get
p
λ1 = −α ± α2 − ω0

Thus, the roots of the characteristic equation are


p
λ1 = −α + α2 − ω0
p
λ2 = −α − α2 − ω0

and the homogeneous solution becomes

Ih = C1 eλ1 t + C2 eλ2 t

The parameters c1 and c2 are constants and can be determined by the application of the initial

conditions of the system I(t = 0) and I’(t = 0) The value of the term α2 − ω0 determines the
behavior of the response.

9 Types of Damping in RLC Circuit

9.1 Critically Damped Case


α = ω0 then λ1 andλ2 are equal and real numbers: no oscillatory behavior.

9.2 Overdamped Case


α > ω0 thenλ1 and λ2 are real numbers but are unequal: no oscillatory behavior

9.3 Underdamped Case


√ √
α < ω0 then α2 − ω0 = j ω0 − α2 . In this caseλ1 and λ2 are complex numbers:

p
λ1 = −α + α2 − ω0

p
λ2 = −α − α2 − ω0

10
10 Implementation and Code
Figure 2 shows the response of the series RLC circuit for three different values of R corresponding
to the under damped, critically damped and over damped cases.

10.1 Critically Damped Case


t=0:.01:6;
it=420.*t.*(exp(-2.40.*t));
plot(t,it);
xlabel(’t’);
ylabel(’(I)’);
title(’Critically Damped Response for 420t(exp(- 2.45t))’)

Figure 2: Critical damped response

10.2 Over Damped Case


Figure 3 where it is assumed that In(0) = 0. This plot is created with the following MATLAB code:

t=0:.01:6;
it=8.4.*(exp(-t)-exp(-6.*t));
plot(t,it);
xlabel(’t’);
ylabel(’(I)’);

11
Figure 3: Over damped response

10.3 Under Damped Case


A typical under damped response is shown in Figure 4 where it is assumed that In(0) = 0. This plot
is created with the following MATLAB code:

t=0:.01:10; it=210.*sqrt(2).*(exp(-.5.*t)).*sin(sqrt(2).*t); plot(t,it); xlabel(’t’); ylabel(’(I)’);

Figure 4: Under damped response

12
11 Finding the Particular Solution
The particular solution for the system is found by using the method of undetermined coefficients.
The complex exponential waveform is used extensively to simplify analysis. It is possible to use a
complex exponential function to express the voltage and current waveforms such as ejωt , where j is

the imaginary number −1 . The function is still a sinusoid due to ejt = sint + jcost. The complex
exponential waveform is used in place of the standard periodic function since it makes analysis much
simpler and integrating or differentiating the function only changes the coefficients. In equation (3)
V0 ωsin(ωt) is replaced with V0 jωejωt such that

1
LI” + RI ′ + I = V0 jωejωt
C

Therefore the particular solution is the form

Ip = αejωt

where a is constant to be determined. The first and second derivatives for the particular solution Ip
are
Ip′ = αjωejωt (7)

Ip ” = −αω 2 ejωt (8)

Substituting into the original equation gives

1 jωt
−αLω 2 ejωt I” + αRjωejωt + αe = V0 jωejωt
C

By dividing the whole equation by ejωt , we get

1
−αLω 2 I” + αRjω + α = V0 jω
C

Now isolate V0 After some simplification, we get

1
a{R + j(ωL − )} = V0
ωC

Solving for a gives


V0
a= 1
R + j(ωL − ωC
)
So the particular solution is then

V0
Ip = 1
 ejωt (9)
R + j ωL − ωC

The denominator in equation (9) is the sum of the complex impedances it is the resistance to the
current given a time-varying complex driving function. It is now possible to find the steady-state
response for the circuit with the particular solution for the current, after the voltage is applied.
When the voltage is first applied to the system, there will be a transient before the system settles

13
into the steady-state response. Equation (9) represents the steady state output current of an RLC
circuit, which models the long-term behavior of the system.
The general solution now becomes
I(t) = Ih + Ip

V0
I(t) = C1 eλ1 t + C2 eλ2 t + 1
 ejωt
R + j ωL − ωC

12 Tuning the RLC Circuit


In order to tune the circuit to a certain frequency it is required to attenuate the amplitudes of all
other frequencies, and increase the amplitude of the signal with the specified frequency. Then it is
assumed that by maximizing the amplitude of the output current at a certain frequency, we have
successfully tuned the circuit. To find the amplitude of the output current simply take the magnitude
of the equation (9).
|V0 |
|Ip | = 1

|R + j ωL − ωC |

V0
|Ip | = q
1 2

R2 + ωL − ωC

Now, the circuit can be tuned by changing the inductance and capacitance. The maximum amplitude
is achieved when C and L satisfy the following equation.
1
The equation ω = Lc maximizes the gain, that is the ratio of the input amplitude over the steady
state amplitude.
By maximizing the gain for a certain frequency, the amplitude for that frequency is also amplified
effectively ”tuning” the circuit to that signal’s frequency. However, this model is not accurate given
a large number of different signals with different frequencies.

13 Problems

13.1 Example
We consider the current I(t) in an RLC circuit with R = 11 Ω, L = 0.1 H, and C = 10−2 F,
which is connected to a source of electromotive force (EMF)

E(t) = 110 sin(60.2πt) = 110 sin(377t).

Assume that the current and the charge vary with time. capacitor charge are 0 when t
= 0.

SubstitutingR, L, CandE ′ (t)into(3), weobtain

0.1I” + 11I ′ + 100I = 110.377cos(377t)

14
Hence the homogeneous ODE is
0.1I” + 11I ′ + 100I = 0

Its characteristic equation is


0.1λ2 + 11λ + 100 = 0.

The roots are λ1 = -10 , and λ2 = -100


The corresponding general solution of the homogeneous ODE is

Ih = C1 e−10t + C2 e−100t

For the particular solution, put

Ip = Acos(377t) + Bsin(377t)

A = 2.71andB = 0.796.

Hence in our present case, a general solution of the nonhomogeneous ODE (3) is

It = C1 e−10t + C2 e−100t − 2.71cos(377t) + 0.796sin(377t)

Using the initial conditions I(0) = 0 and I’(0) = 0, give

C1 = 0.323andC2 = 3.033

I(t) = −0.323e−10t + 3.033e−100t − 2.71 cos(377t) + 0.796 sin(377t)

Figure 5:

Figure 5 shows I(t) which practically coincide, except for a very short time near because the expo-
nential terms go to zero very rapidly.

15
13.2 Example
the circuit of Figure 6, IL (0) = 5 A, VC (0) = 2.5 V and the 0.5 Ω resistor represents the
resistance of the inductor

Figure 6: RLC Circuit

The general form of the equation that describes this circuit is


Z t
dI 1
L + RI(t) + Idt + Vc (0) = 0, t > 0
dt C 0

By differentiating we get the homogeneous differential equation

dI d2 I 1
R + L 2 + = 0, t > 0
dt dt C

or
d2 I R dI 1
2
+ + =0
dt L dt LC
since the derivatives of the constants VC (0) and 15 are zero.
By substitution of the known values R, L and C, we get

d2 I dI
2
+ 500 + 6000 = 0
dt dt

The roots of the characteristic equation are λ1 = −200 and λ2 = −300.


The total response is the natural response and it is overdamped. Therefore,

I(t) = C1 e−200t + C2 e−300t (10)

where the constants C1 and C2 can be determined by using the initial conditions I(0)=5A, V (0) =
2.5 V. From the first initial condition, we have

I(0) = C1 + C2 = 5 (11)

16
Differentiating I(t) = C1 e−200t + C2 e−300t with respect to t and evaluating at t = 0+ , we get

dI
|t=0 = −200C1 − 300C2
dt

Also, at t = 0+

dI
RI(0+ ) + L + Vc (0) = 15
dt|t = 0
dI
Solving for |
dt t=0
we get

dI 15 − 0.5(5) − 2.5
|t=0 = = 10000
dt 0.001
Hence,

−200C − 300C = 10000

−C1 − 1.5C2 = 50 (12)

From equation (11) and (12) we obtain

C1 = 115andC2 = −110

By substitution into the equation (10) , we find the total response as

I(t) = 115e−200t − 110e−300t

Figure 7:

17
MATLAB code for the total response is
t=0:.0001:.025;
I=115*(exp(-200*t))-110*(exp(-300*t));
plot(t,I);
xlabel(’t’);
ylabel(’I’);
In this example, differentiation eliminated the right side of the differential equation and thus the
total response is just the natural response.

14 Results and Discussion


The simulation results clearly demonstrate the effect of damping on the dynamic behavior of a
second-order system. Three different cases were analyzed: Underdamped, Critically damped, and
Overdamped systems. Each case shows a distinct system response, highlighting the importance of
the damping factor in determining system performance, stability, and response time.
For the Underdamped system, the response exhibits oscillatory behavior before eventually settling
at the equilibrium position. This occurs because the damping is insufficient to prevent oscillations,
allowing the System Energy to alternate between kinetic and potential forms. Although the system
reaches equilibrium relatively quickly, the presence of oscillations and overshoot may be undesirable
in practical applications such as mechanical structures, electrical circuits, or control systems, where
excessive vibrations can cause instability or damage.
In contrast, the Critically damped system returns to equilibrium without oscillations and does so
in the shortest possible time. This type of response is often considered ideal because it combines fast
settling time with stability. The system does not overshoot or oscillate, making it highly suitable
for applications that require precise and rapid responses, such as measuring instruments, automatic
door systems, and certain feedback control mechanisms.
The Overdamped system also returns to equilibrium without oscillations; however, its response
is significantly slower compared to the critically damped case. The high damping factor causes the
system to resist motion strongly, resulting in a sluggish response. While overdamped systems are
very stable and safe from oscillations, their slow response time may not be practical in systems where
speed and efficiency are critical.
Overall, the results indicate that the damping factor plays a crucial role in determining system
behavior. A low damping factor leads to oscillations, a moderate damping factor produces an opti-
mal response, and a high damping factor results in slow system performance. Therefore, selecting
an appropriate damping level is essential in system design to achieve a balance between stability,
speed, and accuracy. These findings emphasize the importance of damping analysis in engineering
applications, particularly in control system design and dynamic system modeling.

18
15 Real-Life Applications of RLC Circuits

15.1 Audio Systems and Loudspeakers


RLC circuits are used in audio systems and loudspeakers to filter different frequency ranges. These
circuits separate low, medium, and high frequencies so that each speaker component receives the
appropriate signal. This improves sound quality and reduces distortion in music systems, home
theaters, and public address systems.

15.2 Wireless Communication Systems


In wireless communication systems such as mobile phones, Wi-Fi devices, and satellite communica-
tion, RLC circuits are used for frequency tuning and signal filtering. They allow desired signals to
pass while rejecting unwanted interference, ensuring clear and reliable communication.

15.3 Oscillators and Signal Generators


RLC circuits are widely used in oscillators and signal generators to produce alternating signals of a
specific frequency. The continuous exchange of energy between the inductor and capacitor generates
stable oscillations. These circuits are essential in radios, transmitters, clocks, and electronic testing
equipment.

15.4 Power Transmission and Power Factor Correction


In electrical power systems, RLC circuits are used for power factor correction and to control voltage
fluctuations. Capacitors and inductors balance reactive power, reduce energy losses, and improve
the efficiency of power transmission and distribution networks.

15.5 Induction Heating and Wireless Charging


RLC circuits are used in induction heating systems, such as induction cookers, and in wireless
charging devices. At resonance, maximum energy transfer occurs, allowing efficient heating or power
transfer without physical contact.

15.6 Automotive Electronics


Modern vehicles use RLC circuits in automotive electronics, including engine control units, radio sys-
tems, and sensor circuits. These circuits filter noise, stabilize electrical signals, and protect sensitive
electronic components from voltage spikes.

19
16 Conclusion
In conclusion, the study of the Series RLC Circuit provides a clear understanding of how Electrical
Systems can be accurately represented using Second-Order Differential Equations. The presence
of both Inductive and Capacitive elements makes the RLC circuit a fundamental example of a
Second-Order System, capable of exhibiting oscillatory as well as non-oscillatory behavior. This
characteristic allows engineers and scientists to analyze complex electrical responses in a systematic
and mathematical manner.
The modeling of Current Response in a Series RLC Circuit demonstrates the strong connec-
tion between Physics, Mathematics, and Engineering Applications. By solving the associated
Ordinary Differential Equation, it becomes possible to predict the system behavior under dif-
ferent parameter values of Resistance, Inductance, and Capacitance. Such analysis is essential
for understanding practical phenomena such as Resonance, Damping, and Energy Dissipation,
which play a critical role in the design of modern electronic systems.
Furthermore, the application of RLC Circuits in Oscillator Circuits, Radio Receivers, and
Television Tuning Systems highlights their importance in real-life technological advancements.
These circuits enable precise Frequency Selection from a wide range of Ambient Signals, en-
suring reliable communication and efficient signal processing. The theoretical concepts discussed in
this study directly support the practical implementation of electronic devices used in everyday life.
Electricity, as a scientific discipline, relies heavily on Mathematical Modeling at both Mi-
croscopic and Macroscopic Levels. The analytical techniques employed in this work, although
relatively Basic, provide a strong conceptual framework for more Advanced and Elegant Anal-
yses in electrical engineering and applied mathematics. Mastery of these foundational methods is
essential for tackling complex systems encountered in higher-level research and industrial applica-
tions.
Overall, the analysis of the Series RLC Circuit serves as an effective bridge between theoretical
mathematics and practical engineering. It reinforces the importance of Differential Equations
as a powerful tool for modeling physical systems and emphasizes the continued relevance of RLC
Circuits in modern technology and scientific innovation.

20
17 Future Scope

17.1 Numerical PDE Solvers Using Finite Difference Methods


One important future direction of this work is the development of Numerical Partial Differential
Equation (PDE) Solvers using Finite Difference Methods. These methods can be used to analyze
complex electrical systems where analytical solutions are not possible. Numerical approaches allow
accurate modeling of RLC circuits under realistic conditions and can be extended to more advanced
electrical and engineering problems.

17.2 Web-Based Simulation Tools


Another promising area for future work is the development of Web-Based Simulation Tools for RLC
circuits. These tools can provide interactive visualization by allowing users to modify parameters
such as Resistance, Inductance, and Capacitance in real time. Web-based platforms can support
remote learning, virtual laboratories, and improve understanding of circuit behavior.

17.3 Integration with Real Hardware Systems


Future research may also focus on the Integration of Mathematical Models with Real Hardware
Systems. By linking simulations with physical components such as sensors, microcontrollers, and
data acquisition systems, theoretical results can be experimentally verified. This integration will help
bridge the gap between mathematical analysis and practical implementation in modern electronic
systems.

21
References
[1] Kreyszig, E., Advanced Engineering Mathematics, 10th Edition, John Wiley & Sons, 2011.

[2] Harwood, K., Modeling an RLC Circuit’s Current: Theory and Applications, International Jour-
nal of Electrical Engineering, 55(2), pp. 102–110, 2018.

[3] Parihar, S., Analyzing the Response of an RLC Circuit, Journal of Applied Physics and Electrical
Systems, 12(4), pp. 45–53, 2019.

[4] Aluru, T., & Osier, A., Modeling RLC Circuits: Mathematical and Practical Approaches, IEEE
Transactions on Circuits and Systems, 67(6), pp. 789–798, 2020.

[5] Hayt, W. H., Kemmerly, J. E., & Durbin, S. M., Engineering Circuit Analysis, 8th Edition,
McGraw-Hill, 2012.

[6] Dorf, R. C., & Svoboda, J. A., Introduction to Electric Circuits, 8th Edition, John Wiley &
Sons, 2013.

[7] Nilsson, J. W., & Riedel, S. A., Electric Circuits, 10th Edition, Pearson Education, 2015.

[8] Boylestad, R. L., & Nashelsky, L., Electronic Devices and Circuit Theory, 11th Edition, Pearson,
2016.

[9] Alexander, C. K., & Sadiku, M. N. O., Fundamentals of Electric Circuits, 6th Edition, McGraw-
Hill Education, 2017.

[10] Ogata, K., Modern Control Engineering, 5th Edition, Prentice Hall, 2010.

[11] Nilsson, J. W., Linear Circuits and Systems, 2nd Edition, Pearson, 2012.

[12] Sedra, A. S., & Smith, K. C., Microelectronic Circuits, 7th Edition, Oxford University Press,
2015.

[13] Rashid, M. H., Circuit Analysis and Design: Theory and Practice, Cengage Learning, 2013.

[14] Hayt, W. H., & Kemmerly, J. E., Engineering Circuit Analysis Problems and Solutions, McGraw-
Hill, 2006.

[15] Horowitz, P., & Hill, W., The Art of Electronics, 3rd Edition, Cambridge University Press, 2015.

[16] Kuo, B. C., Automatic Control Systems, 9th Edition, John Wiley & Sons, 2012.

[17] Nilsson, J. W., & Riedel, S. A., Electric Circuit Analysis, 2nd Edition, Pearson, 2011.

[18] Rizzoni, G., Principles and Applications of Electrical Engineering, 6th Edition, McGraw-Hill,
2012.

[19] Kundert, K., & Sangiovanni-Vincentelli, A., Simulation of RLC Circuits Using SPICE, IEEE
Transactions on Computer-Aided Design of Integrated Circuits and Systems, 9(12), pp.
1141–1150, 1990.

[20] Hayt, W. H., Advanced Electrical Engineering Concepts with RLC Applications, McGraw-Hill,
2014.

22

You might also like