Math 217 Fall 2000 Exam Suppose that y( x ) is a solution to the differential equation. equal which of the following expressions:

Size: px
Start display at page:

Download "Math 217 Fall 2000 Exam Suppose that y( x ) is a solution to the differential equation. equal which of the following expressions:"

Transcription

1 Math 7 Fall 000 Exam Notatioal Remark: I this exam, the symbol x y( x ) meas dy dx.. Suppose that y( x ) is a solutio to the differetial equatio - + = Ł x y ( x ) ł 4 Ł x y( x ) 3 y ( x ) 0. The y ( x ) might ł equal which of the followig expressios: a) e x + e ( -3 x ) b) e ( -x ) + e ( 3 x ) c) 5 e x - e ( 3 x ) d) e ( -x ) - e ( -3 x ) e) e x + x e x f) e ( x ) + x e ( x ) g) e ( -4 x ) si( 3 x ) h) e ( 4 x ) si( 3 x ) i) e ( x ) si( 3 x ) j) e ( ( - ) x ) si( 3 x ) c > factor(r^-4*r+3); ( r ) ( r 3 ) > dsolve(diff(y(x),x$)-4*diff(y(x),x)+3*y(x) = 0,y(x)); y( x ) = _C e x + _C e ( 3 x ). Suppose that y( x ) is a solutio to the differetial equatio 4 y( x ) + 00 y( x ) = 0. The y( x ) might equal which of Ł x ł

2 the followig expressios: a) cos( x ) - 3 si( x ) b) 3 si( x ) + x si( x ) c) 4 e x ( cos( x ) + si( x ) ) d) e ( 0 x ) - e ( 4 x ) e) e ( ) + 5 x e ( ) 0 x f) cos( 5 x ) - 3 si( 5 x ) g) cos( 0 x ) - si( 0 x ) h) cos( 00 x ) - si( 00 x ) i) 3 cos( 400 x ) + si( 400 x ) j) cos( 0 x ) + si( 0 x ) f > dsolve(4*diff(y(x),x$) + 00*y(x) = 0,y(x)); y( x ) = _C cos( 5 x ) + _C si( 5 x ) 3. Suppose that y( x ) is a solutio of the differetial equatio - + = Ł x y ( x ) ł 8 Ł x y( x ) 5 y ( x ) 0. The y( x ) might be ł equal to: a) 7 e ( 3 x) + e ( 4 x ) 7 e ( 3 x) e ( 5 x ) 7 e ( 4 x) e ( 5 x ) 7 e ( 4 x ) cos( 5 x ) e ( 4 x ) si( 5 x ) 7 e ( 3 x ) cos( 5 x ) e ( 3 x ) si( 5 x ) b) + c) + d) + e) +

3 7 e ( x ) cos( 3 x ) e ( x ) si( 3 x ) 7 e ( 4 x ) cos( 3 x ) e ( 4 x ) si( 3 x ) 7 e ( 5 x ) cos( 4 x ) e ( 5 x ) si( 4 x ) 7 e ( 5 x ) cos( 8 x ) e ( 5 x ) si( 8 x ) 7 e ( 5 x ) cos( 4 x ) e ( 5 x ) si( 4 x ) f) + g) + h) + i) + j) + g > dsolve(diff(y(x), x$)-8*diff(y(x),x)+5*y(x) = 0,y(x)); y( x ) = _C e ( 4 x ) si( 3 x ) + _C e ( 4 x ) cos( 3 x ) 4. Which of the followig has a form that is appropriate for a particular solutio of the equatio - = Ł x y( x ) ł y( x ) x + cos( x ). a) c x b) c cos( x ) c) c x + c cos( x ) d) c x + c cos( x ) + c 3 si( x ) e) c + c x + c 3 cos( x ) + c 4 si( x ) f) c e x g) c + c e x h) c + c x + c 3 e x i) c x cos( x ) + c x si( x ) j) c x cos( x ) + c x si( x ) + c 3 x cos( x ) + c 4 x si( x ) e

4 > dsolve(diff(y(x),x)-y(x) = x+cos(*x),y(x)); y( x ) = x cos( x ) + si( x ) + e x _C Whe the Method of Udetermied Coefficiets is used to solve the differetial equatio y ''( x ) + p y( x ) = x e x si( x ) how may udetermied coefficiets must be determied? a) 9 b) 8 c) 7 d) 6 e) 5 f) 4 g) 3 h) i) j) 0 d > particularsolutio := y(x) = sum(x^k*exp(x)*(c[k,]*cos(x)+c[k,]*si(x)),k=0..); particularsolutio := y( x) = e x ( c 0, cos( x ) + c 0, si( x )) + x e x ( c, cos( x ) + c, si( x )) + x e x ( c, cos( x) + c, si( x) ) > ode := diff(y(x), x$) + Pi*y(x) = x^*exp(x)*si(x); ode := y( x) + π y( x ) = x e x si( x) x > subs(particularsolutio,ode): > udetermiedcoefficietsidetity := simplify(%): > solve(idetity(udetermiedcoefficietsidetity,x),{seq(c[k,], k=0..)} uio {seq(c[k,],k=0..)} ); { π ( π ) π + 4 π 4 =, c = π 0, 8, c = + 4 ( π + 4 ) ( 8 π π 4, 4, ) 8 π π 4 c, c, 0 = π 4 48 π + 48 π 4 π 4 π, c = ( π + 4 ) ( 8 π π 4, 4, c = ) 8 π π 4, } π + 4

5 6. Whe the Method of Variatio of Parameters is used to fid a particular solutio of the differetial equatio y( x ) + y( x ) = sec( x ) Ł x ł which of the followig itegrals arises: a) sec d ı ( x ) x b) d ı sec( x ) x c) ta( x ) dx ı d) d ı sec( x ) ta ( x ) x e) ta( x ) dx ı f) d ı si( x ) ta ( x ) x g) d ı x ta( x ) x h) ı x sec( x ) dx i) d ı si( x ) sec( x ) x j) d ı x l ( sec( x ) ) x c > dsolve(diff(y(x),x$)+y(x) = 0, y(x)); y( x ) = _C si( x ) + _C cos( x ) > y := x -> cos(x); y := x -> si(x); y := cos y := si > with(lialg): > w := wroskia(vector([y(x),y(x)]),x); > f := x -> sec(x); w := cos( x ) si( x ) si( x ) cos( x ) f := sec

6 > -y(x)*it(y(x)*f(x)/det(w),x) + y(x)*it(y(x)*f(x)/det(w),x); si( x ) sec( x ) cos( x ) sec( x) cos( x ) dx + si( x) dx cos( x) + si( x) cos( x ) + si( x ) > simplify(%); si( x ) cos( x) dx + si( x) dx cos( x ) 7. The graph of a fuctio t fi x( t ) is plotted below. What might f( t ) be if x( t ) satisfies the differetial equatio x( t ) + 9 x( t ) = f( t ) ad if x( t ) has the followig graph Ł t ł a) cos( 3 ) b) si( 9 ) c) cos( 3 t ) d) si( 9 t ) e) e ( 3 t) f) e ( -3 t) g) e ( 3 t ) h) e (- 3 t ) i) si( 3 ) j) cos( 3 t ) c The atural frequecy is 9 or 3. The graph illustrates resoace. This pheomeo occurs i a

7 udamped mechaical system whe the siusoidal drivig frequecy is the same as the atural frequecy. 8. What is the least positive eigevalue l of the edpoit problem y ''( x ) + l y( x ) = 0, y( p ) = 0, y( -p ) = 0? a) /6 b) /8 c) /4 d) / e) / f) p g) p h) p i) p j) p 4 c > sol := dsolve(diff(y(x),x$)+lambda*y(x) = 0, y(x)); sol := y( x ) = _C si( λ x ) + _C cos( λ x ) > eq := subs(x = Pi,rhs(sol) = 0); eq := _C si( λ π ) + _C cos( λ π) = 0 > eq := subs(x = -Pi,rhs(sol) = 0); > eq + eq; If the coefficiet is ot 0 the cos( λ π) = 0 or eq := _C si( λ π ) + _C cos( λ π) = 0 _C cos( λ π) = 0 > solve(cos(sqrt(lambda)*pi) = 0, lambda); With a little more aalysis this value ca be show to be the required value Let y( x ) = solutio of the iitial value problem c x deote the power series of the uique

8 y '( x ) = y( x ) + x, y( 0 ) =. What is the value of c? a) b) - c) / d) -/ e) /3 f) -/3 g) /3 h) -/3 i) j) - c > dsolve({diff(y(x),x) = y(x)+x^, y(0) = },y(x),series); y( x ) = + x x x3 8 x4 40 x5 O( x 6 ) 0. Let y( x ) = c x deote the power series of a solutio of the differetial equatio y ''( x ) + x y '( x ) + y( x ) = 0. The the coefficiets satisfy which of the followig recurreces? a) c = + c + b) c = + + c + c) c = - + c + d) c = c + e) c = + c ( + ) f) c = + c + g) c = - + c + h) c = + c +

9 i) c = - + c + j) c = + c ( + ) ( + ) i > with(slode); [ DEdetermie, FPseries, FTseries, cadidate_mpoits, cadidate_poits, hypergeom_formal_sol, hypergeom_series_sol, mhypergeom_series_sol, msparse_series_sol, polyomial_series_sol, ratioal_series_sol ] > FPseries(diff(y(x),x$)+x*diff(y(x),x)+y(x) = 0,y(x),c()); FPSstruct _C 0 + _C x + c( ) x, ( ) c( ) + ( ) c ( ) = > subs(=+,(^-)*c()+(-)*c(-)); ( ( + ) ) c ( + ) + ( + ) c( ) > solve(%,c(+)); c( ) +. For which of the followig differetial equatios is 0 a regular sigular poit? I) x y ''( x ) + y '( x ) + x y( x ) = 0 II) si( x ) y '( x ) y ''( x ) + + x y( x ) = 0 x III) x y( x ) y ''( x ) + x y '( x ) + = x 0

10 a) I oly b) II oly c) III oly d) I, II oly e) I, III oly f) II, III oly g) I, II, ad III h) Noe of them (No choices (i) ad (j).) a 0 is a ordiary poit of equatio II ad although it is a sigular poit of equatio III, it is ot a regular sigular poit sice the coeficiet x of y ( x ) is ot aalytic at x = 0.. Whe we seek a Frobeius series cetered at 0 for a solutio, which of the followig equatios is the idicial equatio of the differetial equatio x y ''( x ) y '( x ) + - y( x ) = 0? a) r r - = r - = 0 0 b) r r - - = 0 c) r r + = 0 d) r r + - = 0 e) f) x r r + - = 0 g) r r - + = 0 h) r r + - x r = 0 i) r - - = 0 j) There is o idicial equatio because 0 is ot a regular sigular poit of the equatio. a

11 The equatio may be rewritte as x x + = x x y( x ) x y( x) x y( x) 0. The idicial equatio is therefore: r r ( r ) + 0 = 0. > with(detools): > idicialeq(x^*diff(y(x),x,x)+x*/*diff(y(x),x)-x*y(x) = 0,x,0,y(x)); x = x 0 3. Which oe of the followig Frobeius series might be a d y dy y solutio of the differetial equatio + + = 0? d x dx 4 x a) y( x ) = y( x ) = c x ( - ) c x ( - ) b) y( x ) = c x Ł - 3 ł c) d) y( x ) = y( x ) = c x Ł - c x Ł + ł ł e) y( x ) = c x Ł + 4 ł f)

12 g) y( x ) = y( x ) = c x Ł + c x Ł + 3 ł 3 4 ł h) y( x ) = c x Ł ł i) j) y( x ) = c x Ł + 5 ł f > ode := diff(y(x),x$)+diff(y(x),x)+y(x)/(4*x^) = 0; ode := y( x ) + + = x x y( x ) 4 y( x ) 0 x > idicialeq(ode,x,0,y(x)); > solve(%); x x + = 0 4, 4. Simplify Γ 7 3 Γ. 3 a) /9 b) /9 c) /3 d) 4/9 e) 5/9

13 f) /3 g) 7/9 h) 8/9 i) /7 j) 8/7 d The followig computatio will use two successive applicatios of the followig idetity > GAMMA(z+) = expad(gamma(z+)); Γ ( z + ) = Γ( z ) z > 'GAMMA(4/3+)' = subs(z=4/3,rhs(%)); Γ 7 = 3 4 Γ Repeat this process, or just do > simplify(gamma(7/3)/gamma(/3)); Suppose that f( x ) = { 0 < x ad x < 0 otherwise If F is the Laplace trasform of f, the what is F()? a) / - Ł e b) - ł Ł e c) / + ł Ł e ł d) + Ł ł e e) e f) e g) - e

14 h) - Ł e ł i) / ( e - ) j) ( e - ) a > with(ittras); [ addtable, fourier, fouriercos, fouriersi, hakel, hilbert, ivfourier, ivhilbert, ivlaplace, ivmelli, laplace, melli, savetable ] > laplace(heaviside(t)-heaviside(t-),t,s); > subs(s=, %); s e ( s ) s + e ( - ) 6. Suppose that a differetiable fuctio x satisfies x( 0 ) =. If X is the Laplace trasform of x ad if X( ) = 3, the what is the Laplace trasform of x ' evaluated at? (Assume that is i the domai of both X ad the Laplace trasform of x '.) a) - b) 0 c) d) e) 3 f) 4 g) 5 h) 6 i) 7 j) Not eough iformatio has bee give to determie the value. g > with(ittras); [ addtable, fourier, fouriercos, fouriersi, hakel, hilbert, ivfourier, ivhilbert, ivlaplace, ivmelli laplace melli savetable,,, ] > laplace(d(x)(t),t,s);

15 s laplace ( x( t), t, s ) x( 0 ) > subs(x(0)=, %); s laplace ( x( t), t, s ) > subs(s=, %); laplace ( x( t), t, ) > subs(laplace(x(t),t,)=3, %); 5 7. Suppose that a differetiable fuctio x satisfies x( 0 ) = 7 ad D( x )( 0 ) = -3. If X is the Laplace trasform of x ad if X( ) = 5, the what is the Laplace trasform of x '' evaluated at? (Assume that is i the domai of X ad the Laplace trasforms of both x ' ad x ''.) a) 4 b) 0 c) 6 d) e) 8 f) 4 g) 7 h) 3 i) 9 j) Not eough iformatio has bee give to determie the value. i > with(ittras); [ addtable, fourier, fouriercos, fouriersi, hakel, hilbert, ivfourier, ivhilbert, ivlaplace, ivmelli, laplace, melli, savetable ] > laplace((d@@)(x)(t),t,s); s ( s laplace ( x( t ), t, s ) x( 0 ) ) D( x )( 0 ) > subs( {x(0) = 7, D(x)(0) = -3}, %); > subs(s=, %); s ( s laplace ( x( t), t, s ) 7) laplace ( x( t), t, ) > subs(laplace(x(t),t,)=5, %); 9

16 8. If X is the Laplace trasform of x ad if 7 s - X( s ) =, the what is ( ) s + 4 s + 3 x t? a) 5 e ( - t ) cos( 3 t ) - 7 e (- t ) si( 3 t ) 7 e ( - t ) cos( 3 t ) 5 e (- t ) si( 3 t ) b) - 7 e ( - t ) cos( 3 t ) e (- t ) si( 3 t ) c) - d) e ( - t ) ( ) - cos 3 t 7 e (- t ) si( 3 t ) 4 e ( - t ) cos( 3 t ) 3 e (- t ) si( 3 t ) e) + 5 e ( t ) cos( 3 t ) 7 e ( t ) si( 3 t ) f) - 7 e ( t ) cos( 3 t ) 5 e ( t ) si( 3 t ) g) - 7 e ( t ) cos( 3 t ) e ( t ) si( 3 t ) h) - i) e ( t ) ( ) - cos 3 t 7 e ( t ) si( 3 t ) 4 e ( t ) cos( 3 t ) 3 e ( t ) si( 3 t ) j) + b > with(ittras); [ addtable, fourier, fouriercos, fouriersi, hakel, hilbert, ivfourier, ivhilbert, ivlaplace, ivmelli, laplace, melli, savetable ]

17 > ivlaplace((7*s-)/(s^+4*s+3),s,t); 7 e ( t ) cos( 3 t ) 5 e ( t ) si( 3 t ) 9. If X is the Laplace trasform of x ad if X( s ) = 3 s s, the what is x( t )? (Time-savig tip: ( s + 3 ) ( s - ) I the partial fractio decompositio of X(s), 0 is the umerator of the summad whose deomiator is s + 3.) a) t e ( -3 t) + 5 e t b) t e ( 3 t) + 5 e (-t ) c) 3 e ( -3 t) + 4 t e t d) 3 e ( 3 t) + 4 t e (-t ) e) t e ( -3 t) + 7 e t f) t e ( 3 t) + 7 e (-t ) g) e ( -3 t) + 7 t e t h) e ( 3 t) + 7 t e (-t ) i) 3 t e ( -3 t) - e t j) 3 t e ( 3 t) + e (-t ) a > with(ittras); [ addtable, fourier, fouriercos, fouriersi, hakel, hilbert, ivfourier, ivhilbert, ivlaplace, ivmelli, laplace, melli, savetable ]

18 > ivlaplace((3*s+43+5*s^)/((s+3)^*(s-)),s,t); t e ( 3 t ) + 5 e t 0. If f is a give fuctio, the it is ofte useful to be able to fid a differetial operator L = a D + a - ) - D( a D + a 0 such that Lf = 0. Which of the followig operators, give i factored form, has this property if f( x ) = x e ( - x ) si( 3 x )? a) D + 5 b) ( D + 5 ) c) D + 4 D + 9 d) ( D + 4 D + 9 ) e) D - 4 D + 9 f) ( D - 4 D + 9 ) g) D + 4 D + 3 h) ( D + 4 D + 3 ) i) D - 4 D + 3 j) ( D - 4 D + 3 ) h For e ( x ) si( 3 x ) we would use > (D - (-+3*I))*(D-(--3*I)); > expad(%); Because of the x we must apply this operator twice. ( D + 3 I ) ( D I ) D + 4 D + 3

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n

We are mainly going to be concerned with power series in x, such as. (x)} converges - that is, lims N n Review of Power Series, Power Series Solutios A power series i x - a is a ifiite series of the form c (x a) =c +c (x a)+(x a) +... We also call this a power series cetered at a. Ex. (x+) is cetered at

More information

Solutions to Final Exam Review Problems

Solutions to Final Exam Review Problems . Let f(x) 4+x. Solutios to Fial Exam Review Problems Math 5C, Witer 2007 (a) Fid the Maclauri series for f(x), ad compute its radius of covergece. Solutio. f(x) 4( ( x/4)) ( x/4) ( ) 4 4 + x. Sice the

More information

SOLUTION SET VI FOR FALL [(n + 2)(n + 1)a n+2 a n 1 ]x n = 0,

SOLUTION SET VI FOR FALL [(n + 2)(n + 1)a n+2 a n 1 ]x n = 0, 4. Series Solutios of Differetial Equatios:Special Fuctios 4.. Illustrative examples.. 5. Obtai the geeral solutio of each of the followig differetial equatios i terms of Maclauri series: d y (a dx = xy,

More information

COMM 602: Digital Signal Processing

COMM 602: Digital Signal Processing COMM 60: Digital Sigal Processig Lecture 4 -Properties of LTIS Usig Z-Trasform -Iverse Z-Trasform Properties of LTIS Usig Z-Trasform Properties of LTIS Usig Z-Trasform -ve +ve Properties of LTIS Usig Z-Trasform

More information

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals.

Z - Transform. It offers the techniques for digital filter design and frequency analysis of digital signals. Z - Trasform The -trasform is a very importat tool i describig ad aalyig digital systems. It offers the techiques for digital filter desig ad frequecy aalysis of digital sigals. Defiitio of -trasform:

More information

Math 142, Final Exam. 5/2/11.

Math 142, Final Exam. 5/2/11. Math 4, Fial Exam 5// No otes, calculator, or text There are poits total Partial credit may be give Write your full ame i the upper right corer of page Number the pages i the upper right corer Do problem

More information

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 3. (a) (b) (c) (d) (e) 5. (a) (b) (c) (d) (e) 7. (a) (b) (c) (d) (e)

PLEASE MARK YOUR ANSWERS WITH AN X, not a circle! 1. (a) (b) (c) (d) (e) 3. (a) (b) (c) (d) (e) 5. (a) (b) (c) (d) (e) 7. (a) (b) (c) (d) (e) Math 0560, Exam 3 November 6, 07 The Hoor Code is i effect for this examiatio. All work is to be your ow. No calculators. The exam lasts for hour ad 5 mi. Be sure that your ame is o every page i case pages

More information

MIDTERM 3 CALCULUS 2. Monday, December 3, :15 PM to 6:45 PM. Name PRACTICE EXAM SOLUTIONS

MIDTERM 3 CALCULUS 2. Monday, December 3, :15 PM to 6:45 PM. Name PRACTICE EXAM SOLUTIONS MIDTERM 3 CALCULUS MATH 300 FALL 08 Moday, December 3, 08 5:5 PM to 6:45 PM Name PRACTICE EXAM S Please aswer all of the questios, ad show your work. You must explai your aswers to get credit. You will

More information

Chapter 4. Fourier Series

Chapter 4. Fourier Series Chapter 4. Fourier Series At this poit we are ready to ow cosider the caoical equatios. Cosider, for eample the heat equatio u t = u, < (4.) subject to u(, ) = si, u(, t) = u(, t) =. (4.) Here,

More information

Carleton College, Winter 2017 Math 121, Practice Final Prof. Jones. Note: the exam will have a section of true-false questions, like the one below.

Carleton College, Winter 2017 Math 121, Practice Final Prof. Jones. Note: the exam will have a section of true-false questions, like the one below. Carleto College, Witer 207 Math 2, Practice Fial Prof. Joes Note: the exam will have a sectio of true-false questios, like the oe below.. True or False. Briefly explai your aswer. A icorrectly justified

More information

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0,

x x x Using a second Taylor polynomial with remainder, find the best constant C so that for x 0, Math Activity 9( Due with Fial Eam) Usig first ad secod Taylor polyomials with remaider, show that for, 8 Usig a secod Taylor polyomial with remaider, fid the best costat C so that for, C 9 The th Derivative

More information

The Phi Power Series

The Phi Power Series The Phi Power Series I did this work i about 0 years while poderig the relatioship betwee the golde mea ad the Madelbrot set. I have fially decided to make it available from my blog at http://semresearch.wordpress.com/.

More information

Numerical Methods in Fourier Series Applications

Numerical Methods in Fourier Series Applications Numerical Methods i Fourier Series Applicatios Recall that the basic relatios i usig the Trigoometric Fourier Series represetatio were give by f ( x) a o ( a x cos b x si ) () where the Fourier coefficiets

More information

Math 132 Fall 2007 Final Exam 1. Calculate cos( x ) sin( x ) dx a) 1 b) c) d) e) f) g) h) i) j)

Math 132 Fall 2007 Final Exam 1. Calculate cos( x ) sin( x ) dx a) 1 b) c) d) e)  f) g) h) i) j) Math Fall 007 Fial Exam π. Calculate cos( x ) si( x ) dx. 0 a) b) f) g) 4 c) h) d) 4 i) 4 e) 5 j) 6 Solutio: d > J := It(cos(x)*si(x)^, x = 0..Pi/); J := 0 π cos( x ) si( x ) > K := studet[chagevar](u

More information

1 Generating functions for balls in boxes

1 Generating functions for balls in boxes Math 566 Fall 05 Some otes o geeratig fuctios Give a sequece a 0, a, a,..., a,..., a geeratig fuctio some way of represetig the sequece as a fuctio. There are may ways to do this, with the most commo ways

More information

PH 411/511 ECE B(k) Sin k (x) dk (1)

PH 411/511 ECE B(k) Sin k (x) dk (1) Fall-26 PH 4/5 ECE 598 A. La Rosa Homework-2 Due -3-26 The Homework is iteded to gai a uderstadig o the Heiseberg priciple, based o a compariso betwee the width of a pulse ad the width of its spectral

More information

mx bx kx F t. dt IR I LI V t, Q LQ RQ V t,

mx bx kx F t. dt IR I LI V t, Q LQ RQ V t, Lecture 5 omplex Variables II (Applicatios i Physics) (See hapter i Boas) To see why complex variables are so useful cosider first the (liear) mechaics of a sigle particle described by Newto s equatio

More information

Indian Statistical Institute, Bangalore Centre Solution set of M.Math II Year, End-Sem Examination 2015 Fourier Analysis

Indian Statistical Institute, Bangalore Centre Solution set of M.Math II Year, End-Sem Examination 2015 Fourier Analysis Idia Statistical Istitute, Bagalore Cetre Solutio set of M.Math II Year, Ed-Sem Examiatio 05 Fourier Aalysis Note: We use the followig otatios L () L ad L () L.. Prove that f, ˆf L the f L. Proof. Sice

More information

Chapter 4 : Laplace Transform

Chapter 4 : Laplace Transform 4. Itroductio Laplace trasform is a alterative to solve the differetial equatio by the complex frequecy domai ( s = σ + jω), istead of the usual time domai. The DE ca be easily trasformed ito a algebraic

More information

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j

The z-transform. 7.1 Introduction. 7.2 The z-transform Derivation of the z-transform: x[n] = z n LTI system, h[n] z = re j The -Trasform 7. Itroductio Geeralie the complex siusoidal represetatio offered by DTFT to a represetatio of complex expoetial sigals. Obtai more geeral characteristics for discrete-time LTI systems. 7.

More information

Math 113 (Calculus 2) Section 12 Exam 4

Math 113 (Calculus 2) Section 12 Exam 4 Name: Row: Math Calculus ) Sectio Exam 4 8 0 November 00 Istructios:. Work o scratch paper will ot be graded.. For questio ad questios 0 through 5, show all your work i the space provided. Full credit

More information

APPM 4360/5360 Exam #2 Solutions Spring 2015

APPM 4360/5360 Exam #2 Solutions Spring 2015 APPM 436/536 Exam # Solutios Sprig 5 O the frot of your bluebook, write your ame ad make a gradig table. You re allowed oe sheet (letter-sized, frot ad back of otes. You are ot allowed to use textbooks,

More information

: Transforms and Partial Differential Equations

: Transforms and Partial Differential Equations Trasforms ad Partial Differetial Equatios 018 SUBJECT NAME : Trasforms ad Partial Differetial Equatios SUBJECT CODE : MA 6351 MATERIAL NAME : Part A questios REGULATION : R013 WEBSITE : wwwharigaeshcom

More information

Appendix: The Laplace Transform

Appendix: The Laplace Transform Appedix: The Laplace Trasform The Laplace trasform is a powerful method that ca be used to solve differetial equatio, ad other mathematical problems. Its stregth lies i the fact that it allows the trasformatio

More information

1.3 Convergence Theorems of Fourier Series. k k k k. N N k 1. With this in mind, we state (without proof) the convergence of Fourier series.

1.3 Convergence Theorems of Fourier Series. k k k k. N N k 1. With this in mind, we state (without proof) the convergence of Fourier series. .3 Covergece Theorems of Fourier Series I this sectio, we preset the covergece of Fourier series. A ifiite sum is, by defiitio, a limit of partial sums, that is, a cos( kx) b si( kx) lim a cos( kx) b si(

More information

Math 21B-B - Homework Set 2

Math 21B-B - Homework Set 2 Math B-B - Homework Set Sectio 5.:. a) lim P k= c k c k ) x k, where P is a partitio of [, 5. x x ) dx b) lim P k= 4 ck x k, where P is a partitio of [,. 4 x dx c) lim P k= ta c k ) x k, where P is a partitio

More information

ENGI Series Page 5-01

ENGI Series Page 5-01 ENGI 344 5 Series Page 5-01 5. Series Cotets: 5.01 Sequeces; geeral term, limits, covergece 5.0 Series; summatio otatio, covergece, divergece test 5.03 Series; telescopig series, geometric series, p-series

More information

Math 155 (Lecture 3)

Math 155 (Lecture 3) Math 55 (Lecture 3) September 8, I this lecture, we ll cosider the aswer to oe of the most basic coutig problems i combiatorics Questio How may ways are there to choose a -elemet subset of the set {,,,

More information

In algebra one spends much time finding common denominators and thus simplifying rational expressions. For example:

In algebra one spends much time finding common denominators and thus simplifying rational expressions. For example: 74 The Method of Partial Fractios I algebra oe speds much time fidig commo deomiators ad thus simplifyig ratioal epressios For eample: + + + 6 5 + = + = = + + + + + ( )( ) 5 It may the seem odd to be watig

More information

MATH Exam 1 Solutions February 24, 2016

MATH Exam 1 Solutions February 24, 2016 MATH 7.57 Exam Solutios February, 6. Evaluate (A) l(6) (B) l(7) (C) l(8) (D) l(9) (E) l() 6x x 3 + dx. Solutio: D We perform a substitutio. Let u = x 3 +, so du = 3x dx. Therefore, 6x u() x 3 + dx = [

More information

Question1 Multiple choices (circle the most appropriate one):

Question1 Multiple choices (circle the most appropriate one): Philadelphia Uiversity Studet Name: Faculty of Egieerig Studet Number: Dept. of Computer Egieerig Fial Exam, First Semester: 2014/2015 Course Title: Digital Sigal Aalysis ad Processig Date: 01/02/2015

More information

Chapter 10: Power Series

Chapter 10: Power Series Chapter : Power Series 57 Chapter Overview: Power Series The reaso series are part of a Calculus course is that there are fuctios which caot be itegrated. All power series, though, ca be itegrated because

More information

A) is empty. B) is a finite set. C) can be a countably infinite set. D) can be an uncountable set.

A) is empty. B) is a finite set. C) can be a countably infinite set. D) can be an uncountable set. M.A./M.Sc. (Mathematics) Etrace Examiatio 016-17 Max Time: hours Max Marks: 150 Istructios: There are 50 questios. Every questio has four choices of which exactly oe is correct. For correct aswer, 3 marks

More information

Subject: Differential Equations & Mathematical Modeling-III

Subject: Differential Equations & Mathematical Modeling-III Power Series Solutios of Differetial Equatios about Sigular poits Subject: Differetial Equatios & Mathematical Modelig-III Lesso: Power series solutios of differetial equatios about Sigular poits Lesso

More information

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense,

3. Z Transform. Recall that the Fourier transform (FT) of a DT signal xn [ ] is ( ) [ ] = In order for the FT to exist in the finite magnitude sense, 3. Z Trasform Referece: Etire Chapter 3 of text. Recall that the Fourier trasform (FT) of a DT sigal x [ ] is ω ( ) [ ] X e = j jω k = xe I order for the FT to exist i the fiite magitude sese, S = x [

More information

ENGI Series Page 6-01

ENGI Series Page 6-01 ENGI 3425 6 Series Page 6-01 6. Series Cotets: 6.01 Sequeces; geeral term, limits, covergece 6.02 Series; summatio otatio, covergece, divergece test 6.03 Stadard Series; telescopig series, geometric series,

More information

Chapter 2 The Monte Carlo Method

Chapter 2 The Monte Carlo Method Chapter 2 The Mote Carlo Method The Mote Carlo Method stads for a broad class of computatioal algorithms that rely o radom sampligs. It is ofte used i physical ad mathematical problems ad is most useful

More information

Math 106 Fall 2014 Exam 3.2 December 10, 2014

Math 106 Fall 2014 Exam 3.2 December 10, 2014 Math 06 Fall 04 Exam 3 December 0, 04 Determie if the series is coverget or diverget by makig a compariso (DCT or LCT) with a suitable b Fill i the blaks with your aswer For Coverget or Diverget write

More information

MATH 10550, EXAM 3 SOLUTIONS

MATH 10550, EXAM 3 SOLUTIONS MATH 155, EXAM 3 SOLUTIONS 1. I fidig a approximate solutio to the equatio x 3 +x 4 = usig Newto s method with iitial approximatio x 1 = 1, what is x? Solutio. Recall that x +1 = x f(x ) f (x ). Hece,

More information

B U Department of Mathematics Math 101 Calculus I

B U Department of Mathematics Math 101 Calculus I B U Departmet of Mathematics Math Calculus I Sprig 5 Fial Exam Calculus archive is a property of Boğaziçi Uiversity Mathematics Departmet. The purpose of this archive is to orgaise ad cetralise the distributio

More information

Math 152 Exam 3, Fall 2005

Math 152 Exam 3, Fall 2005 c IIT Dept. Applied Mathematics, December, 005 PRINT Last ame: KEY First ame: Sigature: Studet ID: Math 5 Exam 3, Fall 005 Istructios. For the multiple choice problems, there is o partial credit. For the

More information

HOMEWORK #10 SOLUTIONS

HOMEWORK #10 SOLUTIONS Math 33 - Aalysis I Sprig 29 HOMEWORK # SOLUTIONS () Prove that the fuctio f(x) = x 3 is (Riema) itegrable o [, ] ad show that x 3 dx = 4. (Without usig formulae for itegratio that you leart i previous

More information

MA Lesson 26 Notes Graphs of Rational Functions (Asymptotes) Limits at infinity

MA Lesson 26 Notes Graphs of Rational Functions (Asymptotes) Limits at infinity MA 1910 Lesso 6 Notes Graphs of Ratioal Fuctios (Asymptotes) Limits at ifiity Defiitio of a Ratioal Fuctio: If P() ad Q() are both polyomial fuctios, Q() 0, the the fuctio f below is called a Ratioal Fuctio.

More information

Math 12 Final Exam, May 11, 2011 ANSWER KEY. 2sinh(2x) = lim. 1 x. lim e. x ln. = e. (x+1)(1) x(1) (x+1) 2. (2secθ) 5 2sec2 θ dθ.

Math 12 Final Exam, May 11, 2011 ANSWER KEY. 2sinh(2x) = lim. 1 x. lim e. x ln. = e. (x+1)(1) x(1) (x+1) 2. (2secθ) 5 2sec2 θ dθ. Math Fial Exam, May, ANSWER KEY. [5 Poits] Evaluate each of the followig its. Please justify your aswers. Be clear if the it equals a value, + or, or Does Not Exist. coshx) a) L H x x+l x) sihx) x x L

More information

PH 411/511 ECE B(k) Sin k (x) dk (1)

PH 411/511 ECE B(k) Sin k (x) dk (1) Fall-27 PH 4/5 ECE 598 A. La Rosa Homework-3 Due -7-27 The Homework is iteded to gai a uderstadig o the Heiseberg priciple, based o a compariso betwee the width of a pulse ad the width of its spectral

More information

Calculus 2 - D. Yuen Final Exam Review (Version 11/22/2017. Please report any possible typos.)

Calculus 2 - D. Yuen Final Exam Review (Version 11/22/2017. Please report any possible typos.) Calculus - D Yue Fial Eam Review (Versio //7 Please report ay possible typos) NOTE: The review otes are oly o topics ot covered o previous eams See previous review sheets for summary of previous topics

More information

Definition of z-transform.

Definition of z-transform. - Trasforms Frequecy domai represetatios of discretetime sigals ad LTI discrete-time systems are made possible with the use of DTFT. However ot all discrete-time sigals e.g. uit step sequece are guarateed

More information

9231 FURTHER MATHEMATICS

9231 FURTHER MATHEMATICS CAMBRIDGE INTERNATIONAL EXAMINATIONS GCE Advaced Level www.xtremepapers.com MARK SCHEME for the October/vember series 9 FURTHER MATHEMATICS 9/ Paper, maximum raw mark This mark scheme is published as a

More information

EECE 301 Signals & Systems

EECE 301 Signals & Systems EECE 301 Sigals & Systems Prof. Mark Fowler Note Set #8 D-T Covolutio: The Tool for Fidig the Zero-State Respose Readig Assigmet: Sectio 2.1-2.2 of Kame ad Heck 1/14 Course Flow Diagram The arrows here

More information

PRELIM PROBLEM SOLUTIONS

PRELIM PROBLEM SOLUTIONS PRELIM PROBLEM SOLUTIONS THE GRAD STUDENTS + KEN Cotets. Complex Aalysis Practice Problems 2. 2. Real Aalysis Practice Problems 2. 4 3. Algebra Practice Problems 2. 8. Complex Aalysis Practice Problems

More information

MATH2007* Partial Answers to Review Exercises Fall 2004

MATH2007* Partial Answers to Review Exercises Fall 2004 MATH27* Partial Aswers to Review Eercises Fall 24 Evaluate each of the followig itegrals:. Let u cos. The du si ad Hece si ( cos 2 )(si ) (u 2 ) du. si u 2 cos 7 u 7 du Please fiish this. 2. We use itegratio

More information

e to approximate (using 4

e to approximate (using 4 Review: Taylor Polyomials ad Power Series Fid the iterval of covergece for the series Fid a series for f ( ) d ad fid its iterval of covergece Let f( ) Let f arcta a) Fid the rd degree Maclauri polyomial

More information

f(x) dx as we do. 2x dx x also diverges. Solution: We compute 2x dx lim

f(x) dx as we do. 2x dx x also diverges. Solution: We compute 2x dx lim Math 3, Sectio 2. (25 poits) Why we defie f(x) dx as we do. (a) Show that the improper itegral diverges. Hece the improper itegral x 2 + x 2 + b also diverges. Solutio: We compute x 2 + = lim b x 2 + =

More information

FINALTERM EXAMINATION Fall 9 Calculus & Aalytical Geometry-I Questio No: ( Mars: ) - Please choose oe Let f ( x) is a fuctio such that as x approaches a real umber a, either from left or right-had-side,

More information

Math 113 Exam 3 Practice

Math 113 Exam 3 Practice Math Exam Practice Exam will cover.-.9. This sheet has three sectios. The first sectio will remid you about techiques ad formulas that you should kow. The secod gives a umber of practice questios for you

More information

SCORE. Exam 2. MA 114 Exam 2 Fall 2016

SCORE. Exam 2. MA 114 Exam 2 Fall 2016 MA 4 Exam Fall 06 Exam Name: Sectio ad/or TA: Do ot remove this aswer page you will retur the whole exam. You will be allowed two hours to complete this test. No books or otes may be used. You may use

More information

3 Gauss map and continued fractions

3 Gauss map and continued fractions ICTP, Trieste, July 08 Gauss map ad cotiued fractios I this lecture we will itroduce the Gauss map, which is very importat for its coectio with cotiued fractios i umber theory. The Gauss map G : [0, ]

More information

Math 234 Test 1, Tuesday 27 September 2005, 4 pages, 30 points, 75 minutes.

Math 234 Test 1, Tuesday 27 September 2005, 4 pages, 30 points, 75 minutes. Math 34 Test 1, Tuesday 7 September 5, 4 pages, 3 poits, 75 miutes. The high score was 9 poits out of 3, achieved by two studets. The class average is 3.5 poits out of 3, or 77.5%, which ordiarily would

More information

(Figure 2.9), we observe x. and we write. (b) as x, x 1. and we write. We say that the line y 0 is a horizontal asymptote of the graph of f.

(Figure 2.9), we observe x. and we write. (b) as x, x 1. and we write. We say that the line y 0 is a horizontal asymptote of the graph of f. The symbol for ifiity ( ) does ot represet a real umber. We use to describe the behavior of a fuctio whe the values i its domai or rage outgrow all fiite bouds. For eample, whe we say the limit of f as

More information

f(w) w z =R z a 0 a n a nz n Liouville s theorem, we see that Q is constant, which implies that P is constant, which is a contradiction.

f(w) w z =R z a 0 a n a nz n Liouville s theorem, we see that Q is constant, which implies that P is constant, which is a contradiction. Theorem 3.6.4. [Liouville s Theorem] Every bouded etire fuctio is costat. Proof. Let f be a etire fuctio. Suppose that there is M R such that M for ay z C. The for ay z C ad R > 0 f (z) f(w) 2πi (w z)

More information

Math 5C Discussion Problems 2 Selected Solutions

Math 5C Discussion Problems 2 Selected Solutions Math 5 iscussio Problems 2 elected olutios Path Idepedece. Let be the striaght-lie path i 2 from the origi to (3, ). efie f(x, y) = xye xy. (a) Evaluate f dr. olutio. (b) Evaluate olutio. (c) Evaluate

More information

MTH 142 Exam 3 Spr 2011 Practice Problem Solutions 1

MTH 142 Exam 3 Spr 2011 Practice Problem Solutions 1 MTH 42 Exam 3 Spr 20 Practice Problem Solutios No calculators will be permitted at the exam. 3. A pig-pog ball is lauched straight up, rises to a height of 5 feet, the falls back to the lauch poit ad bouces

More information

L 5 & 6: RelHydro/Basel. f(x)= ( ) f( ) ( ) ( ) ( ) n! 1! 2! 3! If the TE of f(x)= sin(x) around x 0 is: sin(x) = x - 3! 5!

L 5 & 6: RelHydro/Basel. f(x)= ( ) f( ) ( ) ( ) ( ) n! 1! 2! 3! If the TE of f(x)= sin(x) around x 0 is: sin(x) = x - 3! 5! aylor epasio: Let ƒ() be a ifiitely differetiable real fuctio. At ay poit i the eighbourhood of =0, the fuctio ca be represeted as a power series of the followig form: X 0 f(a) f() ƒ() f()= ( ) f( ) (

More information

Mathematics 116 HWK 21 Solutions 8.2 p580

Mathematics 116 HWK 21 Solutions 8.2 p580 Mathematics 6 HWK Solutios 8. p580 A abbreviatio: iff is a abbreviatio for if ad oly if. Geometric Series: Several of these problems use what we worked out i class cocerig the geometric series, which I

More information

MATH 304: MIDTERM EXAM SOLUTIONS

MATH 304: MIDTERM EXAM SOLUTIONS MATH 304: MIDTERM EXAM SOLUTIONS [The problems are each worth five poits, except for problem 8, which is worth 8 poits. Thus there are 43 possible poits.] 1. Use the Euclidea algorithm to fid the greatest

More information

Math 257: Finite difference methods

Math 257: Finite difference methods Math 257: Fiite differece methods 1 Fiite Differeces Remember the defiitio of a derivative f f(x + ) f(x) (x) = lim 0 Also recall Taylor s formula: (1) f(x + ) = f(x) + f (x) + 2 f (x) + 3 f (3) (x) +...

More information

Math 210A Homework 1

Math 210A Homework 1 Math 0A Homework Edward Burkard Exercise. a) State the defiitio of a aalytic fuctio. b) What are the relatioships betwee aalytic fuctios ad the Cauchy-Riema equatios? Solutio. a) A fuctio f : G C is called

More information

Fall 2018 Exam 3 HAND IN PART 0 10 PIN: 17 INSTRUCTIONS

Fall 2018 Exam 3 HAND IN PART 0 10 PIN: 17 INSTRUCTIONS MARK BOX problem poits HAND IN PART 0 10 1 10 2 5 NAME: Solutios 3 10 PIN: 17 4 16 65=13x5 % 100 INSTRUCTIONS This exam comes i two parts. (1) HAND IN PART. Had i oly this part. (2) STATEMENT OF MULTIPLE

More information

9.3 Power Series: Taylor & Maclaurin Series

9.3 Power Series: Taylor & Maclaurin Series 9.3 Power Series: Taylor & Maclauri Series If is a variable, the a ifiite series of the form 0 is called a power series (cetered at 0 ). a a a a a 0 1 0 is a power series cetered at a c a a c a c a c 0

More information

The Z-Transform. (t-t 0 ) Figure 1: Simplified graph of an impulse function. For an impulse, it can be shown that (1)

The Z-Transform. (t-t 0 ) Figure 1: Simplified graph of an impulse function. For an impulse, it can be shown that (1) The Z-Trasform Sampled Data The geeralied fuctio (t) (also kow as the impulse fuctio) is useful i the defiitio ad aalysis of sampled-data sigals. Figure below shows a simplified graph of a impulse. (t-t

More information

MATH 31B: MIDTERM 2 REVIEW

MATH 31B: MIDTERM 2 REVIEW MATH 3B: MIDTERM REVIEW JOE HUGHES. Evaluate x (x ) (x 3).. Partial Fractios Solutio: The umerator has degree less tha the deomiator, so we ca use partial fractios. Write x (x ) (x 3) = A x + A (x ) +

More information

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences

University of California at Berkeley College of Engineering Department of Electrical Engineering and Computer Sciences A Uiversity of Califoria at Berkeley College of Egieerig Departmet of Electrical Egieerig ad Computer Scieces U N I V E R S T H E I T Y O F LE T TH E R E B E LI G H T C A L I F O R N 8 6 8 I A EECS : Sigals

More information

Section 11.8: Power Series

Section 11.8: Power Series Sectio 11.8: Power Series 1. Power Series I this sectio, we cosider geeralizig the cocept of a series. Recall that a series is a ifiite sum of umbers a. We ca talk about whether or ot it coverges ad i

More information

1. (25 points) Use the limit definition of the definite integral and the sum formulas 1 to compute

1. (25 points) Use the limit definition of the definite integral and the sum formulas 1 to compute Math, Calculus II Fial Eam Solutios. 5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute 4 d. The check your aswer usig the Evaluatio Theorem. ) ) Solutio: I this itegral,

More information

SCORE. Exam 2. MA 114 Exam 2 Fall 2017

SCORE. Exam 2. MA 114 Exam 2 Fall 2017 Exam Name: Sectio ad/or TA: Do ot remove this aswer page you will retur the whole exam. You will be allowed two hours to complete this test. No books or otes may be used. You may use a graphig calculator

More information

Math 113, Calculus II Winter 2007 Final Exam Solutions

Math 113, Calculus II Winter 2007 Final Exam Solutions Math, Calculus II Witer 7 Fial Exam Solutios (5 poits) Use the limit defiitio of the defiite itegral ad the sum formulas to compute x x + dx The check your aswer usig the Evaluatio Theorem Solutio: I this

More information

Solutions for May. 3 x + 7 = 4 x x +

Solutions for May. 3 x + 7 = 4 x x + Solutios for May 493. Prove that there is a atural umber with the followig characteristics: a) it is a multiple of 007; b) the first four digits i its decimal represetatio are 009; c) the last four digits

More information

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018 CSE 353 Discrete Computatioal Structures Sprig 08 Sequeces, Mathematical Iductio, ad Recursio (Chapter 5, Epp) Note: some course slides adopted from publisher-provided material Overview May mathematical

More information

Dynamic System Response

Dynamic System Response Solutio of Liear, Costat-Coefficiet, Ordiary Differetial Equatios Classical Operator Method Laplace Trasform Method Laplace Trasform Properties 1 st -Order Dyamic System Time ad Frequecy Respose d -Order

More information

The Riemann Zeta Function

The Riemann Zeta Function Physics 6A Witer 6 The Riema Zeta Fuctio I this ote, I will sketch some of the mai properties of the Riema zeta fuctio, ζ(x). For x >, we defie ζ(x) =, x >. () x = For x, this sum diverges. However, we

More information

Math 122 Test 3 - Review 1

Math 122 Test 3 - Review 1 I. Sequeces ad Series Math Test 3 - Review A) Sequeces Fid the limit of the followig sequeces:. a = +. a = l 3. a = π 4 4. a = ta( ) 5. a = + 6. a = + 3 B) Geometric ad Telescopig Series For the followig

More information

Name of the Student:

Name of the Student: SUBJECT NAME : Trasforms ad Partial Diff Eq SUBJECT CODE : MA MATERIAL NAME : Problem Material MATERIAL CODE : JM8AM6 REGULATION : R8 UPDATED ON : April-May 4 (Sca the above QR code for the direct dowload

More information

Calculus II exam 1 6/18/07 All problems are worth 10 points unless otherwise noted. Show all analytic work.

Calculus II exam 1 6/18/07 All problems are worth 10 points unless otherwise noted. Show all analytic work. 9.-0 Calculus II exam 6/8/07 All problems are worth 0 poits uless otherwise oted. Show all aalytic work.. (5 poits) Prove that the area eclosed i the circle. f( x) = x +, 0 x. Use the approximate the area

More information

18.01 Calculus Jason Starr Fall 2005

18.01 Calculus Jason Starr Fall 2005 Lecture 18. October 5, 005 Homework. Problem Set 5 Part I: (c). Practice Problems. Course Reader: 3G 1, 3G, 3G 4, 3G 5. 1. Approximatig Riema itegrals. Ofte, there is o simpler expressio for the atiderivative

More information

Name: Math 10550, Final Exam: December 15, 2007

Name: Math 10550, Final Exam: December 15, 2007 Math 55, Fial Exam: December 5, 7 Name: Be sure that you have all pages of the test. No calculators are to be used. The exam lasts for two hours. Whe told to begi, remove this aswer sheet ad keep it uder

More information

j=1 dz Res(f, z j ) = 1 d k 1 dz k 1 (z c)k f(z) Res(f, c) = lim z c (k 1)! Res g, c = f(c) g (c)

j=1 dz Res(f, z j ) = 1 d k 1 dz k 1 (z c)k f(z) Res(f, c) = lim z c (k 1)! Res g, c = f(c) g (c) Problem. Compute the itegrals C r d for Z, where C r = ad r >. Recall that C r has the couter-clockwise orietatio. Solutio: We will use the idue Theorem to solve this oe. We could istead use other (perhaps

More information

Solution of EECS 315 Final Examination F09

Solution of EECS 315 Final Examination F09 Solutio of EECS 315 Fial Examiatio F9 1. Fid the umerical value of δ ( t + 4ramp( tdt. δ ( t + 4ramp( tdt. Fid the umerical sigal eergy of x E x = x[ ] = δ 3 = 11 = ( = ramp( ( 4 = ramp( 8 = 8 [ ] = (

More information

f t dt. Write the third-degree Taylor polynomial for G

f t dt. Write the third-degree Taylor polynomial for G AP Calculus BC Homework - Chapter 8B Taylor, Maclauri, ad Power Series # Taylor & Maclauri Polyomials Critical Thikig Joural: (CTJ: 5 pts.) Discuss the followig questios i a paragraph: What does it mea

More information

Math 128A: Homework 1 Solutions

Math 128A: Homework 1 Solutions Math 8A: Homework Solutios Due: Jue. Determie the limits of the followig sequeces as. a) a = +. lim a + = lim =. b) a = + ). c) a = si4 +6) +. lim a = lim = lim + ) [ + ) ] = [ e ] = e 6. Observe that

More information

Curve Sketching Handout #5 Topic Interpretation Rational Functions

Curve Sketching Handout #5 Topic Interpretation Rational Functions Curve Sketchig Hadout #5 Topic Iterpretatio Ratioal Fuctios A ratioal fuctio is a fuctio f that is a quotiet of two polyomials. I other words, p ( ) ( ) f is a ratioal fuctio if p ( ) ad q ( ) are polyomials

More information

Chapter 7: The z-transform. Chih-Wei Liu

Chapter 7: The z-transform. Chih-Wei Liu Chapter 7: The -Trasform Chih-Wei Liu Outlie Itroductio The -Trasform Properties of the Regio of Covergece Properties of the -Trasform Iversio of the -Trasform The Trasfer Fuctio Causality ad Stability

More information

Physics 324, Fall Dirac Notation. These notes were produced by David Kaplan for Phys. 324 in Autumn 2001.

Physics 324, Fall Dirac Notation. These notes were produced by David Kaplan for Phys. 324 in Autumn 2001. Physics 324, Fall 2002 Dirac Notatio These otes were produced by David Kapla for Phys. 324 i Autum 2001. 1 Vectors 1.1 Ier product Recall from liear algebra: we ca represet a vector V as a colum vector;

More information

Math 106 Fall 2014 Exam 3.1 December 10, 2014

Math 106 Fall 2014 Exam 3.1 December 10, 2014 Math 06 Fall 0 Exam 3 December 0, 0 Determie if the series is coverget or diverget by makig a compariso DCT or LCT) with a suitable b Fill i the blaks with your aswer For Coverget or Diverget write Coverget

More information

NBHM QUESTION 2007 Section 1 : Algebra Q1. Let G be a group of order n. Which of the following conditions imply that G is abelian?

NBHM QUESTION 2007 Section 1 : Algebra Q1. Let G be a group of order n. Which of the following conditions imply that G is abelian? NBHM QUESTION 7 NBHM QUESTION 7 NBHM QUESTION 7 Sectio : Algebra Q Let G be a group of order Which of the followig coditios imply that G is abelia? 5 36 Q Which of the followig subgroups are ecesarily

More information

4x 2. (n+1) x 3 n+1. = lim. 4x 2 n+1 n3 n. n 4x 2 = lim = 3

4x 2. (n+1) x 3 n+1. = lim. 4x 2 n+1 n3 n. n 4x 2 = lim = 3 Exam Problems (x. Give the series (, fid the values of x for which this power series coverges. Also =0 state clearly what the radius of covergece is. We start by settig up the Ratio Test: x ( x x ( x x

More information

Matsubara-Green s Functions

Matsubara-Green s Functions Matsubara-Gree s Fuctios Time Orderig : Cosider the followig operator If H = H the we ca trivially factorise this as, E(s = e s(h+ E(s = e sh e s I geeral this is ot true. However for practical applicatio

More information

Taylor expansion: Show that the TE of f(x)= sin(x) around. sin(x) = x - + 3! 5! L 7 & 8: MHD/ZAH

Taylor expansion: Show that the TE of f(x)= sin(x) around. sin(x) = x - + 3! 5! L 7 & 8: MHD/ZAH Taylor epasio: Let ƒ() be a ifiitely differetiable real fuctio. A ay poit i the eighbourhood of 0, the fuctio ƒ() ca be represeted by a power series of the followig form: X 0 f(a) f() f() ( ) f( ) ( )

More information

ENGI 9420 Engineering Analysis Assignment 3 Solutions

ENGI 9420 Engineering Analysis Assignment 3 Solutions ENGI 9 Egieerig Aalysis Assigmet Solutios Fall [Series solutio of ODEs, matri algebra; umerical methods; Chapters, ad ]. Fid a power series solutio about =, as far as the term i 7, to the ordiary differetial

More information

METHOD OF FUNDAMENTAL SOLUTIONS FOR HELMHOLTZ EIGENVALUE PROBLEMS IN ELLIPTICAL DOMAINS

METHOD OF FUNDAMENTAL SOLUTIONS FOR HELMHOLTZ EIGENVALUE PROBLEMS IN ELLIPTICAL DOMAINS Please cite this article as: Staisław Kula, Method of fudametal solutios for Helmholtz eigevalue problems i elliptical domais, Scietific Research of the Istitute of Mathematics ad Computer Sciece, 009,

More information