• Tidak ada hasil yang ditemukan

Linear Algebra and Differential Equations

N/A
N/A
Protected

Academic year: 2024

Membagikan "Linear Algebra and Differential Equations"

Copied!
14
0
0

Teks penuh

(1)

Linear Algebra and Differential Equations

Sujin Khomrutai, Ph.D.

Department of Math & Computer Science Chulalongkorn University

Lecture 4

(2)

Table of Contents

1 Cauchy-Euler Equations

(3)

Table of Contents

1 Cauchy-Euler Equations

(4)

Nonconstant coefficients equations

Now we study

an(t)y(n)+an−1(t)y(n−1)+· · ·+a0(t)y= 0 where ai(t) are continuous functions andan(t)6= 0.

It can be extended to non-homogeneous equations.

Definition

If there are numbersαn, . . . , α1, α0 such that

an(t) =αntn, . . . ,a1(t) =αit,a0(t) =α0

the equation is called Cauchy-Euler equation.

Someαi may be zero except, so the term αitiy(i) disappear.

(5)

Nonconstant coefficients equations

EX.Consider ODEs

1 3t2y00+ 2ty0−3y = 0 is a Cauchy-Euler equation.

2 t3y000−5ty0+ 3y = 0 is a Cauchy-Euler equation.

3 2t5y(5)−t4y(4)+t2y00+ 6y= 0 is a Cauchy-Euler equation.

4 ty00−y0+ (1/t)y = 0 seems not be a C-E in the first place.

Multiplying witht get

t2y00−ty0+y= 0, which is a Cauchy-Euler equation.

5 y00+ 2ty0−t2y = 0 is not a Cauchy-Euler equation.

(6)

Cauchy-Euler Equations

Theorem

The transformation

z = lnt, Y(z) =y(ez) changes the Cauchy-Euler

at2y00+bty0+cy = 0 (a,b,c are constants) into the form

aY00+ (b−a)Y0+cY = 0.

Backward transform.

t =ez, y(t) =Y(lnz).

(7)

Cauchy-Euler equations

Proof. Since z = lnt we have dz

dt =t−1 and dt dz =t. By the chain rule, we calculate

y0= dy dt = dY

dz dz

dt =t−1dY

dz ⇒ ty0= dY dz. Diff. z the last identity and apply chain rule:

dt

dzy0+ty00t= d2Y

dz2 ⇒ t2y00= d2Y dz2 −dY

dz. Plugging into the given ODE we obtain

a(Y00−Y0) +bY0+cY = 0 ⇒ aY00+ (b−a)Y0+cY = 0.

(8)

Cauchy-Euler equation

EX.Solve the Cauchy-Euler equation

t2y00+ty0+ 4y = 0.

Sol. Letz = lnt and Y(z) =y(ez). By the theorem, the given ODE is transformed into

Y00+ (1−1)Y0+ 4Y = 0 ⇒ Y00+ 4Y = 0.

Solving the ODE we get

Y(z) =C1cos 2z+C2sin 2z.

Transform back: y(t) =Y(lnt) so

y(t) =C1cos(2 lnt) +C2sin(2 lnt).

(9)

Cuachy-Euler equation

EX.Solve the ODE

2t2y00+ 3ty0−y = 0.

Sol. Letz = lnt and Y(z) =y(ez). By the theorem, we get 2Y00+ (3−2)Y0−Y = 0 ⇒ 2Y00+Y0−Y = 0.

Characteristic equation: 2r2+r−1 = 0,r1 =−1,r2= 1/2. So Y(z) =C1e−z+C2ez/2.

Transform back: y(t) =Y(lnt)

y(t) =C1t−1+C2t1/2.

(10)

Cauchy-Euler equation

EX.Solve the ODE

t2y00−5ty0+ 9y = 0.

Sol. Letz = lnt and Y(z) =y(ez). Then the ODE becomes Y00−6Y0+ 9Y = 0.

Char. equation: r2−6r+ 9 = 0, r1 =r2 = 3. So Y(z) = (C1+C2z)e3z. Transform back: y(t) =Y(lnt) we get

y(t) = (C1+C2lnt)t3.

(11)

Exercise

EX.Solve the ODE

t2y00+ 8ty0+ 12y= 0.

Sol. Letz = lnt and Y(z) =y(ez). The ODE becomes Y00+ 7Y0+ 12Y = 0.

Char. equation r2+ 7r+ 12 = 0, r1 =−4,r2 =−3. So Y(z) =C1e−4z+C2e−3z Transform back: y(t) =Y(lnt) we get

y(t) =C1t−4+C2t−3.

(12)

Nonhomogeneous Cauchy-Euler

We can employ the same transform

z = lnt, Y(z) =y(ez) and the backward transform

t =ez, y(t) =Y(lnt).

to solve a nonhomogeneous Cauchy-Euler equation at2y00+bty0+cy =f(t).

Note the under the transform the ODE becomes aY00+ (b−a)Y0+cY =f(ez).

(13)

Nonhomogeneous Cauchy-Euler

EX.Solve the ODE

t2y00−3ty0+ 4y = lnt4. Sol. Letz = lnt,Y(z) =y(ez). Then ODE becomes

Y00−4Y0+ 4Y = 4 ln(ez) = 4z.

Complementary part. Y00−4Y0+ 4Y = 0, getr1=r2 = 2. So Yc(z) = (C1+C2z)e2z.

Particular sol. k = 0, non-resonance. SoYp(z) =Az+B, then get A=B = 1 henceYp(z) =z+ 1.

General sol. Y(z) =Yc(z) +Yp(z) = (C1+C2z)e2z+z+ 1.

Transform back: y(t) =Y(lnt)

y(t) = (C1+C2lnt)t2+ lnt+ 1.

(14)

Nonhomogeneous Cauchy-Euler

EX.Solve the ODE

t2y00−2y = 3t2−1.

Sol. Letz = lnt,Y(z) =y(ez). Then ODE becomes Y00−Y0−2Y = 3e2z−1.

Complementary part. Y00−Y0−2Y = 0, get r1 =−1,r2 = 2. So Yc(z) =C1e−z+C2e2z.

Particular sol. Mixed, 3e2z (resonance,s = 1) and−1 (non-resonance).

MUC:Yp(z) =Aze2z+B, then getYp(z) =ze2z+ 12.

General Sol. Y(z) =Yc(z) +Yp(z) =C1e−z+C2e2z+ze2z+12. Transform back: y(t) =Y(lnt)

y(t) =C1(1/t) +C2t2+ (lnt)t2+ 1 2.

Referensi

Dokumen terkait

For any (parabolic, hyperbolic, and elliptic) second-order partial differential equations, it is con- ventional to distinguish four basic types of boundary value problems, depending

Numerical solutions of BVP – Linear BVP, finite difference methods, shooting methods, Newton’s method for system of equations, stability, error and convergence analysis, non-linear

In order to approximate the solutions of linear and non-linear fuzzy differential equations, we propose a new fuzzification of the classical Euler method and then incorporate an

Functional equations of prehomogeneous zeta functions and intertwining operators Fumihiro Sato §0 Introduction In the present paper, we establish a relation between the gamma

Tyn Myint-U Lokenath Debnath Linear Partial Differential Equations for Scientists and Engineers Fourth Edition Birkh¨auser Boston •Basel•Berlin... Tyn Myint-U 5 Sue Terrace

ABSTRACT This proposition adds to the hypothetical investigation of linear Differential Algebraic Equations of higher order just as of the regularity and singularity of matrix

Topics Teaching Hours 1 Ordinary differential equations of higher orders Second order linear differential equations with variable coefficients, method of variation of parameters,