7 PDES, FOURIER SERIES AND TRANSFORMS Last Updated: July 16, 2012

Size: px
Start display at page:

Download "7 PDES, FOURIER SERIES AND TRANSFORMS Last Updated: July 16, 2012"

Transcription

1 Problem List 7.1 Fourier series expansion of absolute value function 7.2 Fourier series expansion of step function 7.3 Orthogonality of functions 7.4 Fourier transform of sinusoidal pulse 7.5 Introducing the Legendre polynomials 7.6 Using Fourier series to compute the infinite sum of reciprocal squares 7.7 Using complex Fourier series notation 7.8 Fourier series expansion of a periodic polynomial function 7.9 Finding the temperature field on a square plate 7.10 Basic properties of Fourier transforms 7.11 Fourier transform of triangularl pulse 7.12 Fourier transform of an important function from QM 7.13 You re an audio engineer! These problems are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. Please share and/or modify. Back to Problem List 1

2 7.1 Fourier series expansion of absolute value function Given: Marino Fall 2011 For this problem, consider the periodic function f(x): (one period of the function is specified here) f(x) = x, for π 2 < x < 0 = x, for 0 < x < π 2 (a) (2 pt) Find the Fourier Series expansion for f(x). Be sure to include a sketch of the function. (b) (1 pt) To check that your solution is correct, use a computer, plot the sum of the first 3 non-zero terms in this series from π to π. It should resemble the sketch that you drew in part a. Back to Problem List 2

3 7.2 Fourier series expansion of step function Given: Marino Fall 2011 For this problem, consider the periodic function g(x): (one period of the function is specified here) g(x) = 1, for 1 < x < 1 = 0, for 1 < x < 5 (a) (2 pt) Find the Fourier Series expansion for g(x). Be sure to include a sketch of the function. (b) (1 pt) To check that your solution is correct, use a computer, plot the sum of the first first 4 non-zero terms in this series from -10 to 10. It should resemble the sketch that you drew in part a. Back to Problem List 3

4 7.3 Orthogonality of functions Given: Marino Fall 2011 Show that the functions x 2 and sin x are orthogonal on the interval (-1,1). (Hint: You should not need to work out the integral. What do you know about even and odd functions?) Back to Problem List 4

5 7.4 Fourier transform of sinusoidal pulse Given: Marino Fall 2011 Consider the following function: f(x) = sin x, for π 2 < x < π 2 = 0, for x > π 2 απ iα cos ( 2 (a) (1 pt) Demonstrate that the Fourier transform of f(x) is g(α) = ) π(1 α 2. Hint: It might ) help to express e iαx in terms of sines and cosines. Recalling the properties of integrals of odd and even functions can also save you some work. (b) (0.5 pt) Using your answer for g(α), express f(x) as a Fourier integral (i.e. substitute your result for g(α) into the Fourier integral for f(x)). Leave the answer as an integral. Do not evaluate the integral. Back to Problem List 5

6 7.5 Introducing the Legendre polynomials Given: Marino Fall 2011 We mentioned in class that the first few Legendre polynomials are P 0 (x) = 1 P 1 (x) = x P 2 (x) = 1 2 (3x2 1) (a) (0.5pt) Use the recursion relation to find P 3 (x). You must show all work to receive any credit. (b) (1 pt) Use the built-in Mathematica function LegendreP to find P 3 (x) and P 2 (x). Plot P 3 (x) and P 2 (x) from x = 1 to x = 1. (c) (0.5 pt) What kind of symmetry do P 3 (x) and P 2 (x) have? Are P 2 (x) and P 3 (x) orthogonal over the interval (-1,1)? Explain how you can tell that without having to evaluate any integrals. Back to Problem List 6

7 7.6 Using Fourier series to compute the infinite sum of reciprocal squares Given: Pollock Spring 2011, Spring 2012 Do you know the precise value of the summation of the reciprocals of the squares of the natural numbers, n=1 1 n? This is a famous problem in mathematical analysis with relevance to number theory. It was 2 first posed by Pietro Mengoli in 1644 and solved by Euler in Since the problem had withstood the attacks of the leading mathematicians of the day, Euler s solution brought him immediate fame when he was twenty-eight. Let s solve it using Fourier series (a tool that wasn t yet available to Euler!) (a) Define the periodic function f(x) = x 2 for π < x π and compute the Fourier series. (b) Evaluate the function at x = π and use the Fourier series to evaluate n=1 1 n. 2 The answer is. Your job is to show how this comes about!) n=1 1 n = π2 2 6 Back to Problem List 7

8 7.7 Using complex Fourier series notation Given: Pollock Spring 2011 Any periodic function, f(t) = f(t + T ) can also be Fourier expanded as with ω = 2π/T. f(t) = n= c n e iωnt (1) This is very similar to our usual expansion in terms of sin s and cos s, but combines them more elegantly using complex exponentials, and is the more common form used by physicists. Let s work out the details! (a) Show that 1 T/2 T T/2 ei(m n)tω dt = 0 if m n and 1 T/2 T T/2 ei(m n)tω dt = 1 if m = n. Here m, n are integers. (b) Use (a) to show that c m = 1 T/2 T T/2 e imtω f(t)dt, where m is just a dummy index. Hint! Look at the use of Fourier s trick from my lecture on Apr 7 (see concept test slides), or online lecture notes on p. 11a and 11b, or Boas Ch 7.7, and figure out how to apply it here. (c) Use Euler s formula e ix = cos x + i sin x to show that 1 2 (a n ib n ) n > 0 c n = a 0 n = (a n + ib n ) n < 0 Where the a s and b s are the usual Fourier coefficients we ve defined in class and Taylor. Note that, when expanding in complex exponentials like this, we win by having just one simple formula for the c n s (and integrals of exponentials are often easier). The price we pay is that we have to run our sum over negative n s Back to Problem List 8

9 7.8 Fourier series expansion of a periodic polynomial function Given: Pollock Spring 2011 For the periodic function f(t) = At for 1 < t 1 (with A a given constant) (a) Compute the Fourier coefficients a n and b n (b) Suppose this force drives a weakly damped oscillator with damping parameter β = 0.05 and a natural period T = 2. Find the long time motion x(t) of the oscillator. Discuss your answer. Use Mathematica to plot x(t) using the first four non-zero terms of the series, for 0 < t 10. (Set A=1 for this) (c) Repeat part b) for the same damping parameter, but with natural period T = 1. Briefly discuss any major differences between this result and what you had in the previous part. (d) For most of the possible natural frequencies the response of this particular driven oscillator is going to be weak. However, there are some particular natural frequencies at which you are going to see an enhanced response - determine which those are. (Be careful, think a bit about this!) Given: Pollock Spring 2012 For the periodic function f(t) = A(t 2 1/3) for 1 < t 1 (with A a given constant) (a) Compute Fourier coefficients a n and b n. integrals) (Some vanish - predict which ones before doing any (b) Suppose this force drives a weakly damped oscillator with damping parameter β = 0.05 and a natural period T = 2. Find the long time motion x(t) of the oscillator. Discuss your answer. Use Mathematica to plot x(t) using the first four non-zero terms of the series, for 0 < t 10. (Set A=1 for this) (c) Repeat part b) for the same damping parameter, but with natural period T = 1. Briefly discuss any major differences between this result and what you had in the previous part. (d) For most of the possible natural frequencies the response of this particular driven oscillator is going to be weak. However, there are some particular natural frequencies at which you are going to see an enhanced response - determine which those are. Back to Problem List 9

10 7.9 Finding the temperature field on a square plate Given: Pollock Spring 2011 For the rectangular plate problem shown above calculate the steady state temperature T (x, y) everywhere inside the plate if the boundary condition on the top surface is given by f(x) = { T0 0 < x a/2 0 a/2 < x a (2) For the situation above: (a) Code up your formula in Mathematica, adding up 30 terms in your sum to find T(x,y). For concreteness, please set a=1, b=2, and T 0 =100. Note that to define a function in Mathematica you need to be careful about syntax. If, for instance, T (x, y) = Σ n n sin(nπx)e nπy, the Mathematica syntax for that might be t[x,y ] := Sum[n Sin[n Pi x] Exp[-n Pi y],{n,1,30}] Watch out for the underscores for variables x and y on the left side (they do NOT appear again on the right side), and the colon before the equals sign. Don t capitalize functions that you invent, caps are reserved for MMA built-in functions. (b) As a check, set y=2, and just plot your T[x,2] (from x=0 to 1) to make sure you did that Fourier sum right. (That s the boundary condition we gave you, so you know what it should look like!) Comment on any interesting or surprising features you observe about this plot, is it exactly what you expected? (c) Plot your full T(x,y) using the function Plot3D. See the documentation center for the basic syntax of Plot3D. Briefly, discuss/document the key features of your plot. Please tell us explicitly what does the height of this graph represent, physically? Plot3D is very cool. You can rotate the resulting curve with your mouse to really get a good look at your result. Given: Pollock Spring 2012 You are a summer engineering-physics intern, working on a modified Rayleigh-Bernard convection ( experiment, and the edges of the rectangular bottom plate of the system are held at the temperatures as shown in the figure above. Back to Problem List 10

11 (a) Your advisor has asked you to determine the steady state temperature distribution T(x,y) for the plate, so another student can put that boundary information into a computational model for the convective flow she s constructed. The boundary condition on the top surface is given by { 0 0 < x a/2 f(x) = 2T 0 a/2 < x a (3) (b) You want to check that your solution makes sense. Code up your formula, adding up 30 terms in your sum to find T(x,y). For concreteness, please set a=1, b=2, and T 0 =100. The very first thing I would want to do to check this code would be to set y=2, and do a simple plot of T[x,2] (from x=0 to 1), to make sure that the Fourier sum is giving what you expect. (What DO you expect? Sketch it first, then plot it. Comment on any interesting or surprising features you observe about this plot, is it exactly what you expected? ) Some Mathematica reminders: if, for instance, T (x, y) = Σ n 2n sin(nπx)e nπy, the Mathematica syntax for that might be t[x,y ] := Sum[2n Sin[n Pi x] Exp[-n Pi y],{n,1,30}] Watch out for the underscores for variables x and y on the left side (they do NOT appear again on the right side), and the colon before the equals sign. Don t capitalize functions that you invent, caps are reserved for MMA built-in functions. (c) Now that you are more confident your (nasty!) Fourier work is probably ok, plot your full T(x,y) using a 3D plot function (MMA users will find Plot3D useful. See the documentation center for the basic syntax of Plot3D.) Briefly, discuss/document the key features of your plot. Please tell us explicitly what does the height of this graph represent, physically? Given these results, and the goal of your summer internship project, do you have any comments for your advisor? Plot3D is very cool. You can rotate the resulting curve with your mouse to really get a good look at your result. Extra credit, let s just play around with Fourier series a little! (i) For the rectangular plate problem shown above, calculate the steady state temperature T (x, y) everywhere inside the plate if the boundary condition on the top surface was f(x) = sin(3πx/a). (Note - this is much easier than the problem above, if you think about it! In fact, if you look back at what you did there, you shouldn t need to do any new calculations at all. ) (ii) Keep the boundary condition the same as part i on the bottom and left edges (T=0), and keep the boundary condition the same at the top edge too, i.e. T(x,y=b)= sin(3πx/a). But let s change the right edge: Let T(x=a,y) = sin(3πy/b). Find T(x,y) everywhere else. Hint: Once again, there is no need to do any real calculations here - you can pretty much just write down the answer if you think about it right! Back to Problem List 11

12 7.10 Basic properties of Fourier transforms Given: Pollock Spring 2011 (a) (2 pts) Show that if a function f(x) is even, then its Fourier transform g(α) (as defined in Boas Eq 12.2) is also an even function. (b) (2 pts) Show that in this case f(x) and g(α) can be written as Fourier cosine transforms and obtain Boas Eq (Assuming that f(x) is identical to Boas f c (x), how is g c (α) from Boas Eq related to g(α) of Boas Eq 12.2? Please note the typo in the top equation of Boas 12.15, the argument of g c should be α, not x. Back to Problem List 12

13 7.11 Fourier transform of triangular pulse Given: Pollock Spring 2011 For the function shown in the figure below (a) (1 pt) Qualitatively, how do you expect g(α), the Fourier transform of f(x), to change if you make a bigger or smaller? (b) (4 pts) Find the Fourier transform g(α). (c) (2 pts) Sketch g(α) (or plot it in Mathematica if you prefer). Was your prediction in part (a) correct? Explain. Figure 1: Back to Problem List 13

14 7.12 Fourier transform of an important function from QM Given: Pollock Spring 2011 The function e c x (with c a positive, known constant) is associated with bound states in quantum mechanics, and (pretty much as always in quantum mechanics) its Fourier transform is important to know. Find the Fourier transform of e c x, sketch it, and comment on any key features. As a mathematical aside, use your result to (easily!) compute 0 cos(αx) α 2 +1 dα. Back to Problem List 14

15 7.13 You re an audio engineer! Given: Pollock Spring 2012 You ve gotten a summer job interning as an audio engineer. Audio software produces periodic tones by summing pure frequencies (each with its own amplitude) - it s just summing up a Fourier series! Your boss has asked you to generate a tone with the following properties: It should have a fundamental frequency of 440 Hz (Middle A). On each cycle (i.e. 1/440th of a second), instead of being a pure cos or sin wave, your wave should start with a given amplitude A, ramp down linearly (rather than sinusoidally) to A in half a period, then ramp back up linearly back to +A, and repeat this pattern indefinitely. (a) Sketch the function you are trying to build (over a couple of periods). Clearly label your horizontal axis. Do you expect any of the terms (cosines or sines?) in the Fourier series to vanish? Briefly, why? (b) Compute the Fourier series for your waveform (which means coming up with a formula for the amplitude of each Fourier term.) (c) To check your solution, use a computer to plot the sum of the first 3 non-zero terms in your series (over a range of several periods.) It should resemble the sketch that you drew in part a. If you re using Mathematica, there is a function called Play, try it out! (Set A=1) Compare it to Play[Cos[440 * 2 Pi t], t,0,1] and describe in words how your tone is similar, and how it differs, from the pure tone. Back to Problem List 15

0 MATH Last Updated: September 7, 2012

0 MATH Last Updated: September 7, 2012 Problem List 0.1 Trig. Identity 0.2 Basic vector properties (Numeric) 0.3 Basic vector properties (Conceptual) 0.4 Vector decomposition (Conceptual) 0.5 Div, grad, curl, and all that 0.6 Curl of a grad

More information

Computational Modeling Questions for Sophomore-Level Mechanics

Computational Modeling Questions for Sophomore-Level Mechanics Week 1 Obtain a computational tool and start using it: Please install Mathematica 8.0 on your computer, or find a computer that you can regularly use that has it installed already (e.g. in the computer

More information

CH.4 Continuous-Time Fourier Series

CH.4 Continuous-Time Fourier Series CH.4 Continuous-Time Fourier Series First step to Fourier analysis. My mathematical model is killing me! The difference between mathematicians and engineers is mathematicians develop mathematical tools

More information

A DEEPER LOOK AT USING FUNCTIONS IN MATHEMATICA

A DEEPER LOOK AT USING FUNCTIONS IN MATHEMATICA A DEEPER LOOK AT USING FUNCTIONS IN MATHEMATICA In "Getting Started with Mathematica" we learned the basics of plotting and doing computations in this platform. In this document, I will delve a little

More information

EA2.3 - Electronics 2 1

EA2.3 - Electronics 2 1 In the previous lecture, I talked about the idea of complex frequency s, where s = σ + jω. Using such concept of complex frequency allows us to analyse signals and systems with better generality. In this

More information

Fourier and Partial Differential Equations

Fourier and Partial Differential Equations Chapter 5 Fourier and Partial Differential Equations 5.1 Fourier MATH 294 SPRING 1982 FINAL # 5 5.1.1 Consider the function 2x, 0 x 1. a) Sketch the odd extension of this function on 1 x 1. b) Expand the

More information

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series

3 rd class Mech. Eng. Dept. hamdiahmed.weebly.com Fourier Series Definition 1 Fourier Series A function f is said to be piecewise continuous on [a, b] if there exists finitely many points a = x 1 < x 2

More information

Here is a summary of our last chapter, where we express a periodic wave as a Fourier series.

Here is a summary of our last chapter, where we express a periodic wave as a Fourier series. Theoretical Physics Prof Ruiz, UNC Asheville, doctorphys on YouTube Chapter P Notes Fourier Transforms P Fourier Series with Exponentials Here is a summary of our last chapter, where we express a periodic

More information

Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 21 Square-Integrable Functions

Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 21 Square-Integrable Functions Quantum Mechanics-I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 21 Square-Integrable Functions (Refer Slide Time: 00:06) (Refer Slide Time: 00:14) We

More information

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation

Physics 6303 Lecture 11 September 24, LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation Physics 6303 Lecture September 24, 208 LAST TIME: Cylindrical coordinates, spherical coordinates, and Legendre s equation, l l l l l l. Consider problems that are no axisymmetric; i.e., the potential depends

More information

Partial Differential Equations Summary

Partial Differential Equations Summary Partial Differential Equations Summary 1. The heat equation Many physical processes are governed by partial differential equations. temperature of a rod. In this chapter, we will examine exactly that.

More information

4 ENERGY Last Updated: July 18, 2012

4 ENERGY Last Updated: July 18, 2012 Problem List 4.1 Drawing equipotentials 4.2 Particle in a 2D well 4.3 Computing line integrals of the magnetic field 4.4 Shrinking an orbit 4.5 You re a collision investigator! 4.6 Choose an initial velocity

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

1 Introduction & Objective

1 Introduction & Objective Signal Processing First Lab 13: Numerical Evaluation of Fourier Series Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in

More information

Physics 342 Lecture 23. Radial Separation. Lecture 23. Physics 342 Quantum Mechanics I

Physics 342 Lecture 23. Radial Separation. Lecture 23. Physics 342 Quantum Mechanics I Physics 342 Lecture 23 Radial Separation Lecture 23 Physics 342 Quantum Mechanics I Friday, March 26th, 2010 We begin our spherical solutions with the simplest possible case zero potential. Aside from

More information

ECE 301 Fall 2011 Division 1. Homework 1 Solutions.

ECE 301 Fall 2011 Division 1. Homework 1 Solutions. ECE 3 Fall 2 Division. Homework Solutions. Reading: Course information handout on the course website; textbook sections.,.,.2,.3,.4; online review notes on complex numbers. Problem. For each discrete-time

More information

Lecture 4: Oscillators to Waves

Lecture 4: Oscillators to Waves Matthew Schwartz Lecture 4: Oscillators to Waves Review two masses Last time we studied how two coupled masses on springs move If we take κ=k for simplicity, the two normal modes correspond to ( ) ( )

More information

2. FUNCTIONS AND ALGEBRA

2. FUNCTIONS AND ALGEBRA 2. FUNCTIONS AND ALGEBRA You might think of this chapter as an icebreaker. Functions are the primary participants in the game of calculus, so before we play the game we ought to get to know a few functions.

More information

14 Fourier analysis. Read: Boas Ch. 7.

14 Fourier analysis. Read: Boas Ch. 7. 14 Fourier analysis Read: Boas Ch. 7. 14.1 Function spaces A function can be thought of as an element of a kind of vector space. After all, a function f(x) is merely a set of numbers, one for each point

More information

Sequences and Series

Sequences and Series Sequences and Series What do you think of when you read the title of our next unit? In case your answers are leading us off track, let's review the following IB problems. 1 November 2013 HL 2 3 November

More information

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 You can work this exercise in either matlab or mathematica. Your choice. A simple harmonic oscillator is constructed from a mass m and a spring

More information

Math 308 Final. May 3, 2018

Math 308 Final. May 3, 2018 Math 38 Final May 3, 28 Name: Show your work. If you solve a problem with anything other than a straightforward computation, write one complete sentence explaining what you re doing. For example, if you

More information

10.2-3: Fourier Series.

10.2-3: Fourier Series. 10.2-3: Fourier Series. 10.2-3: Fourier Series. O. Costin: Fourier Series, 10.2-3 1 Fourier series are very useful in representing periodic functions. Examples of periodic functions. A function is periodic

More information

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ.

d 1 µ 2 Θ = 0. (4.1) consider first the case of m = 0 where there is no azimuthal dependence on the angle φ. 4 Legendre Functions In order to investigate the solutions of Legendre s differential equation d ( µ ) dθ ] ] + l(l + ) m dµ dµ µ Θ = 0. (4.) consider first the case of m = 0 where there is no azimuthal

More information

Physics 106a/196a Problem Set 7 Due Dec 2, 2005

Physics 106a/196a Problem Set 7 Due Dec 2, 2005 Physics 06a/96a Problem Set 7 Due Dec, 005 Version 3, Nov 7, 005 In this set we finish up the SHO and study coupled oscillations/normal modes and waves. Problems,, and 3 are for 06a students only, 4, 5,

More information

SIGNALS AND SYSTEMS: PAPER 3C1 HANDOUT 6a. Dr David Corrigan 1. Electronic and Electrical Engineering Dept.

SIGNALS AND SYSTEMS: PAPER 3C1 HANDOUT 6a. Dr David Corrigan 1. Electronic and Electrical Engineering Dept. SIGNALS AND SYSTEMS: PAPER 3C HANDOUT 6a. Dr David Corrigan. Electronic and Electrical Engineering Dept. corrigad@tcd.ie www.mee.tcd.ie/ corrigad FOURIER SERIES Have seen how the behaviour of systems can

More information

Quarter 2 400, , , , , , ,000 50,000

Quarter 2 400, , , , , , ,000 50,000 Algebra 2 Quarter 2 Quadratic Functions Introduction to Polynomial Functions Hybrid Electric Vehicles Since 1999, there has been a growing trend in the sales of hybrid electric vehicles. These data show

More information

Physics 351 Wednesday, January 10, 2018

Physics 351 Wednesday, January 10, 2018 Physics 351 Wednesday, January 10, 2018 Chapers 1 5 mostly review freshman physics, so we ll go through them very quickly in the first few days of class. Read Chapters 1+2 for Friday. Read Chapter 3 (momentum

More information

natural frequency of the spring/mass system is ω = k/m, and dividing the equation through by m gives

natural frequency of the spring/mass system is ω = k/m, and dividing the equation through by m gives 77 6. More on Fourier series 6.. Harmonic response. One of the main uses of Fourier series is to express periodic system responses to general periodic signals. For example, if we drive an undamped spring

More information

Physics 2310 Lab #3 Driven Harmonic Oscillator

Physics 2310 Lab #3 Driven Harmonic Oscillator Physics 2310 Lab #3 Driven Harmonic Oscillator M. Pierce (adapted from a lab by the UCLA Physics & Astronomy Department) Objective: The objective of this experiment is to characterize the behavior of a

More information

Networks and Systems Prof V.G K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 10 Fourier Series (10)

Networks and Systems Prof V.G K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 10 Fourier Series (10) Networks and Systems Prof V.G K. Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 10 Fourier Series (10) What we have seen in the previous lectures, is first

More information

Physics 212E Spring 2004 Classical and Modern Physics. Computer Exercise #2

Physics 212E Spring 2004 Classical and Modern Physics. Computer Exercise #2 Physics 212E Spring 2004 Classical and Modern Physics Chowdary Computer Exercise #2 Launch Mathematica by clicking on the Start menu (lower left hand corner of the screen); from there go up to Science

More information

Linear and Nonlinear Oscillators (Lecture 2)

Linear and Nonlinear Oscillators (Lecture 2) Linear and Nonlinear Oscillators (Lecture 2) January 25, 2016 7/441 Lecture outline A simple model of a linear oscillator lies in the foundation of many physical phenomena in accelerator dynamics. A typical

More information

Continuum Limit and Fourier Series

Continuum Limit and Fourier Series Chapter 6 Continuum Limit and Fourier Series Continuous is in the eye of the beholder Most systems that we think of as continuous are actually made up of discrete pieces In this chapter, we show that a

More information

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

How many initial conditions are required to fully determine the general solution to a 2nd order linear differential equation?

How many initial conditions are required to fully determine the general solution to a 2nd order linear differential equation? How many initial conditions are required to fully determine the general solution to a 2nd order linear differential equation? (A) 0 (B) 1 (C) 2 (D) more than 2 (E) it depends or don t know How many of

More information

MITOCW 6. Standing Waves Part I

MITOCW 6. Standing Waves Part I MITOCW 6. Standing Waves Part I The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Physics 105, Spring 2015, Reinsch. Homework Assignment 1 (This is a five page document. More hints added Feb. 2, 9pm. Problem statements unchanged.

Physics 105, Spring 2015, Reinsch. Homework Assignment 1 (This is a five page document. More hints added Feb. 2, 9pm. Problem statements unchanged. Physics 105, Spring 2015, Reinsch Homework Assignment 1 (This is a five page document. More hints added Feb. 2, 9pm. Problem statements unchanged.) Due Wednesday, February 4, 5:00 pm Problem 1 A particle

More information

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

spring mass equilibrium position +v max

spring mass equilibrium position +v max Lecture 20 Oscillations (Chapter 11) Review of Simple Harmonic Motion Parameters Graphical Representation of SHM Review of mass-spring pendulum periods Let s review Simple Harmonic Motion. Recall we used

More information

Secondary Math 3 Honors Unit 10: Functions Name:

Secondary Math 3 Honors Unit 10: Functions Name: Secondary Math 3 Honors Unit 10: Functions Name: Parent Functions As you continue to study mathematics, you will find that the following functions will come up again and again. Please use the following

More information

Fourier Series. Green - underdamped

Fourier Series. Green - underdamped Harmonic Oscillator Fourier Series Undamped: Green - underdamped Overdamped: Critical: Underdamped: Driven: Calculus of Variations b f {y, y'; x}dx is stationary when f y d f = 0 dx y' a Note that y is

More information

Homework 6 Math 309 Spring 2016

Homework 6 Math 309 Spring 2016 Homework 6 Math 309 Spring 2016 Due May 18th Name: Solution: KEY: Do not distribute! Directions: No late homework will be accepted. The homework can be turned in during class or in the math lounge in Pedelford

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Problem Set 8 Mar 5, 2004 Due Mar 10, 2004 ACM 95b/100b 3pm at Firestone 303 E. Sterl Phinney (2 pts) Include grading section number

Problem Set 8 Mar 5, 2004 Due Mar 10, 2004 ACM 95b/100b 3pm at Firestone 303 E. Sterl Phinney (2 pts) Include grading section number Problem Set 8 Mar 5, 24 Due Mar 1, 24 ACM 95b/1b 3pm at Firestone 33 E. Sterl Phinney (2 pts) Include grading section number Useful Readings: For Green s functions, see class notes and refs on PS7 (esp

More information

19. TAYLOR SERIES AND TECHNIQUES

19. TAYLOR SERIES AND TECHNIQUES 19. TAYLOR SERIES AND TECHNIQUES Taylor polynomials can be generated for a given function through a certain linear combination of its derivatives. The idea is that we can approximate a function by a polynomial,

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307, Midterm 2 Winter 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

More information

SOLUTIONS to ECE 2026 Summer 2017 Problem Set #2

SOLUTIONS to ECE 2026 Summer 2017 Problem Set #2 SOLUTIONS to ECE 06 Summer 07 Problem Set # PROBLEM..* Put each of the following signals into the standard form x( t ) = Acos( t + ). (Standard form means that A 0, 0, and < Use the phasor addition theorem

More information

a n cos 2πnt L n=1 {1/2, cos2π/l, cos 4π/L, cos6π/l,...,sin 2π/L, sin 4π/L, sin 6π/L,...,} (2)

a n cos 2πnt L n=1 {1/2, cos2π/l, cos 4π/L, cos6π/l,...,sin 2π/L, sin 4π/L, sin 6π/L,...,} (2) Note Fourier. 30 January 2007 (as 23.II..tex) and 20 October 2009 in this form. Fourier Analysis The Fourier series First some terminology: a function f(t) is periodic if f(t + ) = f(t) for all t for some,

More information

This is the number of cycles per unit time, and its units are, for example,

This is the number of cycles per unit time, and its units are, for example, 16 4. Sinusoidal solutions Many things in nature are periodic, even sinusoidal. We will begin by reviewing terms surrounding periodic functions. If an LTI system is fed a periodic input signal, we have

More information

Factorial ANOVA. STA305 Spring More than one categorical explanatory variable

Factorial ANOVA. STA305 Spring More than one categorical explanatory variable Factorial ANOVA STA305 Spring 2014 More than one categorical explanatory variable Optional Background Reading Chapter 7 of Data analysis with SAS 2 Factorial ANOVA More than one categorical explanatory

More information

Tutorial 2 - Learning about the Discrete Fourier Transform

Tutorial 2 - Learning about the Discrete Fourier Transform Tutorial - Learning about the Discrete Fourier Transform This tutorial will be about the Discrete Fourier Transform basis, or the DFT basis in short. What is a basis? If we google define basis, we get:

More information

CHAPTER 4 FOURIER SERIES S A B A R I N A I S M A I L

CHAPTER 4 FOURIER SERIES S A B A R I N A I S M A I L CHAPTER 4 FOURIER SERIES 1 S A B A R I N A I S M A I L Outline Introduction of the Fourier series. The properties of the Fourier series. Symmetry consideration Application of the Fourier series to circuit

More information

7.1 Indefinite Integrals Calculus

7.1 Indefinite Integrals Calculus 7.1 Indefinite Integrals Calculus Learning Objectives A student will be able to: Find antiderivatives of functions. Represent antiderivatives. Interpret the constant of integration graphically. Solve differential

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives with respect to those variables. Most (but

More information

20. The pole diagram and the Laplace transform

20. The pole diagram and the Laplace transform 95 0. The pole diagram and the Laplace transform When working with the Laplace transform, it is best to think of the variable s in F (s) as ranging over the complex numbers. In the first section below

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Math 10850, fall 2017, University of Notre Dame

Math 10850, fall 2017, University of Notre Dame Math 10850, fall 2017, University of Notre Dame Notes on first exam September 22, 2017 The key facts The first midterm will be on Thursday, September 28, 6.15pm-7.45pm in Hayes-Healy 127. What you need

More information

4. Sinusoidal solutions

4. Sinusoidal solutions 16 4. Sinusoidal solutions Many things in nature are periodic, even sinusoidal. We will begin by reviewing terms surrounding periodic functions. If an LTI system is fed a periodic input signal, we have

More information

3.4 Pascal s Pride. A Solidify Understanding Task

3.4 Pascal s Pride. A Solidify Understanding Task 3.4 Pascal s Pride A Solidify Understanding Task Multiplying polynomials can require a bit of skill in the algebra department, but since polynomials are structured like numbers, multiplication works very

More information

Math Lab 8: Electric Fields Integrating Continuous Charge Distributions II Due noon Thu. Feb. 1 in class

Math Lab 8: Electric Fields Integrating Continuous Charge Distributions II Due noon Thu. Feb. 1 in class Matter & Motion Winter 2017 18 Name: Math Lab 8: Electric Fields Integrating Continuous Charge Distributions II Due noon Thu. Feb. 1 in class Goals: 1. Learn to use Mathematica to plot functions and to

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information

DIFFERENTIATION AND INTEGRATION PART 1. Mr C s IB Standard Notes

DIFFERENTIATION AND INTEGRATION PART 1. Mr C s IB Standard Notes DIFFERENTIATION AND INTEGRATION PART 1 Mr C s IB Standard Notes In this PDF you can find the following: 1. Notation 2. Keywords Make sure you read through everything and the try examples for yourself before

More information

Daily Update. Dondi Ellis. January 27, 2015

Daily Update. Dondi Ellis. January 27, 2015 Daily Update Dondi Ellis January 27, 2015 CLASS 1: Introduction and Section 1.1 REMINDERS: Assignment: Read sections 1.1 and 1.2, and Student Guide (online). Buy a TI-84 or other graphing calculator satisfying

More information

Damped harmonic motion

Damped harmonic motion Damped harmonic motion March 3, 016 Harmonic motion is studied in the presence of a damping force proportional to the velocity. The complex method is introduced, and the different cases of under-damping,

More information

Problem 1: Lagrangians and Conserved Quantities. Consider the following action for a particle of mass m moving in one dimension

Problem 1: Lagrangians and Conserved Quantities. Consider the following action for a particle of mass m moving in one dimension 105A Practice Final Solutions March 13, 01 William Kelly Problem 1: Lagrangians and Conserved Quantities Consider the following action for a particle of mass m moving in one dimension S = dtl = mc dt 1

More information

Mathematics for Chemists 2 Lecture 14: Fourier analysis. Fourier series, Fourier transform, DFT/FFT

Mathematics for Chemists 2 Lecture 14: Fourier analysis. Fourier series, Fourier transform, DFT/FFT Mathematics for Chemists 2 Lecture 14: Fourier analysis Fourier series, Fourier transform, DFT/FFT Johannes Kepler University Summer semester 2012 Lecturer: David Sevilla Fourier analysis 1/25 Remembering

More information

Fourier Series and Fourier Transforms

Fourier Series and Fourier Transforms Fourier Series and Fourier Transforms EECS2 (6.082), MIT Fall 2006 Lectures 2 and 3 Fourier Series From your differential equations course, 18.03, you know Fourier s expression representing a T -periodic

More information

01 Harmonic Oscillations

01 Harmonic Oscillations Utah State University DigitalCommons@USU Foundations of Wave Phenomena Library Digital Monographs 8-2014 01 Harmonic Oscillations Charles G. Torre Department of Physics, Utah State University, Charles.Torre@usu.edu

More information

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras

Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Quantum Mechanics- I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 6 Postulates of Quantum Mechanics II (Refer Slide Time: 00:07) In my last lecture,

More information

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes Limits at Infinity If a function f has a domain that is unbounded, that is, one of the endpoints of its domain is ±, we can determine the long term behavior of the function using a it at infinity. Definition

More information

5 GRAVITATION Last Updated: July 16, 2012

5 GRAVITATION Last Updated: July 16, 2012 Problem List 5.1 Total mass of a shell 5.2 Tunnel through the moon 5.3 Gravitational field above the center of a thin hoop 5.4 Gravitational force near a metal-cored planet surrounded by a gaseous cloud

More information

Time Response of Systems

Time Response of Systems Chapter 0 Time Response of Systems 0. Some Standard Time Responses Let us try to get some impulse time responses just by inspection: Poles F (s) f(t) s-plane Time response p =0 s p =0,p 2 =0 s 2 t p =

More information

Lab 11. Spring-Mass Oscillations

Lab 11. Spring-Mass Oscillations Lab 11. Spring-Mass Oscillations Goals To determine experimentally whether the supplied spring obeys Hooke s law, and if so, to calculate its spring constant. To find a solution to the differential equation

More information

Grading for MT1.1A. Dapo Omidiran There are three different ways to solve this problem:

Grading for MT1.1A. Dapo Omidiran There are three different ways to solve this problem: Grading for MT.A Dapo Omidiran dapo@eecs.berkeley.edu We are given the identity And want to show that δ(αf) = δ(f) () α δ(α(f f 0 )) = α δ(f f 0) (2) There are three different ways to solve this problem:.

More information

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x

Chapter 1, Section 1.2, Example 9 (page 13) and Exercise 29 (page 15). Use the Uniqueness Tool. Select the option ẋ = x Use of Tools from Interactive Differential Equations with the texts Fundamentals of Differential Equations, 5th edition and Fundamentals of Differential Equations and Boundary Value Problems, 3rd edition

More information

Continuity and One-Sided Limits

Continuity and One-Sided Limits Continuity and One-Sided Limits 1. Welcome to continuity and one-sided limits. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture I present, I will start

More information

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING

GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL OF ELECTRICAL AND COMPUTER ENGINEERING ECE 2026 Summer 2018 Problem Set #1 Assigned: May 14, 2018 Due: May 22, 2018 Reading: Chapter 1; App. A on Complex Numbers,

More information

MITOCW watch?v=b1ekhyc9tto

MITOCW watch?v=b1ekhyc9tto MITOCW watch?v=b1ekhyc9tto The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality quality educational resources for

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 207 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

(Refer Slide Time: 01:30)

(Refer Slide Time: 01:30) Networks and Systems Prof V.G K.Murti Department of Electrical Engineering Indian Institute of Technology, Madras Lecture - 11 Fourier Series (5) Continuing our discussion of Fourier series today, we will

More information

Fourier Analysis Fourier Series C H A P T E R 1 1

Fourier Analysis Fourier Series C H A P T E R 1 1 C H A P T E R Fourier Analysis 474 This chapter on Fourier analysis covers three broad areas: Fourier series in Secs...4, more general orthonormal series called Sturm iouville epansions in Secs..5 and.6

More information

3 What You Should Know About Complex Numbers

3 What You Should Know About Complex Numbers 3 What You Should Know About Complex Numbers Life is complex it has a real part, and an imaginary part Andrew Koenig. Complex numbers are an extension of the more familiar world of real numbers that make

More information

More on Fourier Series

More on Fourier Series More on Fourier Series R. C. Trinity University Partial Differential Equations Lecture 6.1 New Fourier series from old Recall: Given a function f (x, we can dilate/translate its graph via multiplication/addition,

More information

QM and Angular Momentum

QM and Angular Momentum Chapter 5 QM and Angular Momentum 5. Angular Momentum Operators In your Introductory Quantum Mechanics (QM) course you learned about the basic properties of low spin systems. Here we want to review that

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information

4.10 Dirichlet problem in the circle and the Poisson kernel

4.10 Dirichlet problem in the circle and the Poisson kernel 220 CHAPTER 4. FOURIER SERIES AND PDES 4.10 Dirichlet problem in the circle and the Poisson kernel Note: 2 lectures,, 9.7 in [EP], 10.8 in [BD] 4.10.1 Laplace in polar coordinates Perhaps a more natural

More information

2.2 Graphs of Functions

2.2 Graphs of Functions 2.2 Graphs of Functions Introduction DEFINITION domain of f, D(f) Associated with every function is a set called the domain of the function. This set influences what the graph of the function looks like.

More information

PHYS 502 Lecture 3: Fourier Series

PHYS 502 Lecture 3: Fourier Series PHYS 52 Lecture 3: Fourier Series Fourier Series Introduction In mathematics, a Fourier series decomposes periodic functions or periodic signals into the sum of a (possibly infinite) set of simple oscillating

More information

Fourier Transform for Continuous Functions

Fourier Transform for Continuous Functions Fourier Transform for Continuous Functions Central goal: representing a signal by a set of orthogonal bases that are corresponding to frequencies or spectrum. Fourier series allows to find the spectrum

More information

A REVIEW OF RESIDUES AND INTEGRATION A PROCEDURAL APPROACH

A REVIEW OF RESIDUES AND INTEGRATION A PROCEDURAL APPROACH A REVIEW OF RESIDUES AND INTEGRATION A PROEDURAL APPROAH ANDREW ARHIBALD 1. Introduction When working with complex functions, it is best to understand exactly how they work. Of course, complex functions

More information

11 /2 12 /2 13 /6 14 /14 15 /8 16 /8 17 /25 18 /2 19 /4 20 /8

11 /2 12 /2 13 /6 14 /14 15 /8 16 /8 17 /25 18 /2 19 /4 20 /8 MAC 1147 Exam #1a Answer Key Name: Answer Key ID# Summer 2012 HONOR CODE: On my honor, I have neither given nor received any aid on this examination. Signature: Instructions: Do all scratch work on the

More information

Chapter 8: Trig Equations and Inverse Trig Functions

Chapter 8: Trig Equations and Inverse Trig Functions Haberman MTH Section I: The Trigonometric Functions Chapter 8: Trig Equations and Inverse Trig Functions EXAMPLE : Solve the equations below: a sin( t) b sin( t) 0 sin a Based on our experience with the

More information

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls):

Relevant sections from AMATH 351 Course Notes (Wainwright): Relevant sections from AMATH 351 Course Notes (Poulin and Ingalls): Lecture 5 Series solutions to DEs Relevant sections from AMATH 35 Course Notes (Wainwright):.4. Relevant sections from AMATH 35 Course Notes (Poulin and Ingalls): 2.-2.3 As mentioned earlier in this course,

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

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

2 Background: Fourier Series Analysis and Synthesis

2 Background: Fourier Series Analysis and Synthesis Signal Processing First Lab 15: Fourier Series Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in the Pre-Lab section before

More information

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

Salmon: Introduction to ocean waves

Salmon: Introduction to ocean waves 3 Many waves In the previous lecture, we considered the case of two basic waves propagating in one horizontal dimension. However, Proposition #2 lets us have as many basic waves as we want. Suppose we

More information