SOLVING NONHOMOGENEOUS 2ND ORDER DIFFERENTIAL EQUATIONS
solve my algebra problem with a calculator and fractions for free,integer problems adding multiplying dividing subtract,graphing linear equations on the coordinate plane powerpoint,exponents Simplifying Multiplication Expressions Lesson Plan,Adding, subtracting, multiplying and dividing Integer worksheets,slow steps balancing chemical equations with least common multiples,pre algebra adding and subtracting integers worksheet,fractions formula adding subtracting multiplying,combining like terms powerpoint lesson,quadratic equation extracting square root,simplify dividing algebra expressions online calculator free,Simplifying a sum of radical expressions calculator,error 13 dimension on a ti 86 graphing calculator solving linear equations,example of pictures of plotting points on the graphing calculator,solve nonlinear differential equation first order,What are sqaure root method of Quadratic Equations?,solving second order nonhomogeneous differential equation,solving addition and subtraction equations,free help on a 4>3 solve the inequality. graph the solutions on a number line,how to solve exponential probability in TI-83 Plus calculator,solving nonhomogeneous second order linear differential equation,adding subtracting multiplying dividing integers,solving nonlinear differential equations matlab,pre algebra distributive property prentice hall,factoring polynomials with a cubed term, tutorial,Maths worksheet for highest common factor & least common factor for year 7,Like Terms Simplifying Algebraic Expressions Activities Lessons,multi root quadratic equation solver TI-83,multiplying,dividing,adding,subtracting integers,examples of quadratic equations with fractional exponential,solving cubed polynomials equations,prealgebra solving equations by multiplying and dividing worksheet,convert mixed number to decimal,solving multiple variable polynomial equation,simplify square root of difference of two squares,adding and subtracting fractions with like denominators worksheet,converting base 2 fraction to decimal fraction,linear equation in two variables subject to linear constraint inequalities,adding ,subtracting ,multiplying ,and dividing fractions,solving radicals and square roots,how do you divide and times add subtract integers worksheet,HOW DO I DIVIDE A FRACTION BY A RADICAL FRACTION,dividing algebraic terms online free calculator,slow steps for balancing chemical equations with least common multiples,solving quadratic equations completing the square,find suare root of real numbers,Combining Like Terms pre-algebra worksheet,convert decimal to square root fraction,solving quadratics by factoring powerpoints,greatest common factor of two numbers is 871,worksheet on adding,subtracting,multiplying,dividing integers,Java method Convert Decimal Numbers to time,convert decimal to fraction - formula,how use my Casio Calculator for solving linear equations,Quadratic Equation Calculator factor,how to solve first order linear differential equations using laplace transform,math poems with the words, prime numbers, common multiples,common factors,square roots and cube roots activity,quadratic equations square root property calculator,simplifying complex rational expressions solver,solve nonlinear equation system maple symbolic,how to solve second order linear nonhomogeneous differential equations,rules for adding variables in a square root,7th grade level variables and equations explanations Equations Substitution variables,multiply and divide rational expressions calculator,multiplying dividing adding subtracting fractions,greatest common factor for three number with variables,worksheets on add subtract multiply divide fractions,solving basic algebra equations homework word problem,simplify radical expressions calculator root,simplifying exponents and square root calculator,worksheets solving addition and subtraction equations,online calculator that solves complex trinomials,solving simultaneous equations with excel equation solver,practice worksheets on adding, subtracting,multiplying,and dividing decimals. for 6th grade,find vertex of absolute value equations,solving third order linear equations,integers adding, subtracting, multiplying, dividing worksheet,techniques in getting the least common denominator in college algebra,adding subtracting multiplying and dividing integers,free advanced algebra add subtract rational expressions,convert decimal to fraction algebra worksheet,Pre-Algebra chapter 2 evaluate expressions, worksheet triangle expressions answers,least common denominator calculator,solving quadratic equations 3 variables,Solving Non Linear Simultaneous Equations,adding and subtracting positive and negative integers free worksheets,help with the algebraic expression four times a number divided by three,algebraic formula percentage number variable,Uniqueness of forcing terms in linear partial differential equations,dividing fractions and mix numbers cheat problem solver,worksheet solving addition and subtraction equations,solving second order linear difference equation,solving quadratic equations by completing the square,solving absolute value and radical equations using restrictions,Algebra I help turning rational equations into linear equations,math help containing equivalent fractions decimals and percentages,solving second order nonlinear differential equations,fraction and decimal multiplying and dividing worksheets,equation of the line solver ordered pairs,value for variable expression radicals roots,order of fractions from least to greatest Glencoe,McGraw-Hill,simplified radical form square roots,ti-83 plus solving systems of linear equations in three variables,method to solve third order polynomials,test for adding and subtracting negitive and positive numbers,solving second order non-homogeneous differential equations,online factoring of complex quadratic equations with variables only,simple pre-algebra equations,adding, subtracting, multiplying, dividing integers,slope solving by elimination online calculator,solving partial differential equations by factoring,how to solve multivariable algebra equation with fractions,finding the least common denominator for two rational expressions,how do you do the square root on the TI-83 plus graphic calculator?,solve my algebra problem with a calculator and fractions,adding subtracting dividing multiplying integers games,solving 2nd order differential equation,Multiplying rational expression fractions solver,square odd integer multiple of 8 plus one triangle number,combining like terms in algebraic expressions worksheets,Like Terms Simplifying Algebraic Expressions Junior High

Thank you for visiting our site! You landed on this page because you entered a search term similar to this: solving nonhomogeneous 2nd order differential equations, here's the result:



 

TheResonant Filter

Demoswith Positive Impact  

NSFDUE 9952306

 
Objective: To model and analyze the behavior of a resonant filter, including the solution of a second-order, constant coefficient differential equation, the notions of a transient and a steady state solution, and the idea of resonance.

Level: Sophomore/Junior/Senior in a Differential Equations or a Mathematical Modeling course.

Prerequisites: Familiarity with techniques for solving second order differential equations (forexample from Boyce & DiPrima, (6th ed.) Sections 3.8 & 3.9 or Zill (7th ed), Chapter5). Acquaintance with basic circuit elements as discussed in a first course indifferential equations. An introduction to numerical solution of differentialequations would be helpful. 

Platform: A PC; custom software (developed using C++) is included.

Instructor'sNotes:

The resonant filter is a circuit element containing a resistor with resistance R, a capacitor with capacitance C, an inductor with inductance L and a voltage source. Its response can be modeled by a second-order,  constant-coefficient, non-homogeneous second order differential equation

where q(t) is the charge on the capacitor attime t and Vin(t) is the (known) voltage from the inputsource.   The equation can be reforumlated in terms of current, i(t),using the relation that i'(t) = q(t).  Differentiating, we obtain anequivalent equation in terms of the current in the circuit,

.

Let Vout(t) represent the voltagedrop across the resistor.  The relationship between the voltage and currentis given by Vout(t) = R i(t).  Thus, the second orderdifferential equation equation, represented in terms of Vout is

.

A program has been developed which takes as parameters the circuit elements, the source,and the initial conditions.  This program provides an interactive utilityfor a numerical simulation of the effect on the output by varying the parametersand the input signal.  

The program displays three components; the control panel, a graph of the input signal, and a graph of the output signal,represented by y(t). These are displayed in Figure 1.  

Figure 1. Simulation of RLC filter with 
R = 0.52, L = 0.215, C = 0.215, y(0) = 1,
y'(0) = 0, and input signal
.

Values for L, C, and Rare controlled by sliders.  Initial data are controlled by user input andthere are options for setting the viewing scale.  Three input signals ofthe form are allowed with controls for amplitude A, frequency,and phase shift . The initial value problem is solved using a choice of the fixed step size FourthOrder Runge-Kutta algorithm or the variable step size Runge-Kutta-Fehlbergalgorithm and the output function is graphed.  Each numerical routineprovides user control over step size.  A slider controls the end time andthe preferred frequency for the filter is calculated and displayed.

The accompanying help file, accessible by clicking the help button on the control panel, provides detailed instructions. (To see the help file .)

DEMO 1:  A basic demo involvessimply illustrating the solution to an initial value problem that models theresonant filter with one input signal.  Holding all parameters fixed exceptone, it is easy to investigate the effect on the output signal from changing thevalue of one of the physical parameters.  Such an experiment is shown inFigure 2.


Figure 2.  Effect on output from varying C.

Aside from showing the numerically computed solution to the second order differential equationthat describes the resonant filter, there are three other useful demonstrations that this software canfacilitate.

DEMO 2:  Solutions of a second order differential equation with constant coefficients and a sinusoidal forcingfunction decompose into two  components--a transient solution and a steady state solution. Simply sliding the bars for the initial data shows quite clearly the presence of a transient solution that depends on the initial data, and a steady state solution that is unaffected by changes in the initial data. Figure 3 shows the output signal for an RLC filter with R = 0.52, L= 0.215, C = 0.215, y(0) = 1,
y'(0) = 0, and input signal obtained by varying the initial conditions.  Observe the initial transientsolution and the steady state that does not change.


y(0) = 1, y'(0) = 0


y(0) = .5, y'(0) = 0


y(0) = -1, y'(0) = 2

Figure 3.  Effect on output from varying initial conditions.

DEMO 3:  This demo is useful forillustrating the phenomenon of resonance in an electrical device.  Althoughresonance is undesirable in many mechanical systems, such as a spring masssystem, many electrical devices such as radios would not function properlywithout the phenomenon of resonance.

Choose an input signal with a certainfrequency.  Fix the resistance and inductance.  Slide the capacitanceslider and observe the changes in the output curve as the preferred frequencychanges. Notice that the amplitude of the steady state signal is largest whenthe preferred frequency is close to the frequency of the input signal.  Wecan think of the capacitor as a tuner.

We can use the software to simulate aprimitive radio.  Assume that volume is roughly proportional to amplitudeand suppose we wish to pick up a radio station at a particular frequency (theinput frequency).  By adjusting the capacitor so that the amplitude is thehighest (this will occur when the preferred frequency is the same as the inputfrequency), we have simultaneously tuned in the station broadcasting at ourpreferred frequency and tuned out stations broadcasting at other frequencies.

DEMO 4:  Choosethree different input signals with different frequencies. Set the resistance toa low value, and slide either the inductance or capacitance values so that thepreferred frequency varies across the frequencies of your input signals. Youwill be able to visually pick out the frequencies that correspond to the inputfrequencies. It is another nice demonstration of a primitive method for tuning aradio.

In a course on scientific simulation, we had students construct a program like this. They were given tables of data formed by the sum of periodic signals and used their program to determine the frequencies of the original signals.

Material Included:

A zipped file with all requisite material is available; see below. This file contains the program, which should run on any recent PC, the help file which describes the program interface as well as the mathematical details of the model and the resonance phenomenon. Also included is a complete commented source code for those who wish to modify the program. There is no installation process; you need only unzip the package in a convenient directory.

To download the zipped file .

Once the files have been extracted, theutility is the executable file entitled LRC Circuit.exe.  To run theprogram, double click the program icon. 

This software can be used either as a classroom demonstration or in a lab situation. It is recommended that if you use this with students in a lab that you prepare a handout of experiments for students to perform and report on.

Other Resource:

is a java applet that illustrates resonance in an RLC circuit.  

References:

Davis, Paul, Differential Equations forMathematics, Science, and Engineering, Prentice Hall, 1992.

Edwards, C. Henry and David E. Penney, Differential Equations:  Computing and Modeling, Second Edition, Prentice Hall, 2000.

Boyce, William E. and Richard C. Diprima, ElementaryDifferential Equations, 6th Edition, John Wiley & Sons, 1996.

Zill, Dennis G., AFirst Course in Differential Equations with Modeling Applications, 7thEdition, Brooks-Cole, 2000.


Credits: This demo was submitted by 

Michael O'Leary

Towson University

and is included in Demoswith Positive Impact with his permission. The work of Michael O'Learywas supported by the National Science Foundation, under grant DUE 9952625.