CLTI Differential Equations (3A) Young Won Lim 6/4/15

Size: px
Start display at page:

Download "CLTI Differential Equations (3A) Young Won Lim 6/4/15"

Transcription

1 CLTI Differential Equations (3A)

2 Copyright (c) Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". Please send corrections (or suggestions) to youngwlim@hotmail.com. This document was produced by using OpenOffice and Octave.

3 Second Order ODEs First Order Linear Equations a 1 (x) d y d x + a 0 (x) y = g(x) a 1 ( x) y ' + a 0 (x) y = g(x) Second Order Linear Equations a 2 (x) d 2 y d x 2 + a 1(x) d y d x + a 0(x) y = g(x) a 2 (x) y ' ' + a 1 (x) y ' + a 0 (x) y = g(x) Second Order Linear Equations with Constant Coefficients d 2 y a 2 d x + a d y 2 1 d x + a 0 y = g(x) a d2 y d x 2 + b d y d x + c y = g(x) a 2 y ' ' + a 1 y ' + a 0 y = g(x) a y ' ' + b y ' + c y = g(x) CLTI Differential Equations (3A) 3

4 Auxiliary Equation Homogeneous Second Order DEs with Constant Coefficients a d2 y d x 2 + b d y d x + c y = 0 a y ' ' + b y ' + c y = 0 try a solution y = e mx a d2 d x 2 {em x } + b d d x {em x } + c {e m x }= 0 a {m 2 e m x } + b{me m x } + c {e m x }= 0 (a m 2 + bm + c) e m x = 0 a {e m x }' ' + b{e m x }' + c {e m x }= 0 a {m 2 e m x } + b{me m x } + c {e m x }= 0 (a m 2 + b m + c) e m x = 0 auxiliary equation (a m 2 + b m + c) = 0 (a m 2 + bm + c) = 0 CLTI Differential Equations (3A) 4

5 Roots of the Auxiliary Equation Homogeneous Second Order DEs with Constant Coefficients a d2 y d x 2 + b d y d x + c y = 0 a y ' ' + b y ' + c y = 0 auxiliary equation try a solution y = e mx (a m 2 + bm + c) = 0 m 1 = ( b + b 2 4ac)/2a m 2 = ( b b 2 4ac)/2a = e m 1 x, = e m 2 x (A) b 2 4ac > 0 Real, distinct m 1, m 2 = e m 1 x = = e m 2 x (B) b 2 4ac = 0 Real, equal m 1, m 2 = e m 1 x, = e m 2 x (C) b 2 4ac < 0 Conjugate complex m 1, m 2 CLTI Differential Equations (3A) 5

6 Linear Combination of Solutions DEQ a d2 y d x 2 + b d y d x + c y = 0 a ' ' + b ' + c = 0 a ' ' + b ' + c = 0 C 1 + C 2 a( ' '+ ' ') + b( '+ ') + c( + ) = 0 a( + )' ' + b( + )' + c( + ) = 0 y 3 = + y 4 = a(c 1 ' '+C 2 ' ') + b(c 1 '+C 2 ') + c(c 1 +C 2 ) = 0 a(c 1 +C 2 )' ' + b(c 1 +C 2 )' + c(c 1 +C 2 ) = 0 y 5 = y y 4 y 6 = y 3 2 y 4 CLTI Differential Equations (3A) 6

7 Three Cases overdamping critical damping underdamping f (t ) = C 1 e 2 t + C 2 e 3t g(t ) = C 1 e 2 t + C 2 t e 2 t h(t ) = e 2 t (C 3 cos(3t ) + C 4 sin(3t)) b 2 4ac > 0 b 2 4ac = 0 b 2 4ac < 0 Real, distinct m 1, m 2 Real, equal m 1, m 2 Conjugate complex m 1, m 2 y = C 1 e m 1x + C 2 e m 2 x y = C 1 e m 1x + C 2 x e m 1x y = C 1 e m 1x + C 2 e m 2 x = C 1 e (α+i β) x + C 2 e (α iβ)x CLTI Differential Equations (3A) 7

8 Three Cases overdamping critical damping underdamping f '(t) = (C 1 e 2 t + C 2 e 3t )' g'(t) = (C 1 e 2 t + C 2 t e 2 t )' h '(t) = [e 2t (C 3 cos(3 t) + C 4 sin(3 t))]' CLTI Differential Equations (3A) 8

9 Complex Exponential Conversion Homogeneous Second Order DEs with Constant Coefficients a d2 y d x 2 + b d y d x + c y = 0 a y ' ' + b y ' + c y = 0 m 1 = ( b + b 2 4 ac)/2a m 1 = ( b + 4 a c b 2 i)/2 a = α + i β = e m 1 x m 2 = ( b b 2 4a c)/2a m 2 = ( b 4 a c b 2 i)/2a = α iβ = e m 2 x b 2 4ac < 0 Conjugate complex m 1, m 2 y = C 1 e m 1x + C 2 e m 2 x = C 1 e (α+i β) x + C 2 e (α iβ)x Pick two homogeneous solution = {e (α+i β)x + e (α iβ) x }/2 = {e (α+iβ) x e (α i β) x }/2i = e α x cos(β x) = e α x sin (β x) (C 1 =+1/2, C 2 =+1/2) (C 1 =+1/2i, C 2 = 1/2i) y = C 3 e α x cos(β x) + C 4 e α x sin(β x)= e α x (C 3 cos(β x) + C 4 sin (β x)) CLTI Differential Equations (3A) 9

10 Fundamental Set Examples (1) Second Order EQ a d2 y d x 2 + b d y d x + c y = 0 (α +iβ) x e (α i β) x e y 3 = 1 y y 2 2 {e (α+i β) x + e (α iβ)x }/2 = e α x cos(β x) y 4 = 1 2i 1 y 2i 2 {e (α+i β) x e (α i β) x }/2i = e α x sin (β x) CLTI Differential Equations (3A) 10

11 Fundamental Set Examples (2) Second Order EQ a d2 y d x 2 + b d y d x + c y = 0 = = y 3 +i y 4 y 3 i y 4 (α +iβ) x e (α i β) x e y 3 = e α x cos(β x) e α x [cos(β x) + i sin(β x)] y 4 = e α x sin(β x) e α x [cos(β x) i sin(β x)] CLTI Differential Equations (3A) 11

12 General Solution Examples Second Order EQ a d2 y d x 2 + b d y d x + c y = 0 linearly independent Fundamental Set of Solutions {, }={e (α+i β) x, e (α iβ)x } C 1 + C 2 C 1 e (α +i β) x (α i β) x + C 2 e General Solution linearly independent Fundamental Set of Solutions {y 3, y 4 }={e α x cos(β x), e α x sin (β x)} c 3 y 3 + c 3 y 4 c 3 e α x cos(β x) + c 4 e α x sin(β x) = e α x (c 3 cos(β x) + c 4 sin(β x)) General Solution CLTI Differential Equations (3A) 12

13 Finding a Particular Solution - Undetermined Coefficients CLTI Differential Equations (3A) 13

14 Three Differential Equations y p particular solutions EQ 1 d 2 y (t ) d t 2 + a 1 d y(t) d t + a 2 y(t) = x 1 ( x) + y h EQ 2 d 2 y (t ) d t 2 + a 1 d y(t) d t + a 2 y(t) = x 2 ( x) + y h d 2 y (t ) d t 2 + a 1 d y(t) d t + a 2 y(t) = 0 EQ 3 d 2 y (t ) d t 2 + a 1 d y(t) d t + a 2 y(t) = x 3 (x) y 3 + y h general solutions y h homogeneous solution CLTI Differential Equations (3A) 14

15 Particular Solutions DEQ a d2 y d x 2 + b d y d x + c y = g(x) When coefficients are constant y p particular solution by a conjecture (I) FORM Rule (II) Multiplication Rule And A constant or k g(x) = A polynomial or An exponential function or A sine and cosine functions or P(x) = a n x n + a n 1 x n a 1 x 1 + a 0 e α x sin(β x) cos(β x) Finite sum and products of the above functions e α x sin (β x) + x 2 And g(x) ln x 1 x tan x sin 1 x CLTI Differential Equations (3A) 15

16 Form Rule DEQ a d2 y d x 2 + b d y d x + c y = g(x) When coefficients are constant y p particular solution by a conjecture (I) FORM Rule (II) Multiplication Rule g(x) = 2 y p = A g(x) = 3 x+4 y p = Ax+B g(x) = 5 x 2 y p = Ax 2 +Bx+C g(x) = 6 x 2 7 y p = Ax 2 +Bx+C g(x) = sin 8 x y p = A cos 8 x+ B sin 8 x g(x) = cos 9 x y p = A cos 9 x+ B sin 9 x g(x) = e 10 x y p = A e 10 x g(x) = x e 11 x y p = ( Ax+ B)e 11 x g(x) = e 11 x sin 12 x y p = A e 11 x sin 12x+ B e 11 x cos12 x CLTI Differential Equations (3A) 16

17 Multiplication Rule DEQ a d2 y d x 2 + b d y d x + c y = g(x) y p use y p =x n y p =x n if y p = y p = Associated DEQ a d2 y d x 2 + b d y d x + c y = 0 y p + y c Any y p contains a term which is the same term in y c Use y p multiplied by x n n is the smallest positive integer that eliminates the duplication c 1 + c 2 CLTI Differential Equations (3A) 17

18 Example Form Rule (1) DEQ d 2 y d x + 3 d y 2 d x + 2 y = x y p + y p y c y p = Ax+B y p '= A y p ' '=0 y p ' ' + 3 y p ' + 2 y p = 3 A + 2(A x+b) = 2 A x+3 A+2 B = x Associated DEQ d 2 y d x d y d x + 2 y = 0 m 2 + 3m + 2 = 0 (m+2)(m+1) = 0 2 A = 1 3 A+2 B = 0 A = 1 2 B = 3 4 y p = 1 2 x 3 4 c 1 + c 2 y = c 1 e x + c 2 e 2x x 3 4 CLTI Differential Equations (3A) 18

19 Example Multiplication Rule (2) DEQ d 2 y d x 2 d y 2 d x + y = 2ex y p y ' ' 2 y '+ y = 2 e x y p = A e x A x e x A x 2 e x y p + y c Associated DEQ = e x = x e x d 2 y d x 2 d y 2 d x + y = 0 y ' ' 2 y '+ y = 0 c 1 + c 2 CLTI Differential Equations (3A) 19

20 Example Multiplication Rule (3) DEQ d 2 y d x 2 d y 2 d x + y = 2ex y p y ' ' 2 y '+ y = 6 x e x y p = A x e x A x 2 e x A x 3 e x y p + y c LHS :2 A e x Associated DEQ = e x = x e x d 2 y d x 2 2 d y d x + y = 0 y ' ' 2 y '+ y = 0 c 1 + c 2 CLTI Differential Equations (3A) 20

21 Forced Response variation of parameters y ' ' + p y ' + q y = f (x) y (x 0 ) = 0 y '(x 0 ) = 0 Nonhomogeneous DEQ Zero Initial Conditions Initially at rest Zero State Response Green's function (Impulse Response) y p = u 1 (x) + u 2 (x) = [ x y x0 1 (t ) (x) (x) y (t) 2 ] W (t ) f (t )d t x = x0 G(x, t)f (t )d t y p (x) = x0 x G(x, t)f (t)d t y p '(x) = G(x, x)f (x) + x0 x x [G(x, t)f (t)] d t = [ x y x0 1 (t ) ' (x) '(x) y (t) 2 ] W (t ) f (t)d t y p (x 0 ) = x0 x 0 G(x, t)f (t)d t = 0 x 0 y p '(x 0 ) = x0 [ (t) ' (x 0 ) '(x 0 ) (t ) ] f (t )d t = 0 W (t) CLTI Differential Equations (3A) 21

22 Variation of Parameter [c u(x)] y ' ' + P(x) y ' + Q(x) y = 0 y ' ' + P(x) y ' + Q(x) y = f (x) y h = c 1 + c 2 y p = u 1 (x) + u 2 (x) y p ' ' + P(x) y p ' + Q(x) y p = d d x + u 1 ' + u 2 ' + P + u 1 ' + u 2 ' + + u 1 ' ' + u 2 ' ' = f (x) u 1 ' + u 2 ' = 0 ' u 1 ' + ' u 2 ' = f (x) [ ' '][ u 1' '] u = [ 0 2 f (x)] W = ' ' W 1 = 0 f ( x) ' W 2 = 0 ' f (x) u 1 '(x) = W 1 W = (x)f (x) W u 2 ' (x) = W 2 W = (x)f (x) W CLTI Differential Equations (3A) 22

23 Superposition DEQ d 2 y d x + b d y 2 d x + c y = 2 x cos8 x (2 x 2 + 3) + (cos8 x) d 2 y d x + b d y 2 d x + c y = 0 y c y c = c 1 e m 1x + c 2 e m 2x d 2 y d x + b d y 2 d x + c y = 2 x2 + 3 y p1 y p1 = A x 2 + B x + C d 2 y d x + b d y 2 d x + c y = cos 8 x y p2 y p2 = E cos 8 x + F sin 8 x d 2 d x 2 [ y c+ y p1 + y p2 ] + b d d x [ y c+ y p1 + y p2 ] + c[ y c + y p1 + y p2 ] = 2 x cos8 x CLTI Differential Equations (3A) 23

24 ODE's and Causal LTI Systems d N y (t ) d N 1 y(t) d y(t ) a N +a d t N N 1 + +a d t N 1 d t +a 0 y (t ) = x(t ) output y (t) (t) x (t) input a N d N y(t) d t N + a N 1 d N 1 y(t) d t N + + a 1 d y(t) d t d M x(t) + a 0 y(t) = b M d t + b M M 1 d M 1 x(t ) d t M 1 d x(t) + + b 1 + b d t 0 x(t) output y (t) h(t ) =? x (t) input CLTI Differential Equations (3A) 24

25 Base System & Derived System y ( N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = x base system x (t) w(t ) (t) notation: y ( N) = dn y dt N = dn dt N y(t ) y (N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = b 0 x ( N ) + b 1 x ( N 1) + + b N 1 x (1) + b N x derived system x (t) h(t ) y (t) notation: x ( N ) = d N x dt N = dn dt N x(t ) CLTI Differential Equations (3A) 25

26 General System & Base System general system y ( N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = b 0 x (N ) + b 1 x (N 1) + + b N 1 x (1) + b N x y (N) + a 1 y (N 1) + + a N 1 y (1) + a N y = b 0 x (N) y (N) + a 1 y (N 1) + + a N 1 y (1) + a N y = b 1 x (N 1) y (N) + a 1 y (N 1) + + a N 1 y (1) + a N y = y (N) + a 1 y (N 1) + + a N 1 y (1) + a N y = b N x b 0 (N) b 1 (N 1) b N derivatives of the impulse response of the base system h = b 0 ( N ) + b 1 ( N 1) + + b N 1 (1) + b N h(t) = Impulse response of the general system base system y ( N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = x (t) = Impulse response of the base system CLTI Differential Equations (3A) 26

27 Superposition of derivatives of a delta function y ( N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = b 0 δ (N ) + b 1 δ ( N 1) + + b N 1 δ (1) + b N δ δ(t ) h(t ) h(t ) h(t) = b 0 (N ) + b 1 ( N 1) + + b N 1 (1) + b N = P( D) (t ) superposition of the derivatives of delta function b N δ (t) b N h (N) + a 1 ( N 1) + + a N = b N δ b 1 δ (N 1) (N 1) b 1 h (t) (2 N 1) + a 1 (2 N 2) + + a N (N 1) = b N 1 δ (N 1) b 0 δ (N ) b 0 h (N ) (t) (2 N) + a 1 (2 N 1) + + a N (N) = b 0 δ ( N) CLTI Differential Equations (3A) 27

28 General System: Impulse Response y ( N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = b 0 x ( N ) + b 1 x (N 1) + + b N 1 x (1) + b N x δ(t ) h(t ) h(t ) h = b 0 ( N ) + b 1 ( N 1) + + b N 1 (1) + b N = P( D) (t ) Q( D) = ( D N +a 1 D N 1 + +a N 1 D+a N ) P( D) = (b 0 D N +b 1 D N 1 + +b N 1 D+b N ) Q( D) (t) = δ(t ) Q( D) P( D) (t) = P( D)δ(t) δ(t ) (t) (t) P( D) (t ) h(t ) CLTI Differential Equations (3A) 28

29 Superposition of derivatives of an input general system base system x (t) h(t ) y (t) x (t) w(t ) (t) y (t) = b 0 w ( N ) + b 1 w (N 1) + + b N 1 w (1) + b N w = P( D)w (t ) b N x (t) b N w w (N ) + a 1 w ( N 1) + + a N w = b N x b 1 x (N 1) (N 1) b 1 w (t) b 0 x (N ) b 0 w (N ) (t) w (2 N 1) + a 1 w (2 N 2) (N 1) + + a N w w (2 N) + a 1 w (2 N 1) + + a N w (N) = b N 1 x (N 1) = b 0 x (N) CLTI Differential Equations (3A) 29

30 General System: Output y ( N) + a 1 y ( N 1) + + a N 1 y (1) + a N y = b 0 x ( N ) + b 1 x (N 1) + + b N 1 x (1) + b N x x (t) h(t ) y (t) y (t) = b 0 w ( N ) + b 1 w (N 1) + + b N 1 w (1) + b N w = P( D)w (t ) Q( D) = ( D N +a 1 D N 1 + +a N 1 D+a N ) P( D) = (b 0 D N +b 1 D N 1 + +b N 1 D+b N ) x (t) (t) w (t ) Q( D) w(t) = x (t) Q(D) P( D)w (t) = P ( D) x (t) P( D)w (t ) y(t) CLTI Differential Equations (3A) 30

31 ODE's and Causal LTI Systems a N d N y(t) d t N + a N 1 d N 1 y(t) d t N + + a 1 d y(t) d t d M x(t) + a 0 y(t) = b M d t + b M M 1 d M 1 x(t ) d t M 1 d x(t) + + b 1 + b d t 0 x(t) N: the highest order of derivatives of the output y(t) (LHS) M: the highest order of derivatives of the input x(t) (RHS) N < M : (M-N) differentiator magnify high frequency components of noise (seldom used) N > M : (N-M) Integrator x (t) h(t ) y (t) CLTI Differential Equations (3A) 31

32 Different Indexing Schemes a N d N y(t) d t N + a N 1 d N 1 y(t) d t N + + a 1 d y(t) d t d M x(t) + a 0 y(t) = b M d t + b M M 1 d M 1 x(t ) d t M 1 d x(t) + + b 1 + b d t 0 x(t) [ N > M ] d N y(t) d N 1 y(t ) +a d t N 1 d t N 1 d y(t) d M x(t ) + +a N 1 +a d t N y(t) = b 0 d t +b M 1 d M 1 x(t ) d t M 1 d x(t) + +b M 1 +b d t M x(t ) [ N = M ] d N y(t) d t N + a 1 d N 1 y(t) d t N a N 1 d y(t) d t + a N y(t ) = b 0 d N x(t) d t N + b 1 d N 1 x(t) d t N 1 d x(t) + + b N 1 + b d t N x(t) [ N > M ] [ N = M ] (D N +a 1 D N 1 + +a N 1 D+a N ) y(t) = ( b 0 D M +b 1 D M 1 + +b M 1 D+b M ) x(t) (D N +a 1 D N 1 + +a N 1 D+a N ) y (t) = (b 0 D N +b 1 D N 1 + +b N 1 D+b N ) x(t ) CLTI Differential Equations (3A) 32

33 ODE Solutions and System Responses d N y(t) d t N + a 1 d N 1 y(t) d t N a N 1 d y(t) d t + a N y(t ) = b 0 d N x(t) d t N + b 1 d N 1 x(t) d t N 1 d x(t) + + b N 1 + b d t N x(t) ( D N + a 1 D N a N 1 D+ a N ) y(t ) = (b 0 D N + b 1 D N b N 1 D+ b N ) x(t) Q( D) y(t) = P ( D) x(t) y (t) h(t ) x (t) y (t) = f (t, x (t)) Zero Input Response Zero State Response (Convolution with h(t)) Natural Response (Homogeneous Solution) Forced Response (Particular Solution) CLTI Differential Equations (3A) 33

34 Converting Initial Conditions CLTI Differential Equations (3A) 34

35 CLTI Differential Equations (3A) 35

36 (t) = e 2 t x ( x) = 0 e 2 t d t = e 2 x CLTI Differential Equations (3A) 36

37 References [1] [2] J.H. McClellan, et al., Signal Processing First, Pearson Prentice Hall, 2003 [3] M. J. Roberts, Fundamentals of Signals and Systems [4] S. J. Orfanidis, Introduction to Signal Processing [5] B. P. Lathi, Signals and Systems

Background ODEs (2A) Young Won Lim 3/7/15

Background ODEs (2A) Young Won Lim 3/7/15 Background ODEs (2A) Copyright (c) 2014-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any

More information

Second Order ODE's (2A) Young Won Lim 5/5/15

Second Order ODE's (2A) Young Won Lim 5/5/15 Second Order ODE's (2A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Linear Equations with Constant Coefficients (2A) Young Won Lim 4/13/15

Linear Equations with Constant Coefficients (2A) Young Won Lim 4/13/15 Linear Equations with Constant Coefficients (2A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

CLTI System Response (4A) Young Won Lim 4/11/15

CLTI System Response (4A) Young Won Lim 4/11/15 CLTI System Response (4A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Background LTI Systems (4A) Young Won Lim 4/20/15

Background LTI Systems (4A) Young Won Lim 4/20/15 Background LTI Systems (4A) Copyright (c) 2014-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Fourier Analysis Overview (0A)

Fourier Analysis Overview (0A) CTFS: Fourier Series CTFT: Fourier Transform DTFS: Fourier Series DTFT: Fourier Transform DFT: Discrete Fourier Transform Copyright (c) 2011-2016 Young W. Lim. Permission is granted to copy, distribute

More information

Fourier Analysis Overview (0B)

Fourier Analysis Overview (0B) CTFS: Continuous Time Fourier Series CTFT: Continuous Time Fourier Transform DTFS: Fourier Series DTFT: Fourier Transform DFT: Discrete Fourier Transform Copyright (c) 2009-2016 Young W. Lim. Permission

More information

General CORDIC Description (1A)

General CORDIC Description (1A) General CORDIC Description (1A) Copyright (c) 2010, 2011, 2012 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License,

More information

Higher Order ODE's (3A) Young Won Lim 12/27/15

Higher Order ODE's (3A) Young Won Lim 12/27/15 Higher Order ODE's (3A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Fourier Analysis Overview (0A)

Fourier Analysis Overview (0A) CTFS: Fourier Series CTFT: Fourier Transform DTFS: Fourier Series DTFT: Fourier Transform DFT: Discrete Fourier Transform Copyright (c) 2011-2016 Young W. Lim. Permission is granted to copy, distribute

More information

Higher Order ODE's (3A) Young Won Lim 7/7/14

Higher Order ODE's (3A) Young Won Lim 7/7/14 Higher Order ODE's (3A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

CT Rectangular Function Pairs (5B)

CT Rectangular Function Pairs (5B) C Rectangular Function Pairs (5B) Continuous ime Rect Function Pairs Copyright (c) 009-013 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU

More information

DFT Frequency (9A) Each Row of the DFT Matrix. Young Won Lim 7/31/10

DFT Frequency (9A) Each Row of the DFT Matrix. Young Won Lim 7/31/10 DFT Frequency (9A) Each ow of the DFT Matrix Copyright (c) 2009, 2010 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GU Free Documentation License,

More information

Digital Signal Octave Codes (0A)

Digital Signal Octave Codes (0A) Digital Signal Periodic Conditions Copyright (c) 2009-2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

More information

Higher Order ODE's (3A) Young Won Lim 7/8/14

Higher Order ODE's (3A) Young Won Lim 7/8/14 Higher Order ODE's (3A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Digital Signal Octave Codes (0A)

Digital Signal Octave Codes (0A) Digital Signal Periodic Conditions Copyright (c) 2009-2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Digital Signal Octave Codes (0A)

Digital Signal Octave Codes (0A) Digital Signal Periodic Conditions Copyright (c) 2009-207 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2

More information

Higher Order ODE's, (3A)

Higher Order ODE's, (3A) Higher Order ODE's, (3A) Initial Value Problems, and Boundary Value Problems Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms

More information

Digital Signal Octave Codes (0A)

Digital Signal Octave Codes (0A) Digital Signal Periodic Conditions Copyright (c) 2009-207 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Line Integrals (4A) Line Integral Path Independence. Young Won Lim 10/22/12

Line Integrals (4A) Line Integral Path Independence. Young Won Lim 10/22/12 Line Integrals (4A Line Integral Path Independence Copyright (c 2012 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License,

More information

Background Trigonmetry (2A) Young Won Lim 5/5/15

Background Trigonmetry (2A) Young Won Lim 5/5/15 Background Trigonmetry (A) Copyright (c) 014 015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1. or

More information

Hilbert Inner Product Space (2B) Young Won Lim 2/7/12

Hilbert Inner Product Space (2B) Young Won Lim 2/7/12 Hilbert nner Product Space (2B) Copyright (c) 2009-2011 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

More information

Digital Signal Octave Codes (0A)

Digital Signal Octave Codes (0A) Digital Signal Periodic Conditions Copyright (c) 2009-207 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2

More information

Phasor Young Won Lim 05/19/2015

Phasor Young Won Lim 05/19/2015 Phasor Copyright (c) 2009-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version

More information

Signal Functions (0B)

Signal Functions (0B) Signal Functions (0B) Signal Functions Copyright (c) 2009-203 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License,

More information

Digital Signal Octave Codes (0A)

Digital Signal Octave Codes (0A) Digital Signal Periodic Conditions Copyright (c) 2009-207 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2

More information

Group & Phase Velocities (2A)

Group & Phase Velocities (2A) (2A) 1-D Copyright (c) 2011 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published

More information

Up-Sampling (5B) Young Won Lim 11/15/12

Up-Sampling (5B) Young Won Lim 11/15/12 Up-Sampling (5B) Copyright (c) 9,, Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version. or any later version

More information

Capacitor Young Won Lim 06/22/2017

Capacitor Young Won Lim 06/22/2017 Capacitor Copyright (c) 2011 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version

More information

CT Correlation (2A) Young Won Lim 9/9/14

CT Correlation (2A) Young Won Lim 9/9/14 CT Correlation (2A) Copyright (c) 200-204 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2 or any later

More information

Group Delay and Phase Delay (1A) Young Won Lim 7/19/12

Group Delay and Phase Delay (1A) Young Won Lim 7/19/12 Group Delay and Phase Delay (A) 7/9/2 Copyright (c) 2 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2

More information

Discrete Time Rect Function(4B)

Discrete Time Rect Function(4B) Discrete Time Rect Function(4B) Discrete Time Rect Functions Copyright (c) 29-23 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

Down-Sampling (4B) Young Won Lim 11/15/12

Down-Sampling (4B) Young Won Lim 11/15/12 Down-Sampling (B) /5/ Copyright (c) 9,, Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version. or any later

More information

Discrete Time Rect Function(4B)

Discrete Time Rect Function(4B) Discrete Time Rect Function(4B) Discrete Time Rect Functions Copyright (c) 29-213 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016 Math 4B Notes Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: T 2:45 :45pm Last updated 7/24/206 Classification of Differential Equations The order of a differential equation is the

More information

Propagating Wave (1B)

Propagating Wave (1B) Wave (1B) 3-D Wave Copyright (c) 2011 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later

More information

Capacitor and Inductor

Capacitor and Inductor Capacitor and Inductor Copyright (c) 2015 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Capacitor and Inductor

Capacitor and Inductor Capacitor and Inductor Copyright (c) 2015 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Separable Equations (1A) Young Won Lim 3/24/15

Separable Equations (1A) Young Won Lim 3/24/15 Separable Equations (1A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

Spectra (2A) Young Won Lim 11/8/12

Spectra (2A) Young Won Lim 11/8/12 Spectra (A) /8/ Copyright (c) 0 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version. or any later version

More information

Matrix Transformation (2A) Young Won Lim 11/10/12

Matrix Transformation (2A) Young Won Lim 11/10/12 Matrix (A Copyright (c 0 Young W. im. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation icense, Version. or any later version published

More information

Line Integrals (4A) Line Integral Path Independence. Young Won Lim 11/2/12

Line Integrals (4A) Line Integral Path Independence. Young Won Lim 11/2/12 Line Integrals (4A Line Integral Path Independence Copyright (c 2012 Young W. Lim. Permission is granted to copy, distriute and/or modify this document under the terms of the GNU Free Documentation License,

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Higher-order ordinary differential equations

Higher-order ordinary differential equations Higher-order ordinary differential equations 1 A linear ODE of general order n has the form a n (x) dn y dx n +a n 1(x) dn 1 y dx n 1 + +a 1(x) dy dx +a 0(x)y = f(x). If f(x) = 0 then the equation is called

More information

Expected Value (10D) Young Won Lim 6/12/17

Expected Value (10D) Young Won Lim 6/12/17 Expected Value (10D) Copyright (c) 2017 Young W. Lim. Permissios granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N).

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N). Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

Signals and Spectra (1A) Young Won Lim 11/26/12

Signals and Spectra (1A) Young Won Lim 11/26/12 Signals and Spectra (A) Copyright (c) 202 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2 or any later

More information

General Vector Space (2A) Young Won Lim 11/4/12

General Vector Space (2A) Young Won Lim 11/4/12 General (2A Copyright (c 2012 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version

More information

Down-Sampling (4B) Young Won Lim 10/25/12

Down-Sampling (4B) Young Won Lim 10/25/12 Down-Sampling (4B) /5/ Copyright (c) 9,, Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version. or any later

More information

Introduction to ODE's (0P) Young Won Lim 12/27/14

Introduction to ODE's (0P) Young Won Lim 12/27/14 Introuction to ODE's (0P) Copyright (c) 2011-2014 Young W. Lim. Permission is grante to copy, istribute an/or moify this ocument uner the terms of the GNU Free Documentation License, Version 1.2 or any

More information

Introduction to ODE's (0A) Young Won Lim 3/9/15

Introduction to ODE's (0A) Young Won Lim 3/9/15 Introduction to ODE's (0A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Differentiation Rules (2A) Young Won Lim 1/30/16

Differentiation Rules (2A) Young Won Lim 1/30/16 Differentiation Rules (2A) Copyright (c) 2011-2016 Young W. Lim. Permission is grante to copy, istribute an/or moify this ocument uner the terms of the GNU Free Documentation License, Version 1.2 or any

More information

Relations (3A) Young Won Lim 3/27/18

Relations (3A) Young Won Lim 3/27/18 Relations (3A) Copyright (c) 2015 2018 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later

More information

ODE Background: Differential (1A) Young Won Lim 12/29/15

ODE Background: Differential (1A) Young Won Lim 12/29/15 ODE Background: Differential (1A Copyright (c 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

More information

Undersampling (2B) Young Won Lim 4/4/12

Undersampling (2B) Young Won Lim 4/4/12 Undersapling (2) Copyright (c) 2009-2012 Young W. Li. Perission is granted to copy, distribute and/or odify this docuent under the ters of the GNU Free Docuentation License, Version 1.2 or any later version

More information

Group Velocity and Phase Velocity (1A) Young Won Lim 5/26/12

Group Velocity and Phase Velocity (1A) Young Won Lim 5/26/12 Group Velocity and Phase Velocity (1A) Copyright (c) 211 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

More information

Matrix Transformation (2A) Young Won Lim 11/9/12

Matrix Transformation (2A) Young Won Lim 11/9/12 Matrix (A Copyright (c 01 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1. or any later version published

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Questions Example (3.5.3) Find a general solution of the differential equation y 2y 3y = 3te

More information

Complex Trigonometric and Hyperbolic Functions (7A)

Complex Trigonometric and Hyperbolic Functions (7A) Complex Trigonometric and Hyperbolic Functions (7A) 07/08/015 Copyright (c) 011-015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH *

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH * 4.4 UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH 19 Discussion Problems 59. Two roots of a cubic auxiliary equation with real coeffi cients are m 1 1 and m i. What is the corresponding homogeneous

More information

Solution of Constant Coefficients ODE

Solution of Constant Coefficients ODE Solution of Constant Coefficients ODE Department of Mathematics IIT Guwahati Thus, k r k (erx ) r=r1 = x k e r 1x will be a solution to L(y) = 0 for k = 0, 1,..., m 1. So, m distinct solutions are e r

More information

Definitions of the Laplace Transform (1A) Young Won Lim 1/31/15

Definitions of the Laplace Transform (1A) Young Won Lim 1/31/15 Definitions of the Laplace Transform (A) Copyright (c) 24 Young W. Lim. Permission is granted to copy, distriute and/or modify this document under the terms of the GNU Free Documentation License, Version.2

More information

Bandpass Sampling (2B) Young Won Lim 3/27/12

Bandpass Sampling (2B) Young Won Lim 3/27/12 andpass Sapling (2) Copyright (c) 2009-2012 Young W. Li. Perission is granted to copy, distribute and/or odify this docuent under the ters of the GNU Free Docuentation License, Version 1.2 or any later

More information

Capacitors in an AC circuit

Capacitors in an AC circuit Capacitors in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

Capacitor in an AC circuit

Capacitor in an AC circuit Capacitor in an AC circuit Copyright (c) 2011 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2

More information

3.4.1 Distinct Real Roots

3.4.1 Distinct Real Roots Math 334 3.4. CONSTANT COEFFICIENT EQUATIONS 34 Assume that P(x) = p (const.) and Q(x) = q (const.), so that we have y + py + qy = 0, or L[y] = 0 (where L := d2 dx 2 + p d + q). (3.7) dx Guess a solution

More information

17.2 Nonhomogeneous Linear Equations. 27 September 2007

17.2 Nonhomogeneous Linear Equations. 27 September 2007 17.2 Nonhomogeneous Linear Equations 27 September 2007 Nonhomogeneous Linear Equations The differential equation to be studied is of the form ay (x) + by (x) + cy(x) = G(x) (1) where a 0, b, c are given

More information

Root Locus (2A) Young Won Lim 10/15/14

Root Locus (2A) Young Won Lim 10/15/14 Root Locus (2A Copyright (c 2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations (MA102 Mathematics II) Shyamashree Upadhyay IIT Guwahati Shyamashree Upadhyay ( IIT Guwahati ) Ordinary Differential Equations 1 / 15 Method of Undetermined Coefficients

More information

Differentiation Rules (2A) Young Won Lim 2/22/16

Differentiation Rules (2A) Young Won Lim 2/22/16 Differentiation Rules (2A) Copyright (c) 2011-2016 Young W. Lim. Permission is grante to copy, istribute an/or moify this ocument uner the terms of the GNU Free Documentation License, Version 1.2 or any

More information

Complex Series (3A) Young Won Lim 8/17/13

Complex Series (3A) Young Won Lim 8/17/13 Complex Series (3A) 8/7/3 Copyright (c) 202, 203 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2 or

More information

Dispersion (3A) 1-D Dispersion. Young W. Lim 10/15/13

Dispersion (3A) 1-D Dispersion. Young W. Lim 10/15/13 1-D Dispersion Copyright (c) 013. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1. or any later version published

More information

Background Complex Analysis (1A) Young Won Lim 9/2/14

Background Complex Analysis (1A) Young Won Lim 9/2/14 Background Complex Analsis (1A) Copright (c) 2014 Young W. Lim. Permission is granted to cop, distribute and/or modif this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

General Vector Space (3A) Young Won Lim 11/19/12

General Vector Space (3A) Young Won Lim 11/19/12 General (3A) /9/2 Copyright (c) 22 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version.2 or any later version

More information

Math 256: Applied Differential Equations: Final Review

Math 256: Applied Differential Equations: Final Review Math 256: Applied Differential Equations: Final Review Chapter 1: Introduction, Sec 1.1, 1.2, 1.3 (a) Differential Equation, Mathematical Model (b) Direction (Slope) Field, Equilibrium Solution (c) Rate

More information

The Growth of Functions (2A) Young Won Lim 4/6/18

The Growth of Functions (2A) Young Won Lim 4/6/18 Copyright (c) 2015-2018 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published

More information

Detect Sensor (6B) Eddy Current Sensor. Young Won Lim 11/19/09

Detect Sensor (6B) Eddy Current Sensor. Young Won Lim 11/19/09 Detect Sensor (6B) Eddy Current Sensor Copyright (c) 2009 Young W. Lim. Permission is granteo copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Chapter 13 Ordinary Differential Equations (ODEs) We briefly review how to solve some of the most standard ODEs. 13.1 First Order Equations 13.1.1 Separable Equations A first-order ordinary differential

More information

Math 3313: Differential Equations Second-order ordinary differential equations

Math 3313: Differential Equations Second-order ordinary differential equations Math 3313: Differential Equations Second-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Mass-spring & Newton s 2nd law Properties

More information

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Consider an nth-order nonhomogeneous linear differential equation with constant coefficients:

More information

Audio Signal Generation. Young Won Lim 1/29/18

Audio Signal Generation. Young Won Lim 1/29/18 Generation Copyright (c) 2016-2018 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version

More information

ODE classification. February 7, Nasser M. Abbasi. compiled on Wednesday February 07, 2018 at 11:18 PM

ODE classification. February 7, Nasser M. Abbasi. compiled on Wednesday February 07, 2018 at 11:18 PM ODE classification Nasser M. Abbasi February 7, 2018 compiled on Wednesday February 07, 2018 at 11:18 PM 1 2 first order b(x)y + c(x)y = f(x) Integrating factor or separable (see detailed flow chart for

More information

Complex Functions (1A) Young Won Lim 2/22/14

Complex Functions (1A) Young Won Lim 2/22/14 Complex Functions (1A) Copyright (c) 2011-2014 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or

More information

) sm wl t. _.!!... e -pt sinh y t. Vo + mx" + cx' + kx = 0 (26) has a unique tions x(o) solution for t ;?; 0 satisfying given initial condi

) sm wl t. _.!!... e -pt sinh y t. Vo + mx + cx' + kx = 0 (26) has a unique tions x(o) solution for t ;?; 0 satisfying given initial condi 1 48 Chapter 2 Linear Equations of Higher Order 28. (Overdamped) If Xo = 0, deduce from Problem 27 that x(t) Vo = e -pt sinh y t. Y 29. (Overdamped) Prove that in this case the mass can pass through its

More information

Bayes Theorem (10B) Young Won Lim 6/3/17

Bayes Theorem (10B) Young Won Lim 6/3/17 Bayes Theorem (10B) Copyright (c) 2017 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later

More information

Therefore the new Fourier coefficients are. Module 2 : Signals in Frequency Domain Problem Set 2. Problem 1

Therefore the new Fourier coefficients are. Module 2 : Signals in Frequency Domain Problem Set 2. Problem 1 Module 2 : Signals in Frequency Domain Problem Set 2 Problem 1 Let be a periodic signal with fundamental period T and Fourier series coefficients. Derive the Fourier series coefficients of each of the

More information

Math 2Z03 - Tutorial # 6. Oct. 26th, 27th, 28th, 2015

Math 2Z03 - Tutorial # 6. Oct. 26th, 27th, 28th, 2015 Math 2Z03 - Tutorial # 6 Oct. 26th, 27th, 28th, 2015 Tutorial Info: Tutorial Website: http://ms.mcmaster.ca/ dedieula/2z03.html Office Hours: Mondays 3pm - 5pm (in the Math Help Centre) Tutorial #6: 3.4

More information

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner:

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner: M ath 0 1 E S 1 W inter 0 1 0 Last Updated: January, 01 0 Solving Second Order Linear ODEs Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections 4. 4. 7 and

More information

Section 4.7: Variable-Coefficient Equations

Section 4.7: Variable-Coefficient Equations Cauchy-Euler Equations Section 4.7: Variable-Coefficient Equations Before concluding our study of second-order linear DE s, let us summarize what we ve done. In Sections 4.2 and 4.3 we showed how to find

More information

Surface Integrals (6A)

Surface Integrals (6A) Surface Integrals (6A) Surface Integral Stokes' Theorem Copright (c) 2012 Young W. Lim. Permission is granted to cop, distribute and/or modif this document under the terms of the GNU Free Documentation

More information

24. x 2 y xy y sec(ln x); 1 e x y 1 cos(ln x), y 2 sin(ln x) 25. y y tan x 26. y 4y sec 2x 28.

24. x 2 y xy y sec(ln x); 1 e x y 1 cos(ln x), y 2 sin(ln x) 25. y y tan x 26. y 4y sec 2x 28. 16 CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS 11. y 3y y 1 4. x yxyy sec(ln x); 1 e x y 1 cos(ln x), y sin(ln x) ex 1. y y y 1 x 13. y3yy sin e x 14. yyy e t arctan t 15. yyy e t ln t 16. y y y 41x

More information

Euler-Cauchy Using Undetermined Coefficients

Euler-Cauchy Using Undetermined Coefficients Euler-Cauchy Using Undetermined Coefficients Department of Mathematics California State University, Fresno doreendl@csufresno.edu Joint Mathematics Meetings January 14, 2010 Outline 1 2 3 Second Order

More information