Seismic Wave Propagation: HW2 Due 13/5

Size: px
Start display at page:

Download "Seismic Wave Propagation: HW2 Due 13/5"

Transcription

1 Reading: Scales Chapter , 6, 7, 9, Kallweit and Wood (198), Schneider (1978) Problems.1-.8 should be done on your own. You may work together to solve problems.9-.10, but you must hand in your own answers to get credit..1 Using the ray equation d d r=d n= show that rays are straight lines in homogeneous media. d dr = where d r ray trajectory, arclength, inde of refraction Since the material is homogenous =0 d d r d = d r, d r =k 1 r=k 1 k, the equation for a straight line. Show that in a medium where the inde of refraction only depends on depth that dr d =constant d r d = [d r d r yd y r ] d r d = [d r d y r y] without loss of generality a coordinate system may be chosen so that r =0 d r y is now the change in the horiontal coordinate of the ray relative to the change in arclength which is the same as sin i so d r d = sin i= c 0 c sin i =c p 0 by Snell's Law and where p is the ray parameter.3 The transport equation governs wave amplitude and is given by P P The Eikonal equation gives the solution for the phase. Use the Eikonal solution to calculate the solution for the amplitude assuming that we have a wave traveling in the + direction in homogeneous media. = k r=k P k P =0, k=k, k=0 P k=0 P=0 P=constant

2 .4 Make the substitution of k i for the 45 degree approimation in equation in Scales (in a similar manner as the 15 degree substitution in Scales eq ). Your answer should not have any derivatives in the denominator. [ i c ck i =[ c k c ck ] ] = [ c c ck ] k i c i ck = c k k i c i c = c 3 i = c 3c 4 c i 4.5 Derive the time domain version of the above equation by making the substitution i t i = c 3c 4 c i 4 i = 3 c 3 c 4 i c 4 i tt = i c 3c ttt i 4 c t i 4 tt = 1 c ttt 3c 4 t c 4

3 .6 Assume a stack of 3 horiontal layers. The first layer is 100 m thick and has a velocity of 1500 m/s, the second layer is 00 m thick and has a velocity of 500 m/s, the third layer is 300 m thick and has a velocity of 000 m/s. Below the third layer is a a half-space with velocity of 5000 m/s. Use the equation Z X p=p 0 d u p to calculate what take-off angle is required at the surface to generate refracted waves along the top of the half-space. Use the equation Z T = px u p d 0 to calculate the traveltime for the first refracted arrival from the half-space. Snell's Law: p= sin 1 v 1 = sin v = sin 3 v 3 = sin 4 v 4 Refraction will occur when sin 4 =, p=0.s/km Take-off angle 1 =sin 1 v 1 v 4 =sin 1 pv 1 =17.458degrees To calculate the traveltime, first calculate dx(p) for each layer, then calculate dt(p) for the each layer and sum the traveltimes. A MATLAB/Octave function that does the calculation for one layer at a time is given in layert_c.m. The total traveltime is then the sum of the traveltimes as outlined in the code below: layer=[0.1,1/1.5,1/.5; 0.,1/.5,1/.0; 0.3,1/.0,1/5.0] p=0., % ray parameter l=1; while l<=3 & irtr==1 % layers loop [d(l),dt(l),irtr(l)]=layert_c(p,layer(l,1),layer(l,),layer(l,3) ); =+*d(l); t=t+*dt(l); l=l+1; end % end of layers loop X=0.556 km T=0.65 s

4 .7 a) Show that, t Gt,={0 1 sin [ 0 t ]F 0, m 0 t} is the solution to the equation t ' ' 0 t =F t / m when F t={0 for t F 0 for t 0 for t } 0 The force acting on the system is nearly a delta function and is discontinuous. Therefore, the equation needs to be integrated to inspect if G is a solution: τ+ ϵ τ+ ϵ τ+ ϵ F 0 G ' ' dt +ω 0 G dt= τ ϵ τ ϵ τ ϵ m dt G' (τ +ϵ) G' (τ ϵ)+ω 0 ϵg(τ)= F ϵ 0 m G= F ϵ 0 ω 0 m sin [ω 0(t τ)], for t>τ ; =0, for t<τ G '= F ϵ 0 m cos[ω 0 (t τ)], for t> τ; =0, for t< τ cos[ω 0 (τ +ϵ)] cos[ω 0 (τ ϵ)]+ω 0 ϵsin [ω 0 τ]= =1, as ϵ 0 So G is a solution! b) What is the solution for (t) when F(t)=f(t) (t)= 1 mω 0 sin[ω 0 (t τ t ' )] f (t ')ϵdt '

5 .8 Write the corresponding Kirchhoff migration formula r,t=0= 1 cos '=0 Rc t ' s, y,0,t 'd ' dy' for D. Write an algorithm to do the migration in D. This algorithm will form the basis for your MATLAB/Octave migration code. You need to show a drawing indicating what the variables are that are in the algorithm. Assume that we can ignore the fact that the D response is different from the 3D response, then:,,t=0= 1 cos '=0 Rc t ' s ',0,t ' d' ' R, = 1 ' R c st ',R /c ' where st is the time derivative of the stack.9 Use MATLAB/Octave to generate a ero-offset section from the CDP gathers you produced in HW1 in process1.m. Do this by modifying the process.m script to include only data with offsets less 100 m in the stack. Plot the result and compare with the full stack. a) Why is the noise level higher in the ero-offset stack? The fold is lower b) Why does the ero-offset stack not etend as far as the full stack to the high CDP numbers The last source point was at CDP location 00 (4 km from the start of the section) so the farther offsets do not get included in the stack. c) Even if the noise level is higher in the ero-offset section, it shows less smearing in some of the reflections. Why? The ero-offset stack is not sensitive to velocity since NMO corrections are very small d) Use the command imagesc(,y,d) to get the correct scales on the vertical and horiontal aes. Label your plot using the label and ylabel commands. t=0:dt:; =0:0:0*99; imagesc(,t,stack_ero) e) Assume the background velocity to be 5000 m/s, What is the apparent dip of the reflection dipping towards lower CDP numbers? What is the true dip if the velocity is 5000 m/s? Apparent dip DT/DX = 1.13 s / 4000 m, DZ/DX= 875 m / 4000 m = 0.575: 35. degrees

6 True dip = asin(tan(apparent dip)): 45.4 degress

7 .10 Download the following to your computer: * MATLAB/Octave hw folder at Run the process3.m script. This script takes the stacked section and copies it into the array data_in and then migrates (phase shift migration) it using the velocity function v. The migration process takes several minutes depending upon what type of computer you are running on. Produce 3 different migrated sections using constant velocities of 3000, 5000 and 7000 m/s. Answer the following questions: a) Why are there dipping events towards the higher CDP numbers after migration? This is a wraparound effect from the Fourier transform in the -direction b) Why do the sections look different for the different migration velocities? The migration process is dependent upon velocity, the higher the velocity the more the reflections migrate c) Which migration velocity gives the best stack. Justify your answer. The one at 3000 m/s perhaps looks the best (migrates the data the least), but the one at 5000 m/s is more correct. The 7000 m/s migration produces significant artifacts.

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Definition: A differential equation is an equation involving the derivative of a function. If the function depends on a single variable, then only ordinary derivatives appear and

More information

SOLVING DIFFERENTIAL EQUATIONS. Amir Asif. Department of Computer Science and Engineering York University, Toronto, ON M3J1P3

SOLVING DIFFERENTIAL EQUATIONS. Amir Asif. Department of Computer Science and Engineering York University, Toronto, ON M3J1P3 SOLVING DIFFERENTIAL EQUATIONS Amir Asif Department of Computer Science and Engineering York University, Toronto, ON M3J1P3 ABSTRACT This article reviews a direct method for solving linear, constant-coefficient

More information

Math 215/255 Final Exam (Dec 2005)

Math 215/255 Final Exam (Dec 2005) Exam (Dec 2005) Last Student #: First name: Signature: Circle your section #: Burggraf=0, Peterson=02, Khadra=03, Burghelea=04, Li=05 I have read and understood the instructions below: Please sign: Instructions:.

More information

Dipping Layer Refraction Problem Moveout and Coincident Source-Receiver Format

Dipping Layer Refraction Problem Moveout and Coincident Source-Receiver Format Environmental and Exploration Geophysics II Dipping Layer Refraction Problem Moveout and Coincident Source-Receiver Format tom.h.wilson tom.wilson@mail.wvu.edu Department of Geology and Geography West

More information

Lab 4: Kirchhoff migration (Matlab version)

Lab 4: Kirchhoff migration (Matlab version) Due Date: Oktober 29th, 2012 TA: Mandy Wong (mandyman@sep.stanford.edu) Lab 4: Kirchhoff migration (Matlab version) Robert U. Terwilliger 1 ABSTRACT In this computer exercise you will modify the Kirchhoff

More information

Seismology and Seismic Imaging

Seismology and Seismic Imaging Seismology and Seismic Imaging 4. Ray theory N. Rawlinson Research School of Earth Sciences, ANU Seismology lecture course p.1/23 The ray approximation Here, we consider the problem of how body waves (P

More information

EE 380 EXAM II 3 November 2011 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO

EE 380 EXAM II 3 November 2011 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO EE 380 EXAM II 3 November 2011 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO DO SO Problem Weight Score 1 25 2 25 3 25 4 25 Total

More information

Math 216 Second Midterm 19 March, 2018

Math 216 Second Midterm 19 March, 2018 Math 26 Second Midterm 9 March, 28 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

Basic principles of the seismic method

Basic principles of the seismic method Chapter 2 Basic principles of the seismic method In this chapter we introduce the basic notion of seismic waves. In the earth, seismic waves can propagate as longitudinal (P) or as shear (S) waves. For

More information

Problem Weight Score Total 100

Problem Weight Score Total 100 EE 350 EXAM IV 15 December 2010 Last Name (Print): First Name (Print): ID number (Last 4 digits): Section: DO NOT TURN THIS PAGE UNTIL YOU ARE TOLD TO DO SO Problem Weight Score 1 25 2 25 3 25 4 25 Total

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM. COURSE: ECE 3084A (Prof. Michaels)

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM. COURSE: ECE 3084A (Prof. Michaels) GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING FINAL EXAM DATE: 30-Apr-14 COURSE: ECE 3084A (Prof. Michaels) NAME: STUDENT #: LAST, FIRST Write your name on the front page

More information

SUMMARY ANGLE DECOMPOSITION INTRODUCTION. A conventional cross-correlation imaging condition for wave-equation migration is (Claerbout, 1985)

SUMMARY ANGLE DECOMPOSITION INTRODUCTION. A conventional cross-correlation imaging condition for wave-equation migration is (Claerbout, 1985) Comparison of angle decomposition methods for wave-equation migration Natalya Patrikeeva and Paul Sava, Center for Wave Phenomena, Colorado School of Mines SUMMARY Angle domain common image gathers offer

More information

Stacking and Interval Velocities in a Medium with Laterally Inhomogeneous Layers

Stacking and Interval Velocities in a Medium with Laterally Inhomogeneous Layers Stacking and Interval Velocities in a Medium with Laterally Inhomogeneous Layers E. Blias* Revolution Geoservices, 110, 733-14 Ave SW, Calgary, AB, TR 0N3 emilb@shaw.ca ABSTRACT Depth velocity models are

More information

APPM 2360: Midterm 3 July 12, 2013.

APPM 2360: Midterm 3 July 12, 2013. APPM 2360: Midterm 3 July 12, 2013. ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your instructor s name, (3) your recitation section number and (4) a grading table. Text books, class notes,

More information

PART A: Short-answer questions (50%; each worth 2%)

PART A: Short-answer questions (50%; each worth 2%) PART A: Short-answer questions (50%; each worth 2%) Your answers should be brief (just a few words) and may be written on these pages if you wish. Remember to hand these pages in with your other exam pages!

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

Edwin Soeryadjaya Problem Theoretical 3: Mirage

Edwin Soeryadjaya Problem Theoretical 3: Mirage The refractive index of the air varies with temperature. Cold air is denser than warm air and has therefore a greater refractive index. Thus a temperature gradient in the atmosphere is always associated

More information

ME 132, Fall 2015, Quiz # 2

ME 132, Fall 2015, Quiz # 2 ME 132, Fall 2015, Quiz # 2 # 1 # 2 # 3 # 4 # 5 # 6 Total NAME 14 10 8 6 14 8 60 Rules: 1. 2 sheets of notes allowed, 8.5 11 inches. Both sides can be used. 2. Calculator is allowed. Keep it in plain view

More information

Stanford Exploration Project, Report 97, July 8, 1998, pages

Stanford Exploration Project, Report 97, July 8, 1998, pages Stanford Exploration Project, Report 97, July 8, 998, pages 7 6 Stanford Exploration Project, Report 97, July 8, 998, pages 7 The offset-midpoint traveltime pyramid in transversely isotropic media Tariq

More information

9. M = 2 π R µ 0 n. 3. M = π R 2 µ 0 n N correct. 5. M = π R 2 µ 0 n. 8. M = π r 2 µ 0 n N

9. M = 2 π R µ 0 n. 3. M = π R 2 µ 0 n N correct. 5. M = π R 2 µ 0 n. 8. M = π r 2 µ 0 n N This print-out should have 20 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. 00 0.0 points A coil has an inductance of 4.5 mh, and the current

More information

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam MATH 51 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam A collection of previous exams could be found at the coordinator s web: http://www.math.psu.edu/tseng/class/m51samples.html

More information

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016

Identification Methods for Structural Systems. Prof. Dr. Eleni Chatzi Lecture March, 2016 Prof. Dr. Eleni Chatzi Lecture 4-09. March, 2016 Fundamentals Overview Multiple DOF Systems State-space Formulation Eigenvalue Analysis The Mode Superposition Method The effect of Damping on Structural

More information

AP Calculus BC Chapter 4 (A) 12 (B) 40 (C) 46 (D) 55 (E) 66

AP Calculus BC Chapter 4 (A) 12 (B) 40 (C) 46 (D) 55 (E) 66 AP Calculus BC Chapter 4 REVIEW 4.1 4.4 Name Date Period NO CALCULATOR IS ALLOWED FOR THIS PORTION OF THE REVIEW. 1. 4 d dt (3t 2 + 2t 1) dt = 2 (A) 12 (B) 4 (C) 46 (D) 55 (E) 66 2. The velocity of a particle

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page Questions Example (3.6.) Find a particular solution of the differential equation y 5y + 6y = 2e

More information

Statics preserving projection filtering Yann Traonmilin*and Necati Gulunay, CGGVeritas

Statics preserving projection filtering Yann Traonmilin*and Necati Gulunay, CGGVeritas Yann Traonmilin*and Necati Gulunay, CGGVeritas Summary Projection filtering has been used for many years in seismic processing as a tool to extract a meaningful signal out of noisy data. We show that its

More information

Source-Free RC Circuit

Source-Free RC Circuit First Order Circuits Source-Free RC Circuit Initial charge on capacitor q = Cv(0) so that voltage at time 0 is v(0). What is v(t)? Prof Carruthers (ECE @ BU) EK307 Notes Summer 2018 150 / 264 First Order

More information

Residual Statics using CSP gathers

Residual Statics using CSP gathers Residual Statics using CSP gathers Xinxiang Li and John C. Bancroft ABSTRACT All the conventional methods for residual statics analysis require normal moveout (NMO) correction applied on the seismic data.

More information

Chapter 7. Seismic imaging. 7.1 Assumptions and vocabulary

Chapter 7. Seismic imaging. 7.1 Assumptions and vocabulary Chapter 7 Seismic imaging Much of the imaging procedure was already described in the previous chapters. An image, or a gradient update, is formed from the imaging condition by means of the incident and

More information

Exam 2 Solutions, Math March 17, ) = 1 2

Exam 2 Solutions, Math March 17, ) = 1 2 Eam Solutions, Math 56 March 7, 6. Use the trapezoidal rule with n = 3 to approimate (Note: The eact value of the integral is ln 5 +. (you do not need to verify this or use it in any way to complete this

More information

P Wave Reflection and Refraction and SH Wave Refraction Data Processing in the Mooring, TN Area

P Wave Reflection and Refraction and SH Wave Refraction Data Processing in the Mooring, TN Area P Wave Reflection and Refraction and SH Wave Refraction Data Processing in the Mooring, TN Area Abstract: Author: Duayne Rieger Home Institution: Slippery Rock University of Pennsylvania REU Institution:

More information

Chaos and R-L diode Circuit

Chaos and R-L diode Circuit Chaos and R-L diode Circuit Rabia Aslam Chaudary Roll no: 2012-10-0011 LUMS School of Science and Engineering Thursday, December 20, 2010 1 Abstract In this experiment, we will use an R-L diode circuit

More information

Imaging with Ambient Noise II

Imaging with Ambient Noise II Imaging with Ambient Noise II George Papanicolaou Stanford University Michigan State University, Department of Mathematics Richard E. Phillips Lecture Series April 21, 2009 With J. Garnier, University

More information

Second order linear equations

Second order linear equations Second order linear equations Samy Tindel Purdue University Differential equations - MA 266 Taken from Elementary differential equations by Boyce and DiPrima Samy T. Second order equations Differential

More information

AP Calculus BC 2015 Free-Response Questions

AP Calculus BC 2015 Free-Response Questions AP Calculus BC 05 Free-Response Questions 05 The College Board. College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central

More information

Experiment 4 Free Fall

Experiment 4 Free Fall PHY9 Experiment 4: Free Fall 8/0/007 Page Experiment 4 Free Fall Suggested Reading for this Lab Bauer&Westfall Ch (as needed) Taylor, Section.6, and standard deviation rule ( t < ) rule in the uncertainty

More information

Homework 6 Solutions

Homework 6 Solutions 8-290 Signals and Systems Profs. Byron Yu and Pulkit Grover Fall 208 Homework 6 Solutions. Part One. (2 points) Consider an LTI system with impulse response h(t) e αt u(t), (a) Compute the frequency response

More information

Inductance, RL Circuits, LC Circuits, RLC Circuits

Inductance, RL Circuits, LC Circuits, RLC Circuits Inductance, R Circuits, C Circuits, RC Circuits Inductance What happens when we close the switch? The current flows What does the current look like as a function of time? Does it look like this? I t Inductance

More information

Chapter 2: Complex numbers

Chapter 2: Complex numbers Chapter 2: Complex numbers Complex numbers are commonplace in physics and engineering. In particular, complex numbers enable us to simplify equations and/or more easily find solutions to equations. We

More information

Math 0290 Midterm Exam

Math 0290 Midterm Exam ath 0290 idterm Exam JAKE IRRA University of Pittsburgh July 11, 2016 Directions 1. The purpose of this exam is to test you on your ability to analyze and solve differential equations corresponding to

More information

Version: A. Earth s gravitational field g = 9.81 N/kg Vacuum Permeability µ 0 = 4π 10 7 T m/a

Version: A. Earth s gravitational field g = 9.81 N/kg Vacuum Permeability µ 0 = 4π 10 7 T m/a PHYS 2212 GJ Quiz and Exam Formulæ & Constants Fall 2015 Fundamental Charge e = 1.602 10 19 C Mass of an Electron m e = 9.109 10 31 kg Coulomb constant K = 8.988 10 9 N m 2 /C 2 Vacuum Permittivity ϵ 0

More information

TODAY S LECTURE SNELL S LAW IN THE SPHERICAL MEDIA RAY EQUATION. sin i 1 = sin j. sin j = OQ sin i 2 = OQ OA OB. sin i 2 OA r 1. sin j = OB sin i 2

TODAY S LECTURE SNELL S LAW IN THE SPHERICAL MEDIA RAY EQUATION. sin i 1 = sin j. sin j = OQ sin i 2 = OQ OA OB. sin i 2 OA r 1. sin j = OB sin i 2 TODAY S LECTURE. Snell s law in spherial media 2. Ray equation 3. Radius of urvature 4. Amplitude Geometrial spreading 5. τ p SNELL S LAW IN THE SPHERICAL MEDIA i A i 2 j B 2 At eah interfae sin i = sin

More information

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions. Which of the following integrals correctly corresponds to the area of the shaded region in the figure to the right? (A) (B) (C) (D) (E)

More information

ME 375 EXAM #1 Friday, March 13, 2015 SOLUTION

ME 375 EXAM #1 Friday, March 13, 2015 SOLUTION ME 375 EXAM #1 Friday, March 13, 2015 SOLUTION PROBLEM 1 A system is made up of a homogeneous disk (of mass m and outer radius R), particle A (of mass m) and particle B (of mass m). The disk is pinned

More information

Math Exam 1a. c) lim tan( 3x. 2) Calculate the derivatives of the following. DON'T SIMPLIFY! d) s = t t 3t

Math Exam 1a. c) lim tan( 3x. 2) Calculate the derivatives of the following. DON'T SIMPLIFY! d) s = t t 3t Math 111 - Eam 1a 1) Evaluate the following limits: 7 3 1 4 36 a) lim b) lim 5 1 3 6 + 4 c) lim tan( 3 ) + d) lim ( ) 100 1+ h 1 h 0 h ) Calculate the derivatives of the following. DON'T SIMPLIFY! a) y

More information

EE538 Final Exam Fall :20 pm -5:20 pm PHYS 223 Dec. 17, Cover Sheet

EE538 Final Exam Fall :20 pm -5:20 pm PHYS 223 Dec. 17, Cover Sheet EE538 Final Exam Fall 005 3:0 pm -5:0 pm PHYS 3 Dec. 17, 005 Cover Sheet Test Duration: 10 minutes. Open Book but Closed Notes. Calculators ARE allowed!! This test contains five problems. Each of the five

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

Free Response Questions Included in Training Module

Free Response Questions Included in Training Module Free Response Questions Included in Training Module Copyright 2011 Laying the Foundation, Inc. All right reserved. The materials included in these files are intended for noncommercial use by educators

More information

/R = If we take the surface normal to be +ẑ, then the right hand rule gives positive flowing current to be in the +ˆφ direction.

/R = If we take the surface normal to be +ẑ, then the right hand rule gives positive flowing current to be in the +ˆφ direction. Problem 6.2 The loop in Fig. P6.2 is in the x y plane and B = ẑb 0 sinωt with B 0 positive. What is the direction of I (ˆφ or ˆφ) at: (a) t = 0 (b) ωt = π/4 (c) ωt = π/2 V emf y x I Figure P6.2: Loop of

More information

cos 5x dx e dt dx 20. CALCULUS AB WORKSHEET ON SECOND FUNDAMENTAL THEOREM AND REVIEW Work the following on notebook paper. No calculator.

cos 5x dx e dt dx 20. CALCULUS AB WORKSHEET ON SECOND FUNDAMENTAL THEOREM AND REVIEW Work the following on notebook paper. No calculator. WORKSHEET ON SECOND FUNDAMENTAL THEOREM AND REVIEW Work the following on notebook paper. No calculator. Find the derivative. Do not leave negative eponents or comple fractions in our answers. 4. 8 4 f

More information

1. Find A and B so that f x Axe Bx. has a local minimum of 6 when. x 2.

1. Find A and B so that f x Axe Bx. has a local minimum of 6 when. x 2. . Find A and B so that f Ae B has a local minimum of 6 when.. The graph below is the graph of f, the derivative of f; The domain of the derivative is 5 6. Note there is a cusp when =, a horizontal tangent

More information

MAT 275 Laboratory 6 Forced Equations and Resonance

MAT 275 Laboratory 6 Forced Equations and Resonance MAT 275 Laboratory 6 Forced Equations and Resonance In this laboratory we take a deeper look at second-order nonhomogeneous equations. We will concentrate on equations with a periodic harmonic forcing

More information

12A Reflection & Transmission (Normal Incidence)

12A Reflection & Transmission (Normal Incidence) 12A Reflection & Transmission (Normal Incidence) Topics: Reflection and transmission, boundary conditions, complex exponentials. Summary: Students begin by expressing in exponential notation the boundary

More information

LOPE3202: Communication Systems 10/18/2017 2

LOPE3202: Communication Systems 10/18/2017 2 By Lecturer Ahmed Wael Academic Year 2017-2018 LOPE3202: Communication Systems 10/18/2017 We need tools to build any communication system. Mathematics is our premium tool to do work with signals and systems.

More information

The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d

The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d Solving ODEs using Fourier Transforms The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d 2 dx + q f (x) R(x)

More information

Downhole Seismic Velocity Logging Test

Downhole Seismic Velocity Logging Test Objective Downhole Seismic Velocity Logging Test In this experiment, Velocity Logging Test (Downhole method) is done to find the physical properties of the soil ground from site investigation. Velocity

More information

Circuits with Capacitor and Inductor

Circuits with Capacitor and Inductor Circuits with Capacitor and Inductor We have discussed so far circuits only with resistors. While analyzing it, we came across with the set of algebraic equations. Hereafter we will analyze circuits with

More information

Laboratory 10 Forced Equations and Resonance

Laboratory 10 Forced Equations and Resonance MATLAB sessions: Laboratory 9 Laboratory Forced Equations and Resonance ( 3.6 of the Edwards/Penney text) In this laboratory we take a deeper look at second-order nonhomogeneous equations. We will concentrate

More information

Examples of prestack depth migration in TI media

Examples of prestack depth migration in TI media Eamples of prestack depth migration in TI media Robert J. Ferguson and Gary F. Margrave ABSTRACT Wave field etrapolation by nonstationary phase shift can be formulated to allow velocity variation with

More information

Module 4: One-Dimensional Kinematics

Module 4: One-Dimensional Kinematics 4.1 Introduction Module 4: One-Dimensional Kinematics Kinematics is the mathematical description of motion. The term is derived from the Greek word kinema, meaning movement. In order to quantify motion,

More information

Matrix formulation of adjoint Kirchhoff datuming

Matrix formulation of adjoint Kirchhoff datuming Stanford Exploration Project, Report 80, May 15, 2001, pages 1 377 Matrix formulation of adjoint Kirchhoff datuming Dimitri Bevc 1 ABSTRACT I present the matrix formulation of Kirchhoff wave equation datuming

More information

Reflection Seismic Method

Reflection Seismic Method Reflection Seismic Method Data and Image sort orders; Seismic Impedance; -D field acquisition geometries; CMP binning and fold; Resolution, Stacking charts; Normal Moveout and correction for it; Stacking;

More information

( ) f (k) = FT (R(x)) = R(k)

( ) f (k) = FT (R(x)) = R(k) Solving ODEs using Fourier Transforms The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d 2 dx + q f (x) = R(x)

More information

Wave equation techniques for attenuating multiple reflections

Wave equation techniques for attenuating multiple reflections Wave equation techniques for attenuating multiple reflections Fons ten Kroode a.tenkroode@shell.com Shell Research, Rijswijk, The Netherlands Wave equation techniques for attenuating multiple reflections

More information

The seismic response to strong vertical velocity change

The seismic response to strong vertical velocity change 10 th Biennial International Conference & Exposition P-073 The seismic response to strong vertical velocity change Ian F. Jones, ION GX Technology Summary Conventional seismic data processing, whether

More information

Stanford Exploration Project, Report 115, May 22, 2004, pages

Stanford Exploration Project, Report 115, May 22, 2004, pages Stanford Exploration Project, Report 115, May 22, 2004, pages 249 264 248 Stanford Exploration Project, Report 115, May 22, 2004, pages 249 264 First-order lateral interval velocity estimates without picking

More information

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

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

More information

Review of Linear Time-Invariant Network Analysis

Review of Linear Time-Invariant Network Analysis D1 APPENDIX D Review of Linear Time-Invariant Network Analysis Consider a network with input x(t) and output y(t) as shown in Figure D-1. If an input x 1 (t) produces an output y 1 (t), and an input x

More information

Linear Filters. L[e iωt ] = 2π ĥ(ω)eiωt. Proof: Let L[e iωt ] = ẽ ω (t). Because L is time-invariant, we have that. L[e iω(t a) ] = ẽ ω (t a).

Linear Filters. L[e iωt ] = 2π ĥ(ω)eiωt. Proof: Let L[e iωt ] = ẽ ω (t). Because L is time-invariant, we have that. L[e iω(t a) ] = ẽ ω (t a). Linear Filters 1. Convolutions and filters. A filter is a black box that takes an input signal, processes it, and then returns an output signal that in some way modifies the input. For example, if the

More information

NONLINEAR FUNCTIONS A. Absolute Value Exercises: 2. We need to scale the graph of Qx ( )

NONLINEAR FUNCTIONS A. Absolute Value Exercises: 2. We need to scale the graph of Qx ( ) NONLINEAR FUNCTIONS A. Absolute Value Eercises:. We need to scale the graph of Q ( ) f ( ) =. The graph is given below. = by the factor of to get the graph of 9 - - - - -. We need to scale the graph of

More information

An efficient wave extrapolation method for tilted orthorhombic media using effective ellipsoidal models

An efficient wave extrapolation method for tilted orthorhombic media using effective ellipsoidal models An efficient wave extrapolation method for tilted orthorhombic media using effective ellipsoidal models Item Type Conference Paper Authors Waheed Umair bin; Alkhalifah Tariq Ali Eprint version Pre-print

More information

CURRENT SOURCES EXAMPLE 1 Find the source voltage Vs and the current I1 for the circuit shown below SOURCE CONVERSIONS

CURRENT SOURCES EXAMPLE 1 Find the source voltage Vs and the current I1 for the circuit shown below SOURCE CONVERSIONS CURRENT SOURCES EXAMPLE 1 Find the source voltage Vs and the current I1 for the circuit shown below EXAMPLE 2 Find the source voltage Vs and the current I1 for the circuit shown below SOURCE CONVERSIONS

More information

Analytical Mechanics - Extra Problems

Analytical Mechanics - Extra Problems Analytical Mechanics - Extra Problems Physics 105, F17 (R) are review problems. Review problems are those that have already been covered in prior courses, mostly Intro to Physics I and II. Some are math

More information

Solutions to Problems in Chapter 4

Solutions to Problems in Chapter 4 Solutions to Problems in Chapter 4 Problems with Solutions Problem 4. Fourier Series of the Output Voltage of an Ideal Full-Wave Diode Bridge Rectifier he nonlinear circuit in Figure 4. is a full-wave

More information

Linear second-order differential equations with constant coefficients and nonzero right-hand side

Linear second-order differential equations with constant coefficients and nonzero right-hand side Linear second-order differential equations with constant coefficients and nonzero right-hand side We return to the damped, driven simple harmonic oscillator d 2 y dy + 2b dt2 dt + ω2 0y = F sin ωt We note

More information

In a uniform 3D medium, we have seen that the acoustic Green s function (propagator) is

In a uniform 3D medium, we have seen that the acoustic Green s function (propagator) is Chapter Geometrical optics The material in this chapter is not needed for SAR or CT, but it is foundational for seismic imaging. For simplicity, in this chapter we study the variable-wave speed wave equation

More information

Linear Electrical and Acoustic Systems Some Basic Concepts

Linear Electrical and Acoustic Systems Some Basic Concepts Linear Electrical and Acoustic Systems Some Basic Concepts Learning Objectives Two port systems transfer matrices impedance matrices reciprocity 1-D compressional waves in a solid equation of motion/constitutive

More information

8. Set up the integral to determine the force on the side of a fish tank that has a length of 4 ft and a heght of 2 ft if the tank is full.

8. Set up the integral to determine the force on the side of a fish tank that has a length of 4 ft and a heght of 2 ft if the tank is full. . Determine the volume of the solid formed by rotating the region bounded by y = 2 and y = 2 for 2 about the -ais. 2. Determine the volume of the solid formed by rotating the region bounded by the -ais

More information

Physics 2212 GH Quiz #4 Solutions Spring 2016

Physics 2212 GH Quiz #4 Solutions Spring 2016 Physics 2212 GH Quiz #4 Solutions Spring 2016 I. (18 points) A bar (mass m, length L) is connected to two frictionless vertical conducting rails with loops of wire, in the presence of a uniform magnetic

More information

3D VTI traveltime tomography for near-surface imaging Lina Zhang*, Jie Zhang, Wei Zhang, University of Science and Technology of China (USTC)

3D VTI traveltime tomography for near-surface imaging Lina Zhang*, Jie Zhang, Wei Zhang, University of Science and Technology of China (USTC) Downloaded 01/03/14 to 16.01.198.34. Redistribution subject to SEG license or copyright; see Terms of Use at http://library.seg.org/ 3D VTI traveltime tomography for near-surface imaging Lina Zhang*, Jie

More information

20D - Homework Assignment 5

20D - Homework Assignment 5 Brian Bowers TA for Hui Sun MATH D Homework Assignment 5 November 8, 3 D - Homework Assignment 5 First, I present the list of all matrix row operations. We use combinations of these steps to row reduce

More information

- 1 - θ 1. n 1. θ 2. mirror. object. image

- 1 - θ 1. n 1. θ 2. mirror. object. image TEST 5 (PHY 50) 1. a) How will the ray indicated in the figure on the following page be reflected by the mirror? (Be accurate!) b) Explain the symbols in the thin lens equation. c) Recall the laws governing

More information

MathQuest: Differential Equations

MathQuest: Differential Equations MathQuest: Differential Equations Geometry of Systems 1. The differential equation d Y dt = A Y has two straight line solutions corresponding to [ ] [ ] 1 1 eigenvectors v 1 = and v 2 2 = that are shown

More information

Elements of 3D Seismology Second Edition

Elements of 3D Seismology Second Edition Elements of 3D Seismology Second Edition Copyright c 1993-2003 All rights reserved Christopher L. Liner Department of Geosciences University of Tulsa August 14, 2003 For David and Samantha And to the memory

More information

3 Chemical exchange and the McConnell Equations

3 Chemical exchange and the McConnell Equations 3 Chemical exchange and the McConnell Equations NMR is a technique which is well suited to study dynamic processes, such as the rates of chemical reactions. The time window which can be investigated in

More information

Chapter 1 Fundamental Concepts

Chapter 1 Fundamental Concepts Chapter 1 Fundamental Concepts 1 Signals A signal is a pattern of variation of a physical quantity, often as a function of time (but also space, distance, position, etc). These quantities are usually the

More information

e st f (t) dt = e st tf(t) dt = L {t f(t)} s

e st f (t) dt = e st tf(t) dt = L {t f(t)} s Additional operational properties How to find the Laplace transform of a function f (t) that is multiplied by a monomial t n, the transform of a special type of integral, and the transform of a periodic

More information

Laboratory III: Operational Amplifiers

Laboratory III: Operational Amplifiers Physics 33, Fall 2008 Lab III - Handout Laboratory III: Operational Amplifiers Introduction Operational amplifiers are one of the most useful building blocks of analog electronics. Ideally, an op amp would

More information

13. Power Spectrum. For a deterministic signal x(t), the spectrum is well defined: If represents its Fourier transform, i.e., if.

13. Power Spectrum. For a deterministic signal x(t), the spectrum is well defined: If represents its Fourier transform, i.e., if. For a deterministic signal x(t), the spectrum is well defined: If represents its Fourier transform, i.e., if jt X ( ) = xte ( ) dt, (3-) then X ( ) represents its energy spectrum. his follows from Parseval

More information

Jim Lambers MAT 285 Spring Semester Practice Exam 2 Solution. y(t) = 5 2 e t 1 2 e 3t.

Jim Lambers MAT 285 Spring Semester Practice Exam 2 Solution. y(t) = 5 2 e t 1 2 e 3t. . Solve the initial value problem which factors into Jim Lambers MAT 85 Spring Semester 06-7 Practice Exam Solution y + 4y + 3y = 0, y(0) =, y (0) =. λ + 4λ + 3 = 0, (λ + )(λ + 3) = 0. Therefore, the roots

More information

Unstable Oscillations!

Unstable Oscillations! Unstable Oscillations X( t ) = [ A 0 + A( t ) ] sin( ω t + Φ 0 + Φ( t ) ) Amplitude modulation: A( t ) Phase modulation: Φ( t ) S(ω) S(ω) Special case: C(ω) Unstable oscillation has a broader periodogram

More information

Image amplitudes in reverse time migration/inversion

Image amplitudes in reverse time migration/inversion Image amplitudes in reverse time migration/inversion Chris Stolk 1, Tim Op t Root 2, Maarten de Hoop 3 1 University of Amsterdam 2 University of Twente 3 Purdue University TRIP Seminar, October 6, 2010

More information

Chapter 1. Offset continuation for reflection seismic data

Chapter 1. Offset continuation for reflection seismic data Chapter 1 Offset continuation for reflection seismic data In this chapter, I develop the theory of a regularization operator that is particularly suited for reflection seismic data. As discussed in Chapter??,

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus 5. Worksheet All work must be shown in this course for full credit. Unsupported answers may receive NO credit.. Suppose an oil pump is producing 8 gallons per hour for the first 5 hours of

More information

Department of Mathematical Sciences. Math 226 Calculus Spring 2016 Exam 2V2 DO NOT TURN OVER THIS PAGE UNTIL INSTRUCTED TO DO SO

Department of Mathematical Sciences. Math 226 Calculus Spring 2016 Exam 2V2 DO NOT TURN OVER THIS PAGE UNTIL INSTRUCTED TO DO SO Department of Mathematical Sciences Math 6 Calculus Spring 6 Eam V DO NOT TURN OVER THIS PAGE UNTIL INSTRUCTED TO DO SO NAME (Printed): INSTRUCTOR: SECTION NO.: When instructed, turn over this cover page

More information

An acoustic wave equation for orthorhombic anisotropy

An acoustic wave equation for orthorhombic anisotropy Stanford Exploration Project, Report 98, August 1, 1998, pages 6?? An acoustic wave equation for orthorhombic anisotropy Tariq Alkhalifah 1 keywords: Anisotropy, finite difference, modeling ABSTRACT Using

More information

Math 116 Practice for Exam 2

Math 116 Practice for Exam 2 Math 116 Practice for Exam 2 Generated October 12, 215 Name: SOLUTIONS Instructor: Section Number: 1. This exam has 8 questions. Note that the problems are not of equal difficulty, so you may want to skip

More information

Section Vector Functions and Space Curves

Section Vector Functions and Space Curves Section 13.1 Section 13.1 Goals: Graph certain plane curves. Compute limits and verify the continuity of vector functions. Multivariable Calculus 1 / 32 Section 13.1 Equation of a Line The equation of

More information

Lecture 5 Notes, Electromagnetic Theory II Dr. Christopher S. Baird, faculty.uml.edu/cbaird University of Massachusetts Lowell

Lecture 5 Notes, Electromagnetic Theory II Dr. Christopher S. Baird, faculty.uml.edu/cbaird University of Massachusetts Lowell Lecture 5 Notes, Electromagnetic Theory II Dr. Christopher S. Baird, faculty.uml.edu/cbaird University of Massachusetts Lowell 1. Waveguides Continued - In the previous lecture we made the assumption that

More information

General Relativity. on the frame of reference!

General Relativity. on the frame of reference! General Relativity Problems with special relativity What makes inertial frames special? How do you determine whether a frame is inertial? Inertial to what? Problems with gravity: In equation F = GM 1M

More information