Chapter 4. Linear Second Order Equations. ay + by + cy = 0, (1) where a, b, c are constants. The associated auxiliary equation is., r 2 = b b 2 4ac 2a



Similar documents
A Brief Review of Elementary Ordinary Differential Equations

Mathematics. ( : Focus on free Education) (Chapter 5) (Complex Numbers and Quadratic Equations) (Class XI)

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS

MATH 381 HOMEWORK 2 SOLUTIONS

Inner Product Spaces

Second Order Linear Differential Equations

Second-Order Linear Differential Equations

tegrals as General & Particular Solutions

General Theory of Differential Equations Sections 2.8, , 4.1

Chapter 17. Orthogonal Matrices and Symmetries of Space

Complex Numbers. w = f(z) z. Examples

Find all of the real numbers x that satisfy the algebraic equation:

Høgskolen i Narvik Sivilingeniørutdanningen STE6237 ELEMENTMETODER. Oppgaver


Solutions for Math 311 Assignment #1

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors

C. Complex Numbers. 1. Complex arithmetic.

On closed-form solutions to a class of ordinary differential equations

Complex Algebra. What is the identity, the number such that it times any number leaves that number alone?

Modern Algebra Lecture Notes: Rings and fields set 4 (Revision 2)

Euler s Formula Math 220

Separable First Order Differential Equations

Ordinary Differential Equations

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) Write the given system in matrix form x = Ax + f ( ) sin(t) x y z = dy cos(t)

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12

minimal polyonomial Example

Differentiation and Integration

Solving Cubic Polynomials

Higher Order Equations

MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.

FACTORING POLYNOMIALS IN THE RING OF FORMAL POWER SERIES OVER Z

DECOMPOSING SL 2 (R)

Review Solutions MAT V (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.

The Notebook Series. The solution of cubic and quartic equations. R.S. Johnson. Professor of Applied Mathematics

Chapter 20. Vector Spaces and Bases

Section 4.4 Inner Product Spaces

Notes and questions to aid A-level Mathematics revision

Inner Product Spaces and Orthogonality

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

Math Assignment 6

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals

Nonhomogeneous Linear Equations

TOPIC 4: DERIVATIVES

Lectures notes on orthogonal matrices (with exercises) Linear Algebra II - Spring 2004 by D. Klain

5. Orthogonal matrices

MATH 4552 Cubic equations and Cardano s formulae

Similarity and Diagonalization. Similar Matrices

DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents

October 3rd, Linear Algebra & Properties of the Covariance Matrix

PROBLEM SET 6: POLYNOMIALS

1 Completeness of a Set of Eigenfunctions. Lecturer: Naoki Saito Scribe: Alexander Sheynis/Allen Xue. May 3, The Neumann Boundary Condition

1.3 Algebraic Expressions

SOLVING TRIGONOMETRIC INEQUALITIES (CONCEPT, METHODS, AND STEPS) By Nghi H. Nguyen

ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

DHL EXPRESS CANADA E-BILL STANDARD SPECIFICATIONS

NUMERICAL ANALYSIS PROGRAMS

Quotient Rings and Field Extensions

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i i 5 6i

THE COMPLEX EXPONENTIAL FUNCTION

Problem Set 5 Due: In class Thursday, Oct. 18 Late papers will be accepted until 1:00 PM Friday.

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

Elementary Linear Algebra

CIRCLE COORDINATE GEOMETRY

LINEAR MAPS, THE TOTAL DERIVATIVE AND THE CHAIN RULE. Contents

PROBLEM SET. Practice Problems for Exam #1. Math 1352, Fall Oct. 1, 2004 ANSWERS

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

QUADRATIC EQUATIONS EXPECTED BACKGROUND KNOWLEDGE

7. Some irreducible polynomials

Math Placement Test Practice Problems

Time Series Analysis

Chapter 6. Linear Transformation. 6.1 Intro. to Linear Transformation

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

3.2 Sources, Sinks, Saddles, and Spirals

MAC Learning Objectives. Module 10. Polar Form of Complex Numbers. There are two major topics in this module:

The Method of Partial Fractions Math 121 Calculus II Spring 2015

Numerical Methods for Solving Systems of Nonlinear Equations

Math 67: Modern Linear Algebra (UC Davis, Fall 2011) Summary of lectures Prof. Dan Romik

Tim Kerins. Leaving Certificate Honours Maths - Algebra. Tim Kerins. the date

QUADRATIC EQUATIONS AND FUNCTIONS

Continued Fractions and the Euclidean Algorithm

α = u v. In other words, Orthogonal Projection

Vehicle Identification Numbering System 00.03

Fourth-Order Compact Schemes of a Heat Conduction Problem with Neumann Boundary Conditions

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Vector and Matrix Norms

Second Order Linear Partial Differential Equations. Part I

Deriving Demand Functions - Examples 1

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions

More Quadratic Equations

Solutions to Practice Problems

Section 10.5 Rotation of Axes; General Form of a Conic

Math 115 Spring 2011 Written Homework 5 Solutions

So far, we have looked at homogeneous equations

Systems of Linear Equations

Factoring Cubic Polynomials

The Mean Value Theorem

4. How many integers between 2004 and 4002 are perfect squares?

Transcription:

Chapter 4. Linear Second Order Equations ay + by + cy = 0, (1) where a, b, c are constants. ar 2 + br + c = 0. (2) Consequently, y = e rx is a solution to (1) if an only if r satisfies (2). So, the equation (2) is a quadratic, and its roots are: r 1 = b + b 2 4ac, r 2 = b b 2 4ac When b 2 4ac > 0, then r 1, r 2 R and r 1 r 2. So, y 1 (x) = e r 1x and y 2 (x) = e r 2x are two linearly independent solutions to (1) and is the general solution to (1). y(x) = c 1 e r 1x + c 2 e r 2x If b 2 4ac = 0, then the equation (2) has a repeated root r R, r = b. In this case, y 1 (x) = e rx and y 2 (x) = xe rx are two linearly independent solutions to (1) and is the general solution to (1). y(x) = c 1 e rx + c 2 xe rx = (c 1 + c 2 x)e rx Example 1. (a) Find the general solution to the equation y 2y 8y = 0. r 2 2r 8 = 0, which roots are r 1 = 4, r 2 = 2, the fundamental solution set is {e 4x, e 2x }. Thus, the general solution is y(x) = c 1 e 4x + c 2 e 2x. (b) Solve the given initial value problem 4y 12y + 9y = 0, y(0) = 1, y (0) = 3 2. The associated characteristic equation is 4r 2 12r + 9 = (2r 3) 2 = 0, which has one repeated root r = 3 2. The fundamental solution set is {e3 2 x, xe 3 2 x } y(x) = c 1 e 3 2 x + c 2 xe 3 2 x = (c 1 + c 2 x)e 3 2 x.

To find the solution to the initial value problem we have to plug x = 0 into y(x) and y (x). y (x) = 3 2 (c 1 + c 2 x)e 3 2 x + c 2 e 3 2 x = ( 3 2 c 1 + c 2 + 3 2 c 2x)e 3 2 x, y(0) = c 1 = 1, y (0) = 3 2 c 1 + c 2 = 3 2. Since c 1 = 1 and c 2 = 3 3c 2 2 1 = 0, the solution to the initial value problem is y(x) = e 3 2 x. Section 4.6 Auxiliary Equation with Complex Roots If b 2 4ac < 0, then the equation (2) has two complex conjugate roots r 1 = b 4ac b + i 2 = α + iβ, r 2 = b 4ac b i 2 = α iβ = r 1, here i 2 = 1, α = b, β = 4ac b 2, α, β R. We d like to assert that the functions e r 1x and e r 2x are solutions to the equation (1). If we assume that the law of exponents applies to complex numbers, then e (α+iβ)x = e αx e iβx e iβx? Let s assume that the Maclaurin series for e z is the same for complex numbers z as it is for real numbers. e iθ = (iθ) k k=0 k! = 1 + (iθ) + (iθ)2 2! + + (iθ)k k! + Since i 2 = 1, So, (1 θ2 2! + θ4 4! θ6 6! + e iθ = 1 + (iθ) θ2 2! iθ3 3! ) + i + θ4 4! + iθ5 (θ θ3 3! + θ5 5! θ7 7! + 5! + = ) = cos θ + i sin θ. e iθ = cosθ + i sin θ, then e iβx = cosβx + i sin βx and e (α+iβ)x = e αx e iβx = e αx (cosβx + i sin βx).

Lemma 1. Let z(x) = u(x) + iv(x) be a complex valued function of the real variable x, here u(x) and v(x) are real valued functions. And let z(x) be a solution to the equation (1). Then, the functions u(x) and v(x) are real-valued solutions to the equation (1). Proof. By assumption, az + bz + cz = a(u + iv) + b(u + iv) + c(u + iv) = a(u + iv ) + b(u + iv ) + c(u + iv) = (au + bu + cu) + i(av + bv + cv) = 0. But a complex number a + ib = 0 if and only if a = 0 and b = 0. So, au + bu + cu = 0, av + bv + cv = 0, which means that both u(x) and v(x) are real-valued solutions to (1). When we apply Lemma 1 to the solution we obtain the following. e (α+iβ)x = e αx (cosβx + i sin βx), Complex conjugate roots. If the auxiliary equation has complex conjugate roots α ± iβ, then two linearly independent solutions to (1) are e αx cosβx and e αx sin βx and a general solution is where c 1 and c 2 are arbitrary constants. y(x) = c 1 e αx cosβx + c 2 e αx sin βx, Example 2. Find a general solutions. (a) y 10y + 26y = 0. r 2 10r + 26 = 0, which roots are r 1 = 5+i, r 2 = 5 i, the fundamental solution set is {e 5x cosx, e 5x sin x}. Thus, the general solution is (b) y + 4y = 0. y(x) = e 5x (c 1 cosx + c 2 sin x). r 2 + 4 = 0, which roots are r 1 = 2i, r 2 = 2i, the fundamental solution set is {cos 2x, sin 2x}. Thus, the general solution is

(c) y y + 4y 4y = 0. y(x) = c 1 cos 2x + c 2 sin 2x. r 3 r 2 + 4r 4 = r 2 (r 1) + 4(r 1) = (r 2 + 4)(r 1) = 0, which has one real root r 1 = 1 and two complex roots r 2 = 2i, r 3 = 2i, so the fundamental solution set is {e x, cos 2x, sin 2x}. Thus, the general solution is y(x) = c 1 e x + c 2 cos 2x + c 3 sin 2x. Example 3. Solve the given initial value problems. (a) w 4w + 5w = 0, w(0) = 1, w (0) = 4. The associated characteristic equation is which has two complex roots r 2 4r + 5 = 0, r 1 = 2 + i, r 2 = 2 i. w(x) = e 2x (c 1 cosx + c 2 sin x). To find the solution to the initial value problem we have to plug x = 0 into w(x) and w (x). w (x) = 2e 2x (c 1 cos x+c 2 sin x)+e 2x ( c 1 sin x+c 2 cosx) = e 2x ((2c 1 +c 2 ) cosx+(2c 2 c 1 ) sin x), w(0) = c 1 = 1, w (0) = 2c 1 + c 2 = 4. Since c 1 = 1 and c 2 = 4 2c 1 = 2, the solution to the initial value problem is w(x) = e 2x (cosx + 2 sin x). (b) y + 9y = 0, y(0) = 1, y (0) = 1. The associated characteristic equation is which has two complex roots r 2 + 9 = 0, r 1 = 3i, r 2 = 3i.

y(x) = c 1 cos 3x + c 2 sin 3x. To find the solution to the initial value problem we have to plug x = 0 into y(x) and y (x). y (x) = 3c 1 sin 3x + 3c 2 cos 3x, y(0) = c 1 = 1, y (0) = 3c 2 = 1. Since c 1 = 1 and c 2 = 1/3, the solution to the initial value problem is y(x) = cos 3x + 1 sin x. 3