The wave equation. The basic equation and it's fundamental solutions on bounded domains. u t t = c 2 u x x. An amalgam of sections 1.5 and 2.2.

Size: px
Start display at page:

Download "The wave equation. The basic equation and it's fundamental solutions on bounded domains. u t t = c 2 u x x. An amalgam of sections 1.5 and 2.2."

Transcription

1 The wave equation An amalgam of sections.5 and.. The basic equation and it's fundamental solutions on bounded domains Suppose that uhx, tl describes the displacement from equlibrium of a vibrating string whose ends are fixed. The fundamental equation governing this motion is u t t = c u x x. This is called the wave equation. It's pretty easy to see that any function of the form u n Hx, tl = b n sinhn xl coshc n tl is a solution. Possible values for n are dictated by the length of the string. If the length is p, then n may be any integer. Here's an animation of perhaps the simplest such solution. Do@Plot@Sin@xD Cos@tD, 8x,, Pi<, AspectRatio Ø Automatic, PlotRange Ø 8-, <, Ticks Ø 88, p<, 8-, <<D, 8t,, Pi, Pi ê <D; p - Here's a higher frequency solution. DoAPlotA ÅÅÅÅ Sin@3 xd Cos@3 td, 8x,, Pi<, 3 AspectRatio Ø Automatic, PlotRange Ø 8-, <, Ticks Ø 88, p<, 8-, <<E, 8t,, Pi, Pi ê <E;

2 p - A fundamental property of linear PDEs is that solutions may be super-imposed. DoAPlotASin@xD Cos@tD + ÅÅÅÅ Sin@3 xd Cos@3 td, 8x,, Pi<, 3 AspectRatio Ø Automatic, PlotRange Ø 8-, <, Ticks Ø 88, p<, 8-, <<E, 8t,, Pi, Pi ê <E; p - Just as with the heat equation, a major question is how to deal with more or less arbitrary conditions. We will look quite closely at this question later. Derivation of the wave equation The wave equation is essentially a consequence of Newton's second law. We assume that the string has a uniform linear density r and constant tesion T. We then consider the motion of a small portion of the string over the interval from x to x + D x. The vertical accelleration of this portion is due entirely to the vertical components of the tension in the string: VHx, tl and VHx + D x, tl.

3 3 x x+dx The total force on this portion of the string is the difference between these two components and, by Newton's second law, this total force must equal the mass of this portion times its acceleration. In symbols, or, dividing by D x, V Hx + D x, tl - V Hx, tl = r Dx u tt V Hx + D x, tl - V Hx, tl ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ D x = r u tt. After taking a limit as D x Ø, we get V x = r u t t. It turns out that the horizontal H and vertical V components of the tension at a point are related to one another via the slope of the string, u x : V = H u x. T V H

4 4 Assuming the displacement of the string is small, H º T. Thus plugging T u x for V into V x = r u t t, we get the wave equation in the form T u x x = r u t t. Solution on It's important to realize that this equation, or a close relative, describes a vast array of vibrational phenomena. The book, for example, uses the fundamental conservation law to derive the wave equation to describe the propogation of waves through elastic media. In this context, it makes sense to study the wave equation on. ü d'alembert's formula The general Cauchy problem for the wave equation on is u tt = c u xx, u Hx, L = f HxL, and u t Hx, L = g HxL for x œ. The term Cauchy problem is just a fancy word for IVP. Thus our mission is to solve the wave equation subject to a given intial postion and velocity. Note that FHx ± c tl provides two independent solutions of the wave equation for any twice differentiable function F. The most general solution of the wave equation may be written in the form u Hx, tl = F Hx + c tl + G Hx - c tl, where F and G are arbitrary twice differentiable functions. Thus any solution consists of a left travelling wave and a right travelling wave. We would now like to choose F and G to satisfy the initial conditions. This is accomplished by the following formula, called d'alembert's formula: u Hx, tl = ÅÅÅÅ x+c t Hf Hx + c tl + f Hx - c tll + ÅÅÅÅÅÅÅÅ c g HsL s. x-c t It may be verified by direct substitution that u is a solution to the problem. Note that d'alembert's formula is of the form FHx + c tl + GHx - c tl, where F HxL = G HxL = ÅÅÅÅ f HxL + ÅÅÅÅÅÅÅÅ c x g HsL s. ü Notes on FTC It's easy to verify that d'alembert's formula satifies the first initial condition, uhx, L = f HxL. To verify the second, it is neccessary to compute u t. To do so, you must use the fundamental theorem of calculus in the form t d ÅÅÅÅÅÅÅ dt g HsL s = g HtL. Used in conjuction with the chain rule, this yields x+c t d ÅÅÅÅÅÅÅ dt g HsL s = c g Hx + c tl.

5 5 Thus, d ÅÅÅÅÅÅÅ dt x+c t i j ÅÅÅÅÅÅÅÅ k c x-c t = ÅÅÅÅÅÅÅÅ c g HsL s y z = { ÅÅÅÅÅÅÅÅ c This allows us to plug in t = to obtain u t Hx, L = ghxl. d ÅÅÅÅÅÅÅ dt i j k x+c t x-c t g HsL s - g HsL s y z { Hg Hx + c tl c - g Hx - c tl H-cLL = ÅÅÅÅ Hg Hx + c tl + g Hx - c tll. ü Applying d'almebert's formula Suppose we wish to solve the wave equation u t t = 4 u x x applied to a very long string (essentially infinite in length) whose initial position is given by a bell shape curve uhx, L = -x and whose initial velocity is zero. d'alembert's formula implies that the solution is u Hx, tl = ÅÅÅÅ I -Hx+ tl + -Hx- tl M. Here's an animation of the motion of the string. You should be able to see this directly from the graph of the initial condition. DoA PlotAI -Hx+ tl + -Hx- tl M ë, 8x, -5, 5<, PlotRange Ø 88-5, 5<, 8, <<, AspectRatio Ø ê 3E, 8t,,,.5<E; An alternative way to visualize the motion is via the solution surface.

6 6 Plot3DAI -Hx+ tl + -Hx- tl M ë, 8x, -5, 5<, 8t,, <, ViewPoint -> 8, -,.<, AxesLabel Ø 8"x", "t", ""<E; t -.5 x 4 Application of d'alembert's formula is more difficult when the initial velocity is non-zero, due to the integration required. In some cases, this may be done analytically, but it may require a numerical integration. ü Example Solve the wave equation u t t = u x x subject to uhx, L = and u t Hx, L = x ê H + x 4 L. Sketch the solution for several choices of t and interpret the result physically. ü Solution In this case, we may use d'alembert's formula to find the solution analytically. u Hx, tl = ÅÅÅÅ x+t s ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ x-t + Hs L s = ÅÅÅÅ arctan Hs x+t L À x-t = ÅÅÅÅ Harctan HHx + tl L - arctan HHx - tl LL Here's the graph of arctanhx L.

7 7 D, 8x, -, <, AspectRatio Ø AutomaticD; The solution is the superpostion of two waves half this size; one is shifted to the left and the other is shifted to the right and reflected. At time t =, the two waves cancel each other out and we get zero - the initial condition. A short time later, a downward hump appears to the left and an upward hump appears to the right. These two waves travel in their respective direction as time progresses. Here's an animation of this process. g@x_d := x ê H + x 4 L; u@x_, t_d = ÅÅÅÅ Integrate@g@sD, 8s, x - t, x + t<d; Do@ Plot@u@x, td, 8x, -5, 5<, PlotRange Ø 88-5, 5<, 8-, <<, AspectRatio Ø ê 3D, 8t,, 4,.<D; We can interpret this as follows. We impart an inital velocity to a very long string at rest. The precise initial velocity is given by ghxl = x ê H + x 4 L. Here is the graph of this function.

8 8 x ê H + x 4 L, 8x, -, <, AspectRatio Ø AutomaticD; We might do this by striking the string in two locations with equal, but opposite vertical forces. The animation shows the evolution of the resulting wave. ü Example Solve the wave equation u t t = 9 u x x subject to uhx, L = -x and u t Hx, L = - -x. In this case, the integral may be expressed in terms of the error function. f@x_d := -x ; g@x_d := - -x ; u@x_, t_d = ÅÅÅÅ Hf@x + 3 td + f@x - 3 tdl + ÅÅÅÅ Integrate@g@sD, 8s, x - 3 * t, x + 3 * t<d 6 ÅÅÅÅ I -H-3 t+xl + -H3 t+xl M - ÅÅÅÅÅÅÅ è!!! p HErf@3 t - xd + Erf@3 t + xdl While Mathematica has built in techniques to evaluate the error function, a more generally applicable technique is to use the numerical integration command NIntegrate. u@x_, t_d := ÅÅÅÅ Hf@x + 3 td + f@x - 3 tdl + ÅÅÅÅ NIntegrate@g@sD, 8s, x - 3 * t, x + 3 * t<d; 6 Do@ Plot@u@x, td, 8x, -5, 5<, PlotRange Ø 88-5, 5<, 8-, <<, AspectRatio Ø ê 3D, 8t,,,.<D;

9 Such a wave might be produced by holding the string at a particular initial displacement, then throwing it in the other direction.

Applications of integrals

Applications of integrals ApplicationsofIntegrals.nb Applications of integrals There are many applications of definite integrals and we cannot include all of them in a document intended to be a review. However there are some very

More information

APPM 1360 Final Exam Fall 2013

APPM 1360 Final Exam Fall 2013 APPM 6 Final Exam Fall On the front of our bluebook, please write: a grading ke, our name, student ID, and section and instructor. This exam is worth 5 points and has 9 questions. Show all work! Answers

More information

THE WAVE EQUATION. F = T (x, t) j + T (x + x, t) j = T (sin(θ(x, t)) + sin(θ(x + x, t)))

THE WAVE EQUATION. F = T (x, t) j + T (x + x, t) j = T (sin(θ(x, t)) + sin(θ(x + x, t))) THE WAVE EQUATION The aim is to derive a mathematical model that describes small vibrations of a tightly stretched flexible string for the one-dimensional case, or of a tightly stretched membrane for the

More information

Solutions to the 2005 AP Calculus AB Exam Free Response Questions

Solutions to the 2005 AP Calculus AB Exam Free Response Questions Solutions to the 00 AP Calculus AB Exam Free Response Questions Louis A. Talman Department of Mathematical & Computer Sciences Metropolitan State College of Denver Problem. FindRootA ÅÅÅÅ 4 + Sin@p xd

More information

AP Calculus Worksheet: Chapter 2 Review Part I

AP Calculus Worksheet: Chapter 2 Review Part I AP Calculus Worksheet: Chapter 2 Review Part I 1. Given y = f(x), what is the average rate of change of f on the interval [a, b]? What is the graphical interpretation of your answer? 2. The derivative

More information

Introduction to the Wave Equation

Introduction to the Wave Equation Introduction to the Ryan C. Trinity University Partial Differential Equations ecture 4 Modeling the Motion of an Ideal Elastic String Idealizing Assumptions: The only force acting on the string is (constant

More information

Chapter 11 Parametric Equations, Polar Curves, and Conic Sections

Chapter 11 Parametric Equations, Polar Curves, and Conic Sections Chapter 11 Parametric Equations, Polar Curves, and Conic Sections ü 11.1 Parametric Equations Students should read Sections 11.1-11. of Rogawski's Calculus [1] for a detailed discussion of the material

More information

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine

Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine Lecture 2 The wave equation Mathématiques appliquées (MATH0504-1) B. Dewals, Ch. Geuzaine V1.0 28/09/2018 1 Learning objectives of this lecture Understand the fundamental properties of the wave equation

More information

Partial Differential Equations (PDEs)

Partial Differential Equations (PDEs) C H A P T E R Partial Differential Equations (PDEs) 5 A PDE is an equation that contains one or more partial derivatives of an unknown function that depends on at least two variables. Usually one of these

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

More information

ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ

ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ HW.nb HW #. D scattering (a) The delta function potential requires a discontinuity of the wave function, y' H+0L - y' H-0L = ÅÅÅÅÅÅÅÅÅÅÅÅ m m yh0l, while the wavefunction itself is continuous. SolveA9

More information

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

12.7 Heat Equation: Modeling Very Long Bars.

12.7 Heat Equation: Modeling Very Long Bars. 568 CHAP. Partial Differential Equations (PDEs).7 Heat Equation: Modeling Very Long Bars. Solution by Fourier Integrals and Transforms Our discussion of the heat equation () u t c u x in the last section

More information

Limits and Continuity. 2 lim. x x x 3. lim x. lim. sinq. 5. Find the horizontal asymptote (s) of. Summer Packet AP Calculus BC Page 4

Limits and Continuity. 2 lim. x x x 3. lim x. lim. sinq. 5. Find the horizontal asymptote (s) of. Summer Packet AP Calculus BC Page 4 Limits and Continuity t+ 1. lim t - t + 4. lim x x x x + - 9-18 x-. lim x 0 4-x- x 4. sinq lim - q q 5. Find the horizontal asymptote (s) of 7x-18 f ( x) = x+ 8 Summer Packet AP Calculus BC Page 4 6. x

More information

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 3 Differentiation ü 3.1 The Derivative Students should read Sections 3.1-3.5 of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. ü 3.1.1 Slope of Tangent

More information

MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20

MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20 MA 201: Partial Differential Equations D Alembert s Solution Lecture - 7 MA 201 (2016), PDE 1 / 20 MA 201 (2016), PDE 2 / 20 Vibrating string and the wave equation Consider a stretched string of length

More information

Strauss PDEs 2e: Section Exercise 1 Page 1 of 6

Strauss PDEs 2e: Section Exercise 1 Page 1 of 6 Strauss PDEs 2e: Section 3 - Exercise Page of 6 Exercise Carefully derive the equation of a string in a medium in which the resistance is proportional to the velocity Solution There are two ways (among

More information

ME201/MTH281/ME400/CHE400 Newton's Law of Cooling

ME201/MTH281/ME400/CHE400 Newton's Law of Cooling ME1/MTH281/ME0/CHE0 Newton's Law of Cooling 1. Introduction This notebook uses Mathematica to solve the problem presented in class, in section 5.1 of the notes. The problem is one of transient heat conduction

More information

PDE and Boundary-Value Problems Winter Term 2014/2015

PDE and Boundary-Value Problems Winter Term 2014/2015 PDE and Boundary-Value Problems Winter Term 2014/2015 Lecture 13 Saarland University 5. Januar 2015 c Daria Apushkinskaya (UdS) PDE and BVP lecture 13 5. Januar 2015 1 / 35 Purpose of Lesson To interpretate

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

Summer Math Packet for AP Calculus BC

Summer Math Packet for AP Calculus BC Class: Date: Summer Math Packet for AP Calculus BC 018-19 1. Find the smallest value in the range of the function f (x) = x + 4x + 40. a. 4 b. 5 c. 6 d. 7 e. 8 f. 16 g. 4 h. 40. Find the smallest value

More information

2.1 The Tangent and Velocity Problems

2.1 The Tangent and Velocity Problems 2.1 The Tangent and Velocity Problems Tangents What is a tangent? Tangent lines and Secant lines Estimating slopes from discrete data: Example: 1. A tank holds 1000 gallons of water, which drains from

More information

Math 2930 Worksheet Wave Equation

Math 2930 Worksheet Wave Equation Math 930 Worksheet Wave Equation Week 13 November 16th, 017 Question 1. Consider the wave equation a u xx = u tt in an infinite one-dimensional medium subject to the initial conditions u(x, 0) = 0 u t

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Integration by Parts. MAT 126, Week 2, Thursday class. Xuntao Hu

Integration by Parts. MAT 126, Week 2, Thursday class. Xuntao Hu MAT 126, Week 2, Thursday class Xuntao Hu Recall that the substitution rule is a combination of the FTC and the chain rule. We can also combine the FTC and the product rule: d dx [f (x)g(x)] = f (x)g (x)

More information

PHYS 301 HOMEWORK #5

PHYS 301 HOMEWORK #5 PHY 3 HOMEWORK #5 olutions On this homework assignment, you may use Mathematica to compute integrals, but you must submit your Mathematica output with your assignment.. For f x = -, - < x

More information

REVISING MECHANICS (LIVE) 30 JUNE 2015 Exam Questions

REVISING MECHANICS (LIVE) 30 JUNE 2015 Exam Questions REVISING MECHANICS (LIVE) 30 JUNE 2015 Exam Questions Question 1 (Adapted from DBE November 2014, Question 2) Two blocks of masses 20 kg and 5 kg respectively are connected by a light inextensible string,

More information

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) c01.tex 8/10/2010 22: 55 Page 1 PART A Ordinary Differential Equations (ODEs) Chap. 1 First-Order ODEs Sec. 1.1 Basic Concepts. Modeling To get a good start into this chapter and this section, quickly

More information

Solution of systems of 1st order linear ODE's: Use of eigenvector expansion and the utility of finding the diagonal matrix that goes with the problem.

Solution of systems of 1st order linear ODE's: Use of eigenvector expansion and the utility of finding the diagonal matrix that goes with the problem. Solution of systems of st order linear ODE's: Use of eigenvector expansion and the utility of finding the diagonal matrix that goes with the problem. Solution of an initial value problem for a system of

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

More information

The Basics of Physics with Calculus Part II. AP Physics C

The Basics of Physics with Calculus Part II. AP Physics C The Basics of Physics with Calculus Part II AP Physics C The AREA We have learned that the rate of change of displacement is defined as the VELOCITY of an object. Consider the graph below v v t lim 0 dx

More information

Chapter 12 Partial Differential Equations

Chapter 12 Partial Differential Equations Chapter 12 Partial Differential Equations Advanced Engineering Mathematics Wei-Ta Chu National Chung Cheng University wtchu@cs.ccu.edu.tw 1 2 12.1 Basic Concepts of PDEs Partial Differential Equation A

More information

ME201/MTH21/ME400/CHE400 ASSIGNMENT #7 PROBLEM 1 Newton's Law of Cooling in Transient Conduction 1. Introduction This notebook uses Mathematica to solve problem 1 of Assignment #7, in which we analyze

More information

1. The accumulated net change function or area-so-far function

1. The accumulated net change function or area-so-far function Name: Section: Names of collaborators: Main Points: 1. The accumulated net change function ( area-so-far function) 2. Connection to antiderivative functions: the Fundamental Theorem of Calculus 3. Evaluating

More information

Solutions to Math 41 Final Exam December 10, 2012

Solutions to Math 41 Final Exam December 10, 2012 Solutions to Math 4 Final Exam December,. ( points) Find each of the following limits, with justification. If there is an infinite limit, then explain whether it is or. x ln(t + ) dt (a) lim x x (5 points)

More information

Formulas that must be memorized:

Formulas that must be memorized: Formulas that must be memorized: Position, Velocity, Acceleration Speed is increasing when v(t) and a(t) have the same signs. Speed is decreasing when v(t) and a(t) have different signs. Section I: Limits

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

MAT 122 Homework 7 Solutions

MAT 122 Homework 7 Solutions MAT 1 Homework 7 Solutions Section 3.3, Problem 4 For the function w = (t + 1) 100, we take the inside function to be z = t + 1 and the outside function to be z 100. The derivative of the inside function

More information

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

Name: Instructor: Exam 3 Solutions. Multiple Choice. 3x + 2 x ) 3x 3 + 2x 2 + 5x + 2 3x 3 3x 2x 2 + 2x + 2 2x 2 2 2x.

Name: Instructor: Exam 3 Solutions. Multiple Choice. 3x + 2 x ) 3x 3 + 2x 2 + 5x + 2 3x 3 3x 2x 2 + 2x + 2 2x 2 2 2x. . Exam 3 Solutions Multiple Choice.(6 pts.) Find the equation of the slant asymptote to the function We have so the slant asymptote is y = 3x +. f(x) = 3x3 + x + 5x + x + 3x + x + ) 3x 3 + x + 5x + 3x

More information

5.3 Definite Integrals and Antiderivatives

5.3 Definite Integrals and Antiderivatives 5.3 Definite Integrals and Antiderivatives Objective SWBAT use properties of definite integrals, average value of a function, mean value theorem for definite integrals, and connect differential and integral

More information

1. A sphere with a radius of 1.7 cm has a volume of: A) m 3 B) m 3 C) m 3 D) 0.11 m 3 E) 21 m 3

1. A sphere with a radius of 1.7 cm has a volume of: A) m 3 B) m 3 C) m 3 D) 0.11 m 3 E) 21 m 3 1. A sphere with a radius of 1.7 cm has a volume of: A) 2.1 10 5 m 3 B) 9.1 10 4 m 3 C) 3.6 10 3 m 3 D) 0.11 m 3 E) 21 m 3 2. A 25-N crate slides down a frictionless incline that is 25 above the horizontal.

More information

Calculus and Parametric Equations

Calculus and Parametric Equations Calculus and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Given a pair a parametric equations x = f (t) y = g(t) for a t b we know how

More information

MA S3-MID-Answers Page 1 of 7. Solve the following Wave Equation. Solution by Fourier Series. Let, where is a constant

MA S3-MID-Answers Page 1 of 7. Solve the following Wave Equation. Solution by Fourier Series. Let, where is a constant MA203-3S3-MID-Answers-2050829-Page of 7 Solve the following Wave Equation., 0, 0 0, 0,, 0,, 0 sin,, 0 Solution by Fourier Series Let, So, and, We have,, or or Let 0(see next page for other cases) Then

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Problem Set 1 Solution

Problem Set 1 Solution Problem Set 1 Solution Friday, 9 September 2011 Physics 111 Exercise 1 Watch the 20-minute Wolfram tutorial introducing Mathematica at http://url. wolfram.com/fgkkpc/. Even if you already know how to use

More information

Partial Differential Equations

Partial Differential Equations Partial Differential Equations Xu Chen Assistant Professor United Technologies Engineering Build, Rm. 382 Department of Mechanical Engineering University of Connecticut xchen@engr.uconn.edu Contents 1

More information

You may use g = 10 m/s 2, sin 60 = 0.87, and cos 60 = 0.50.

You may use g = 10 m/s 2, sin 60 = 0.87, and cos 60 = 0.50. 1. A child pulls a 15kg sled containing a 5kg dog along a straight path on a horizontal surface. He exerts a force of a 55N on the sled at an angle of 20º above the horizontal. The coefficient of friction

More information

Applications of Derivatives

Applications of Derivatives ApplicationsDerivativesII.nb 1 Applications of Derivatives Now that we have covered the basic concepts and mechanics of derivatives it's time to look at some applications. We will start with a summary

More information

BHASVIC MαTHS. Skills 1

BHASVIC MαTHS. Skills 1 Skills 1 Normally we work with equations in the form y = f(x) or x + y + z = 10 etc. These types of equations are called Cartesian Equations all the variables are grouped together into one equation, and

More information

Differentiation 1. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996.

Differentiation 1. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Differentiation 1 The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. 1 Launch Mathematica. Type

More information

v(t) v(t) Assignment & Notes 5.2: Intro to Integrals Due Date: Friday, 1/10

v(t) v(t) Assignment & Notes 5.2: Intro to Integrals Due Date: Friday, 1/10 Assignment & Notes 5.2: Intro to Integrals 1. The velocity function (in miles and hours) for Ms. Hardtke s Christmas drive to see her family is shown at the right. Find the total distance Ms. H travelled

More information

KEELE UNIVERSITY PHYSICS/ASTROPHYSICS MODULE PHY OSCILLATIONS AND WAVES PRACTICE EXAM

KEELE UNIVERSITY PHYSICS/ASTROPHYSICS MODULE PHY OSCILLATIONS AND WAVES PRACTICE EXAM KEELE UNIVERSITY PHYSICS/ASTROPHYSICS MODULE PHY-10012 OSCILLATIONS AND WAVES PRACTICE EXAM Candidates should attempt ALL of PARTS A and B, and TWO questions from PART C. PARTS A and B should be answered

More information

Partial Differential Equations Separation of Variables. 1 Partial Differential Equations and Operators

Partial Differential Equations Separation of Variables. 1 Partial Differential Equations and Operators PDE-SEP-HEAT-1 Partial Differential Equations Separation of Variables 1 Partial Differential Equations and Operators et C = C(R 2 ) be the collection of infinitely differentiable functions from the plane

More information

Math 124A October 11, 2011

Math 124A October 11, 2011 Math 14A October 11, 11 Viktor Grigoryan 6 Wave equation: solution In this lecture we will solve the wave equation on the entire real line x R. This corresponds to a string of infinite length. Although

More information

1.1 Introduction to Limits

1.1 Introduction to Limits Chapter 1 LIMITS 1.1 Introduction to Limits Why Limit? Suppose that an object steadily moves forward, with s(t) denotes the position at time t. The average speed over the interval [1,2] is The average

More information

Chapter 16 Waves in One Dimension

Chapter 16 Waves in One Dimension Chapter 16 Waves in One Dimension Slide 16-1 Reading Quiz 16.05 f = c Slide 16-2 Reading Quiz 16.06 Slide 16-3 Reading Quiz 16.07 Heavier portion looks like a fixed end, pulse is inverted on reflection.

More information

Particle Motion. Typically, if a particle is moving along the x-axis at any time, t, x()

Particle Motion. Typically, if a particle is moving along the x-axis at any time, t, x() Typically, if a particle is moving along the x-axis at any time, t, x() t represents the position of the particle; along the y-axis, yt () is often used; along another straight line, st () is often used.

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

Final: Solutions Math 118A, Fall 2013

Final: Solutions Math 118A, Fall 2013 Final: Solutions Math 118A, Fall 2013 1. [20 pts] For each of the following PDEs for u(x, y), give their order and say if they are nonlinear or linear. If they are linear, say if they are homogeneous or

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

Activity 8: Eigenvectors and Linear Transformations

Activity 8: Eigenvectors and Linear Transformations Activity 8: Eigenvectors and Linear Transformations MATH 20, Fall 2010 November 1, 2010 Names: In this activity, we will explore the effects of matrix diagonalization on the associated linear transformation.

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Updated 2013 (Mathematica Version) M1.1. Lab M1: The Simple Pendulum

Updated 2013 (Mathematica Version) M1.1. Lab M1: The Simple Pendulum Updated 2013 (Mathematica Version) M1.1 Introduction. Lab M1: The Simple Pendulum The simple pendulum is a favorite introductory exercise because Galileo's experiments on pendulums in the early 1600s are

More information

Physics 5A Final Review Solutions

Physics 5A Final Review Solutions Physics A Final Review Solutions Eric Reichwein Department of Physics University of California, Santa Cruz November 6, 0. A stone is dropped into the water from a tower 44.m above the ground. Another stone

More information

First Year Physics: Prelims CP1 Classical Mechanics: DR. Ghassan Yassin

First Year Physics: Prelims CP1 Classical Mechanics: DR. Ghassan Yassin First Year Physics: Prelims CP1 Classical Mechanics: DR. Ghassan Yassin MT 2007 Problems I The problems are divided into two sections: (A) Standard and (B) Harder. The topics are covered in lectures 1

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

More information

Physics 101 Discussion Week 3 Explanation (2011)

Physics 101 Discussion Week 3 Explanation (2011) Physics 101 Discussion Week 3 Explanation (2011) D3-1. Velocity and Acceleration A. 1: average velocity. Q1. What is the definition of the average velocity v? Let r(t) be the total displacement vector

More information

Math 180, Final Exam, Fall 2007 Problem 1 Solution

Math 180, Final Exam, Fall 2007 Problem 1 Solution Problem Solution. Differentiate with respect to x. Write your answers showing the use of the appropriate techniques. Do not simplify. (a) x 27 x 2/3 (b) (x 2 2x + 2)e x (c) ln(x 2 + 4) (a) Use the Power

More information

Thursday, August 4, 2011

Thursday, August 4, 2011 Chapter 16 Thursday, August 4, 2011 16.1 Springs in Motion: Hooke s Law and the Second-Order ODE We have seen alrealdy that differential equations are powerful tools for understanding mechanics and electro-magnetism.

More information

Topics and Concepts. 1. Limits

Topics and Concepts. 1. Limits Topics and Concepts 1. Limits (a) Evaluating its (Know: it exists if and only if the it from the left is the same as the it from the right) (b) Infinite its (give rise to vertical asymptotes) (c) Limits

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

AP CALCULUS BC 2010 SCORING GUIDELINES

AP CALCULUS BC 2010 SCORING GUIDELINES AP CALCULUS BC 2010 SCORING GUIDELINES Question 3 2 A particle is moving along a curve so that its position at time t is ( x() t, y() t ), where xt () = t 4t+ 8 and yt () is not explicitly given. Both

More information

Physics 9 Spring 2011 Homework 1 - Solutions Wednesday January 19, 2011

Physics 9 Spring 2011 Homework 1 - Solutions Wednesday January 19, 2011 Physics 9 Spring 011 Homework 1 - s Wednesday January 19, 011 Make sure your name is on your homework, and please box your final answer. Because we will be giving partial credit, be sure to attempt all

More information

8. Differentiation and regularization

8. Differentiation and regularization 43 8. Regularization 8. Differentiation and regularization 8. Regularization Regularization is the technique to make data behave well when an operator is applied to them. Such data could e.g. be functions,

More information

Physics 2211 A & B Quiz #4 Solutions Fall 2016

Physics 2211 A & B Quiz #4 Solutions Fall 2016 Physics 22 A & B Quiz #4 Solutions Fall 206 I. (6 points) A pendulum bob of mass M is hanging at rest from an ideal string of length L. A bullet of mass m traveling horizontally at speed v 0 strikes it

More information

Chapter 5 Integrals. 5.1 Areas and Distances

Chapter 5 Integrals. 5.1 Areas and Distances Chapter 5 Integrals 5.1 Areas and Distances We start with a problem how can we calculate the area under a given function ie, the area between the function and the x-axis? If the curve happens to be something

More information

Math 225 Differential Equations Notes Chapter 1

Math 225 Differential Equations Notes Chapter 1 Math 225 Differential Equations Notes Chapter 1 Michael Muscedere September 9, 2004 1 Introduction 1.1 Background In science and engineering models are used to describe physical phenomena. Often these

More information

MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM. Name (Print last name first):... Student ID Number (last four digits):...

MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM. Name (Print last name first):... Student ID Number (last four digits):... CALCULUS I, FINAL EXAM 1 MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM Name (Print last name first):............................................. Student ID Number (last four digits):........................

More information

Name Class. (a) (b) (c) 4 t4 3 C

Name Class. (a) (b) (c) 4 t4 3 C Chapter 4 Test Bank 77 Test Form A Chapter 4 Name Class Date Section. Evaluate the integral: t dt. t C (a) (b) 4 t4 C t C C t. Evaluate the integral: 5 sec x tan x dx. (a) 5 sec x tan x C (b) 5 sec x C

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

INTEGRALS5 INTEGRALS

INTEGRALS5 INTEGRALS INTEGRALS5 INTEGRALS INTEGRALS 5.3 The Fundamental Theorem of Calculus In this section, we will learn about: The Fundamental Theorem of Calculus and its significance. FUNDAMENTAL THEOREM OF CALCULUS The

More information

A Review of Trigonometry

A Review of Trigonometry A Review of Trigonometr 0 Kenneth Levasseur Mathematical Sciences UMass Lowell Kenneth_Levasseur@uml.edu Introduction Trigonometr is often introduced as a sstem of ratios of sides of right triangles. Although

More information

LECTURE 19: SEPARATION OF VARIABLES, HEAT CONDUCTION IN A ROD

LECTURE 19: SEPARATION OF VARIABLES, HEAT CONDUCTION IN A ROD ECTURE 19: SEPARATION OF VARIABES, HEAT CONDUCTION IN A ROD The idea of separation of variables is simple: in order to solve a partial differential equation in u(x, t), we ask, is it possible to find a

More information

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a

For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a AP Physics C: Mechanics Greetings, For those of you who are taking Calculus AB concurrently with AP Physics, I have developed a brief introduction to Calculus that gives you an operational knowledge of

More information

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01

ENGI 9420 Lecture Notes 8 - PDEs Page 8.01 ENGI 940 Lecture Notes 8 - PDEs Page 8.01 8. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Essentials of Calculus by James Stewart Prepared by Jason Gaddis Chapter 3 - Applications of Differentiation 3.1 - Maximum and Minimum Values Note We continue our study of functions using derivatives.

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

HRW 7e Chapter 2 Page 1 of 13

HRW 7e Chapter 2 Page 1 of 13 HRW 7e Chapter Page of 3 Halliday/Resnick/Walker 7e Chapter. Huber s speed is v 0 =(00 m)/(6.509 s)=30.7 m/s = 0.6 km/h, where we have used the conversion factor m/s = 3.6 km/h. Since Whittingham beat

More information

Chapter 15. Mechanical Waves

Chapter 15. Mechanical Waves Chapter 15 Mechanical Waves A wave is any disturbance from an equilibrium condition, which travels or propagates with time from one region of space to another. A harmonic wave is a periodic wave in which

More information

MA 125 CALCULUS I FALL 2006 December 08, 2006 FINAL EXAM. Name (Print last name first):... Instructor:... Section:... PART I

MA 125 CALCULUS I FALL 2006 December 08, 2006 FINAL EXAM. Name (Print last name first):... Instructor:... Section:... PART I CALCULUS I, FINAL EXAM 1 MA 125 CALCULUS I FALL 2006 December 08, 2006 FINAL EXAM Name (Print last name first):............................................. Student ID Number:...........................

More information

7.1. Calculus of inverse functions. Text Section 7.1 Exercise:

7.1. Calculus of inverse functions. Text Section 7.1 Exercise: Contents 7. Inverse functions 1 7.1. Calculus of inverse functions 2 7.2. Derivatives of exponential function 4 7.3. Logarithmic function 6 7.4. Derivatives of logarithmic functions 7 7.5. Exponential

More information

MATH 115 QUIZ4-SAMPLE December 7, 2016

MATH 115 QUIZ4-SAMPLE December 7, 2016 MATH 115 QUIZ4-SAMPLE December 7, 2016 Please review the following problems from your book: Section 4.1: 11 ( true and false) Section 4.1: 49-70 ( Using table or number line.) Section 4.2: 77-83 Section

More information

PDE and Boundary-Value Problems Winter Term 2014/2015

PDE and Boundary-Value Problems Winter Term 2014/2015 PDE and Boundary-Value Problems Winter Term 2014/2015 Lecture 12 Saarland University 15. Dezember 2014 c Daria Apushkinskaya (UdS) PDE and BVP lecture 12 15. Dezember 2014 1 / 24 Purpose of Lesson To introduce

More information

MEI Casio Tasks for Mechanics

MEI Casio Tasks for Mechanics Task 1: Kinematics Constant Acceleration Equations and Graphs Example 2 1 A particle acceleration has a 0.8ms and initial velocity u 3.6ms. Sketch the graphs of displacement, velocity and acceleration

More information

ENGI 4430 PDEs - d Alembert Solutions Page 11.01

ENGI 4430 PDEs - d Alembert Solutions Page 11.01 ENGI 4430 PDEs - d Alembert Solutions Page 11.01 11. Partial Differential Equations Partial differential equations (PDEs) are equations involving functions of more than one variable and their partial derivatives

More information

Example (#1) Example (#1) Example (#2) Example (#2) dv dt

Example (#1) Example (#1) Example (#2) Example (#2) dv dt 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

AP Calculus AB Unit 3 Assessment

AP Calculus AB Unit 3 Assessment Class: Date: 2013-2014 AP Calculus AB Unit 3 Assessment Multiple Choice Identify the choice that best completes the statement or answers the question. A calculator may NOT be used on this part of the exam.

More information

Find the value of λ. (Total 9 marks)

Find the value of λ. (Total 9 marks) 1. A particle of mass 0.5 kg is attached to one end of a light elastic spring of natural length 0.9 m and modulus of elasticity λ newtons. The other end of the spring is attached to a fixed point O 3 on

More information