SlideShare una empresa de Scribd logo
1 de 6
Page 1 of 6
Guide to solve differential equations for electrical circuit analysis
The differential equations can be divided into two main categories.
1. Homogeneous
2. Non-Homogeneous
Homogeneous equations have only one solution. Non-Homogeneous equations have two
solutions named ‘Complementary solution’ and ‘Particular solution’. The total or the
complete solution is the sum of both solutions. If the differential equation represents an
electrical circuit, the complementary solution gives the transient response and the particular
solution gives the steady state response.
At this level we are considering only 1st order and 2nd order equations only.
To find the complementary solution which will be the only solution for Homogeneous
equations, it is required to find the ‘Characteristic equation’. (‘Auxiliary equation’ is another
name). Consider the following example.
If f(t) is a function of t, the 1st order differential equation will be like,
𝐾1
𝑑𝑓(𝑡)
𝑑𝑡
+ 𝐾2 𝑓( 𝑡) = 𝑅. 𝐻. 𝑆
The characteristic equation can be obtained by replacing the differential operator by a
variable. In this example we are using𝛼.
𝐶ℎ𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛 ; 𝐾1 𝜎 + 𝐾2 = 0
The root of the characteristic equation is
𝜎 = −
𝐾2
𝐾1
Therefore the complementary solution is,
𝑓𝑐( 𝑡) = 𝐴𝑒 𝜎𝑡
A is a constant.
Now we will find the characteristic equation of a 2nd order differential equation.
𝐾1
𝑑2
𝑓(𝑡)
𝑑𝑡2
+ 𝐾2
𝑑𝑓(𝑡)
𝑑𝑡
+ 𝐾3 = 𝑅. 𝐻. 𝑆
𝐶ℎ𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛 ; 𝐾1 𝜎2
+ 𝐾2 𝜎 + 𝐾3 = 0
The second order equations have a quadratic equation as its characteristic equation, therefore
have two roots. It can be found by the formulae.
𝜎 =
−𝑏 ± √𝑏2 − 4𝑎𝑐
2𝑎
‘a’, ‘b’ and ‘c’ represent the cofactors of σ2, σ1 and σ0.
Page 2 of 6
The roots can have three different types which will form different types of complementary
solutions. We will discuss all three types.
Case I √𝒃 𝟐 − 𝟒𝒂𝒄 > 𝟎
Roots are real and distinct 𝜎1 and 𝜎2
Therefore
𝒇 𝒄( 𝒕) = 𝑨𝒆 𝝈 𝟏 𝒕
+ 𝑩𝒆 𝝈 𝟐 𝒕
The response is said to be ‘Over damped’
Case II √𝒃 𝟐 − 𝟒𝒂𝒄 = 𝟎
Roots are real and equal 𝜎
Therefore
𝒇 𝒄( 𝒕) = 𝑨𝒆 𝝈𝒕
+ 𝑩𝒕𝒆 𝝈𝒕
The response is said to be ‘Critically damped’
Case III √𝒃 𝟐 − 𝟒𝒂𝒄 < 𝟎
Roots set a complex conjugate pair (𝜎 + 𝑗𝜔) 𝑎𝑛𝑑 (𝜎 − 𝑗𝜔)
Therefore
𝒇 𝒄( 𝒕) = 𝒆 𝝈𝒕
[𝑨𝐜𝐨𝐬 𝝎𝒕 + 𝑩 𝐬𝐢𝐧 𝝎𝒕]
The response is said to be ‘Under damped’
Now we will try to find the particular solution 𝑓𝑝(𝑡) which will be needed only for Non-
Homogeneous equations.
Consider the following examples
𝐾1
𝑑𝑓(𝑡)
𝑑𝑡
+ 𝐾2 𝑓( 𝑡) = 𝑃𝑛(𝑡)
𝐾1
𝑑2
𝑓(𝑡)
𝑑𝑡2
+ 𝐾2
𝑑𝑓(𝑡)
𝑑𝑡
+ 𝐾3 = 𝑃𝑛(𝑡)
R.H.S of the equation is no longer equal to zero. The type of the particular solution depends
on the type of R.H.S. We can represent any type of function on R.H.S. using the following
format.
𝑅. 𝐻. 𝑆. = 𝑒 𝛼𝑡
𝑃𝑛(𝑡)
The function is a product of an exponential and an nth degree polynomial.
Here also we have to consider three different conditions.
Page 3 of 6
Case I α is not a root of the characteristic equation.
𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡
𝑄 𝑛 (𝑡)
Same degree polynomial having different cofactors with same exponential.
Case II α is a single (simple) root of the characteristic equation.
𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡
𝑄 𝑛( 𝑡). 𝑡
Polynomial of degree n+1 having different cofactors with same exponential.
Case III α is a double root of the characteristic equation.
𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡
𝑄 𝑛( 𝑡). 𝑡2
Polynomial of degree n+2 having different cofactors with same exponential.
We will now consider another form of R.H.S.
𝑅. 𝐻. 𝑆. = 𝑒 𝛼𝑡
𝑃( 𝑡) cos 𝛽𝑡 + 𝑒 𝛼𝑡
𝑄( 𝑡) sin 𝛽𝑡 …… … …… … (1)
Again there are two types of solutions.
Case I (α + iβ) is not a root of the characteristic equation.
𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡
𝑈 𝑛( 𝑡) cos 𝛽𝑡 + 𝑒 𝛼𝑡
𝑉𝑛( 𝑡)sin 𝛽𝑡
The two polynomials U(t) and V(t) are of the order equal to the highest order of the two
polynomials P(t) and Q(t).
Case II (α + iβ) is a root of the characteristic equation.
𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡
𝑈 𝑛 ( 𝑡). 𝑡 cos 𝛽𝑡 + 𝑒 𝛼𝑡
𝑉𝑛( 𝑡). 𝑡 sin 𝛽𝑡
The two polynomials U(t) and V(t) are of the order equal to the highest order of the two
polynomials P(t) and Q(t).
The sine and cosine terms of the solution stands even if one of the two components (sin or
cosine terms) of the equation (1) is not available in R.H.S.
Up to this point we have discussed how to obtain the complete solution of both
Homogeneous and Non-Homogeneous 1st and 2nd order differential equations.
Let us work out an example
The following example will show the process of forming a differential equation and how the
solution will look like.
VC(t)
R
CV(t) i(t)
Figure 1
Page 4 of 6
1. Form the differential equation for the circuit.
Apply KVL to the circuit,
𝑉𝑅 ( 𝑡) + 𝑉𝐶 ( 𝑡) = 𝑉( 𝑡)
𝑅 𝑖( 𝑡) +
1
𝐶
∫ 𝑖( 𝑡) 𝑑𝑡 = 𝑉( 𝑡).. . . . . . . . . . ; {
𝑑𝑞
𝑑𝑡
= 𝐶
𝑑𝑉𝐶
𝑑𝑡
→ 𝑖( 𝑡) = 𝐶
𝑑𝑉𝐶
𝑑𝑡
}
Differentiating above equation w.r.t ‘t’,
𝑅
𝑑𝑖(𝑡)
𝑑𝑡
+
1
𝐶
𝑖( 𝑡) =
𝑑𝑉(𝑡)
𝑑𝑡
Thus, a first order differential equation with constant coefficients describes the
behaviour of the current in this RC circuit.
2. Find the complete response of the circuit by solving the differential equation.
If the applied voltage is,
a) 𝑉( 𝑡) = 𝐸 ; a constant (e.g.: DC source)
𝑅
𝑑𝑖(𝑡)
𝑑𝑡
+
1
𝐶
𝑖( 𝑡) = 0
Since the R.H.S. is equal to zero, the equation is a 1st order Homogeneous equation.
As we discussed the only solution available to this equation is the complementary
solution. It is of the form,
𝑖( 𝑡) = 𝑖 𝑐(𝑡) = 𝐾𝑒 𝜎𝑡
The characteristic equation is,
𝑅𝜎 +
1
𝐶
= 0
∴ 𝜎 = −
1
𝑅𝐶
∴ 𝑖( 𝑡) = 𝐾𝑒
−𝑡
𝑅𝐶⁄
b) 𝑉( 𝑡) = 𝐸 cos 𝜔𝑡 ; (a sinusoidal signal input)
𝑅
𝑑𝑖(𝑡)
𝑑𝑡
+
1
𝐶
𝑖( 𝑡) = −𝐸𝜔 sin 𝜔𝑡
Since the R.H.S is not equal to zero, the equation is Non-Homogeneous.
The characteristic equation is,
𝑅𝜎 +
1
𝐶
= 0 ⟹ ∴ 𝜎 = −
1
𝑅𝐶
Page 5 of 6
You can see that the characteristic equation does not change with the R.H.S. because
we equate it to zero to form the characteristic equation.
Therefore the complementary solution stands same for any kind of input to the circuit.
∴ 𝑖 𝐶( 𝑡) = 𝐾𝑒
−𝑡
𝑅𝐶⁄
In order to find the particular solution we have to adjust the R.H.S to fit in to the
general format.
𝑅. 𝐻. 𝑆. = −𝐸𝜔 sin 𝜔𝑡 = 𝑒0𝑡
𝑃0(𝑡)sin 𝜔𝑡
You can see the factor of exponential is zero. It is not a root of the characteristic
equation. The polynomial is a zero degree one which is a constant. Therefore the
solution will be of the form,
𝑖 𝑃( 𝑡) = 𝐴 cos 𝜔𝑡 + 𝐵 sin 𝜔𝑡
The complete solution is,
𝑖( 𝑡) = 𝑖 𝑐( 𝑡)+ 𝑖 𝑝( 𝑡)
𝑖( 𝑡) = 𝐾𝑒
−𝑡
𝑅𝐶⁄
+ [𝐴cos 𝜔𝑡 + 𝐵 sin 𝜔𝑡]
The above example gives an important fact about the solutions of a differential equation. It is
clear that the complementary solution does not depend on the sources or inputs given to the
circuit. It depends only on the elements of the circuit. This means it describes the natural
behaviour of the elements. Therefore the complementary solution represents the Natural
Response of the circuit. Since it is found by equating the R.H.S. to zero, the natural response
is also called Zero Input Response.
The particular solution always depends on the type of input given to the circuit. Therefore it
is called the Forced Response. This means the output is forced to give a certain type by
applying an external source.
As we discussed earlier the complete response is the sum of both solutions. All circuits
respond in its natural behaviour at every excitation. Then it comes to a steady state which will
be governed by the external source.
Now we know how to obtain the solution for a differential equation. After obtaining the
solution it is required to find the values of constants we have applied in the solution.
Following things must be known in order to find the constants.
Initial conditions – values of,
𝑖( 𝑡) ,
𝑑𝑖(𝑡)
𝑑𝑡
and
𝑑2
𝑖(𝑡)
𝑑𝑡2
at 𝑡 = 0+
Example – The initial voltage of a capacitor must be known to find the initial current 𝑖(𝑡)
Important – At excitations (Change of states),
Capacitors block the direct application of voltages across it but allow flowing currents.
Inductors block the flow of current but allow applying voltages across it.
Page 6 of 6
References
“Wolfram Alpha Differential equation solver”
http://www.wolframalpha.com/examples/DifferentialEquations.html
Use this online tool to solve differential equations. You can verify your answers by using this
tool.
2015, Guide to solve differential equations for electrical circuit analysis by I.A. Premaratne is
licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Más contenido relacionado

La actualidad más candente

Rational Exponents
Rational ExponentsRational Exponents
Rational ExponentsPhil Saraspe
 
Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)Hassaan Saleem
 
February 11, 2015,
February 11, 2015,February 11, 2015,
February 11, 2015,khyps13
 
Correlation &amp; regression
Correlation &amp; regressionCorrelation &amp; regression
Correlation &amp; regressionVineet Maurya
 
Rational exponents
Rational exponentsRational exponents
Rational exponentsDeepak Kumar
 
Module Seven Lesson Four Remediation Notes
Module Seven Lesson Four Remediation NotesModule Seven Lesson Four Remediation Notes
Module Seven Lesson Four Remediation Notesncvpsmanage1
 
Differential equation and its order and degree
Differential equation and its order and degreeDifferential equation and its order and degree
Differential equation and its order and degreeMdRiyad5
 
Exponential Form - Radicals
Exponential Form - RadicalsExponential Form - Radicals
Exponential Form - Radicalsswartzje
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functionsJessica Garcia
 
Differential equations,pdf
Differential equations,pdfDifferential equations,pdf
Differential equations,pdfMuhammadTahir530
 
25 the ratio, root, and ratio comparison test x
25 the ratio, root, and ratio  comparison test x25 the ratio, root, and ratio  comparison test x
25 the ratio, root, and ratio comparison test xmath266
 
Exponents and Radicals (Class 8th)
Exponents and Radicals (Class 8th)Exponents and Radicals (Class 8th)
Exponents and Radicals (Class 8th)Lugiano
 
Scse 1793 Differential Equation lecture 1
Scse 1793 Differential Equation lecture 1Scse 1793 Differential Equation lecture 1
Scse 1793 Differential Equation lecture 1Fairul Izwan Muzamuddin
 

La actualidad más candente (19)

Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)Helmholtz equation (Motivations and Solutions)
Helmholtz equation (Motivations and Solutions)
 
February 11, 2015,
February 11, 2015,February 11, 2015,
February 11, 2015,
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
 
Correlation &amp; regression
Correlation &amp; regressionCorrelation &amp; regression
Correlation &amp; regression
 
Intro
IntroIntro
Intro
 
Rational exponents
Rational exponentsRational exponents
Rational exponents
 
Determinants3
Determinants3Determinants3
Determinants3
 
Module Seven Lesson Four Remediation Notes
Module Seven Lesson Four Remediation NotesModule Seven Lesson Four Remediation Notes
Module Seven Lesson Four Remediation Notes
 
2415systems_odes
2415systems_odes2415systems_odes
2415systems_odes
 
Unidad 1 (segunda parte)
Unidad 1 (segunda parte)Unidad 1 (segunda parte)
Unidad 1 (segunda parte)
 
Differential equation and its order and degree
Differential equation and its order and degreeDifferential equation and its order and degree
Differential equation and its order and degree
 
Exponential Form - Radicals
Exponential Form - RadicalsExponential Form - Radicals
Exponential Form - Radicals
 
Logarithms and logarithmic functions
Logarithms and logarithmic functionsLogarithms and logarithmic functions
Logarithms and logarithmic functions
 
Differential equations,pdf
Differential equations,pdfDifferential equations,pdf
Differential equations,pdf
 
25 the ratio, root, and ratio comparison test x
25 the ratio, root, and ratio  comparison test x25 the ratio, root, and ratio  comparison test x
25 the ratio, root, and ratio comparison test x
 
Exponents and Radicals (Class 8th)
Exponents and Radicals (Class 8th)Exponents and Radicals (Class 8th)
Exponents and Radicals (Class 8th)
 
01 algebra
01 algebra01 algebra
01 algebra
 
Scse 1793 Differential Equation lecture 1
Scse 1793 Differential Equation lecture 1Scse 1793 Differential Equation lecture 1
Scse 1793 Differential Equation lecture 1
 

Similar a Guide to Solving Differential Equations for Electrical Circuits

Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...IOSR Journals
 
DSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-TransformDSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-TransformAmr E. Mohamed
 
Differential equations
Differential equationsDifferential equations
Differential equationsAMINULISLAM439
 
LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptx
LINEAR DIFFERENTIAL  EQUATIONSLINEAR DIFFERENTIAL  EQUATIONS  .pptxLINEAR DIFFERENTIAL  EQUATIONSLINEAR DIFFERENTIAL  EQUATIONS  .pptx
LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptxAlaOffice1
 
Tensor 1
Tensor  1Tensor  1
Tensor 1BAIJU V
 
Cauchy-Euler Equation.pptx
Cauchy-Euler Equation.pptxCauchy-Euler Equation.pptx
Cauchy-Euler Equation.pptxSalarBasheer
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesAamlan Saswat Mishra
 
Relations and Functions.pdf
Relations and Functions.pdfRelations and Functions.pdf
Relations and Functions.pdfGhanshyamGUPTA61
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsnarayana dash
 
Schrodinger Equation of Hydrogen Atom
Schrodinger Equation of Hydrogen AtomSchrodinger Equation of Hydrogen Atom
Schrodinger Equation of Hydrogen AtomSaad Shaukat
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite IntegralRich Elle
 
Delay-Differential Equations. Tools for Epidemics Modelling
Delay-Differential Equations. Tools for Epidemics ModellingDelay-Differential Equations. Tools for Epidemics Modelling
Delay-Differential Equations. Tools for Epidemics ModellingIgnasi Gros
 
MIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsMIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsLawrence De Vera
 
Gauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptxGauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptxHassaan Saleem
 
Magnetic Monopoles, Duality and SUSY.pptx
Magnetic Monopoles, Duality and SUSY.pptxMagnetic Monopoles, Duality and SUSY.pptx
Magnetic Monopoles, Duality and SUSY.pptxHassaan Saleem
 

Similar a Guide to Solving Differential Equations for Electrical Circuits (20)

Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
Approximate Solution of a Linear Descriptor Dynamic Control System via a non-...
 
DSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-TransformDSP_FOEHU - MATLAB 03 - The z-Transform
DSP_FOEHU - MATLAB 03 - The z-Transform
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
co.pptx
co.pptxco.pptx
co.pptx
 
Perturbation
PerturbationPerturbation
Perturbation
 
LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptx
LINEAR DIFFERENTIAL  EQUATIONSLINEAR DIFFERENTIAL  EQUATIONS  .pptxLINEAR DIFFERENTIAL  EQUATIONSLINEAR DIFFERENTIAL  EQUATIONS  .pptx
LINEAR DIFFERENTIAL EQUATIONSLINEAR DIFFERENTIAL EQUATIONS .pptx
 
Tensor 1
Tensor  1Tensor  1
Tensor 1
 
Cauchy-Euler Equation.pptx
Cauchy-Euler Equation.pptxCauchy-Euler Equation.pptx
Cauchy-Euler Equation.pptx
 
ch03.pptx
ch03.pptxch03.pptx
ch03.pptx
 
Consistency of linear equations in two and three variables
Consistency of linear equations in two and three variablesConsistency of linear equations in two and three variables
Consistency of linear equations in two and three variables
 
Relations and Functions.pdf
Relations and Functions.pdfRelations and Functions.pdf
Relations and Functions.pdf
 
Ch07 6
Ch07 6Ch07 6
Ch07 6
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
 
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
Implementation of 1D NN in Signal Processing Application to Get Relevant Recu...
 
Schrodinger Equation of Hydrogen Atom
Schrodinger Equation of Hydrogen AtomSchrodinger Equation of Hydrogen Atom
Schrodinger Equation of Hydrogen Atom
 
Indefinite Integral
Indefinite IntegralIndefinite Integral
Indefinite Integral
 
Delay-Differential Equations. Tools for Epidemics Modelling
Delay-Differential Equations. Tools for Epidemics ModellingDelay-Differential Equations. Tools for Epidemics Modelling
Delay-Differential Equations. Tools for Epidemics Modelling
 
MIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsMIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: Equations
 
Gauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptxGauge Theory for Beginners.pptx
Gauge Theory for Beginners.pptx
 
Magnetic Monopoles, Duality and SUSY.pptx
Magnetic Monopoles, Duality and SUSY.pptxMagnetic Monopoles, Duality and SUSY.pptx
Magnetic Monopoles, Duality and SUSY.pptx
 

Último

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 

Último (20)

Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 

Guide to Solving Differential Equations for Electrical Circuits

  • 1. Page 1 of 6 Guide to solve differential equations for electrical circuit analysis The differential equations can be divided into two main categories. 1. Homogeneous 2. Non-Homogeneous Homogeneous equations have only one solution. Non-Homogeneous equations have two solutions named ‘Complementary solution’ and ‘Particular solution’. The total or the complete solution is the sum of both solutions. If the differential equation represents an electrical circuit, the complementary solution gives the transient response and the particular solution gives the steady state response. At this level we are considering only 1st order and 2nd order equations only. To find the complementary solution which will be the only solution for Homogeneous equations, it is required to find the ‘Characteristic equation’. (‘Auxiliary equation’ is another name). Consider the following example. If f(t) is a function of t, the 1st order differential equation will be like, 𝐾1 𝑑𝑓(𝑡) 𝑑𝑡 + 𝐾2 𝑓( 𝑡) = 𝑅. 𝐻. 𝑆 The characteristic equation can be obtained by replacing the differential operator by a variable. In this example we are using𝛼. 𝐶ℎ𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛 ; 𝐾1 𝜎 + 𝐾2 = 0 The root of the characteristic equation is 𝜎 = − 𝐾2 𝐾1 Therefore the complementary solution is, 𝑓𝑐( 𝑡) = 𝐴𝑒 𝜎𝑡 A is a constant. Now we will find the characteristic equation of a 2nd order differential equation. 𝐾1 𝑑2 𝑓(𝑡) 𝑑𝑡2 + 𝐾2 𝑑𝑓(𝑡) 𝑑𝑡 + 𝐾3 = 𝑅. 𝐻. 𝑆 𝐶ℎ𝑎𝑟𝑎𝑐𝑡𝑒𝑟𝑖𝑠𝑡𝑖𝑐 𝑒𝑞𝑢𝑎𝑡𝑖𝑜𝑛 ; 𝐾1 𝜎2 + 𝐾2 𝜎 + 𝐾3 = 0 The second order equations have a quadratic equation as its characteristic equation, therefore have two roots. It can be found by the formulae. 𝜎 = −𝑏 ± √𝑏2 − 4𝑎𝑐 2𝑎 ‘a’, ‘b’ and ‘c’ represent the cofactors of σ2, σ1 and σ0.
  • 2. Page 2 of 6 The roots can have three different types which will form different types of complementary solutions. We will discuss all three types. Case I √𝒃 𝟐 − 𝟒𝒂𝒄 > 𝟎 Roots are real and distinct 𝜎1 and 𝜎2 Therefore 𝒇 𝒄( 𝒕) = 𝑨𝒆 𝝈 𝟏 𝒕 + 𝑩𝒆 𝝈 𝟐 𝒕 The response is said to be ‘Over damped’ Case II √𝒃 𝟐 − 𝟒𝒂𝒄 = 𝟎 Roots are real and equal 𝜎 Therefore 𝒇 𝒄( 𝒕) = 𝑨𝒆 𝝈𝒕 + 𝑩𝒕𝒆 𝝈𝒕 The response is said to be ‘Critically damped’ Case III √𝒃 𝟐 − 𝟒𝒂𝒄 < 𝟎 Roots set a complex conjugate pair (𝜎 + 𝑗𝜔) 𝑎𝑛𝑑 (𝜎 − 𝑗𝜔) Therefore 𝒇 𝒄( 𝒕) = 𝒆 𝝈𝒕 [𝑨𝐜𝐨𝐬 𝝎𝒕 + 𝑩 𝐬𝐢𝐧 𝝎𝒕] The response is said to be ‘Under damped’ Now we will try to find the particular solution 𝑓𝑝(𝑡) which will be needed only for Non- Homogeneous equations. Consider the following examples 𝐾1 𝑑𝑓(𝑡) 𝑑𝑡 + 𝐾2 𝑓( 𝑡) = 𝑃𝑛(𝑡) 𝐾1 𝑑2 𝑓(𝑡) 𝑑𝑡2 + 𝐾2 𝑑𝑓(𝑡) 𝑑𝑡 + 𝐾3 = 𝑃𝑛(𝑡) R.H.S of the equation is no longer equal to zero. The type of the particular solution depends on the type of R.H.S. We can represent any type of function on R.H.S. using the following format. 𝑅. 𝐻. 𝑆. = 𝑒 𝛼𝑡 𝑃𝑛(𝑡) The function is a product of an exponential and an nth degree polynomial. Here also we have to consider three different conditions.
  • 3. Page 3 of 6 Case I α is not a root of the characteristic equation. 𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡 𝑄 𝑛 (𝑡) Same degree polynomial having different cofactors with same exponential. Case II α is a single (simple) root of the characteristic equation. 𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡 𝑄 𝑛( 𝑡). 𝑡 Polynomial of degree n+1 having different cofactors with same exponential. Case III α is a double root of the characteristic equation. 𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡 𝑄 𝑛( 𝑡). 𝑡2 Polynomial of degree n+2 having different cofactors with same exponential. We will now consider another form of R.H.S. 𝑅. 𝐻. 𝑆. = 𝑒 𝛼𝑡 𝑃( 𝑡) cos 𝛽𝑡 + 𝑒 𝛼𝑡 𝑄( 𝑡) sin 𝛽𝑡 …… … …… … (1) Again there are two types of solutions. Case I (α + iβ) is not a root of the characteristic equation. 𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡 𝑈 𝑛( 𝑡) cos 𝛽𝑡 + 𝑒 𝛼𝑡 𝑉𝑛( 𝑡)sin 𝛽𝑡 The two polynomials U(t) and V(t) are of the order equal to the highest order of the two polynomials P(t) and Q(t). Case II (α + iβ) is a root of the characteristic equation. 𝑓𝑝( 𝑡) = 𝑒 𝛼𝑡 𝑈 𝑛 ( 𝑡). 𝑡 cos 𝛽𝑡 + 𝑒 𝛼𝑡 𝑉𝑛( 𝑡). 𝑡 sin 𝛽𝑡 The two polynomials U(t) and V(t) are of the order equal to the highest order of the two polynomials P(t) and Q(t). The sine and cosine terms of the solution stands even if one of the two components (sin or cosine terms) of the equation (1) is not available in R.H.S. Up to this point we have discussed how to obtain the complete solution of both Homogeneous and Non-Homogeneous 1st and 2nd order differential equations. Let us work out an example The following example will show the process of forming a differential equation and how the solution will look like. VC(t) R CV(t) i(t) Figure 1
  • 4. Page 4 of 6 1. Form the differential equation for the circuit. Apply KVL to the circuit, 𝑉𝑅 ( 𝑡) + 𝑉𝐶 ( 𝑡) = 𝑉( 𝑡) 𝑅 𝑖( 𝑡) + 1 𝐶 ∫ 𝑖( 𝑡) 𝑑𝑡 = 𝑉( 𝑡).. . . . . . . . . . ; { 𝑑𝑞 𝑑𝑡 = 𝐶 𝑑𝑉𝐶 𝑑𝑡 → 𝑖( 𝑡) = 𝐶 𝑑𝑉𝐶 𝑑𝑡 } Differentiating above equation w.r.t ‘t’, 𝑅 𝑑𝑖(𝑡) 𝑑𝑡 + 1 𝐶 𝑖( 𝑡) = 𝑑𝑉(𝑡) 𝑑𝑡 Thus, a first order differential equation with constant coefficients describes the behaviour of the current in this RC circuit. 2. Find the complete response of the circuit by solving the differential equation. If the applied voltage is, a) 𝑉( 𝑡) = 𝐸 ; a constant (e.g.: DC source) 𝑅 𝑑𝑖(𝑡) 𝑑𝑡 + 1 𝐶 𝑖( 𝑡) = 0 Since the R.H.S. is equal to zero, the equation is a 1st order Homogeneous equation. As we discussed the only solution available to this equation is the complementary solution. It is of the form, 𝑖( 𝑡) = 𝑖 𝑐(𝑡) = 𝐾𝑒 𝜎𝑡 The characteristic equation is, 𝑅𝜎 + 1 𝐶 = 0 ∴ 𝜎 = − 1 𝑅𝐶 ∴ 𝑖( 𝑡) = 𝐾𝑒 −𝑡 𝑅𝐶⁄ b) 𝑉( 𝑡) = 𝐸 cos 𝜔𝑡 ; (a sinusoidal signal input) 𝑅 𝑑𝑖(𝑡) 𝑑𝑡 + 1 𝐶 𝑖( 𝑡) = −𝐸𝜔 sin 𝜔𝑡 Since the R.H.S is not equal to zero, the equation is Non-Homogeneous. The characteristic equation is, 𝑅𝜎 + 1 𝐶 = 0 ⟹ ∴ 𝜎 = − 1 𝑅𝐶
  • 5. Page 5 of 6 You can see that the characteristic equation does not change with the R.H.S. because we equate it to zero to form the characteristic equation. Therefore the complementary solution stands same for any kind of input to the circuit. ∴ 𝑖 𝐶( 𝑡) = 𝐾𝑒 −𝑡 𝑅𝐶⁄ In order to find the particular solution we have to adjust the R.H.S to fit in to the general format. 𝑅. 𝐻. 𝑆. = −𝐸𝜔 sin 𝜔𝑡 = 𝑒0𝑡 𝑃0(𝑡)sin 𝜔𝑡 You can see the factor of exponential is zero. It is not a root of the characteristic equation. The polynomial is a zero degree one which is a constant. Therefore the solution will be of the form, 𝑖 𝑃( 𝑡) = 𝐴 cos 𝜔𝑡 + 𝐵 sin 𝜔𝑡 The complete solution is, 𝑖( 𝑡) = 𝑖 𝑐( 𝑡)+ 𝑖 𝑝( 𝑡) 𝑖( 𝑡) = 𝐾𝑒 −𝑡 𝑅𝐶⁄ + [𝐴cos 𝜔𝑡 + 𝐵 sin 𝜔𝑡] The above example gives an important fact about the solutions of a differential equation. It is clear that the complementary solution does not depend on the sources or inputs given to the circuit. It depends only on the elements of the circuit. This means it describes the natural behaviour of the elements. Therefore the complementary solution represents the Natural Response of the circuit. Since it is found by equating the R.H.S. to zero, the natural response is also called Zero Input Response. The particular solution always depends on the type of input given to the circuit. Therefore it is called the Forced Response. This means the output is forced to give a certain type by applying an external source. As we discussed earlier the complete response is the sum of both solutions. All circuits respond in its natural behaviour at every excitation. Then it comes to a steady state which will be governed by the external source. Now we know how to obtain the solution for a differential equation. After obtaining the solution it is required to find the values of constants we have applied in the solution. Following things must be known in order to find the constants. Initial conditions – values of, 𝑖( 𝑡) , 𝑑𝑖(𝑡) 𝑑𝑡 and 𝑑2 𝑖(𝑡) 𝑑𝑡2 at 𝑡 = 0+ Example – The initial voltage of a capacitor must be known to find the initial current 𝑖(𝑡) Important – At excitations (Change of states), Capacitors block the direct application of voltages across it but allow flowing currents. Inductors block the flow of current but allow applying voltages across it.
  • 6. Page 6 of 6 References “Wolfram Alpha Differential equation solver” http://www.wolframalpha.com/examples/DifferentialEquations.html Use this online tool to solve differential equations. You can verify your answers by using this tool. 2015, Guide to solve differential equations for electrical circuit analysis by I.A. Premaratne is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.