INF5620 Key exercise 1

Size: px
Start display at page:

Download "INF5620 Key exercise 1"

Transcription

1 INF6 Key exerise Per Kristia Igebrigtse Program ode ad aimated plots fod at Sprig

2 INF6 Key exerise Per Kristia Igebrigtse Cotets The D wave eqatio with dampig. Nmerial sheme Bodary oditios Ope bodary at x = L Iitial step Stability Reslts Notes/sage Plots Pytho ode The D wave eqatio with dampig. Nmerial sheme The D wave eqatio with dampig with variable wave veloity is t + β t = + x x y y where β is a dampig fator ad = x, y is the wave veloity. The partial derivatives will be replaed by etered differees throghot. Usig the otatio from the letres, the wave eqatio beomes [ Dt D t + βd t = D x D x + D y D y ] where i ad j are idies for x ad y respetively. Isertig the etered differees diretly, we get + + t Now we may solve for β + + β t t + Gropig ad reshfflig terms: + +β t = + ad fially = D x i+/,j i /,j x + D y +/ / y = x i+/,j i+,j i /,j i,j + y +/ + / = t x i+/,j i+,j i /,j i,j β t + t + t y +/ + + = +β t + t y +/ + / i+,j i /,j i,j x i+/,j / [ + β t + t x i+/,j i+,j + t y +/ i /,j i,j + / ]

3 INF6 Key exerise Per Kristia Igebrigtse I this implemetatio, will oly be kow at the grid poits, so the vales betwee grid poits eed to be replaed. Choosig a simple average gives i+/,j = i+,j + i /,j = + i,j +/ = i+,j + / = + givig the fll sheme for the ier poits + = +β t [ + β t + t x i+,j + i+,j + i,j + t y + + i,j + + ]. Bodary oditios At the bodaries x =,x = L, y =,y = L, we reqire that the derivatives x ad y vaish. Stayig osistet, we se etered differees for these derivatives at the bodaries. Treatig oly the bodary at x = : x =,j,j = x,j =,j The other three bodaries get eqivalet oditios: i, = i, N x+,j = N x,j i,n y+ = i,n y givig s relatios for the ghost poits otside the domai. By evalatig the sheme at i = ad sbstittig for the ghost poit at i = whih is eqivalet to swithig the idex i withi + we get the fll bodary oditio at x = : +,j = +β t [,j +,j β t + t x,j +,j,j,j,j +,j + t y,j+ +,j,j,j,j+,j,j +,j,j ],j Eqivalet expressios omitted arise for the other bodaries ad orer poits sig the same method. 3 3

4 INF6 Key exerise Per Kristia Igebrigtse Ope bodary at x = L It is possible to let the wave travel ot of the domai i oe diretio, say at the bodary x = L. Here the bodary oditio reads t = x By sig etered differees for the partial derivatives, we get the approximatio at i = Nx: + Nx,j Nx,j Nx+,j = Nx,j Nx,j t x Sie this is a bodary oditio, we eed to solve this for Nx+,j to aot for the ghost poit i the fll sheme: x Nx,j t + Nx,j Nx,j = Nx+,j Nx,j Nx+,j = Nx,j x Nx,j t + Nx,j Nx,j This a be iserted ito the fll sheme at i = N x, whih may the be solved for + Nx,j, ad we get a ope bodary oditio at x = L. This has bee implemeted i the aompayig sore ode..3 Iitial step To allate the vale of + at a ew timestep +, the sheme derived i setio. reqires steps ad to be kow. The first timestep,however,reqires ad, the latter of whih is a ghost poit before the iitial oditio. Examiig the iitial oditio for, wehave { os πx for x< x, y, = otherwise whih meas that t= =. Usig a etered differee for this other iitial oditio, we get t = t = Whe we make this sbstittio i the sheme, we get for the iitial step = [ +β t + β t whih leads to + t x i+,j + i+,j + i,j + t y + + i,j + + ] β t/ β t/+ =+β t/... = β t/+ + β t/... =... = + t 4 x i+,j + i+,j + i,j i,j + t 4 y The appropriate adjstmets for bodaries ad orers is doe i the same way as i setio.. 4

5 INF6 Key exerise Per Kristia Igebrigtse Stability Derivig stability riteria for the D wave eqatio with variable wave veloity ad dampig is omplex ad time-osmig. Aordig to eqatio.66 i HPL hapter.4 page 63 the stability riterio for variable wave veloity o dampig is t max x, y / / + 4 x y A attempt at isertig a trial soltio A exp i k x î x + k y j y ω t ito the fll differee eqatio for or problem revealed that the dampig gives rise to imagiary terms. There was isffiiet time to do frther work o this, so eqatio 4 has bee sed for the atal implemetatio.. Reslts A seletio of plots for two differet iitial oditios are ilded i setio.7. All plots are reated with the followig settigs L = N x = 6 N y = 6 ier =. oter =. Tmax =. A variety of aimated plots a be fod at alog with the fll sore ode also ilded i this report. The soltio seems well-behaved for the hose spatial ad temporal grid ad other parameters. The osie wave leaves some osillatios i its wake, whih I believe are de to the shape of the wave, as the osie wave has a disotiity. Aordig to the iitial oditio, the wave eds abrptly at x = /. If we assme that the srfae arod the wave is flat, x will be zero as we approah x =/from the positive side. However, if we approah x =/ from the egative side, x x / = x os πx x /. These osillatios are ot apparet for the expoetial rve. We a also learly see the effet of the dampig, whe omparig damped ad damped wave plots side-by-side..6 Notes/sage The spatial poit loop has bee implemeted sig vetorized expressios, as I feel omfortable sig them. The ode opes for adjstig several parameters from the ommad lie. Usage: $ pytho wave.py [IC] [BC] [Parameter list param=vale] It ildes for differet iitial oditios: zero The othig shold happe soltio, = os Cosie wave expwave Bell rve waveform startig at expdrop D Bell rve etered i domai The bodary oditio a be either fixed free Fixed bodaries = at bodaries Free bodaries d/d = at bodaries

6 INF6 Key exerise Per Kristia Igebrigtse ad fially there is a list of parameters. Lx x size of domai Ly y size of domai Nx Nmber of grid poits i x Ny Nmber of grid poits i y oter Wave veloity i oter domai ier Wave veloity i ier domai Tmax Max/ed time B Dampig oeffiiet bxl=\ ope\ Allows for ope bodary at x = L, ie. the wave may travel ot of the domai 6

7 7.7 Plots Time.484 Time Time Figre : I x, y = os πx for x</ Ier domai =., oter domai =., o dampig Time Figre : I x, y = os πx for x</ Ier domai =., oter domai =., dampig B = Time.468 Time INF6 Key exerise Per Kristia Igebrigtse perki@stdet.matat.io.o

8 Time Time Time Figre 3: I x, y =e x Ier domai =., oter domai =., o dampig Time Figre 4: I x, y =e x Ier domai =., oter domai =., dampig B = Time.8338 Time INF6 Key exerise Per Kristia Igebrigtse perki@stdet.matat.io.o

9 9.8 Pytho ode from sitools.std import def solverxv,yv,lx,ly,dx,dx,dy,dy,nx,ny,dt,dt,tmax,,,,,,b,b= Free,bxL=Noe: # dampig oeffiiet sed i allatios b = B dt. # x = bodary [,:Ny] = [,:Ny] +. dt/dx [,:Ny] + [,:Ny] [,:Ny] [,:Ny] \ [,:Ny] + [,:Ny] [,:Ny] [,:Ny] \ +. dt/dy [,:Ny+] + [,:Ny] [,:Ny+] \ [,:Ny] [,:Ny] + [,:Ny ] [,:Ny] [,:Ny ] # x = L bodary [Nx,:Ny] = [Nx,:Ny] +. dt/dx [Nx,:Ny] + [Nx,:Ny] [Nx,:Ny] [Nx,:Ny] \ [Nx,:Ny] + [Nx,:Ny] [Nx,:Ny] [Nx,:Ny] \ +. dt/dy [Nx,:Ny+] + [Nx,:Ny] [Nx,:Ny+] \ [Nx,:Ny] [Nx,:Ny] + [Nx,:Ny ] [Nx,:Ny] [Nx,:Ny ] # y = bodary [:Nx,] = [:Nx,] +. dt/dx [:Nx+,] + [:Nx,] [:Nx+,] [:Nx,] \ [:Nx,] + [:Nx,] [:Nx,] [:Nx,] \ +. dt/dy [:Nx,] + [:Nx,] [:Nx,] \ [:Nx,] [:Nx,] + [:Nx,] [:Nx,] [:Nx,] # y = L bodary [:Nx,Ny] = [:Nx,Ny] +. dt/dx [:Nx+,Ny] + [:Nx,] [:Nx+,Ny] [:Nx,Ny] \ [:Nx,Ny] + [:Nx,Ny] [:Nx,Ny] [:Nx,Ny] \ +. dt/dy [:Nx,Ny ] + [ : Nx,Ny] [:Nx,Ny ] \ [:Nx,Ny] [:Nx,Ny] + [:Nx,Ny ] [:Nx,Ny] [:Nx,Ny ] #!!! do orer poits here!!! [,] = [,] +. dt/dx [,] + [,] [,] [,] \ [,] + [,] [,] [,] \ +. dt/dy [,] + [,] [,] \ [,] [,] + [,] [,] [,] [Nx,] = [Nx,] +. dt/dx [Nx,] + [Nx,] [Nx,] [Nx,] \ [Nx,] + [Nx,] [Nx,] [Nx,] \ +. dt/dy [Nx,] + [Nx,] [Nx,] [Nx,]\ [Nx,] + [Nx,] [Nx,] [Nx,] [,Ny] = [,Ny] +. dt/dx [,Ny] + [,Ny] [,Ny] [,Ny] \ [,Ny] + [,Ny] [,Ny] [,Ny] \ +. dt/dy [,Ny ] + [,Ny] [,Ny ] [,Ny] \ [,Ny] + [,Ny ] [,Ny] [,Ny ] [Nx,Ny] = [Nx,Ny] +. dt/dx [Nx,Ny] + [Nx,Ny] [Nx,Ny] [Nx,Ny] \ [Nx,Ny] + [Nx,Ny] [Nx,Ny] [Nx,Ny] \ +. dt/dy [Nx,Ny ] + [Nx,Ny] [Nx,Ny ] [Nx,Ny] \ [Nx,Ny] + [Nx,Ny ] [Nx,Ny] [Nx,Ny ] # ier poits [:Nx,:Ny] = [:Nx,:Ny] \ +. dt/dx [:Nx+,:Ny] + [:Nx,:Ny] [:Nx+,:Ny] [:Nx,:Ny] \ [:Nx,:Ny] + [:Nx,:Ny] [:Nx,:Ny] [:Nx,:Ny] \ +. dt/dy [:Nx,:Ny+] + [:Nx,:Ny] [:Nx,:Ny+] [:Nx,:Ny] \ [:Nx,:Ny] + [:Nx,:Ny ] [:Nx,:Ny] [:Nx,:Ny ] mesh xv, yv,,title= Time %f % f l o a t., zlim =[.,.] #mesh xv, yv,,title= Time %f % float.,zlim=[.,.], hardopy= wave. pg mesh xv, yv,,title= Time %f % f l o a t dt, zlim =[.,.] #mesh xv, yv,,title= Time %f % floatdt,zlim=[.,.], hardopy= wave. pg = # r mai time loop for t i rage, it Tmax/dt+: INF6 Key exerise Per Kristia Igebrigtse perki@stdet.matat.io.o

10 if b== free : # x = bodary [,:Ny] =.+b. [,:Ny] + [,:Ny] b. +. dt/dx [,:Ny] + [,:Ny] [,:Ny] [,:Ny] \ [,:Ny] + [,:Ny] [,:Ny] [,:Ny] \ +. dt/dy [,:Ny+] + [,:Ny] [,:Ny+] \ [,:Ny] [,:Ny] + [,:Ny ] [,:Ny] [,:Ny ] # x = L bodary if bxl== ope : [Nx,:Ny] =. + dt [Nx,:Ny] \ + [Nx,:Ny]/. [Nx,:Ny] dx.+b. [Nx,:Ny] \ + [Nx,:Ny] b. \ +. dt/dx [Nx,:Ny] + [Nx,:Ny] [Nx,:Ny] \ + dx/ [Nx,:Ny] dt [Nx,:Ny] [Nx,:Ny] \ [Nx,:Ny] + [Nx,:Ny] [Nx,:Ny] [Nx,:Ny] \ +. dt/dy [Nx,:Ny+] + [Nx,:Ny] [Nx,:Ny+] \ [Nx,:Ny] [Nx,:Ny] + [Nx,:Ny ] [Nx,:Ny] [Nx,:Ny ] else : [Nx,:Ny] =.+b. [Nx,:Ny] + [Nx,:Ny] b. \ +. dt/dx [Nx,:Ny] + [Nx,:Ny] [Nx,:Ny] [Nx,:Ny] \ [Nx,:Ny] + [Nx,:Ny] [Nx,:Ny] [Nx,:Ny] \ +. dt/dy [Nx,:Ny+] + [Nx,:Ny] [Nx,:Ny+] \ [Nx,:Ny] [Nx,:Ny] + [Nx,:Ny ] [Nx,:Ny] [Nx,:Ny ] # y = bodary [:Nx,] =.+b. [:Nx,] + [:Nx,] b. \ +. dt/dx [:Nx+,] + [:Nx,] [:Nx+,] [:Nx,] \ [:Nx,] + [:Nx,] [:Nx,] [:Nx,] \ +. dt/dy [:Nx,] + [:Nx,] [:Nx,] \ [:Nx,] [:Nx,] + [:Nx,] [:Nx,] [:Nx,] # y = L bodary [:Nx,Ny] =.+b. [:Nx,Ny] + [:Nx,Ny] b. \ +. dt/dx [:Nx+,Ny] + [:Nx,Ny] [:Nx+,Ny] [:Nx,Ny] \ [:Nx,Ny] + [:Nx,Ny] [:Nx,Ny] [:Nx,Ny] \ +. dt/dy [:Nx,Ny ] + [ : Nx,Ny] [:Nx,Ny ] \ [:Nx,Ny] [:Nx,Ny] + [:Nx,Ny ] [:Nx,Ny] [:Nx,Ny ] #!!! do orer poits here!!! [,] =.+b. [,] + [,] b. \ +. dt/dx [,] + [,] [,] [,] \ [,] + [,] [,] [,] \ +. dt/dy [,] + [,] [,] [,] [,] + [,] [,] [,] if bxl== ope : [Nx,] =. + dt [Nx,] \ + [Nx,]/. [Nx,] dx.+b. [Nx,] + [Nx,] b. \ +. dt/dx [Nx,] + [Nx,] [Nx,] + dx/[nx,] dt [Nx,] \ [Nx,] [Nx,] + [Nx,] [Nx,] [Nx,] \ +. dt/dy [Nx,] + [Nx,] [Nx,] [Nx,] \ [Nx,] + [Nx,] [Nx,] [Nx,] [Nx,Ny] =. + dt [Nx,Ny] \ + [Nx,Ny]/. [Nx,Ny] dx.+b. [Nx,Ny] + [Nx,Ny] b. \ +. dt/dx [Nx,Ny] + [Nx,Ny] [Nx,Ny] + dx/ [Nx,Ny] dt [Nx,Ny] \ [Nx,Ny] [Nx,Ny] + [Nx,Ny] [Nx,Ny] [Nx,Ny] \ +. dt/dy [Nx,Ny ] + [Nx,Ny] [Nx,Ny ] [Nx,Ny] \ [Nx,Ny] + [Nx,Ny ] [Nx,Ny] [Nx,Ny ] else : [Nx,] =.+b. [Nx,] + [Nx,] b. \ +. dt/dx [Nx,] + [Nx,] [Nx,] \ [Nx,] [Nx,] + [Nx,] [Nx,] [Nx,] \ +. dt/dy [Nx,] + [Nx,] [Nx,] [Nx,] \ [Nx,] + [Nx,] [Nx,] [Nx,] [Nx,Ny] =.+b. [Nx,Ny] + [Nx,Ny] b. \ +. dt/dx [Nx,Ny] + [Nx,Ny] [Nx,Ny] [Nx,Ny] \ [Nx,Ny] + [Nx,Ny] [Nx,Ny] [Nx,Ny] \ +. dt/dy [Nx,Ny ] + [Nx,Ny] [Nx,Ny ] [Nx,Ny] \ [Nx,Ny] + [Nx,Ny ] [Nx,Ny] [Nx,Ny ] [,Ny] =.+b. [,Ny] + [,Ny] b. \ INF6 Key exerise Per Kristia Igebrigtse perki@stdet.matat.io.o

11 +. dt/dx [,Ny] + [,Ny] [,Ny] [,Ny] \ [,Ny] + [,Ny] [,Ny] [,Ny] \ +. dt/dy [,Ny ] + [,Ny] [,Ny ] [,Ny] \ [,Ny] + [,Ny ] [,Ny] [,Ny ] # ier poits [:Nx,:Ny] =.+b. [:Nx,:Ny] + [:Nx,:Ny] b. \ +. dt/dx [:Nx+,:Ny] + [:Nx,:Ny] [:Nx+,:Ny] [:Nx,:Ny] \ [:Nx,:Ny] + [:Nx,:Ny] [:Nx,:Ny] [:Nx,:Ny] \ +. dt/dy [:Nx,:Ny+] + [:Nx,:Ny] [:Nx,:Ny+] [:Nx,:Ny] \ [:Nx,:Ny] + [:Nx,:Ny ] [:Nx,:Ny] [:Nx,:Ny ] mesh xv, yv,, t i t l e= Time %f % f l o a t t dt, zlim =[.,.], olorbar= o #mesh xv, yv,, t i t l e = Time %f % f l o a t t dt, zlim =[.,.], olorbar= o,show=false, hardopy= expwave d %4d. ps % = + [:,:] = [:,:] = # movie oswave d.pg, eoder= overt, fps=float/tmax, otpt file= oswave d.gif def r i i ti al, b,lx=,ly=,nx=6,ny=6, oter=., ier=.,tmax=.,b=.,bxl=noe: # set p spatial grid poits xv = lispae,lx,nx+ yv = lispae,ly,nx+ dx = xv [ ] xv [ ] dy = yv [ ] yv [ ] dx = dx dx dy = dy dy # wave veloity = zeros Nx+, Ny+ = zeros Nx+, Ny+ [:,:] = oter [Nx/ 8:Nx/+8,Ny/ 8:Ny/+8] = ier [ :, : ] = [:,:] # time step size dt =.9./.max./ sqrt./dx +./dy dt = dt dt # soltio arrays = zeros Nx+,Ny+ = zeros Nx+,Ny+ = zeros Nx+,Ny+ # i i t i a l oditio def Ix,y,d: if d == expwave : retr exp x elif d == expdrop : retr. exp x Lx /. /. y Ly /. /. elif d == os : retr os pi x if x <. else. elif d == zero : retr. # apply i i t i a l oditio for i i rage,nx+: for j i rage,ny+: [i ][j] = Idx i,dx j,iitial # solve it! solverxv,yv,lx,ly,dx,dx,dy,dy,nx,ny,dt,dt,tmax,,,,,,b,b,bxl INF6 Key exerise Per Kristia Igebrigtse perki@stdet.matat.io.o

12 if ame == mai : import sys if lesys. argv < : r i i t i a l= expdrop,b= free, ier=.,tmax=.,b=. elif lesys. argv == : md = r i i t i a l =\ %s \, b=\ free\ % sys. argv [] else : md = r i i t i a l =\ %s \, b=\ %s \, %s % s y s. argv [ ], s y s. argv [ ],,.joisys.argv[3:] prit md evalmd INF6 Key exerise Per Kristia Igebrigtse perki@stdet.matat.io.o

After the completion of this section the student. V.4.2. Power Series Solution. V.4.3. The Method of Frobenius. V.4.4. Taylor Series Solution

After the completion of this section the student. V.4.2. Power Series Solution. V.4.3. The Method of Frobenius. V.4.4. Taylor Series Solution Chapter V ODE V.4 Power Series Solutio Otober, 8 385 V.4 Power Series Solutio Objetives: After the ompletio of this setio the studet - should reall the power series solutio of a liear ODE with variable

More information

Observer Design with Reduced Measurement Information

Observer Design with Reduced Measurement Information Observer Desig with Redued Measuremet Iformatio I pratie all the states aot be measured so that SVF aot be used Istead oly a redued set of measuremets give by y = x + Du p is available where y( R We assume

More information

ME260W Mid-Term Exam Instructor: Xinyu Huang Date: Mar

ME260W Mid-Term Exam Instructor: Xinyu Huang Date: Mar ME60W Mid-Term Exam Istrutor: Xiyu Huag Date: Mar-03-005 Name: Grade: /00 Problem. A atilever beam is to be used as a sale. The bedig momet M at the gage loatio is P*L ad the strais o the top ad the bottom

More information

Class #25 Wednesday, April 19, 2018

Class #25 Wednesday, April 19, 2018 Cla # Wedesday, April 9, 8 PDE: More Heat Equatio with Derivative Boudary Coditios Let s do aother heat equatio problem similar to the previous oe. For this oe, I ll use a square plate (N = ), but I m

More information

4. Optical Resonators

4. Optical Resonators S. Blair September 3, 2003 47 4. Optial Resoators Optial resoators are used to build up large itesities with moderate iput. Iput Iteral Resoators are typially haraterized by their quality fator: Q w stored

More information

Bernoulli Numbers. n(n+1) = n(n+1)(2n+1) = n(n 1) 2

Bernoulli Numbers. n(n+1) = n(n+1)(2n+1) = n(n 1) 2 Beroulli Numbers Beroulli umbers are amed after the great Swiss mathematiia Jaob Beroulli5-705 who used these umbers i the power-sum problem. The power-sum problem is to fid a formula for the sum of the

More information

Partial Differential Equations

Partial Differential Equations EE 84 Matematical Metods i Egieerig Partial Differetial Eqatios Followig are some classical partial differetial eqatios were is assmed to be a fctio of two or more variables t (time) ad y (spatial coordiates).

More information

ANOTHER PROOF FOR FERMAT S LAST THEOREM 1. INTRODUCTION

ANOTHER PROOF FOR FERMAT S LAST THEOREM 1. INTRODUCTION ANOTHER PROOF FOR FERMAT S LAST THEOREM Mugur B. RĂUŢ Correspodig author: Mugur B. RĂUŢ, E-mail: m_b_raut@yahoo.om Abstrat I this paper we propose aother proof for Fermat s Last Theorem (FLT). We foud

More information

NUMERICAL METHODS FOR SOLVING EQUATIONS

NUMERICAL METHODS FOR SOLVING EQUATIONS Mathematics Revisio Guides Numerical Methods for Solvig Equatios Page 1 of 11 M.K. HOME TUITION Mathematics Revisio Guides Level: GCSE Higher Tier NUMERICAL METHODS FOR SOLVING EQUATIONS Versio:. Date:

More information

The beta density, Bayes, Laplace, and Pólya

The beta density, Bayes, Laplace, and Pólya The beta desity, Bayes, Laplae, ad Pólya Saad Meimeh The beta desity as a ojugate form Suppose that is a biomial radom variable with idex ad parameter p, i.e. ( ) P ( p) p ( p) Applyig Bayes s rule, we

More information

Applying Differential Transformation Method to. the One-Dimensional Planar Bratu Problem

Applying Differential Transformation Method to. the One-Dimensional Planar Bratu Problem It J Cotemp Math Siees, Vol, 7, o, 49-54 Applyig Differetial Trasformatio Method to the Oe-Dimesioal Plaar Brat Problem I H Abdel-Halim Hassa Departmet of Mathematis, Falty of Siee, Zagazig iversity, Zagazig,

More information

Digital Signal Processing. Homework 2 Solution. Due Monday 4 October Following the method on page 38, the difference equation

Digital Signal Processing. Homework 2 Solution. Due Monday 4 October Following the method on page 38, the difference equation Digital Sigal Proessig Homework Solutio Due Moda 4 Otober 00. Problem.4 Followig the method o page, the differee equatio [] (/4[-] + (/[-] x[-] has oeffiiets a0, a -/4, a /, ad b. For these oeffiiets A(z

More information

THE CONSERVATIVE DIFFERENCE SCHEME FOR THE GENERALIZED ROSENAU-KDV EQUATION

THE CONSERVATIVE DIFFERENCE SCHEME FOR THE GENERALIZED ROSENAU-KDV EQUATION Zho, J., et al.: The Coservative Differece Scheme for the Geeralized THERMAL SCIENCE, Year 6, Vol., Sppl. 3, pp. S93-S9 S93 THE CONSERVATIVE DIFFERENCE SCHEME FOR THE GENERALIZED ROSENAU-KDV EQUATION by

More information

Number Of Real Zeros Of Random Trigonometric Polynomial

Number Of Real Zeros Of Random Trigonometric Polynomial Iteratioal Joral of Comtatioal iee ad Mathematis. IN 97-389 Volme 7, Nmer (5),. 9- Iteratioal Researh Pliatio Hose htt://www.irhose.om Nmer Of Real Zeros Of Radom Trigoometri Polyomial Dr.P.K.Mishra, DR.A.K.Mahaatra,

More information

Key exercise 1 INF5620

Key exercise 1 INF5620 Key exercise 1 INF5620 Matias Holte kjetimh@student.matnat.uio.no 13. mars 2011 1 Key exercise 1 The task was to implement a python program solving the 2D wave equation with damping, variable wave velocity,

More information

FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING

FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING Mechaical Vibratios FREE VIBRATION RESPONSE OF A SYSTEM WITH COULOMB DAMPING A commo dampig mechaism occurrig i machies is caused by slidig frictio or dry frictio ad is called Coulomb dampig. Coulomb dampig

More information

SYNTHESIS OF SIGNAL USING THE EXPONENTIAL FOURIER SERIES

SYNTHESIS OF SIGNAL USING THE EXPONENTIAL FOURIER SERIES SYNTHESIS OF SIGNAL USING THE EXPONENTIAL FOURIER SERIES Sadro Adriao Fasolo ad Luiao Leoel Medes Abstrat I 748, i Itrodutio i Aalysi Ifiitorum, Leohard Euler (707-783) stated the formula exp( jω = os(

More information

Fluids Lecture 2 Notes

Fluids Lecture 2 Notes Fluids Leture Notes. Airfoil orte Sheet Models. Thi-Airfoil Aalysis Problem Readig: Aderso.,.7 Airfoil orte Sheet Models Surfae orte Sheet Model A aurate meas of represetig the flow about a airfoil i a

More information

COMP26120: Introducing Complexity Analysis (2018/19) Lucas Cordeiro

COMP26120: Introducing Complexity Analysis (2018/19) Lucas Cordeiro COMP60: Itroduig Complexity Aalysis (08/9) Luas Cordeiro luas.ordeiro@mahester.a.uk Itroduig Complexity Aalysis Textbook: Algorithm Desig ad Appliatios, Goodrih, Mihael T. ad Roberto Tamassia (hapter )

More information

1 6 = 1 6 = + Factorials and Euler s Gamma function

1 6 = 1 6 = + Factorials and Euler s Gamma function Royal Holloway Uiversity of Lodo Departmet of Physics Factorials ad Euler s Gamma fuctio Itroductio The is a self-cotaied part of the course dealig, essetially, with the factorial fuctio ad its geeralizatio

More information

Introduction. Question: Why do we need new forms of parametric curves? Answer: Those parametric curves discussed are not very geometric.

Introduction. Question: Why do we need new forms of parametric curves? Answer: Those parametric curves discussed are not very geometric. Itrodctio Qestio: Why do we eed ew forms of parametric crves? Aswer: Those parametric crves discssed are ot very geometric. Itrodctio Give sch a parametric form, it is difficlt to kow the derlyig geometry

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

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

Solutions 3.2-Page 215

Solutions 3.2-Page 215 Solutios.-Page Problem Fid the geeral solutios i powers of of the differetial equatios. State the reurree relatios ad the guarateed radius of overgee i eah ase. ) Substitutig,, ad ito the differetial equatio

More information

Lecture 2: Finite Difference Methods in Heat Transfer

Lecture 2: Finite Difference Methods in Heat Transfer Lecture 2: Fiite Differece Methods i Heat Trasfer V.Vuorie Aalto Uiversity School of Egieerig Heat ad Mass Trasfer Course, Autum 2016 November 1 st 2017, Otaiemi ville.vuorie@aalto.fi Overview Part 1 (

More information

THE MEASUREMENT OF THE SPEED OF THE LIGHT

THE MEASUREMENT OF THE SPEED OF THE LIGHT THE MEASUREMENT OF THE SPEED OF THE LIGHT Nyamjav, Dorjderem Abstrat The oe of the physis fudametal issues is a ature of the light. I this experimet we measured the speed of the light usig MihelsoÕs lassial

More information

LINEARIZATION OF NONLINEAR EQUATIONS By Dominick Andrisani. dg x. ( ) ( ) dx

LINEARIZATION OF NONLINEAR EQUATIONS By Dominick Andrisani. dg x. ( ) ( ) dx LINEAIZATION OF NONLINEA EQUATIONS By Domiick Adrisai A. Liearizatio of Noliear Fctios A. Scalar fctios of oe variable. We are ive the oliear fctio (). We assme that () ca be represeted si a Taylor series

More information

HWA CHONG INSTITUTION JC1 PROMOTIONAL EXAMINATION Wednesday 1 October hours. List of Formula (MF15)

HWA CHONG INSTITUTION JC1 PROMOTIONAL EXAMINATION Wednesday 1 October hours. List of Formula (MF15) HWA CHONG INSTITUTION JC PROMOTIONAL EXAMINATION 4 MATHEMATICS Higher 974/ Paper Wedesda October 4 hors Additioal materials: Aswer paper List of Formla (MF5) READ THESE INSTRUCTIONS FIRST Write or ame

More information

Homework 7 Due 5 December 2017 The numbers following each question give the approximate percentage of marks allocated to that question.

Homework 7 Due 5 December 2017 The numbers following each question give the approximate percentage of marks allocated to that question. Name: Homework 7 Due 5 December 2017 The umbers followig each questio give the approximate percetage of marks allocated to that questio. 1. Use the reciprocal metric tesor agai to calculate the agle betwee

More information

Control Charts. Introduction. Purpose and benefit: UCL (upper control limit) UWL (upper warning limit) Quality feature

Control Charts. Introduction. Purpose and benefit: UCL (upper control limit) UWL (upper warning limit) Quality feature Qality featre Cotrol Charts Itrodctio A Cotrol Chart shows the time corse of a process characteristic. For this prpose, data ca be take cotiosly or i periodic samples. The prereqisite is that the process

More information

Numerical Methods for Finding Multiple Solutions of a Superlinear Problem

Numerical Methods for Finding Multiple Solutions of a Superlinear Problem ISSN 1746-7659, Eglad, UK Joral of Iformatio ad Comptig Sciece Vol 2, No 1, 27, pp 27- Nmerical Methods for Fidig Mltiple Soltios of a Sperliear Problem G A Afrozi +, S Mahdavi, Z Naghizadeh Departmet

More information

XY, = 0, then there is no correlation of any kind between X and Y. FALSE, for the same reason! This is just a different form of (a).

XY, = 0, then there is no correlation of any kind between X and Y. FALSE, for the same reason! This is just a different form of (a). . Mltile Choie: Eter the letter that best orresods to the orret aswer i the aroriate ell to the right. ( ts ea) (i) (ii) (iii) (iv) (v) b e a d (i) Whih of the followig statemets is tre? a) b) ) If the

More information

Once we have a sequence of numbers, the next thing to do is to sum them up. Given a sequence (a n ) n=1

Once we have a sequence of numbers, the next thing to do is to sum them up. Given a sequence (a n ) n=1 . Ifiite Series Oce we have a sequece of umbers, the ext thig to do is to sum them up. Give a sequece a be a sequece: ca we give a sesible meaig to the followig expressio? a = a a a a While summig ifiitely

More information

Explicit and closed formed solution of a differential equation. Closed form: since finite algebraic combination of. converges for x x0

Explicit and closed formed solution of a differential equation. Closed form: since finite algebraic combination of. converges for x x0 Chapter 4 Series Solutios Epliit ad losed formed solutio of a differetial equatio y' y ; y() 3 ( ) ( 5 e ) y Closed form: sie fiite algebrai ombiatio of elemetary futios Series solutio: givig y ( ) as

More information

G-2 Applied Computational Aerodynamics. G-1 Program THINFOIL

G-2 Applied Computational Aerodynamics. G-1 Program THINFOIL G-2 Applied Computatioal Aerodyamics G-1 Program THINFOIL THINFOIL solves Laplace s Equatio by fiite differeces usig a variety of iteratio methods. It was writte by Valery Razgoyaev. The iteratio optios

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

Section 1.4. Power Series

Section 1.4. Power Series Sectio.4. Power Series De itio. The fuctio de ed by f (x) (x a) () c 0 + c (x a) + c 2 (x a) 2 + c (x a) + ::: is called a power series cetered at x a with coe ciet sequece f g :The domai of this fuctio

More information

Lab(8) controller design using root locus

Lab(8) controller design using root locus Lab(8) cotroller desig usig root locus I this lab we will lear how to desig a cotroller usig root locus but before this we eed to aswer the followig questios: What is root locus? What is the purpose of

More information

The z Transform. The Discrete LTI System Response to a Complex Exponential

The z Transform. The Discrete LTI System Response to a Complex Exponential The Trasform The trasform geeralies the Discrete-time Forier Trasform for the etire complex plae. For the complex variable is sed the otatio: jω x+ j y r e ; x, y Ω arg r x + y {} The Discrete LTI System

More information

Fluids Lecture 17 Notes

Fluids Lecture 17 Notes Flids Lectre 7 Notes. Obliqe Waves Readig: Aderso 9., 9. Obliqe Waves ach waves Small distrbaces created by a sleder body i a sersoic flow will roagate diagoally away as ach waves. These cosist of small

More information

Chapter 4: Angle Modulation

Chapter 4: Angle Modulation 57 Chapter 4: Agle Modulatio 4.1 Itrodutio to Agle Modulatio This hapter desribes frequey odulatio (FM) ad phase odulatio (PM), whih are both fors of agle odulatio. Agle odulatio has several advatages

More information

Coordinate Systems. Things to think about:

Coordinate Systems. Things to think about: Coordiate Sstems There are 3 coordiate sstems that a compter graphics programmer is most cocered with: the Object Coordiate Sstem (OCS), the World Coordiate Sstem (WCS), ad the Camera Coordiate Sstem (CCS).

More information

Homework 3 Solutions

Homework 3 Solutions Math 4506 Sprig 04 Homework 3 Solutios. a The ACF of a MA process has a o-zero value oly at lags, 0, ad. Problem 4.3 from the textbook which you did t do, so I did t expect you to metio this shows that

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

AP Calculus BC Review Applications of Derivatives (Chapter 4) and f,

AP Calculus BC Review Applications of Derivatives (Chapter 4) and f, AP alculus B Review Applicatios of Derivatives (hapter ) Thigs to Kow ad Be Able to Do Defiitios of the followig i terms of derivatives, ad how to fid them: critical poit, global miima/maima, local (relative)

More information

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018)

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018) Radomized Algorithms I, Sprig 08, Departmet of Computer Sciece, Uiversity of Helsiki Homework : Solutios Discussed Jauary 5, 08). Exercise.: Cosider the followig balls-ad-bi game. We start with oe black

More information

Symbolic computation 2: Linear recurrences

Symbolic computation 2: Linear recurrences Bachelor of Ecole Polytechique Computatioal Mathematics, year 2, semester Lecturer: Lucas Geri (sed mail) (mailto:lucas.geri@polytechique.edu) Symbolic computatio 2: Liear recurreces Table of cotets Warm-up

More information

MEI Casio Tasks for Further Pure

MEI Casio Tasks for Further Pure Task Complex Numbers: Roots of Quadratic Equatios. Add a ew Equatio scree: paf 2. Chage the Complex output to a+bi: LpNNNNwd 3. Select Polyomial ad set the Degree to 2: wq 4. Set a=, b=5 ad c=6: l5l6l

More information

Diagonalization of Quadratic Forms. Recall in days past when you were given an equation which looked like

Diagonalization of Quadratic Forms. Recall in days past when you were given an equation which looked like Diagoalizatio of Qadratic Forms Recall i das past whe o were gie a eqatio which looked like ad o were asked to sketch the set of poits which satisf this eqatio. It was ecessar to complete the sqare so

More information

1 Approximating Integrals using Taylor Polynomials

1 Approximating Integrals using Taylor Polynomials Seughee Ye Ma 8: Week 7 Nov Week 7 Summary This week, we will lear how we ca approximate itegrals usig Taylor series ad umerical methods. Topics Page Approximatig Itegrals usig Taylor Polyomials. Defiitios................................................

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

ME203 Section 4.1 Forced Vibration Response of Linear System Nov 4, 2002 (1) kx c x& m mg

ME203 Section 4.1 Forced Vibration Response of Linear System Nov 4, 2002 (1) kx c x& m mg ME3 Setio 4.1 Fored Vibratio Respose of Liear Syste Nov 4, Whe a liear ehaial syste is exited by a exteral fore, its respose will deped o the for of the exitatio fore F(t) ad the aout of dapig whih is

More information

Application of Digital Filters

Application of Digital Filters Applicatio of Digital Filters Geerally some filterig of a time series take place as a reslt of the iability of the recordig system to respod to high freqecies. I may cases systems are desiged specifically

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 19 11/17/2008 LAWS OF LARGE NUMBERS II THE STRONG LAW OF LARGE NUMBERS

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 19 11/17/2008 LAWS OF LARGE NUMBERS II THE STRONG LAW OF LARGE NUMBERS MASSACHUSTTS INSTITUT OF TCHNOLOGY 6.436J/5.085J Fall 2008 Lecture 9 /7/2008 LAWS OF LARG NUMBRS II Cotets. The strog law of large umbers 2. The Cheroff boud TH STRONG LAW OF LARG NUMBRS While the weak

More information

Math 2784 (or 2794W) University of Connecticut

Math 2784 (or 2794W) University of Connecticut ORDERS OF GROWTH PAT SMITH Math 2784 (or 2794W) Uiversity of Coecticut Date: Mar. 2, 22. ORDERS OF GROWTH. Itroductio Gaiig a ituitive feel for the relative growth of fuctios is importat if you really

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

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

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

Orthogonal transformations

Orthogonal transformations Orthogoal trasformatios October 12, 2014 1 Defiig property The squared legth of a vector is give by takig the dot product of a vector with itself, v 2 v v g ij v i v j A orthogoal trasformatio is a liear

More information

Calculus 2 TAYLOR SERIES CONVERGENCE AND TAYLOR REMAINDER

Calculus 2 TAYLOR SERIES CONVERGENCE AND TAYLOR REMAINDER Calulus TAYLO SEIES CONVEGENCE AND TAYLO EMAINDE Let the differee betwee f () ad its Taylor polyomial approimatio of order be (). f ( ) P ( ) + ( ) Cosider to be the remaider with the eat value ad the

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

More information

Orthogonal Functions

Orthogonal Functions Royal Holloway Uiversity of odo Departet of Physics Orthogoal Fuctios Motivatio Aalogy with vectors You are probably failiar with the cocept of orthogoality fro vectors; two vectors are orthogoal whe they

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

Test One (Answer Key)

Test One (Answer Key) CS395/Ma395 (Sprig 2005) Test Oe Name: Page 1 Test Oe (Aswer Key) CS395/Ma395: Aalysis of Algorithms This is a closed book, closed otes, 70 miute examiatio. It is worth 100 poits. There are twelve (12)

More information

MID-YEAR EXAMINATION 2018 H2 MATHEMATICS 9758/01. Paper 1 JUNE 2018

MID-YEAR EXAMINATION 2018 H2 MATHEMATICS 9758/01. Paper 1 JUNE 2018 MID-YEAR EXAMINATION 08 H MATHEMATICS 9758/0 Paper JUNE 08 Additioal Materials: Writig Paper, MF6 Duratio: hours DO NOT OPEN THIS BOOKLET UNTIL YOU ARE TOLD TO DO SO READ THESE INSTRUCTIONS FIRST Write

More information

Question 1: The magnetic case

Question 1: The magnetic case September 6, 018 Corell Uiversity, Departmet of Physics PHYS 337, Advace E&M, HW # 4, due: 9/19/018, 11:15 AM Questio 1: The magetic case I class, we skipped over some details, so here you are asked to

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

Løsningsførslag i 4M

Løsningsførslag i 4M Norges tekisk aturviteskapelige uiversitet Istitutt for matematiske fag Side 1 av 6 Løsigsførslag i 4M Oppgave 1 a) A sketch of the graph of the give f o the iterval [ 3, 3) is as follows: The Fourier

More information

Analysis of Algorithms. Introduction. Contents

Analysis of Algorithms. Introduction. Contents Itroductio The focus of this module is mathematical aspects of algorithms. Our mai focus is aalysis of algorithms, which meas evaluatig efficiecy of algorithms by aalytical ad mathematical methods. We

More information

1. What calculator(s) are you using to solve the problems on this paper? = e accurate to four significant digits

1. What calculator(s) are you using to solve the problems on this paper? = e accurate to four significant digits Math A Calculus Chapter Take-home problems Name Show your work for credit. Do ot copy other peoples work. Describe calculator use explicitly. What buttos did you push to get your results?. What calculator(s)

More information

POWER SERIES METHODS CHAPTER 8 SECTION 8.1 INTRODUCTION AND REVIEW OF POWER SERIES

POWER SERIES METHODS CHAPTER 8 SECTION 8.1 INTRODUCTION AND REVIEW OF POWER SERIES CHAPTER 8 POWER SERIES METHODS SECTION 8. INTRODUCTION AND REVIEW OF POWER SERIES The power series method osists of substitutig a series y = ito a give differetial equatio i order to determie what the

More information

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled

The picture in figure 1.1 helps us to see that the area represents the distance traveled. Figure 1: Area represents distance travelled 1 Lecture : Area Area ad distace traveled Approximatig area by rectagles Summatio The area uder a parabola 1.1 Area ad distace Suppose we have the followig iformatio about the velocity of a particle, how

More information

STAT 516 Answers Homework 6 April 2, 2008 Solutions by Mark Daniel Ward PROBLEMS

STAT 516 Answers Homework 6 April 2, 2008 Solutions by Mark Daniel Ward PROBLEMS STAT 56 Aswers Homework 6 April 2, 28 Solutios by Mark Daiel Ward PROBLEMS Chapter 6 Problems 2a. The mass p(, correspods to either o the irst two balls beig white, so p(, 8 7 4/39. The mass p(, correspods

More information

Essential Question How can you recognize an arithmetic sequence from its graph?

Essential Question How can you recognize an arithmetic sequence from its graph? . Aalyzig Arithmetic Sequeces ad Series COMMON CORE Learig Stadards HSF-IF.A.3 HSF-BF.A. HSF-LE.A. Essetial Questio How ca you recogize a arithmetic sequece from its graph? I a arithmetic sequece, the

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

SOME NOTES ON INEQUALITIES

SOME NOTES ON INEQUALITIES SOME NOTES ON INEQUALITIES Rihard Hoshio Here are four theorems that might really be useful whe you re workig o a Olympiad problem that ivolves iequalities There are a buh of obsure oes Chebyheff, Holder,

More information

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT TR/46 OCTOBER 974 THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION by A. TALBOT .. Itroductio. A problem i approximatio theory o which I have recetly worked [] required for its solutio a proof that the

More information

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t =

Problem Cosider the curve give parametrically as x = si t ad y = + cos t for» t» ß: (a) Describe the path this traverses: Where does it start (whe t = Mathematics Summer Wilso Fial Exam August 8, ANSWERS Problem 1 (a) Fid the solutio to y +x y = e x x that satisfies y() = 5 : This is already i the form we used for a first order liear differetial equatio,

More information

Basic Waves and Optics

Basic Waves and Optics Lasers ad appliatios APPENDIX Basi Waves ad Optis. Eletromageti Waves The eletromageti wave osists of osillatig eletri ( E ) ad mageti ( B ) fields. The eletromageti spetrum is formed by the various possible

More information

CSE 4095/5095 Topics in Big Data Analytics Spring 2017; Homework 1 Solutions

CSE 4095/5095 Topics in Big Data Analytics Spring 2017; Homework 1 Solutions CSE 09/09 Topics i ig Data Aalytics Sprig 2017; Homework 1 Solutios Note: Solutios to problems,, ad 6 are due to Marius Nicolae. 1. Cosider the followig algorithm: for i := 1 to α log e do Pick a radom

More information

Math 176 Calculus Sec. 5.1: Areas and Distances (Using Finite Sums)

Math 176 Calculus Sec. 5.1: Areas and Distances (Using Finite Sums) Math 176 Calculus Sec. 5.1: Areas ad Distaces (Usig Fiite Sums) I. Area A. Cosider the problem of fidig the area uder the curve o the f y=-x 2 +5 over the domai [0, 2]. We ca approximate this area by usig

More information

4.3 Growth Rates of Solutions to Recurrences

4.3 Growth Rates of Solutions to Recurrences 4.3. GROWTH RATES OF SOLUTIONS TO RECURRENCES 81 4.3 Growth Rates of Solutios to Recurreces 4.3.1 Divide ad Coquer Algorithms Oe of the most basic ad powerful algorithmic techiques is divide ad coquer.

More information

is monotonically decreasing function of Ω, it is also called maximally flat at the

is monotonically decreasing function of Ω, it is also called maximally flat at the Le.8 Aalog Filte Desig 8. Itodtio: Let s eview aalog filte desig sig lowpass pototype tasfomatio. This method ovets the aalog lowpass filte with a toff feqey of adia pe seod, alled the lowpass pototype,

More information

n m CHAPTER 3 RATIONAL EXPONENTS AND RADICAL FUNCTIONS 3-1 Evaluate n th Roots and Use Rational Exponents Real nth Roots of a n th Root of a

n m CHAPTER 3 RATIONAL EXPONENTS AND RADICAL FUNCTIONS 3-1 Evaluate n th Roots and Use Rational Exponents Real nth Roots of a n th Root of a CHAPTER RATIONAL EXPONENTS AND RADICAL FUNCTIONS Big IDEAS: 1) Usig ratioal expoets ) Performig fuctio operatios ad fidig iverse fuctios ) Graphig radical fuctios ad solvig radical equatios Sectio: Essetial

More information

Example 2. Find the upper bound for the remainder for the approximation from Example 1.

Example 2. Find the upper bound for the remainder for the approximation from Example 1. Lesso 8- Error Approimatios 0 Alteratig Series Remaider: For a coverget alteratig series whe approimatig the sum of a series by usig oly the first terms, the error will be less tha or equal to the absolute

More information

Problem Set 2 Solutions

Problem Set 2 Solutions CS271 Radomess & Computatio, Sprig 2018 Problem Set 2 Solutios Poit totals are i the margi; the maximum total umber of poits was 52. 1. Probabilistic method for domiatig sets 6pts Pick a radom subset S

More information

Complex Numbers Solutions

Complex Numbers Solutions Complex Numbers Solutios Joseph Zoller February 7, 06 Solutios. (009 AIME I Problem ) There is a complex umber with imagiary part 64 ad a positive iteger such that Fid. [Solutio: 697] 4i + + 4i. 4i 4i

More information

Addition: Property Name Property Description Examples. a+b = b+a. a+(b+c) = (a+b)+c

Addition: Property Name Property Description Examples. a+b = b+a. a+(b+c) = (a+b)+c Notes for March 31 Fields: A field is a set of umbers with two (biary) operatios (usually called additio [+] ad multiplicatio [ ]) such that the followig properties hold: Additio: Name Descriptio Commutativity

More information

Chapter 5.4 Practice Problems

Chapter 5.4 Practice Problems EXPECTED SKILLS: Chapter 5.4 Practice Problems Uderstad ad kow how to evaluate the summatio (sigma) otatio. Be able to use the summatio operatio s basic properties ad formulas. (You do ot eed to memorize

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notatio Math 113 - Itroductio to Applied Statistics Name : Use Word or WordPerfect to recreate the followig documets. Each article is worth 10 poits ad ca be prited ad give to the istructor

More information

CALCULUS AB SECTION I, Part A Time 60 minutes Number of questions 30 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAM.

CALCULUS AB SECTION I, Part A Time 60 minutes Number of questions 30 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAM. AP Calculus AB Portfolio Project Multiple Choice Practice Name: CALCULUS AB SECTION I, Part A Time 60 miutes Number of questios 30 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAM. Directios: Solve

More information

Course 8 Properties of Regular Languages

Course 8 Properties of Regular Languages Course 8 Properties of Regular Laguages The structure ad the cotet of the lecture is based o http://www.eecs.wsu.edu/~aath/cpts37/lectures/idex.htm Topics ) How to prove whether a give laguage is ot regular?

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

Certain inclusion properties of subclass of starlike and convex functions of positive order involving Hohlov operator

Certain inclusion properties of subclass of starlike and convex functions of positive order involving Hohlov operator Iteratioal Joural of Pure ad Applied Mathematial Siees. ISSN 0972-9828 Volume 0, Number (207), pp. 85-97 Researh Idia Publiatios http://www.ripubliatio.om Certai ilusio properties of sublass of starlike

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

Induction: Solutions

Induction: Solutions Writig Proofs Misha Lavrov Iductio: Solutios Wester PA ARML Practice March 6, 206. Prove that a 2 2 chessboard with ay oe square removed ca always be covered by shaped tiles. Solutio : We iduct o. For

More information

Analytic Continuation

Analytic Continuation Aalytic Cotiuatio The stadard example of this is give by Example Let h (z) = 1 + z + z 2 + z 3 +... kow to coverge oly for z < 1. I fact h (z) = 1/ (1 z) for such z. Yet H (z) = 1/ (1 z) is defied for

More information

PROPERTIES OF AN EULER SQUARE

PROPERTIES OF AN EULER SQUARE PROPERTIES OF N EULER SQURE bout 0 the mathematicia Leoard Euler discussed the properties a x array of letters or itegers ow kow as a Euler or Graeco-Lati Square Such squares have the property that every

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

THERE IS NO GRAVITON, IT IS PHOTON: THE RELATIVISTIC QUANTIZED FORCE: NEWTON'S SECOND LAW, INERTIAL AND GRAVITATIONAL

THERE IS NO GRAVITON, IT IS PHOTON: THE RELATIVISTIC QUANTIZED FORCE: NEWTON'S SECOND LAW, INERTIAL AND GRAVITATIONAL TERE IS NO GRAITON, IT IS POTON: TE RELATIISTIC QUANTIZED FORCE: NEWTON'S SECOND LAW, INERTIAL AND GRAITATIONAL Azzam AlMosallami The Siee Ceter for Stdies ad Researh Zrih, Switzerlad EMAIL: a.almosallami7@gmail.om

More information