Finite difference method for 2-D heat equation
|
|
- Οκυροη Ηλιόπουλος
- 8 χρόνια πριν
- Προβολές:
Transcript
1 Finite difference method for 2-D heat equation Praveen. C praveen@math.tifrbng.res.in Tata Institute of Fundamental Research Center for Applicable Mathematics Bangalore January 27, / 23
2 Heat equation Partial differential equation in Ω = (0, 1) (0, 1), µ > 0 u t = µ(u xx + u yy ), (x, y) Ω, t > 0 u(x, y, 0) = f(x, y), (x, y) Ω u(x, y, t) = g(x, y, t), (x, y) Ω, t > 0 Space mesh of (M x + 1) (M y + 1) points in Ω x = 1 M x, x j = j x, j = 0, 1,..., M x y = 1 M y, y k = k y, k = 0, 1,..., M y 2 / 23
3 FTCS scheme D + t u n = µ(d + x D x u n + D + y D y u n ) Define D t + u n = un+1 t un, D + x D x u n = un j 1,k 2un + un j+1,k x 2 D + y D y u n = un 1 2un + un +1 y 2 r x = µ t x 2, Define undivided finite differences r y = µ t y 2 δ 2 xu n = u n j 1,k 2u n + u n j+1,k, δ 2 yu n = u n 1 2u n + u n +1 FTCS scheme or u n+1 u n+1 = un + r x δ 2 xu n + r y δ 2 yu n = (1 + r xδ 2 x + r y δ 2 y)u n 3 / 23
4 FTCS scheme: maximum stability If then u n+1 = (1 2r x 2r y )u n + r x (u n j 1,k + u n j+1,k) + r y (u n 1 + u n +1) r x + r y 1 2 min(u n j±1,k, u n ±1, u n ) u n+1 max(un j±1,k, u n ±1, u n ) so that the scheme is stable in maximum norm. If x = y = h, then 2µ t h = t h2 4µ This time step restriction is half the value in one dimension. 4 / 23
5 FTCS scheme: Fourier stability Take Fourier mode with wave-number (ξ, η) ( π, +π) ( π, +π) u n = û n e i(jξ+kη) Then where û n+1 = ρû n ρ(ξ, η) = 1 + 2r x (cos ξ 1) + 2r y (cos η 1) = 1 4r x sin 2 (ξ/2) 4r y sin 2 (η/2) For stability we need ρ(ξ, η) 1. Maximum value of ρ ρ = 1 at (ξ, η) = (0, 0) and minimum value of ρ ρ = 1 4r x 4r y at (ξ, η) = (π, π) Hence we have stability provided r x + r y / 23
6 BTCS scheme or u n+1 = un + r x δxu 2 n+1 + r yδyu 2 n+1 (1 r x δ 2 y r y δ 2 y)u n+1 Amplification factor Amplification factor ρ = BTCS scheme is unconditionally stable. = un r x sin 2 (ξ/2) + 4r y sin 2 (η/2) 1 6 / 23
7 Crank-Nicholson scheme or u n+1 = u n un + r x δx 2 + un+1 + r y δy 2 2 (1 1 2 r xδ 2 x 1 2 r yδ 2 y)u n+1 u n + un+1 2 = ( r xδ 2 x r yδ 2 y)u n Amplification factor ρ = 1 2r x sin 2 (ξ/2) 2r y sin 2 (η/2) 1 + 2r x sin 2 (ξ/2) + 2r y sin 2 (η/2) 1 Crank-Nicholson scheme is unconditionally stable. 7 / 23
8 Peaceman-Rachford scheme Update solution in two steps Step 1: Implicit in x t n t n t tn+1, u n u n+ 1 2 u n+1 or u n+ 1 2 u n 1 2 t = µ x 2 δ2 xu n µ y 2 δ2 yu n (1 1 2 r xδ 2 x)u n+ 1 2 = ( r yδ 2 y)u n Step 2: Implicit in y or u n+1 1 un t = µ x 2 δ2 xu n µ y 2 δ2 yu n+1 (1 1 2 r yδy)u 2 n+1 = ( r xδx)u 2 n / 23
9 Peaceman-Rachford scheme: Fourier stability Step 1: [1 + 2r x sin 2 (ξ/2)]û n+ 1 2 = [1 2ry sin 2 (η/2)]û n Step 2: [1 + 2r y sin 2 (η/2))û n+1 = [1 2r x sin 2 (ξ/2)]û n+ 1 2 Combining the two ρ = ûn+1 û n = [1 2r x sin 2 (ξ/2)][1 2r y sin 2 (η/2)] [1 + 2r x sin 2 (ξ/2)][1 + 2r y sin 2 (η/2)] 1 The scheme is unconditionally stable. 9 / 23
10 Peaceman-Rachford scheme: Consistency From Step 1 (1 1 2 r xδ 2 x)u n+ 1 2 = ( r yδ 2 y)u n Multiply on both sides ( r xδ 2 x)(1 1 2 r xδ 2 x)u n+ 1 2 = ( r xδ 2 x)( r yδ 2 y)u n Operators on left commute Using Step 2 (1 1 2 r xδx) 2 ( r xδx)u 2 n+ 1 2 = (1 + 1 }{{} 2 r xδx)( r yδy)u 2 n use Step 2 (1 1 2 r xδ 2 x)(1 1 2 r yδ 2 y)u n+1 = ( r xδ 2 x)( r yδ 2 y)u n 10 / 23
11 Peaceman-Rachford scheme: Consistency Expand difference operators on both sides u n+1 u t = µ u n x 2 δ2 + un+1 x 2 µ2 t 4 δ 2 x x 2 + µ y 2 δ2 y δy 2 y 2 (un+1 un ) u n + un+1 2 This is Crank-Nicholson scheme with an extra term. This term is O ( t 2) since δx 2 δ 2 ( y 5 ) n x 2 y 2 (un+1 u un ) = t t 2 x 2 + O ( t x 2 + t y 2 + t 2) y Hence the Peaceman-Rachford scheme is second order accurate in space and time. 11 / 23
12 D Yakonov Scheme Peaceman-Rachford scheme (1 1 2 r xδx) 2 (1 1 2 r yδy)u 2 n+1 = (1 + 1 }{{} 2 r xδx)( r yδy)u 2 n u Step 1: Solve for u Step 2: Solve for u n+1 (1 1 2 r xδ 2 x)u = ( r xδ 2 x)( r yδ 2 y)u n (1 1 2 r yδ 2 y)u n+1 = u 12 / 23
13 Approximate factorization Peaceman-Rachford scheme is close to Crank-Nicholson scheme (1 1 2 r xδ 2 x 1 2 r yδ 2 y)u n+1 Factorise operator on left hand side = ( r xδ 2 x r yδ 2 y)u n (1 1 2 r xδ 2 x 1 2 r yδ 2 y) = (1 1 2 r xδ 2 x)(1 1 2 r yδ 2 y) r xr y 4 δ2 xδ 2 y We cannot neglect the last term since it is O ( t 2) and the scheme would only be first order accurate ( r x r y 4 δ2 xδyu 2 n+1 = t2 4 ) n+1 u 4 2 x 2 + higher order terms y We factorise the right hand side also (1 1 2 r xδ 2 x)(1 1 2 r yδ 2 y)u n+1 = ( r xδx)( r yδy)u 2 n + r xr y 4 δ2 xδy(u 2 n+1 un ) }{{} O( t 3 ) 13 / 23
14 Peaceman-Rachford Scheme: Dirichlet BC Step 1 is (1 1 2 r xδ 2 x)u n+ 1 2 = ( r yδ 2 y)u n What boundary condition to use for u n+ 1 2 at j = 0, M x? Option I: Since u n+ 1 2 u(x j, y k, t n t) Option II: Using Step 1 and 2 At j = 0, M x u n+ 1 2 = g(x j, y k, t n t), j = 0, M x u n+ 1 2 = 1 2 (1 1 2 r yδy)u 2 n ( r yδy)u 2 n u n+ 1 2 = 1 2 (1 1 2 r yδ 2 y)g(x j, y k, t n t) ( r yδ 2 y)g(x j, y k, t n ) If BC do not depend on t, then u n+ 1 2 = g(x j, y k ) 14 / 23
15 D Yakonov Scheme: Dirichlet BC What boundary condition to use for u at j = 0, M x? Unlike u n+ 1 2, we do not know what u represents. Instead use the numerical scheme itself; from Step 2 Boundary condition for u u = (1 1 2 r yδ 2 y)u n+1 u = (1 1 2 r yδ 2 y)g(x j, y k, t n+1 ), j = 0, M x E.g., at j = 0 u 0,k = r y 2 gn (1 + r y)g n+1 r y 2 gn / 23
16 Peaceman-Rachford Scheme: Implementation Step 1: For j = 1,..., M x 1 and k = 1,..., M y 1 (1 1 2 r xδ 2 x)u n+ 1 2 = ( r yδ 2 y)u n For k = 1,..., M y 1, solve tridiagonal matrix r x j 1,k + (1 + r x)u n+ 1 2 r x 1 2 un un+ 2 Step 2: For j = 1,..., M x 1 and k = 1,..., M y 1 j+1,k = ( r yδ 2 y)u n, j = 1,..., M x 1 (1 1 2 r yδy)u 2 n+1 = ( r xδx)u 2 n+ 1 2 For j = 1,..., M x 1, solve tridiagonal matrix r y 2 un (1 + r y)u n+1 r y 2 un+1 +1 = ( r xδx)u 2 n+ 1 2, k = 1,..., M y 1 Remark: Total work scales as O (M x M y ) and hence is optimal. 16 / 23
17 Douglas-Rachford Scheme This is an approximate factorised version of the BTCS scheme. (1 r x δy 2 r y δy)u 2 n+1 = u n Factorise LHS operator (1 r x δ 2 y r y δ 2 y) = (1 r x δ 2 x)(1 r y δ 2 y) r x r y δ 2 xδ 2 y We can throw away the last term since we will get first order time accuracy. But we can make a better approximation as follows. (1 r x δ 2 x)(1 r y δ 2 y)u n+1 = u n + r x r y δ 2 xδ 2 yu n+1 (1 r x δ 2 x)(1 r y δ 2 y)u n+1 = (1 + r x r y δ 2 xδ 2 y)u n + r x r y δ 2 xδ 2 y(u n+1 u n ) }{{} O( t 3 ) Douglas-Rachford scheme is given by (1 r x δ 2 x)(1 r y δ 2 y)u n+1 = (1 + r x r y δ 2 xδ 2 y)u n 17 / 23
18 Douglas-Rachford Scheme: Two step scheme Introduce an intermediate state u Two-step process (1 r x δ 2 x) (1 r y δ 2 y)u n+1 }{{} u 2 = (1 + r x r y δxδy)u 2 n (1 r x δ 2 x)u = (1 + r y δ 2 y)u n (1 r y δ 2 y)u n+1 = u r y δ 2 yu n We avoid fourth differences δ 2 xδ 2 y. The equivalence is seen as follows. (1 r x δ 2 x)(1 r y δ 2 y)u n+1 = (1 r x δ 2 x)u (1 r x δ 2 x)r y δ 2 yu n = (1 + r y δ 2 y)u n (1 r x δ 2 x)r y δ 2 yu n = (1 + r x r y δ 2 xδ 2 y)u n 18 / 23
19 Douglas-Rachford Scheme: Fourier stability Amplification factor ρ(ξ, η) = The scheme is unconditionally stable r x r y sin 2 (ξ/2) sin 2 (η/2) [1 + 4r x sin 2 (ξ/2)][1 + 4r y sin 2 (η/2)] 1 19 / 23
20 Douglas-Rachford Scheme: Dirichlet BC We need BC for u at j = 0, M x. Using Step 2 of the scheme This gives the boundary conditions u = (1 r y δ 2 y)u n+1 r y δ 2 yu n u = (1 r y δ 2 y)g n+1 r yδ 2 yg n, j = 0, M x 20 / 23
21 Source terms Heat equation with a forcing term u t = µ(u xx + u yy ) + F (x, y, t) Crank-Nicholson scheme, second order in time and space (1 1 2 r xδ 2 x 1 2 r yδ 2 y)u n+1 = ( r xδ 2 x r yδ 2 y)u n + t 2 (F n + F n+1 ) We can do a factorization as before (1 1 2 r xδ 2 x)(1 1 2 r yδ 2 y)u n+1 = ( r xδ 2 x)( r yδ 2 y)u n + t 2 (F n + F n+1 ) r xr y 4 δ2 xδ 2 y(u n+1 u n ) }{{} O( t 3 ) Ignoring last term, the resulting scheme is second order accurate (1 1 2 r xδ 2 x)(1 1 2 r yδ 2 y)u n+1 = ( r xδ 2 x)( r yδ 2 y)u n + t 2 (F n + F n+1 ) 21 / 23
22 Source terms: Peaceman-Rachford Scheme Use the viewpoint of two step process: t n t n t tn+1 (1 1 2 r xδ 2 x)u n+ 1 2 = ( r yδ 2 y)u n + t 2 F n (1 1 2 r yδ 2 y)u n+1 = ( r xδ 2 x)u n t 2 F n+1 To check the consistency of the scheme, eliminate u n+ 1 2 (1 1 2 r xδ 2 x)(1 1 2 r yδ 2 y)u n+1 = (1 1 2 r xδ 2 x)( r xδ 2 x)u n t 2 (1 1 2 r xδ 2 x)f n+1 = ( r xδ 2 x)( r yδ 2 y)u n + t 2 (F n + F n+1 ) r x t 2 δ2 x(f n+1 F n ) }{{} O( t 3 ) Hence the two-step scheme is second order accurate in time and space. 22 / 23
23 Source terms: D Yakonov Scheme Start with approximately factored Crank-Nicholson scheme (1 1 2 r xδx) 2 (1 1 2 r yδy)u 2 n+1 = (1 + 1 }{{} 2 r xδx)( r yδy)u 2 n + t 2 (F n + F n+1 ) u Two-step D Yakonov scheme (1 1 2 r xδ 2 x)u = ( r xδ 2 x)( r yδ 2 y)u n + t 2 (F n + F n+1 ) (1 1 2 r yδ 2 y)u n+1 = u Remark: We cannot spread out the source term into the two steps like this (1 1 2 r xδ 2 x)u = ( r xδ 2 x)( r yδ 2 y)u n + t 2 F n (1 1 2 r yδ 2 y)u n+1 = u + t 2 F n+1 This scheme is only first order accurate in time. 23 / 23
CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS
CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =
Second Order Partial Differential Equations
Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y
3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β
3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle
Finite Field Problems: Solutions
Finite Field Problems: Solutions 1. Let f = x 2 +1 Z 11 [x] and let F = Z 11 [x]/(f), a field. Let Solution: F =11 2 = 121, so F = 121 1 = 120. The possible orders are the divisors of 120. Solution: The
Section 7.6 Double and Half Angle Formulas
09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)
Section 8.3 Trigonometric Equations
99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.
1 String with massive end-points
1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε
Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.
Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given
derivation of the Laplacian from rectangular to spherical coordinates
derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used
D Alembert s Solution to the Wave Equation
D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique
EE512: Error Control Coding
EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3
Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics
Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)
HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:
HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying
Homework 3 Solutions
Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For
Partial Differential Equations in Biology The boundary element method. March 26, 2013
The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet
Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------
Inverse trigonometric functions & General Solution of Trigonometric Equations. 1. Sin ( ) = a) b) c) d) Ans b. Solution : Method 1. Ans a: 17 > 1 a) is rejected. w.k.t Sin ( sin ) = d is rejected. If sin
Example Sheet 3 Solutions
Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note
Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)
Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts
Derivation of Optical-Bloch Equations
Appendix C Derivation of Optical-Bloch Equations In this appendix the optical-bloch equations that give the populations and coherences for an idealized three-level Λ system, Fig. 3. on page 47, will be
Areas and Lengths in Polar Coordinates
Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the
b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!
MTH U341 urface Integrals, tokes theorem, the divergence theorem To be turned in Wed., Dec. 1. 1. Let be the sphere of radius a, x 2 + y 2 + z 2 a 2. a. Use spherical coordinates (with ρ a) to parametrize.
2 Composition. Invertible Mappings
Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,
PARTIAL NOTES for 6.1 Trigonometric Identities
PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot
Forced Pendulum Numerical approach
Numerical approach UiO April 8, 2014 Physical problem and equation We have a pendulum of length l, with mass m. The pendulum is subject to gravitation as well as both a forcing and linear resistance force.
Areas and Lengths in Polar Coordinates
Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the
Approximation of distance between locations on earth given by latitude and longitude
Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth
Math221: HW# 1 solutions
Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin
ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007
Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο
ECE Spring Prof. David R. Jackson ECE Dept. Notes 2
ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =
Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.
Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action
Second Order RLC Filters
ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor
Numerical Analysis FMN011
Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =
Concrete Mathematics Exercises from 30 September 2016
Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)
CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD
CHAPTER FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD EXERCISE 36 Page 66. Determine the Fourier series for the periodic function: f(x), when x +, when x which is periodic outside this rge of period.
Durbin-Levinson recursive method
Durbin-Levinson recursive method A recursive method for computing ϕ n is useful because it avoids inverting large matrices; when new data are acquired, one can update predictions, instead of starting again
CRASH COURSE IN PRECALCULUS
CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter
Higher Derivative Gravity Theories
Higher Derivative Gravity Theories Black Holes in AdS space-times James Mashiyane Supervisor: Prof Kevin Goldstein University of the Witwatersrand Second Mandelstam, 20 January 2018 James Mashiyane WITS)
Srednicki Chapter 55
Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third
9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr
9.9 #. Area inside the oval limaçon r = + cos. To graph, start with = so r =. Compute d = sin. Interesting points are where d vanishes, or at =,,, etc. For these values of we compute r:,,, and the values
Lecture 26: Circular domains
Introductory lecture notes on Partial Differential Equations - c Anthony Peirce. Not to be copied, used, or revised without eplicit written permission from the copyright owner. 1 Lecture 6: Circular domains
Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1
Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the
Homework 8 Model Solution Section
MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx
Matrices and Determinants
Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z
Integrals in cylindrical, spherical coordinates (Sect. 15.7)
Integrals in clindrical, spherical coordinates (Sect. 5.7 Integration in spherical coordinates. Review: Clindrical coordinates. Spherical coordinates in space. Triple integral in spherical coordinates.
Solutions to Exercise Sheet 5
Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X
SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions
SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)
The Simply Typed Lambda Calculus
Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and
Problem Set 3: Solutions
CMPSCI 69GG Applied Information Theory Fall 006 Problem Set 3: Solutions. [Cover and Thomas 7.] a Define the following notation, C I p xx; Y max X; Y C I p xx; Ỹ max I X; Ỹ We would like to show that C
MATH423 String Theory Solutions 4. = 0 τ = f(s). (1) dτ ds = dxµ dτ f (s) (2) dτ 2 [f (s)] 2 + dxµ. dτ f (s) (3)
1. MATH43 String Theory Solutions 4 x = 0 τ = fs). 1) = = f s) ) x = x [f s)] + f s) 3) equation of motion is x = 0 if an only if f s) = 0 i.e. fs) = As + B with A, B constants. i.e. allowe reparametrisations
Section 9.2 Polar Equations and Graphs
180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify
Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3
Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all
CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS
CHAPTER 48 APPLICATIONS OF MATRICES AND DETERMINANTS EXERCISE 01 Page 545 1. Use matrices to solve: 3x + 4y x + 5y + 7 3x + 4y x + 5y 7 Hence, 3 4 x 0 5 y 7 The inverse of 3 4 5 is: 1 5 4 1 5 4 15 8 3
Uniform Convergence of Fourier Series Michael Taylor
Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula
ES440/ES911: CFD. Chapter 5. Solution of Linear Equation Systems
ES440/ES911: CFD Chapter 5. Solution of Linear Equation Systems Dr Yongmann M. Chung http://www.eng.warwick.ac.uk/staff/ymc/es440.html Y.M.Chung@warwick.ac.uk School of Engineering & Centre for Scientific
6.3 Forecasting ARMA processes
122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear
Econ Spring 2004 Instructor: Prof. Kiefer Solution to Problem set # 5. γ (0)
Cornell University Department of Economics Econ 60 - Spring 004 Instructor: Prof. Kiefer Solution to Problem set # 5. Autocorrelation function is defined as ρ h = γ h γ 0 where γ h =Cov X t,x t h =E[X
w o = R 1 p. (1) R = p =. = 1
Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:
Partial Trace and Partial Transpose
Partial Trace and Partial Transpose by José Luis Gómez-Muñoz http://homepage.cem.itesm.mx/lgomez/quantum/ jose.luis.gomez@itesm.mx This document is based on suggestions by Anirban Das Introduction This
( y) Partial Differential Equations
Partial Dierential Equations Linear P.D.Es. contains no owers roducts o the deendent variables / an o its derivatives can occasionall be solved. Consider eamle ( ) a (sometimes written as a ) we can integrate
TMA4115 Matematikk 3
TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet
DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.
DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec
SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018
Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals
6.1. Dirac Equation. Hamiltonian. Dirac Eq.
6.1. Dirac Equation Ref: M.Kaku, Quantum Field Theory, Oxford Univ Press (1993) η μν = η μν = diag(1, -1, -1, -1) p 0 = p 0 p = p i = -p i p μ p μ = p 0 p 0 + p i p i = E c 2 - p 2 = (m c) 2 H = c p 2
Tridiagonal matrices. Gérard MEURANT. October, 2008
Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,
Pg The perimeter is P = 3x The area of a triangle is. where b is the base, h is the height. In our case b = x, then the area is
Pg. 9. The perimeter is P = The area of a triangle is A = bh where b is the base, h is the height 0 h= btan 60 = b = b In our case b =, then the area is A = = 0. By Pythagorean theorem a + a = d a a =
Variational Wavefunction for the Helium Atom
Technische Universität Graz Institut für Festkörperphysik Student project Variational Wavefunction for the Helium Atom Molecular and Solid State Physics 53. submitted on: 3. November 9 by: Markus Krammer
Chapter 6: Systems of Linear Differential. be continuous functions on the interval
Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations
Differentiation exercise show differential equation
Differentiation exercise show differential equation 1. If y x sin 2x, prove that x d2 y 2 2 + 2y x + 4xy 0 y x sin 2x sin 2x + 2x cos 2x 2 2cos 2x + (2 cos 2x 4x sin 2x) x d2 y 2 2 + 2y x + 4xy (2x cos
Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ.
Chemistry 362 Dr Jean M Standard Problem Set 9 Solutions The ˆ L 2 operator is defined as Verify that the angular wavefunction Y θ,φ) Also verify that the eigenvalue is given by 2! 2 & L ˆ 2! 2 2 θ 2 +
Overview. Transition Semantics. Configurations and the transition relation. Executions and computation
Overview Transition Semantics Configurations and the transition relation Executions and computation Inference rules for small-step structural operational semantics for the simple imperative language Transition
Problem 1.1 For y = a + bx, y = 4 when x = 0, hence a = 4. When x increases by 4, y increases by 4b, hence b = 5 and y = 4 + 5x.
Appendix B: Solutions to Problems Problem 1.1 For y a + bx, y 4 when x, hence a 4. When x increases by 4, y increases by 4b, hence b 5 and y 4 + 5x. Problem 1. The plus sign indicates that y increases
2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.
EAMCET-. THEORY OF EQUATIONS PREVIOUS EAMCET Bits. Each of the roots of the equation x 6x + 6x 5= are increased by k so that the new transformed equation does not contain term. Then k =... - 4. - Sol.
Solution to Review Problems for Midterm III
Solution to Review Problems for Mierm III Mierm III: Friday, November 19 in class Topics:.8-.11, 4.1,4. 1. Find the derivative of the following functions and simplify your answers. (a) x(ln(4x)) +ln(5
Similarly, we may define hyperbolic functions cosh α and sinh α from the unit hyperbola
Universit of Hperbolic Functions The trigonometric functions cos α an cos α are efine using the unit circle + b measuring the istance α in the counter-clockwise irection along the circumference of the
Appendix to On the stability of a compressible axisymmetric rotating flow in a pipe. By Z. Rusak & J. H. Lee
Appendi to On the stability of a compressible aisymmetric rotating flow in a pipe By Z. Rusak & J. H. Lee Journal of Fluid Mechanics, vol. 5 4, pp. 5 4 This material has not been copy-edited or typeset
Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013
Notes on Average Scattering imes and Hall Factors Jesse Maassen and Mar Lundstrom Purdue University November 5, 13 I. Introduction 1 II. Solution of the BE 1 III. Exercises: Woring out average scattering
Math 6 SL Probability Distributions Practice Test Mark Scheme
Math 6 SL Probability Distributions Practice Test Mark Scheme. (a) Note: Award A for vertical line to right of mean, A for shading to right of their vertical line. AA N (b) evidence of recognizing symmetry
ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?
Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least
Review Test 3. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.
Review Test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the exact value of the expression. 1) sin - 11π 1 1) + - + - - ) sin 11π 1 ) ( -
Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit
Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal
DiracDelta. Notations. Primary definition. Specific values. General characteristics. Traditional name. Traditional notation
DiracDelta Notations Traditional name Dirac delta function Traditional notation x Mathematica StandardForm notation DiracDeltax Primary definition 4.03.02.000.0 x Π lim ε ; x ε0 x 2 2 ε Specific values
4.6 Autoregressive Moving Average Model ARMA(1,1)
84 CHAPTER 4. STATIONARY TS MODELS 4.6 Autoregressive Moving Average Model ARMA(,) This section is an introduction to a wide class of models ARMA(p,q) which we will consider in more detail later in this
Fractional Colorings and Zykov Products of graphs
Fractional Colorings and Zykov Products of graphs Who? Nichole Schimanski When? July 27, 2011 Graphs A graph, G, consists of a vertex set, V (G), and an edge set, E(G). V (G) is any finite set E(G) is
Trigonometry 1.TRIGONOMETRIC RATIOS
Trigonometry.TRIGONOMETRIC RATIOS. If a ray OP makes an angle with the positive direction of X-axis then y x i) Sin ii) cos r r iii) tan x y (x 0) iv) cot y x (y 0) y P v) sec x r (x 0) vi) cosec y r (y
is like multiplying by the conversion factor of. Dividing by 2π gives you the
Chapter Graphs of Trigonometric Functions Answer Ke. Radian Measure Answers. π. π. π. π. 7π. π 7. 70 8. 9. 0 0. 0. 00. 80. Multipling b π π is like multipling b the conversion factor of. Dividing b 0 gives
C.S. 430 Assignment 6, Sample Solutions
C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order
Figure A.2: MPC and MPCP Age Profiles (estimating ρ, ρ = 2, φ = 0.03)..
Supplemental Material (not for publication) Persistent vs. Permanent Income Shocks in the Buffer-Stock Model Jeppe Druedahl Thomas H. Jørgensen May, A Additional Figures and Tables Figure A.: Wealth and
University of Illinois at Urbana-Champaign ECE 310: Digital Signal Processing
University of Illinois at Urbana-Champaign ECE : Digital Signal Processing Chandra Radhakrishnan PROBLEM SET : SOLUTIONS Peter Kairouz Problem Solution:. ( 5 ) + (5 6 ) + ( ) cos(5 ) + 5cos( 6 ) + cos(
Εγκατάσταση λογισμικού και αναβάθμιση συσκευής Device software installation and software upgrade
Για να ελέγξετε το λογισμικό που έχει τώρα η συσκευή κάντε κλικ Menu > Options > Device > About Device Versions. Στο πιο κάτω παράδειγμα η συσκευή έχει έκδοση λογισμικού 6.0.0.546 με πλατφόρμα 6.6.0.207.
- 1+x 2 - x 3 + 7x4. 40 + 127x8. 12 - x5 4 + 31x6. 360 - x 7. - 1+x 2 - x 3 - -
a.bergara@ehu.es - 1 x 2 - - - - - - - Ο - 1x 2 - x 3 - - - - - - 1 x 2 - x 3 7 x4 12-1x 2 - x 3 7x4 12 - x5 4 31x6 360 - x 7 40 127x8 20160 - - - Ο clear; % Coefficients of the equation: a x'b x c
Problem 7.19 Ignoring reflection at the air soil boundary, if the amplitude of a 3-GHz incident wave is 10 V/m at the surface of a wet soil medium, at what depth will it be down to 1 mv/m? Wet soil is
EE101: Resonance in RLC circuits
EE11: Resonance in RLC circuits M. B. Patil mbatil@ee.iitb.ac.in www.ee.iitb.ac.in/~sequel Deartment of Electrical Engineering Indian Institute of Technology Bombay I V R V L V C I = I m = R + jωl + 1/jωC
1. (a) (5 points) Find the unit tangent and unit normal vectors T and N to the curve. r(t) = 3cost, 4t, 3sint
1. a) 5 points) Find the unit tangent and unit normal vectors T and N to the curve at the point P, π, rt) cost, t, sint ). b) 5 points) Find curvature of the curve at the point P. Solution: a) r t) sint,,
Section 8.2 Graphs of Polar Equations
Section 8. Graphs of Polar Equations Graphing Polar Equations The graph of a polar equation r = f(θ), or more generally F(r,θ) = 0, consists of all points P that have at least one polar representation
Notes on the Open Economy
Notes on the Open Econom Ben J. Heijdra Universit of Groningen April 24 Introduction In this note we stud the two-countr model of Table.4 in more detail. restated here for convenience. The model is Table.4.
On the Galois Group of Linear Difference-Differential Equations
On the Galois Group of Linear Difference-Differential Equations Ruyong Feng KLMM, Chinese Academy of Sciences, China Ruyong Feng (KLMM, CAS) Galois Group 1 / 19 Contents 1 Basic Notations and Concepts
Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) =
Mock Eam 7 Mock Eam 7 Section A. Reference: HKDSE Math M 0 Q (a) ( + k) n nn ( )( k) + nk ( ) + + nn ( ) k + nk + + + A nk... () nn ( ) k... () From (), k...() n Substituting () into (), nn ( ) n 76n 76n
2. Μηχανικό Μαύρο Κουτί: κύλινδρος με μια μπάλα μέσα σε αυτόν.
Experiental Copetition: 14 July 011 Proble Page 1 of. Μηχανικό Μαύρο Κουτί: κύλινδρος με μια μπάλα μέσα σε αυτόν. Ένα μικρό σωματίδιο μάζας (μπάλα) βρίσκεται σε σταθερή απόσταση z από το πάνω μέρος ενός
상대론적고에너지중이온충돌에서 제트입자와관련된제동복사 박가영 인하대학교 윤진희교수님, 권민정교수님
상대론적고에너지중이온충돌에서 제트입자와관련된제동복사 박가영 인하대학교 윤진희교수님, 권민정교수님 Motivation Bremsstrahlung is a major rocess losing energies while jet articles get through the medium. BUT it should be quite different from low energy
Strain gauge and rosettes
Strain gauge and rosettes Introduction A strain gauge is a device which is used to measure strain (deformation) on an object subjected to forces. Strain can be measured using various types of devices classified