Examination paper for TMA4125 Matematikk 4N

Size: px
Start display at page:

Download "Examination paper for TMA4125 Matematikk 4N"

Transcription

1 Department of Mathematical Sciences Examination paper for TMA45 Matematikk 4N Academic contact during examination: Anne Kværnø a, Louis-Philippe Thibault b Phone: a , b Examination date: May 3 08 Examination time (from to): 09:00 3:00 Permitted examination support material: Kode C: Bestemt, enkel kalkulator Rottmann: Matematisk formelsamling Other information: All answers have to be justified, and they should include enough details in order to see how they have been obtained. All sub-problems carry the same weight for grading. Good Luck! Language: English Number of pages: 9 Number of pages enclosed: Checked by: Informasjon om trykking av eksamensoppgave Originalen er: -sidig -sidig sort/hvit farger skal ha flervalgskjema Date Signature

2

3 TMA45 Matematikk 4N, May 3 08 Page of 9 Problem Let f(x) be defined as f(x) = x for x [0, 3]. a) Find the Fourier sine series of f(x). b) Use the result to compute the value of the series Hint: Use Parseval s identity. n. Solution: a) The Fourier sine series is of the form ( ) nπx b n sin, L where L = 3 is the half-range period, and b n = L We compute the coefficients b n : b n = 3 L 0 ( ) nπx f(x) sin dx. L 3 0 ( ) nπx x sin dx. 3 To compute this integral, we use integration by parts. We obtain b n = ( [ x 3 ( )] nπx 3 3 nπ cos ( ) ) nπx cos dx 3 0 nπ 0 3 = ( ) () n = ()n nπ nπ Thus the Fourier sine series of f(x) is given by () n+ 6 nπ ( nπx sin 3 ). b) We use Parseval s identity: We have 36 π b n = L L 0 f(x) dx. n = 3 x dx =

4 Page of 9 TMA45 Matematikk 4N, May 3 08 Thus n = π 6. Problem Let f(x) = 4 x + Show that the convolution and g(x) = (f g)(x) = π i x (x + ) for all real x. ωe ( +) ω e iωx dω. Solution: We first compute F(f g), the Fourier transform of the convolution. By the convolution theorem, we get Using the tables, we see that F(f g) = πf(f)f(g). F(f) = πe ω. We note that ( ) g(x) =. x + Using the properties of the tables, we obtain Thus, F(g) = iω π e ω. F(f g) = iπ πωe ( +) ω. Applying the inverse Fourier transform on both sides, we obtain (f g)(x) = πi ωe ( +) ω e iωx dω. Problem 3 Using Laplace transforms, solve the differential equation y + 3y 4t if 0 < t + y = 4 if t >, with initial conditions y(0) = 0 and y (0) = 0.

5 TMA45 Matematikk 4N, May 3 08 Page 3 of 9 Solution: We note that the differential equation can be written as y + 3y + y = 4t( u(t )) + 4u(t ) = 4t 4(t )u(t ). Applying the Laplace transform on both sides and isolating L(y), we obtain ( ) 4 L(y) = s (s + )(s + ) 4 e s. s (s + )(s + ) We write the rational fraction as partial sums: 4 s (s + )(s + ) = A s + B s + C s + + D s + and find A = 3, B =, C = 4 and D =. Applying the inverse Laplace transform, we obtain y(t) = ( 3 + t + 4e t e t ) ( 3 + (t ) + 4e (t) e (t) )u(t ). Problem 4 Consider the equation x = cos(x). a) Show that this equation has a unique solution in the interval (0, ). b) Compute iterations of Newton s method to approximate the solution, starting with x 0 = 0.5. Keep 5 digits in your answers. Solution: a) Apply the fixed point theorem on x = g(x) = cos(x). g (x) = sin(x) <. The function cos(x) is monotonically decreasing on the interval [0, ], thus g(x) (g(), g(0)) = (0.705, 0.5) (0, )

6 Page 4 of 9 TMA45 Matematikk 4N, May 3 08 so the two conditions of the fixed point theorem are fulfilled, and the fixed exist and is unique. b) Rewrite the equation to the form f(x) = x cos(x) = 0 and Newtons method becomes x k+ = x k x k cos(x k) + sin(x k) = x k sin(x k ) + cos(x k ). + sin(x k ) and the first iterations becomes x 0 = , x = , x = Problem 5 Given the differential equation y = xy, y() = 0.5. a) Compute the approximate solution y H y(.) by one step of the Heun method with step size h = 0.. b) Compute the approximate solution y E y(.) by one step of the Euler method with step size h = 0.. Use the result from point a) to find an estimate for the error y(.) y E. Given a user specified tolerance Tol = 0 3, will you accept y E accurate solution? as a sufficient Whether you accept the step or not, what should your next step size be? Use P = 0.8 as the pessimist factor in the step size selection algorithm. Hint: The Euler method is of order, the Heun method is of order. Solution: a) One step of Heuns method with h = 0. becomes y = y 0 + hx 0 y0 = = 0.55 y H = y 0 + h ( x0 y0 + x (y ) ) = ( ) = b) One step of Eulers method: y E = y = 0.55.

7 TMA45 Matematikk 4N, May 3 08 Page 5 of 9 Error estimate: y(.) y E le = y H y E = The step is not accepted, and will be repeated with the new stepsize h new = P ( ) Tol p+ 0 3 hold = = le Here, p = is the order of the Euler method. Problem 6 a) For a given function f(t), give an expression for the polynomial of lowest possible degree interpolating the function in the nodes t 0 = /3 and t =. Use the result to find a quadrature rule Q[, ] = w 0 f(t 0 ) + w f(t ) as an approximation to the integral f(t)dt. Find the degree of precision of the quadrature rule. b) Transfer the quadrature rule Q[, ] to some arbitrary interval [a, b]. Use it to find an approximation of the integral x sin(πx/)dx. Solution: a) Using Lagrange interpolation, we get p (t) = f(t 0 ) t t + f(t ) t t 0 = 3 ( f(t0 )( t) + f(t )(t + t 0 t t t )). The quadrature rule is found by integrating this polynomial: Q[, ] = p dt = 3 f(t 0) + f(t ). The quadrature Q has degree of precision d if Q[, ] = f(t)dt for all polynomials of degree d or less. That is, if this is true for all f = t l, l = 0,,..., d but not for l = d +.

8 Page 6 of 9 TMA45 Matematikk 4N, May 3 08 f = dt = Q[, ] = 3 + = f = t tdt = 0 Q[, ] = 3 ( ) + 3 = 0 f = t t dt = Q[, ] = 3 ( 3 ) + 3 = 3 f = t 3 t 3 dt = 0 Q[, ] = 3 ( ) = 4 9 so the quadrature rule has degree of precision. (The rule will have at least degree of precision by construction, so to check for f = and f = t is superfluous. On the other hand, it is useful for checking that the previous result was correct.) b) Use the mapping x = b a t + b + a. Then b a f(x)dx = b a Using the nodes x i = b a t i + b + a f( b a t + b + a )dt. for i = 0,, we get that x 0 = a 3 + b 3, x = b and the quadrature formula becomes Q[a, b] = b a [ 3f 4 ( 3 a + b ) ] + f(b). 3 Applied to x sin(πx/)dx we get x 0 = 4/3 and x = and Q[, ] = [ ( ) sin 3 ( π 4 ) ( ) ] π + sin 3 = 3 = (For comparision, the exact value of the integral is ).

9 TMA45 Matematikk 4N, May 3 08 Page 7 of 9 Problem 7 Let u(x, t) be the deflection at time t and position x of a vibrating string of length 4. It satisfies the wave equation with initial conditions u t = u, 0 x 4, t 0, x u(x, 0) = 3 sin(πx) and u t (x, 0) = sin(4πx), 0 x 4, and boundary conditions u(0, t) = u(4, t) = 0, t 0. a) Find the solutions that are of the form u(x, t) = F (x)g(t) and satisfy the boundary conditions. b) Find the solution that satisfy the initial conditions. c) The aim is now to set up a numerical scheme for the equation. Use step sizes t and x in the t and x direction respectively with x = 4/M, where M is the number of intervals in the x direction. The gridpoints are then given by t n = n t, n = 0,,,... and x i = i x, i = 0,,..., M Let Ui n u(x i, t n ) be the numerical approximation in each gridpoint. Set up a finite difference scheme for the equation, based on central differences. The scheme will be explicit, in the sense that Ui n+ can be expressed in terms of the numerical solutions at time steps t n and t n for n. Use a central difference for u t (x, 0) and the idea of a false boundary to find a scheme for computing U i, i =,..., M. Let x = 0. and t = 0. and use your schemes to find U u(0., 0.). Solution: a) We plug u(x, t) = F (x)g(t) into the wave equation and obtain two ODEs F kf = 0 G kg = 0. We split into three cases k = 0, k > 0 and k < 0. The only non-trivial solution is for k = p < 0. The first equation then have solution F (x) = A cos px + B sin px.

10 Page 8 of 9 TMA45 Matematikk 4N, May 3 08 From the boundary conditions, we get F (0) = 0 and F (4) = 0, so A = 0 and sin 4p = 0, hence p = nπ 4, n =,,... We can set B =. We now solve the second equation with k = p = ( nπ 4 ). It has a solution of the form G n (t) = B n cos pt + B n sin pt. The solutions of the form F (x)g(t) are thus given by ( ( ) ( )) ( ) nπ nπ nπ u n (x, t) = B n cos 4 t + Bn sin 4 t sin 4 x b) To find a solution that satisfies the initial condition, we need to sum over those functions. We have ( ( ) ( )) ( ) nπ nπ nπ u(x, t) = B n cos 4 t + Bn sin 4 t sin 4 x. We thus have, using the initial condition, 3 sin(πx) = u(x, 0) = B n sin nπx 4. This is a Fourier sine series. Comparing the two Fourier series, we see that the coefficients B n are given by B 4 = 3, B n = 0, if n 4. To obtain the coefficients Bn, we take the derivative of the series with respect to t: ( ( ) ( )) ( ) nπ nπ u t (x, t) = B n 4 sin 4 t + Bn nπ nπ nπ 4 cos 4 t sin 4 x. Using the other initial condition: sin(4πx) = u t (x, 0) = nπ 4 Comparing again the two Fourier series, we have ( ) nπ Bn sin 4 x. B 6 = 4π, B n = 0, if n 6. Thus, the solution to the differential equation is u(x, t) = 3 cos(πt) sin(πx) + sin(4πt) sin(4πx). 4π

11 TMA45 Matematikk 4N, May 3 08 Page 9 of 9 c) The corresponding difference equations for the point (x i, t n ) using central differences becomes Ui n+ Ui n + Ui n = U i+ n Ui n + Ui n. t x Solve this with respect to Ui n+, set r = x/ t for simplicity (not required), and the algorithm becomes: For n =,,... : Ui n+ = r (Ui+ n + Ui) n + ( r )Ui n Ui n, i =,..., M, () U0 n+ = 0, UM n+ = 0. Extend the solution domain to t = t, and use a central difference formula to approximate the starting condition u t (x, 0) = sin(4πx). For n = 0 we have the following two equations: U i = r (Ui+ 0 + Ui) 0 + ( r )Ui 0 Ui, Ui Ui = sin(4πx i ) t Solve the last with respect to Ui and insert this into the first expressions gives the following expression for Ui : U i = r (U 0 i+ + U 0 i) + ( r )U 0 i + t sin(4πx i ), i =,..., M U 0 i = 3 sin(πx i ). () With x = t = 0. the pararmeter r = and thus r = 0. To find an approximation U u(0., 0.) we need in this particular case only to calculate U from () first, and then U from (). Use also the boundary condition U0 n = 0: So U = 3 (sin(0.π) + sin(0.3π)) + 0. sin(0.8π) = , U = U U 0 = 3 ( (sin 0.3π) sin(0.π) ) + 0. sin(0.8π) = To compare, the exact solution is u(0., 0.) =

12 TMA45 Matematikk 4N, May 3 08 Page i of ii Fourier Transform f(x) = π ˆf(ω)e iωx dω ˆf(ω) = π f(x)e iωx dx f g(x) f (x) π ˆf(ω)ĝ(ω) iω ˆf(ω) e ax a e ω /4a e a x x + a f(x) = for x < a, 0 otherwise a π ω + a π e a ω a sin ωa π ω Laplace Transform f(t) F (s) = f (t) tf(t) 0 e st f(t) dt sf (s) f(0) F (s) e at f(t) F (s a) s cos(ωt) s + ω ω sin(ωt) s + ω t n n! s n+ e at s a f(t a)u(t a) e sa F (s) δ(t a) f g(t) e as F (s)g(s)

13 Page ii of ii TMA45 Matematikk 4N, May 3 08 Numerics Newton s method: x k+ = x k f(x k) f (x k ). Newton s method for system of equations: x k+ = x k JF ( x k ) F ( x k ), with JF = ( j f i ). Lagrange interpolation: p n (x) = n k=0 l k (x) l k (x k ) f k, with l k (x) = j k(x x j ). Interpolation error: ɛ n (x) = n k=0 (x x k ) f (n+) (t) (n+)!. Chebyshev points: x k = cos ( k+ n+ π), 0 k n. Newton s divided difference: f(x) f 0 + (x x 0 )f[x 0, x ]+ (x x 0 )(x x )f[x 0, x, x ]+ +(x x 0 )(x x ) (x x n )f[x 0,..., x n ], with f[x 0,..., x k ] = f[x,...x k ] f[x 0,...,x k ] x k x 0. Trapezoid rule: b a f(x) dx h [ f(a) + f + f + + f n + f(b)]. Error of the trapezoid rule: ɛ b a h max x [a,b] f (x). Simpson rule: b a f(x) dx h 3 [f 0 + 4f + f + 4f f n + 4f n + f n ]. Error of the Simpson rule: ɛ b a 80 h4 max x [a,b] f (4) (x). Gauss Seidel iteration: x (m+) = b Lx (m+) Ux (m), with A = I+L+U. Jacobi iteration: x (m+) = b + (I A)x (m). Euler method: y n+ = y n + hf(x n, y n ). Improved Euler (Heun s) method: y n+ = y n + h[f(x n, y n ) + f(x n + h, y n+)], where y n+ = y n + hf(x n, y n ). Classical Runge Kutta method: k = hf(x n, y n ), k = hf(x n + h/, y n + k /), k 3 = hf(x n + h/, y n + k /), k 4 = hf(x n + h, y n + k 3 ), y n+ = y n + 6 k + 3 k + 3 k k 4. Backward Euler method: y n+ = y n + hf(x n+, y n+ ). Finite differences: u u(x+h,y) u(x h,y) (x, y), u(x, y) u(x+h,y) u(x,y)+u(x h,y). x h x h Crank Nicolson method for the heat equation: r = k h, ( + r)u i,j+ r(u i+,j+ + u i,j+ ) = ( r)u ij + r(u i+,j + u i,j ).

Examination paper for TMA4130 Matematikk 4N

Examination paper for TMA4130 Matematikk 4N Department of Mathematical Sciences Examination paper for TMA4130 Matematikk 4N Academic contact during examination: Morten Nome Phone: 90 84 97 83 Examination date: 13 December 2017 Examination time (from

More information

Examination paper for TMA4130 Matematikk 4N: SOLUTION

Examination paper for TMA4130 Matematikk 4N: SOLUTION Department of Mathematical Sciences Examination paper for TMA4 Matematikk 4N: SOLUTION Academic contact during examination: Morten Nome Phone: 9 84 97 8 Examination date: December 7 Examination time (from

More information

Examination paper for TMA4122/TMA4123/TMA4125/TMA4130 Matematikk 4M/N

Examination paper for TMA4122/TMA4123/TMA4125/TMA4130 Matematikk 4M/N Department of Mathematical Sciences Examination paper for TMA4122/TMA4123/TMA4125/TMA4130 Matematikk 4M/N Academic contact during examination: Markus Grasmair Phone: 97 58 04 35 Code C): Basic calculator.

More information

Examination paper for TMA4195 Mathematical Modeling

Examination paper for TMA4195 Mathematical Modeling Department of Mathematical Sciences Examination paper for TMA4195 Mathematical Modeling Academic contact during examination: Harald Hanche-Olsen Phone: 73 59 35 25 Examination date: December 14, 2016 Examination

More information

1 x if 0 < x < 2, 1 x if 2 < x < 0.

1 x if 0 < x < 2, 1 x if 2 < x < 0. Problem The function f(x) = x, defined on the interval [0, 2], is to be extended to an odd function g with period 4. Sketch the graph of the function g on the interval [ 4, 4] and find the Fourier series

More information

Examination paper for TMA4195 Mathematical Modeling

Examination paper for TMA4195 Mathematical Modeling Department of Mathematical Sciences Examination paper for TMA4195 Mathematical Modeling Academic contact during examination: Espen R. Jakobsen Phone: 73 59 35 12 Examination date: December 16, 2017 Examination

More information

Examination paper for TMA4215 Numerical Mathematics

Examination paper for TMA4215 Numerical Mathematics Department of Mathematical Sciences Examination paper for TMA425 Numerical Mathematics Academic contact during examination: Trond Kvamsdal Phone: 93058702 Examination date: 6th of December 207 Examination

More information

Examination paper for TMA4285 Time Series Models

Examination paper for TMA4285 Time Series Models Department of Mathematical Sciences Examination paper for TMA4285 Series Models Academic contact during examination: Professor Jarle Tufto Phone: 99 70 55 19 Examination date: December 8, 2016 Examination

More information

Suggested solutions, TMA4125 Calculus 4N

Suggested solutions, TMA4125 Calculus 4N Suggested solutions, TMA5 Calculus N Charles Curry May 9th 07. The graph of g(x) is displayed below. We have b n = = = 0 [ nπ = nπ ( x) nπx dx nπx dx cos nπx ] x nπx dx [ nπx x cos nπ ] ( cos nπ + cos

More information

Examination paper for TMA4145 Linear Methods

Examination paper for TMA4145 Linear Methods Department of Mathematical Sciences Examination paper for TMA4145 Linear Methods Academic contact during examination: Franz Luef Phone: 40614405 Examination date: 5.1.016 Examination time (from to): 09:00-13:00

More information

Exam TMA4120 MATHEMATICS 4K. Monday , Time:

Exam TMA4120 MATHEMATICS 4K. Monday , Time: Exam TMA4 MATHEMATICS 4K Monday 9.., Time: 9 3 English Hjelpemidler (Kode C): Bestemt kalkulator (HP 3S eller Citizen SR-7X), Rottmann: Matematisk formelsamling Problem. a. Determine the value ( + i) 6

More information

Exam in TMA4215 December 7th 2012

Exam in TMA4215 December 7th 2012 Norwegian University of Science and Technology Department of Mathematical Sciences Page of 9 Contact during the exam: Elena Celledoni, tlf. 7359354, cell phone 48238584 Exam in TMA425 December 7th 22 Allowed

More information

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004 Department of Applied Mathematics and Theoretical Physics AMA 204 Numerical analysis Exam Winter 2004 The best six answers will be credited All questions carry equal marks Answer all parts of each question

More information

Examination paper for TMA4255 Applied statistics

Examination paper for TMA4255 Applied statistics Department of Mathematical Sciences Examination paper for TMA4255 Applied statistics Academic contact during examination: Nikolai Ushakov Phone: 45128897 Examination date: 02 June 2018 Examination time

More information

(f(x) P 3 (x)) dx. (a) The Lagrange formula for the error is given by

(f(x) P 3 (x)) dx. (a) The Lagrange formula for the error is given by 1. QUESTION (a) Given a nth degree Taylor polynomial P n (x) of a function f(x), expanded about x = x 0, write down the Lagrange formula for the truncation error, carefully defining all its elements. How

More information

Mathematical Methods and its Applications (Solution of assignment-12) Solution 1 From the definition of Fourier transforms, we have.

Mathematical Methods and its Applications (Solution of assignment-12) Solution 1 From the definition of Fourier transforms, we have. For 2 weeks course only Mathematical Methods and its Applications (Solution of assignment-2 Solution From the definition of Fourier transforms, we have F e at2 e at2 e it dt e at2 +(it/a dt ( setting (

More information

Fourier transforms. R. C. Daileda. Partial Differential Equations April 17, Trinity University

Fourier transforms. R. C. Daileda. Partial Differential Equations April 17, Trinity University The Fourier Transform R. C. Trinity University Partial Differential Equations April 17, 214 The Fourier series representation For periodic functions Recall: If f is a 2p-periodic (piecewise smooth) function,

More information

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam Jim Lambers MAT 460/560 Fall Semester 2009-10 Practice Final Exam 1. Let f(x) = sin 2x + cos 2x. (a) Write down the 2nd Taylor polynomial P 2 (x) of f(x) centered around x 0 = 0. (b) Write down the corresponding

More information

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 14, 2015 FORM A Name: Student Number: Section: This exam has 11 questions for a total of 150 points. Show all your work! In order to obtain full credit for partial credit

More information

MA2501 Numerical Methods Spring 2015

MA2501 Numerical Methods Spring 2015 Norwegian University of Science and Technology Department of Mathematics MA5 Numerical Methods Spring 5 Solutions to exercise set 9 Find approximate values of the following integrals using the adaptive

More information

COURSE Numerical integration of functions (continuation) 3.3. The Romberg s iterative generation method

COURSE Numerical integration of functions (continuation) 3.3. The Romberg s iterative generation method COURSE 7 3. Numerical integration of functions (continuation) 3.3. The Romberg s iterative generation method The presence of derivatives in the remainder difficulties in applicability to practical problems

More information

TMA4120, Matematikk 4K, Fall Date Section Topic HW Textbook problems Suppl. Answers. Sept 12 Aug 31/

TMA4120, Matematikk 4K, Fall Date Section Topic HW Textbook problems Suppl. Answers. Sept 12 Aug 31/ TMA420, Matematikk 4K, Fall 206 LECTURE SCHEDULE AND ASSIGNMENTS Date Section Topic HW Textbook problems Suppl Answers Aug 22 6 Laplace transform 6:,7,2,2,22,23,25,26,4 A Sept 5 Aug 24/25 62-3 ODE, Heaviside

More information

Examination paper for TMA4110 Matematikk 3

Examination paper for TMA4110 Matematikk 3 Department of Mathematical Sciences Examination paper for TMA11 Matematikk 3 Academic contact during examination: Eugenia Malinnikova Phone: 735557 Examination date: 6th May, 15 Examination time (from

More information

CS 257: Numerical Methods

CS 257: Numerical Methods CS 57: Numerical Methods Final Exam Study Guide Version 1.00 Created by Charles Feng http://www.fenguin.net CS 57: Numerical Methods Final Exam Study Guide 1 Contents 1 Introductory Matter 3 1.1 Calculus

More information

MATH 251 Final Examination May 4, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 4, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination May 4, 2015 FORM A Name: Student Number: Section: This exam has 16 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work must

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Chapter 2: Runge Kutta and Linear Multistep methods Gustaf Söderlind and Carmen Arévalo Numerical Analysis, Lund University Textbooks: A First Course in the

More information

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1.

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1. The Bisection method or BOLZANO s method or Interval halving method: Find the positive root of x 3 x = 1 correct to four decimal places by bisection method Let f x = x 3 x 1 Here f 0 = 1 = ve, f 1 = ve,

More information

Problem 1. Possible Solution. Let f be the 2π-periodic functions defined by f(x) = cos ( )

Problem 1. Possible Solution. Let f be the 2π-periodic functions defined by f(x) = cos ( ) Problem Let f be the π-periodic functions defined by f() = cos ( ) hen [ π, π]. Make a draing of the function f for the interval [ 3π, 3π], and compute the Fourier series of f. Use the result to compute

More information

HIGHER ORDER METHODS. There are two principal means to derive higher order methods. b j f(x n j,y n j )

HIGHER ORDER METHODS. There are two principal means to derive higher order methods. b j f(x n j,y n j ) HIGHER ORDER METHODS There are two principal means to derive higher order methods y n+1 = p j=0 a j y n j + h p j= 1 b j f(x n j,y n j ) (a) Method of Undetermined Coefficients (b) Numerical Integration

More information

Lecture 4: Fourier Transforms.

Lecture 4: Fourier Transforms. 1 Definition. Lecture 4: Fourier Transforms. We now come to Fourier transforms, which we give in the form of a definition. First we define the spaces L 1 () and L 2 (). Definition 1.1 The space L 1 ()

More information

Math 216 Final Exam 14 December, 2017

Math 216 Final Exam 14 December, 2017 Math 216 Final Exam 14 December, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Math 216 Final Exam 14 December, 2012

Math 216 Final Exam 14 December, 2012 Math 216 Final Exam 14 December, 2012 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Chapter Two: Numerical Methods for Elliptic PDEs. 1 Finite Difference Methods for Elliptic PDEs

Chapter Two: Numerical Methods for Elliptic PDEs. 1 Finite Difference Methods for Elliptic PDEs Chapter Two: Numerical Methods for Elliptic PDEs Finite Difference Methods for Elliptic PDEs.. Finite difference scheme. We consider a simple example u := subject to Dirichlet boundary conditions ( ) u

More information

Numerical methods. Examples with solution

Numerical methods. Examples with solution Numerical methods Examples with solution CONTENTS Contents. Nonlinear Equations 3 The bisection method............................ 4 Newton s method.............................. 8. Linear Systems LU-factorization..............................

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

Exam in Numerical Methods (MA2501)

Exam in Numerical Methods (MA2501) Norwegian University of Science and Technology Department of Mathematical Sciences Page 1 of 7 MA251 Numeriske Metoder Olivier Verdier (contact: 48 95 2 66) Exam in Numerical Methods (MA251) 211-5-25,

More information

Numerical Analysis Preliminary Exam 10 am to 1 pm, August 20, 2018

Numerical Analysis Preliminary Exam 10 am to 1 pm, August 20, 2018 Numerical Analysis Preliminary Exam 1 am to 1 pm, August 2, 218 Instructions. You have three hours to complete this exam. Submit solutions to four (and no more) of the following six problems. Please start

More information

A Guided Tour of the Wave Equation

A Guided Tour of the Wave Equation A Guided Tour of the Wave Equation Background: In order to solve this problem we need to review some facts about ordinary differential equations: Some Common ODEs and their solutions: f (x) = 0 f(x) =

More information

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK

KINGS COLLEGE OF ENGINEERING DEPARTMENT OF MATHEMATICS ACADEMIC YEAR / EVEN SEMESTER QUESTION BANK KINGS COLLEGE OF ENGINEERING MA5-NUMERICAL METHODS DEPARTMENT OF MATHEMATICS ACADEMIC YEAR 00-0 / EVEN SEMESTER QUESTION BANK SUBJECT NAME: NUMERICAL METHODS YEAR/SEM: II / IV UNIT - I SOLUTION OF EQUATIONS

More information

12.0 Properties of orthogonal polynomials

12.0 Properties of orthogonal polynomials 12.0 Properties of orthogonal polynomials In this section we study orthogonal polynomials to use them for the construction of quadrature formulas investigate projections on polynomial spaces and their

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE612B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

Examination paper for FY3403 Particle physics

Examination paper for FY3403 Particle physics Department of physics Examination paper for FY3403 Particle physics Academic contact during examination: Jan Myrheim Phone: 900 75 7 Examination date: December 6, 07 Examination time: 9 3 Permitted support

More information

Lösning: Tenta Numerical Analysis för D, L. FMN011,

Lösning: Tenta Numerical Analysis för D, L. FMN011, Lösning: Tenta Numerical Analysis för D, L. FMN011, 090527 This exam starts at 8:00 and ends at 12:00. To get a passing grade for the course you need 35 points in this exam and an accumulated total (this

More information

COURSE Numerical integration of functions

COURSE Numerical integration of functions COURSE 6 3. Numerical integration of functions The need: for evaluating definite integrals of functions that has no explicit antiderivatives or whose antiderivatives are not easy to obtain. Let f : [a,

More information

Homework and Computer Problems for Math*2130 (W17).

Homework and Computer Problems for Math*2130 (W17). Homework and Computer Problems for Math*2130 (W17). MARCUS R. GARVIE 1 December 21, 2016 1 Department of Mathematics & Statistics, University of Guelph NOTES: These questions are a bare minimum. You should

More information

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section: MATH 5 Final Examination May 3, 07 FORM A Name: Student Number: Section: This exam has 6 questions for a total of 50 points. In order to obtain full credit for partial credit problems, all work must be

More information

Multistage Methods I: Runge-Kutta Methods

Multistage Methods I: Runge-Kutta Methods Multistage Methods I: Runge-Kutta Methods Varun Shankar January, 0 Introduction Previously, we saw that explicit multistep methods (AB methods) have shrinking stability regions as their orders are increased.

More information

M.SC. PHYSICS - II YEAR

M.SC. PHYSICS - II YEAR MANONMANIAM SUNDARANAR UNIVERSITY DIRECTORATE OF DISTANCE & CONTINUING EDUCATION TIRUNELVELI 627012, TAMIL NADU M.SC. PHYSICS - II YEAR DKP26 - NUMERICAL METHODS (From the academic year 2016-17) Most Student

More information

Examination paper for TFY4245 Faststoff-fysikk, videregående kurs

Examination paper for TFY4245 Faststoff-fysikk, videregående kurs Side 1 av 7 Department of Physics Examination paper for TFY445 Faststoff-fysikk, videregående kurs Academic contact during examination: Ragnvald Mathiesen Phone: 976913 Examination date: 08.06.017 Examination

More information

Numerical and Statistical Methods

Numerical and Statistical Methods F.Y. B.Sc.(IT) : Sem. II Numerical and Statistical Methods Time : ½ Hrs.] Prelim Question Paper Solution [Marks : 75 Q. Attempt any THREE of the following : [5] Q.(a) What is a mathematical model? With

More information

you expect to encounter difficulties when trying to solve A x = b? 4. A composite quadrature rule has error associated with it in the following form

you expect to encounter difficulties when trying to solve A x = b? 4. A composite quadrature rule has error associated with it in the following form Qualifying exam for numerical analysis (Spring 2017) Show your work for full credit. If you are unable to solve some part, attempt the subsequent parts. 1. Consider the following finite difference: f (0)

More information

Computation Fluid Dynamics

Computation Fluid Dynamics Computation Fluid Dynamics CFD I Jitesh Gajjar Maths Dept Manchester University Computation Fluid Dynamics p.1/189 Garbage In, Garbage Out We will begin with a discussion of errors. Useful to understand

More information

Additional exercises with Numerieke Analyse

Additional exercises with Numerieke Analyse Additional exercises with Numerieke Analyse March 10, 017 1. (a) Given different points x 0, x 1, x [a, b] and scalars y 0, y 1, y, z 1, show that there exists at most one polynomial p P 3 with p(x i )

More information

Differential Equations

Differential Equations Differential Equations Definitions Finite Differences Taylor Series based Methods: Euler Method Runge-Kutta Methods Improved Euler, Midpoint methods Runge Kutta (2nd, 4th order) methods Predictor-Corrector

More information

A sufficient condition for the existence of the Fourier transform of f : R C is. f(t) dt <. f(t) = 0 otherwise. dt =

A sufficient condition for the existence of the Fourier transform of f : R C is. f(t) dt <. f(t) = 0 otherwise. dt = Fourier transform Definition.. Let f : R C. F [ft)] = ˆf : R C defined by The Fourier transform of f is the function F [ft)]ω) = ˆfω) := ft)e iωt dt. The inverse Fourier transform of f is the function

More information

Examination paper for TMA4110/TMA4115 Matematikk 3

Examination paper for TMA4110/TMA4115 Matematikk 3 Department of Mathematical Sciences Examination paper for TMA40/TMA45 Matematikk 3 Academic contact during examination: Gereon Quick Phone: 48 50 4 2 Examination date: 8 August 206 Examination time (from

More information

SAMPLE FINAL EXAM SOLUTIONS

SAMPLE FINAL EXAM SOLUTIONS LAST (family) NAME: FIRST (given) NAME: ID # : MATHEMATICS 3FF3 McMaster University Final Examination Day Class Duration of Examination: 3 hours Dr. J.-P. Gabardo THIS EXAMINATION PAPER INCLUDES 22 PAGES

More information

Previous Year Questions & Detailed Solutions

Previous Year Questions & Detailed Solutions Previous Year Questions & Detailed Solutions. The rate of convergence in the Gauss-Seidal method is as fast as in Gauss Jacobi smethod ) thrice ) half-times ) twice 4) three by two times. In application

More information

Introductory Numerical Analysis

Introductory Numerical Analysis Introductory Numerical Analysis Lecture Notes December 16, 017 Contents 1 Introduction to 1 11 Floating Point Numbers 1 1 Computational Errors 13 Algorithm 3 14 Calculus Review 3 Root Finding 5 1 Bisection

More information

x 3y 2z = 6 1.2) 2x 4y 3z = 8 3x + 6y + 8z = 5 x + 3y 2z + 5t = 4 1.5) 2x + 8y z + 9t = 9 3x + 5y 12z + 17t = 7

x 3y 2z = 6 1.2) 2x 4y 3z = 8 3x + 6y + 8z = 5 x + 3y 2z + 5t = 4 1.5) 2x + 8y z + 9t = 9 3x + 5y 12z + 17t = 7 Linear Algebra and its Applications-Lab 1 1) Use Gaussian elimination to solve the following systems x 1 + x 2 2x 3 + 4x 4 = 5 1.1) 2x 1 + 2x 2 3x 3 + x 4 = 3 3x 1 + 3x 2 4x 3 2x 4 = 1 x + y + 2z = 4 1.4)

More information

Fourth Order RK-Method

Fourth Order RK-Method Fourth Order RK-Method The most commonly used method is Runge-Kutta fourth order method. The fourth order RK-method is y i+1 = y i + 1 6 (k 1 + 2k 2 + 2k 3 + k 4 ), Ordinary Differential Equations (ODE)

More information

Exam in TMA4180 Optimization Theory

Exam in TMA4180 Optimization Theory Norwegian University of Science and Technology Department of Mathematical Sciences Page 1 of 11 Contact during exam: Anne Kværnø: 966384 Exam in TMA418 Optimization Theory Wednesday May 9, 13 Tid: 9. 13.

More information

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section: MATH 5 Final Examination December 6, 5 FORM A Name: Student Number: Section: This exam has 7 questions for a total of 5 points. In order to obtain full credit for partial credit problems, all work must

More information

Final Exam SOLUTIONS MAT 131 Fall 2011

Final Exam SOLUTIONS MAT 131 Fall 2011 1. Compute the following its. (a) Final Exam SOLUTIONS MAT 131 Fall 11 x + 1 x 1 x 1 The numerator is always positive, whereas the denominator is negative for numbers slightly smaller than 1. Also, as

More information

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section: MATH 251 Final Examination December 19, 2012 FORM A Name: Student Number: Section: This exam has 17 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all

More information

BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES

BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES No. of Printed Pages : 5 BCS-054 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination December, 2015 058b9 BCS-054 : COMPUTER ORIENTED NUMERICAL TECHNIQUES Time : 3 hours Maximum Marks

More information

Numerical and Statistical Methods

Numerical and Statistical Methods F.Y. B.Sc.(IT) : Sem. II Numerical and Statistical Methods Time : ½ Hrs.] Prelim Question Paper Solution [Marks : 75 Q. Attempt any THREE of the following : [5] Q.(a) What is a mathematical model? With

More information

Math 321 Final Examination April 1995 Notation used in this exam: N. (1) S N (f,x) = f(t)e int dt e inx.

Math 321 Final Examination April 1995 Notation used in this exam: N. (1) S N (f,x) = f(t)e int dt e inx. Math 321 Final Examination April 1995 Notation used in this exam: N 1 π (1) S N (f,x) = f(t)e int dt e inx. 2π n= N π (2) C(X, R) is the space of bounded real-valued functions on the metric space X, equipped

More information

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn Review Taylor Series and Error Analysis Roots of Equations Linear Algebraic Equations Optimization Numerical Differentiation and Integration Ordinary Differential Equations Partial Differential Equations

More information

Fourier Series Example

Fourier Series Example Fourier Series Example Let us compute the Fourier series for the function on the interval [ π,π]. f(x) = x f is an odd function, so the a n are zero, and thus the Fourier series will be of the form f(x)

More information

MA Chapter 10 practice

MA Chapter 10 practice MA 33 Chapter 1 practice NAME INSTRUCTOR 1. Instructor s names: Chen. Course number: MA33. 3. TEST/QUIZ NUMBER is: 1 if this sheet is yellow if this sheet is blue 3 if this sheet is white 4. Sign the scantron

More information

NUMERICAL ANALYSIS PROBLEMS

NUMERICAL ANALYSIS PROBLEMS NUMERICAL ANALYSIS PROBLEMS JAMES KEESLING The problems that follow illustrate the methods covered in class. They are typical of the types of problems that will be on the tests.. Solving Equations Problem.

More information

Math 112 (Calculus I) Final Exam

Math 112 (Calculus I) Final Exam Name: Student ID: Section: Instructor: Math 112 (Calculus I) Final Exam Dec 18, 7:00 p.m. Instructions: Work on scratch paper will not be graded. For questions 11 to 19, show all your work in the space

More information

. (a) Express [ ] as a non-trivial linear combination of u = [ ], v = [ ] and w =[ ], if possible. Otherwise, give your comments. (b) Express +8x+9x a

. (a) Express [ ] as a non-trivial linear combination of u = [ ], v = [ ] and w =[ ], if possible. Otherwise, give your comments. (b) Express +8x+9x a TE Linear Algebra and Numerical Methods Tutorial Set : Two Hours. (a) Show that the product AA T is a symmetric matrix. (b) Show that any square matrix A can be written as the sum of a symmetric matrix

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad 1 P a g e INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 04 Name : Mathematics-II Code : A0006 Class : II B. Tech I Semester Branch : CIVIL Year : 016 017 FRESHMAN ENGINEERING

More information

Chapter 10: Partial Differential Equations

Chapter 10: Partial Differential Equations 1.1: Introduction Chapter 1: Partial Differential Equations Definition: A differential equations whose dependent variable varies with respect to more than one independent variable is called a partial differential

More information

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad MECHANICAL ENGINEERING TUTORIAL QUESTION BANK

INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad MECHANICAL ENGINEERING TUTORIAL QUESTION BANK Course Name Course Code Class Branch INSTITUTE OF AERONAUTICAL ENGINEERING Dundigal, Hyderabad - 500 043 Mathematics-II A30006 II-I B. Tech Freshman Engineering Year 016 017 Course Faculty MECHANICAL ENGINEERING

More information

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Name Section Math 51 December 14, 5 Answer Key to Final Exam There are 1 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning

More information

Math 241 Final Exam Spring 2013

Math 241 Final Exam Spring 2013 Name: Math 241 Final Exam Spring 213 1 Instructor (circle one): Epstein Hynd Wong Please turn off and put away all electronic devices. You may use both sides of a 3 5 card for handwritten notes while you

More information

1 From Fourier Series to Fourier transform

1 From Fourier Series to Fourier transform Differential Equations 2 Fall 206 The Fourier Transform From Fourier Series to Fourier transform Recall: If fx is defined and piecewise smooth in the interval [, ] then we can write where fx = a n = b

More information

(0, 0), (1, ), (2, ), (3, ), (4, ), (5, ), (6, ).

(0, 0), (1, ), (2, ), (3, ), (4, ), (5, ), (6, ). 1 Interpolation: The method of constructing new data points within the range of a finite set of known data points That is if (x i, y i ), i = 1, N are known, with y i the dependent variable and x i [x

More information

Numerical Methods for Initial Value Problems; Harmonic Oscillators

Numerical Methods for Initial Value Problems; Harmonic Oscillators Lab 1 Numerical Methods for Initial Value Problems; Harmonic Oscillators Lab Objective: Implement several basic numerical methods for initial value problems (IVPs), and use them to study harmonic oscillators.

More information

Math 216 Second Midterm 20 March, 2017

Math 216 Second Midterm 20 March, 2017 Math 216 Second Midterm 20 March, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 10, 2011 FORM A Name: Student Number: Section: This exam has 10 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work

More information

Numerical Marine Hydrodynamics Summary

Numerical Marine Hydrodynamics Summary Numerical Marine Hydrodynamics Summary Fundamentals of Digital Computing Error Analysis Roots of Non-linear Equations Systems of Linear Equations Gaussian Elimination Iterative Methods Optimization, Curve

More information

1. Nonlinear Equations. This lecture note excerpted parts from Michael Heath and Max Gunzburger. f(x) = 0

1. Nonlinear Equations. This lecture note excerpted parts from Michael Heath and Max Gunzburger. f(x) = 0 Numerical Analysis 1 1. Nonlinear Equations This lecture note excerpted parts from Michael Heath and Max Gunzburger. Given function f, we seek value x for which where f : D R n R n is nonlinear. f(x) =

More information

FINAL EXAM, MATH 353 SUMMER I 2015

FINAL EXAM, MATH 353 SUMMER I 2015 FINAL EXAM, MATH 353 SUMMER I 25 9:am-2:pm, Thursday, June 25 I have neither given nor received any unauthorized help on this exam and I have conducted myself within the guidelines of the Duke Community

More information

Differentiation. Table of contents Definition Arithmetics Composite and inverse functions... 5

Differentiation. Table of contents Definition Arithmetics Composite and inverse functions... 5 Differentiation Table of contents. Derivatives................................................. 2.. Definition................................................ 2.2. Arithmetics...............................................

More information

Preliminary Examination, Numerical Analysis, August 2016

Preliminary Examination, Numerical Analysis, August 2016 Preliminary Examination, Numerical Analysis, August 2016 Instructions: This exam is closed books and notes. The time allowed is three hours and you need to work on any three out of questions 1-4 and any

More information

Wave Equation With Homogeneous Boundary Conditions

Wave Equation With Homogeneous Boundary Conditions Wave Equation With Homogeneous Boundary Conditions MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 018 Objectives In this lesson we will learn: how to solve the

More information

Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows. P R and i j k 2 1 1

Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows. P R and i j k 2 1 1 Mathematics of Physics and Engineering II: Homework answers You are encouraged to disagree with everything that follows Homework () P Q = OQ OP =,,,, =,,, P R =,,, P S = a,, a () The vertex of the angle

More information

Errata List Numerical Mathematics and Computing, 7th Edition Ward Cheney & David Kincaid Cengage Learning (c) March 2013

Errata List Numerical Mathematics and Computing, 7th Edition Ward Cheney & David Kincaid Cengage Learning (c) March 2013 Chapter Errata List Numerical Mathematics and Computing, 7th Edition Ward Cheney & David Kincaid Cengage Learning (c) 202 9 March 203 Page 4, Summary, 2nd bullet item, line 4: Change A segment of to The

More information

5. Hand in the entire exam booklet and your computer score sheet.

5. Hand in the entire exam booklet and your computer score sheet. WINTER 2016 MATH*2130 Final Exam Last name: (PRINT) First name: Student #: Instructor: M. R. Garvie 19 April, 2016 INSTRUCTIONS: 1. This is a closed book examination, but a calculator is allowed. The test

More information

MATH 162 R E V I E W F I N A L E X A M FALL 2016

MATH 162 R E V I E W F I N A L E X A M FALL 2016 MATH 6 R E V I E W F I N A L E X A M FALL 06 BASICS Graphs. Be able to graph basic functions, such as polynomials (eg, f(x) = x 3 x, x + ax + b, x(x ) (x + ) 3, know about the effect of multiplicity of

More information

MA 201: Differentiation and Integration of Fourier Series Applications of Fourier Series Lecture - 10

MA 201: Differentiation and Integration of Fourier Series Applications of Fourier Series Lecture - 10 MA 201: Differentiation and Integration of Fourier Series Applications of Fourier Series ecture - 10 Fourier Series: Orthogonal Sets We begin our treatment with some observations: For m,n = 1,2,3,... cos

More information

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Math 251 December 14, 2005 Final Exam Name Section There are 10 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning of each question

More information

Numerical Methods for Initial Value Problems; Harmonic Oscillators

Numerical Methods for Initial Value Problems; Harmonic Oscillators 1 Numerical Methods for Initial Value Problems; Harmonic Oscillators Lab Objective: Implement several basic numerical methods for initial value problems (IVPs), and use them to study harmonic oscillators.

More information

# Points Score Total 100

# Points Score Total 100 Name: PennID: Math 241 Make-Up Final Exam January 19, 2016 Instructions: Turn off and put away your cell phone. Please write your Name and PennID on the top of this page. Please sign and date the pledge

More information

ISE I Brief Lecture Notes

ISE I Brief Lecture Notes ISE I Brief Lecture Notes 1 Partial Differentiation 1.1 Definitions Let f(x, y) be a function of two variables. The partial derivative f/ x is the function obtained by differentiating f with respect to

More information

EE 3054: Signals, Systems, and Transforms Summer It is observed of some continuous-time LTI system that the input signal.

EE 3054: Signals, Systems, and Transforms Summer It is observed of some continuous-time LTI system that the input signal. EE 34: Signals, Systems, and Transforms Summer 7 Test No notes, closed book. Show your work. Simplify your answers. 3. It is observed of some continuous-time LTI system that the input signal = 3 u(t) produces

More information