Second-order Linear Equations Linear Independence Of Solutions And The .

1y ago
6 Views
1 Downloads
3.37 MB
52 Pages
Last View : 16d ago
Last Download : 3m ago
Upload by : Matteo Vollmer
Transcription

Week #3 :Higher-Order Homogeneous DEsGoals: Second-order Linear Equations Linear Independence of Solutions and the Wronskian Homogeneous DEs with Constant Coefficients1

Second-Order Linear Equations - Spring System Intro - 1Second-Order Linear Equations - Spring SystemSo far we have seen examples of first-order DEs, or equations withfirst derivatives of some unknown function.From here on in the course, we will study differential equations withsecond or higher derivatives.One classic source of differential equations of this type comes fromanalyzing the forces on a block at the end of a spring.0x

Second-Order Linear Equations - Spring System Intro - 2While the mathematics behind this simple system will be very interesting in their own right, we should also note at the outset thatthe simple spring/mass model can be applied to a wide variety ofnot-so-obviously related real-world problems.

Spring System Analysis - 1x0In this system, how would you describe x in words?

Spring System Analysis - 2Problem. Draw a free-body diagram for the mass. Indicate themagnitude of the forces, assuming the mass of the block is m kg, and the spring constant (in N/m) is given by the constant k.

Spring System Analysis - 3Let us work with our intuition about this system before beginningthe mathematics.If the spring is very stiff, is k large or small?

Spring System Analysis - 4Definition. Period: the length of time to complete one full cycle/oscillation.If we increase the stiffness of the spring, do you expect the period ofthe oscillations to increase or decrease? Why?If we increase the mass, do you expect the period of the oscillationsto increase or decrease? Why?

Spring System Analysis - 5If we know k and m, and assume that friction is negligible, shouldwe be able to determine the exact period of the oscillations?From the work so far, can we easily find the formula for the period?

Spring System Analysis - 6The spring system is an excellent introduction to higher-order differential equations because we all have an intuition about how it should work physically, the mathematics and physics are simple, and there’s no obvious way to predict critical features (e.g. the period)from the given information.We clearly need some new tools!

Spring System as a DE - 1Use Newton’s second law, F ma, to construct an equation involving the position x(t).What order of differential equation does F ma produce for thisspring/mass system?

Spring System as a DE - 2To simplify matters temporarily, let us assume that both k 1 N/mand m 1 kg. Rewrite the previous differential equation.This differential equation invites us to find a function x(t) whosesecond derivative is its own negative. What function(s) would satisfythat?

Spring System as a DE - 3Having found two (and more) solutions to the differential equation forthe spring/mass system, we now need to know how we can reliablyunify those solutions. We will do so by looking at the general caseof second-order linear differential equations.

Second-Order DEs - General Solutions - 1A linear second-order equation can be expressed in the formA(x)y 00 B(x)y 0 C(x)y F (x). Assuming that A(x) 6 0, we canrewrite the equation in the standard form:dyd2 y p(x) q(x)y f (x) .2dxdxCompare this form with the differential equation for the spring/masssystem.Open question: what is the form of the general solution to a linearsecond-order linear differential equations?

Second-Order DEs - General Solutions - 2Lemma. If both y1 and y2 are solutions to the homogeneous equationy 00 p(x)y 0 q(x)y 0,then any linear combination C1y1 C2y2 is also a solution. Inother words, the solutions form a vector space, with y1 and y2being a basis. 1Prove this.1For key ideas from linear algebra that are useful for differential equations, see the supplementary materials.

Second-Order DEs - General Solutions - 3y 00 p(x)y 0 q(x)y 0

General Solutions - Example - 1Problem. Verify that y1(x) e2x cos(3x) and y2(x) e2x sin(3x)are solutions to y 00 4y 0 13y 0.

General Solutions - Example - 2y 00 4y 0 13y 0After verifying, construct the general solution to the DE.

General Solutions - Example - 3y1(x) e2x cos(3x), y2(x) e2x sin(3x)y 00 4y 0 13y 0.Find a particular solution that satisfies the initial conditions y(0) 2and y 0(0) 5.

General Solutions - Example - 4y1(x) e2x cos(3x), y2(x) e2x sin(3x)y 00 4y 0 13y 0.

Linear Independence of Solutions - 1One of the important ideas from linear algebra is that two solutionscan be combined to make the general solution only if the twosolutions are linearly independent.Definition. Two functions y1(x) and y2(x) are linearly independentif and only iff the values a 0, b 0 are the only solutions toay1(x) by2(x) 0.Problem. Determine whether sin(t) and cos(t π/2) are linearlyindependent.

Linear Independence of Solutions - 2For two differentiable function y1 and y2, the Wronskian isy1(x) y2(x)0 (x) y 0 (x)y (x) y(x)yW [y1, y2] : det 01221y1(x) y20 (x)Lemma. If the Wronskian is nonzero at some point, then y1 andy2 are linearly independent.Prove this lemma.

Linear Independence of Solutions - 3Problem. Use the Wronskian to show that x and ex are linearlyindependent functions.

Linear Independence - Examples - 1Problem. Given that y1 e 2t and y2 e 3t are both solutionstoy 00 5y 0 6y 0,find the general solution.

Linear Independence - Examples - 2 1Problem. Show that x and span the solution space to 2x2y 00 x03xy y 0 when x 0.

Linear Independence - Examples - 3 1Given that y1 x and y2 are both solutions tox2x2y 00 3xy 0 y 0 when x 0,find the general solution.

Finding Solutions - Homogeneous DE with Const. Coeff. - 1Homogeneous Equations with Constant CoefficientsSo we know that if we find two solutions to a second order linear DE,we can always build the general solution. But now, how does we findthose two solutions?It turns out to be difficult with the general linear DE case, so we willstart with the homogeneous (RHS of the DE equals 0 in standard form) linear DE (y and its derivatives are linear) with constant coefficients (all the coefficients will be constants,not functions of x)How does our spring/mass DE relate to these restrictions?

Finding Solutions - Homogeneous DE with Const. Coeff. - 2Classify the following DEs based on the terms homogeneous, linearand constant coefficientsx2y 00 xy 0 y 10100y 00 y 4x3(y 00)2 y 4ex4y 00 10y 0 y 0

Finding Solutions - Homogeneous DE with Const. Coeff. - 3The generic 2nd order DE with constant coefficients is of the formay 00 by 0 cy 0where a, b, c R.To find a solution, we will make an informed guess at the solutionform, and see what happens.Problem. Suppose that y erx for some r R is a solution. Whathappens when we sub that proposed solution into the differentialequation?

Finding Solutions - Homogeneous DE with Const. Coeff. - 4Starting withay 00 by 0 cy 0and the assumed solution form y erx, we obtain thecharacteristic equation:ar2 br c 0If r is a root of the characteristic equation, then y erx is a solutionto the differential equation.

Homogenous DE Examples - 1Problem. Find the general solution to y 00 5y 0 6y 0

Homogenous DE Examples - 2Proposition. If the characteristic equation has exactly two distinct roots r1 and r2, then the general solution is C1er1x C2er2x.Prove this.

Homogenous DEs - Further Examples - 1Problem. Solve x00 2x0 x 0; x(0) 0, x0(0) 1.

Homogenous DEs - Further Examples - 2x00 2x0 x 0; x(0) 0, x0(0) 1.

Homogenous DEs - Further Examples - 3Problem. Solve y 00 4y 0 4y 0

Reduction of Order; Repeated Roots - 1Reduction of OrderHow can we explain the second solution from our previous example?Let r be a root of the characteristic equation of ay 00 by 0 cy 0so that erx is a solution.One hypothesis for a second solution would be “a function like/relatedto the first solution”, and one way to design such a function wouldbe multiply our known solution by an unknown function, u(x):y2 u(x)erxIf this new form is in fact a valid solution, we can verify that bysubbing it into the original DE.

Reduction of Order; Repeated Roots - 2ay 00 by 0 cy 0; y1 erx is a solution.Problem. Show that y2 u(x)erx is also a solution, for certainchoices of u(x).

Reduction of Order; Repeated Roots - 3Proposition. If the characteristic equation has exactly one double root r, then the general solution is C1erx C2xerx.Prove this.

Complex Roots - 1Problem. Solve y 00 y 0.

Complex Roots - 2Remark. Using power series, we have 2 3 n 1θ 1θ 1θ 1θ 1 1θ e ··· ···2!3!n! θ2 θ3 θ4 θ5 1 1 · · · 1 1θ 2! 3! 4!5! 4523 θθθθ 1 · · · 1 θ · · ·2! 4!3! 5! cos(θ) 1 sin(θ) .

Complex Roots - 3Proposition. If the characteristic equation has exactly two conjugate roots a b 1, then the general solution is C1eax cos(bx) C2eax sin(bx).

2nd Order Homogeneous DEs - General Case - 12nd Order Homogeneous DEs - General CaseHow does one solve homogeneous linear equations?

2nd Order Homogeneous DEs - General Case - 2Problem. Solve 16y 00 8y 0 145y 0, y(0) 2, y 0(0) 1.

2nd Order Homogeneous DEs - General Case - 316y 00 8y 0 145y 0, y(0) 2, y 0(0) 1.

Homogeneous DEs - Arbitrary Order - 1Homogeneous DEs - Arbitrary orderA linear equation can be expressed in the formAn(x)y (n) An 1(x)y (n 1) · · · A0(x)y F (x) .Assuming that An(x) 6 0, we can rewrite the equation in the standard form:dn 1ydn y p1(x) n 1 · · · pn(x)y f (x) .ndxdx

Homogeneous DEs - Arbitrary Order - 2dn ydn 1y p1(x) n 1 · · · pn(x)y f (x) .ndxdxIn this n th order DE, the general solution will be the span of nlinearly independent solutions y1, . . . , yn.It therefore behooves us to develop a test for linear independence forsets of more than 2 functions.

The Wronskian - n functions - 1The Wronskian - n functionsFor n differentiable function y1 , y2, . . . , yn, the Wronskian isy1(x) . . . yn(x) y 0 (x) . . . y 0 (x) nW [y1, . . . , yn] : det 1 . . (n 1)(n 1)y1(x) . . . yn(x)Lemma. If the Wronskian is nonzero at some point, then y1, . . . ynare linearly independent.

The Wronskian - n functions - 2Problem. Use the Wronskian to show that the functions x, x2, andx 1 are linearly independent.

The Wronskian - n functions - 3Problem. Given that x, x2, and x 1 are solutions to x3y 000 x2y 00 2xy 0 2y 0 where x 0, find the general solution.

The Wronskian - n functions - 4Concept check: why weren’t the solutions x, x2, and x 1 tox3y 000 x2y 00 2xy 0 2y 0in the form of erx?

Spring/Mass System Revisited - 1Spring/Mass System Revisitedx0The position over time of the mass in this system is dictacted byNewton’s Second Law, F ma. With the spring force given by kx, a x00, the system must satisfymx00 kxork00x x 0m

Spring/Mass System Revisited - 2k00x x 0mProblem. Find the general solution to this differential equation.

Spring/Mass System Revisited - 3Use the general solution to predict the period of the oscillations, ifyou were given the spring constant k and the mass m.

Second-Order Linear Equations - Spring System Intro - 1 Second-Order Linear Equations - Spring System So far we have seen examples of rst-order DEs, or equations with rst derivatives of some unknown function. From here on in the course, we will study di erential equations with second or higher derivatives. One classic source of di erential .

Related Documents:

EQUATIONS AND INEQUALITIES Golden Rule of Equations: "What you do to one side, you do to the other side too" Linear Equations Quadratic Equations Simultaneous Linear Equations Word Problems Literal Equations Linear Inequalities 1 LINEAR EQUATIONS E.g. Solve the following equations: (a) (b) 2s 3 11 4 2 8 2 11 3 s

1.2 First Order Equations 5 1.3 Direction Fields for First Order Equations 14 Chapter 2 First Order Equations 2.1 Linear First Order Equations 27 2.2 Separable Equations 39 2.3 Existence and Uniqueness of Solutions of Nonlinear Equations 48 2.5 Exact Equations 55 2.6 Integrating Factors 63 Chapter 3 Numerical Methods 3.1 Euler’s Method 74

Chapter 1 Introduction 1 1.1 ApplicationsLeading to Differential Equations 1.2 First Order Equations 5 1.3 Direction Fields for First Order Equations 16 Chapter 2 First Order Equations 30 2.1 Linear First Order Equations 30 2.2 Separable Equations 45 2.3 Existence and Uniqueness of Solutionsof Nonlinear Equations 55

3.1 Theory of Linear Equations 97 HIGHER-ORDER 3 DIFFERENTIAL EQUATIONS 3.1 Theory of Linear Equations 3.1.1 Initial-Value and Boundary-Value Problems 3.1.2 Homogeneous Equations 3.1.3 Nonhomogeneous Equations 3.2 Reduction of Order 3.3 Homogeneous Linear Equations with Constant Coeffi cients 3.4 Undetermined Coeffi cients 3.5 V

KEY: system of linear equations solution of a system of linear equations solving systems of linear equations by graphing solving systems of linear equations NOT: Example 2 3. 2x 2y 2 7x y 9 a. (1, 9) c. (0, 9) b. (2, 3) d. (1, 2) ANS: D REF: Algebra 1 Sec. 5.1 KEY: system of linear equations solution of a system of .

These two linear equations model the situation: 12s 24l 780 s l 20 These two equations form a system of linear equations in two variables, sand l. A system of linear equations is often referred to as a linear system. A solution of a linear system is a pair of values of s and l that satisfy both equations.

Recall that a second order equation is called nonlinear if it is not linear.) is called linear homogeneous if and non-homogeneous if . E. XAMPLE . 8.1.2 . 1. The equation . is a second order equation which is nonlinear. 2. is an example of a linear second order equation. 3. is a non-homogeneous linear second order equation. mywbut.com 1

The empirical study suggests that the modern management approach not so much substitutes but complements the more traditional approach. It comprises an addition to traditional management, with internal motivation and intrinsic rewards have a strong, positive effect on performance, and short term focus exhibiting a negative effect on performance. These findings contribute to the current .