FORSCHUNGSZENTRUM JÜLICH GmbH Zentralinstitut für Angewandte Mathematik D Jülich, Tel. (02461)
|
|
- Βηθεσδά Κρεστενίτης
- 7 χρόνια πριν
- Προβολές:
Transcript
1 FORSCHUNGSZENTRUM JÜLICH GmbH Zentralinstitut für Angewandte Mathematik D-545 Jülich, Tel. (046) Interner Bericht Calculation of Chemical Equilibrium Compositions Johannes Grotendorst, Jürgen Dornseiffer* KFA-ZAM-IB-9406 Februar 994 (Stand ) (*) Institut für Angewandte Physikalische Chemie, Forschungszentrum Jülich This worksheet will be published in a collection of application on worksheets for the next Maple release.
2
3 Calculation of Chemical Equilibrium Compositions Johannes Grotendorst Central Institute for Applied Mathematics Research Centre Juelich D-545 Juelich Germany Juergen Dornseiffer Institute for Applied Physical Chemistry Research Centre Juelich D-545 Juelich Germany The catalytic reaction between steam and hydrocarbon into mixtures of hydrogen, carbon monoxide, carbon dioxide and methane forms the basic feedstock (synthesis gas) to produce ammonia, methanol and other chemicals. For reactor design and to find the most economic reaction conditions it is necessary to study theoretically the reaction behaviour with respect to the operating parameters. In the present thermodynamic study we examine the temperature dependence of chemical compositions at equilibrium. We consider the following simple system of steam reforming reactions:. The methane-steam equality CH4 + HO <-> CO + 3H. The water-gas shift CO + HO <-> CO + H To set up a practical computation model we formulate the equilibrium condition for each separate reaction in terms of the reaction extents xi[ and xi[. If ne[j is the number of moles of chemical species B[j (j..5) present at equilibrium and n[j is the initial number of moles of that species, then > ne[j n[j+sum(alpha[j,i*xi[i, i..); ne [ j n + [ j i α [, j i [ i holds, where alpha[i,j are the stoichiometric coefficients of species B[j in each of the equations (i) [O&W, 80. The matrix of stoichiometric coefficients for these molecular mass balance equations is given by
4 > with(linalg): alpha : matrix ([[-, 0, [-, -, [, -, [3,, [0, ); Warning: new definition for norm Warning: new definition for trace α : A feed mixture of n[ moles of methane with n[ moles of steam results in the following composition of the participating components at equilibrium: > xi : vector(): print(xi); n : vector(5): for k from 3 to 5 do n[k:0 print(n); ne : add(n, multiply (alpha, xi)); [ [ [ n n [ ne : [ n - n The equilibrium constants of the reactions in terms of the partial pressures > p : vector([p[ch4, P[HO, P[CO, P[H, P[CO); p : [ P P [ HO P [ CO P [ H P [ CO are calculated by > for i from to do eqn[i : K[i Product(p[j^alpha[j,i, j..5); print("); print(value(")); K 5 j [ K [ α [ j, p [ j 3 P CO P [ H P P [ HO
5 K 5 j [ K [ α [ j, p [ j P H P [ CO P [ HO P [ CO Now, if we insert the relation p[j x[j*p, where p[j denotes the partial pressure, P the total pressure and x[j the mole fraction of chemical component B[j, then we obtain > for j from to 5 do p[j : x[j * P j: j : for i from to do print(value(eqn[i)); P [ K [ 3 x 3 x [ 4 x x [ K [ x 4 x [ 5 x x [ 3 The individual mole fractions x[j are calculated by dividing ne[j by the total number of moles. Thus, the sum over the component index should yield unity. > nsum : sum(ne[j, j..5); x : map (y -> y/nsum, ne); Sum(x[j, j..5) simplify(sum(x[j, j..5)); x : n - % nsum : n + + [ n - - % n - % 3 [ + % % % : n + + [ n 5 j x j The equilibrium mixture defined by xi[ and xi[ must simultaneously satisfy the equilibrium condition for each reaction, i.e. we have to solve the following equations for the reaction extents simultaneously: [ 3
6 > for i from to do f[i : ln(value(rhs(eqn[i))) - ln(lhs(eqn[i))0; print("); ln P 3 ( - ) ( 3 + ) - ( n - [ ) ( ) ln ( [ ) n + + n ( n - - ) ( 3 + ) ln - ( - - ) ( ) ln( K [ ) - 0 n [ [ K 0 Before solving this system of nonlinear equations we determine the temperature dependence of the constants K[ and K[. To obtain an expression for the reaction enthalpy we apply Kirchhoff s law with a polynomial ansatz for the description of the molar heat capacity. We have > diff(h[p(t), T) sum(a[j*(s*t)^j, j0..6); expand(dsolve(", H[P(T))); assign("); H ( ) T [ P T A [ 0 A s T A s T A [ 3 s 3 T 3 A [ 4 s 4 T 4 A [ 5 s 5 T 5 A [ 6 s 6 T 6 H [ P ( T) A [ 0 T + A s T + A s T 3 + A 3 s 3 T 4 + A 4 s 4 T 5 + A 5 s 5 T 6 + A 6 s 6 T 7 + _C 7 [ 3 [ 4 [ 5 [ 6 [ Here, s (0^(-3)) denotes a scaling factor of the temperature T as used in thermochemical tables. Inserting the expression for H[P(T) into the equation of van t Hoff and then integrating yields > diff(lnk[p(t),t) H[P(T) /(R*T^); expand(dsolve(", lnk[p(t))); assign("); lnk ( ) [ P T 4 A [ 6 s 6 T 6 R lnk ( ) T [ P T H [ P R T ( T) A [ 5 s 5 T 5 A [ 4 s 4 T 4 A [ 3 s 3 T R 0 R R 6 A s T A [ 0 ln( T) _C _C R R R T A s T R 4
7 The coefficients A[j are determined by the corresponding coefficients of the pure substances in each reaction [Pro, 69. > U0:matrix([[a0[CH4, a0[ho, a0[co, a0[h, a0[co, [a[ch4, a[ho, a[co, a[h, a[co, [a[ch4, a[ho, a[co, a[h, a[co, [a3[ch4, a3[ho, a3[co, a3[h, a3[co, [a4[ch4, a4[ho, a4[co, a4[h, a4[co, [a5[ch4, a5[ho, a5[co, a5[h, a5[co, [a6[ch4, a6[ho, a6[co, a6[h, a6[co); a0 [ CH4 a0 [ HO a0 [ CO a0 [ H a0 [ CO a a [ HO a [ CO a [ H a [ CO a a [ HO a [ CO a [ H a [ CO U0 : a3 a3 [ HO a3 [ CO a3 [ H a3 [ CO a4 a4 [ HO a4 [ CO a4 [ H a4 [ CO a5 a5 [ HO a5 [ CO a5 [ H a5 [ CO a6 a6 [ HO a6 [ CO a6 [ H a6 [ CO > U:subs(a0[CH , a0[ho , a0[co7.849, a0[h6.8304, a0[co , a[ch4-.47, a[ho-.5067, a[co , a[h , a[co , a[ch , a[ho , a[co7.896, a[h-0.935, a[co , a3[ch , a3[ho , a3[co , a3[h.54086, a3[co , a4[ch , a4[ho , a4[co8.8605, a4[h , a4[co , a5[ch , a5[ho , a5[co-.3489, a5[h.93395, a5[co.67, a6[ch , a6[ho , a6[co , a6[h , a6[co , eval(u0)); U :
8 > V:multiply(U,alpha); V : The integration constants _C and _C can be calculated by using special values for K[ and K[ at the temperature T98.5 Kelvin [Bar, 93. Inserting the value for the gas constant R and taking into account the conversion factor F between the unit cal (used in Prothero s termochemical table [Pro, 69) and the SI unit Joule we eventually arrive at: > R:8.34: H[:0685: H[:-465: lnk[:-57.36: lnk[:.546: s:0^(-3): F:4.868: > for i from to do for k from 0 to 6 do A[k:F*V[k+, i od; solve({h[isubs(t98.5, H[P(T))},_C); print(op("));assign("); solve({lnk[isubs(t98.5,lnk[p(t))},_c); print(op("));assign("); ln(k[i)eval(lnk[p(t)); print(");assign("); _C: _C :_C: _C : _C _C ln( K ) T T T T T T ln( T) T
9 _C _C ln( K ) T T T T T T ln( T) T Thus, the complete expressions for the reactions extents xi[ and xi[ are given by > f:lhs(f[); f:lhs(f[); f : ln f : ln P 3 ( - ) ( 3 + ) ( ) - ( ) + + n ( - - ) n [ n [ n [ T T T T T T ln( T) T ( 3 + ) ( - - ) ( ) n [ T T 5 - [ T T T T ln( T) T Next, we assume P5 bar and a steam to carbon atom ratio HO : C :, i.e. > P:5; n[:; n[:; P : 5 n : [ n : [ Now, solving the nonlinear equations for xi[ and xi[ at different values of T ( Kelvin) results in the following temperature dependence of the reaction extents and of the various mole fractions for steam, hydrogen, carbon monoxide, carbon dioxide, and methane. > for k from to do l[k:null for k from to 5 do l[k:null 7
10 > for j from 0 to 0 do T : j*0: fsolve({f, f}, {xi[, xi[}, {xi[0..., xi[ }); assign("); xit:map(eval, xi); for k from to do l[k : l[k, [T, xit[k; od; xt:map(eval, x); for k from to 5 do l[k : l[k, [T, xt[k; od; xi[: xi[ ; xi[: xi[ ; > with(plots): T: T : > pl:plot({seq([l[k, k..)}, T ): > t[:textplot([050, 0.88, xi[, alignabove): t[:textplot([950, 0.3, xi[, alignabove): t[3:textplot([030, , (Kelvin), alignbelow): > display({pl, seq(t[i, i..3)}); > pl:plot({seq([l[k, k..5), }, T ): > t[:textplot([930, 0.4, CH4, alignabove): t[:textplot([000, 0.5, HO, alignabove): t[3:textplot([040, 0.3, CO, alignabove): t[4:textplot([000, 0.555, H, alignabove): t[5:textplot([850, 0.08, CO, alignabove): t[6:textplot([000,.0, Sum of x[j, alignabove): t[7:textplot([800,.04, x[j, alignleft): t[8:textplot([030, , (Kelvin), alignbelow): 8
11 > display({pl, seq(t[i, i..8)}); References [O&W, 80 A. Ovenston and J.R. Walls, Chem. Engineering Sci. 35, , (980). [Pro, 69 A. Prothero, Comb. Flame. 3, , (969). [Bar, 93 I. Barin Thermochemical Data of Pure Substances, VCH Verlagsgesellschaft, Weinheim (993). 9
Mean bond enthalpy Standard enthalpy of formation Bond N H N N N N H O O O
Q1. (a) Explain the meaning of the terms mean bond enthalpy and standard enthalpy of formation. Mean bond enthalpy... Standard enthalpy of formation... (5) (b) Some mean bond enthalpies are given below.
DuPont Suva 95 Refrigerant
Technical Information T-95 ENG DuPont Suva refrigerants Thermodynamic Properties of DuPont Suva 95 Refrigerant (R-508B) The DuPont Oval Logo, The miracles of science, and Suva, are trademarks or registered
Technical Information T-9100 SI. Suva. refrigerants. Thermodynamic Properties of. Suva Refrigerant [R-410A (50/50)]
d Suva refrigerants Technical Information T-9100SI Thermodynamic Properties of Suva 9100 Refrigerant [R-410A (50/50)] Thermodynamic Properties of Suva 9100 Refrigerant SI Units New tables of the thermodynamic
DuPont Suva. DuPont. Thermodynamic Properties of. Refrigerant (R-410A) Technical Information. refrigerants T-410A ENG
Technical Information T-410A ENG DuPont Suva refrigerants Thermodynamic Properties of DuPont Suva 410A Refrigerant (R-410A) The DuPont Oval Logo, The miracles of science, and Suva, are trademarks or registered
2. Chemical Thermodynamics and Energetics - I
. Chemical Thermodynamics and Energetics - I 1. Given : Initial Volume ( = 5L dm 3 Final Volume (V = 10L dm 3 ext = 304 cm of Hg Work done W = ext V ext = 304 cm of Hg = 304 atm [... 76cm of Hg = 1 atm]
DuPont Suva 95 Refrigerant
Technical Information T-95 SI DuPont Suva refrigerants Thermodynamic Properties of DuPont Suva 95 Refrigerant (R-508B) The DuPont Oval Logo, The miracles of science, and Suva, are trademarks or registered
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) =
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
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 +
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)
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
DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C
DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C By Tom Irvine Email: tomirvine@aol.com August 6, 8 Introduction The obective is to derive a Miles equation which gives the overall response
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
( ) 2 and compare to M.
Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8
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
Απόκριση σε Μοναδιαία Ωστική Δύναμη (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
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) =
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
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
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
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
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
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
Other Test Constructions: Likelihood Ratio & Bayes Tests
Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :
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
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
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.
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
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,
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
Figure 1 T / K Explain, in terms of molecules, why the first part of the graph in Figure 1 is a line that slopes up from the origin.
Q1.(a) Figure 1 shows how the entropy of a molecular substance X varies with temperature. Figure 1 T / K (i) Explain, in terms of molecules, why the entropy is zero when the temperature is zero Kelvin.
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
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)
APPENDIX A. Summary of the English Engineering (EE) System of Units
Appendixes A. Summary of the English Engineering (EE) System of Units B. Summary of the International System (SI) of Units C. Friction-Factor Chart D. Oblique-Shock Charts (γ = 1.4) (Two-Dimensional) E.
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)
CE 530 Molecular Simulation
C 53 olecular Siulation Lecture Histogra Reweighting ethods David. Kofke Departent of Cheical ngineering SUNY uffalo kofke@eng.buffalo.edu Histogra Reweighting ethod to cobine results taken at different
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
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
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
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
CH 3 CH 2 COOCH 2 CH 2 CH 3 + H 2 O
Q1.An experiment was carried out to determine the equilibrium constant, K c, for the following reaction. CH 3 CH 2 COOH + CH 3 CH 2 CH 2 OH CH 3 CH 2 COOCH 2 CH 2 CH 3 + H 2 O A student added measured
Correction Table for an Alcoholometer Calibrated at 20 o C
An alcoholometer is a device that measures the concentration of ethanol in a water-ethanol mixture (often in units of %abv percent alcohol by volume). The depth to which an alcoholometer sinks in a water-ethanol
Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1
Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test
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
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
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
STEAM TABLES. Mollier Diagram
STEAM TABLES and Mollier Diagram (S.I. Units) dharm \M-therm\C-steam.pm5 CONTENTS Table No. Page No. 1. Saturated Water and Steam (Temperature) Tables I (ii) 2. Saturated Water and Steam (Pressure) Tables
SPECIAL FUNCTIONS and POLYNOMIALS
SPECIAL FUNCTIONS and POLYNOMIALS Gerard t Hooft Stefan Nobbenhuis Institute for Theoretical Physics Utrecht University, Leuvenlaan 4 3584 CC Utrecht, the Netherlands and Spinoza Institute Postbox 8.195
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
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
Testing for Indeterminacy: An Application to U.S. Monetary Policy. Technical Appendix
Testing for Indeterminacy: An Application to U.S. Monetary Policy Technical Appendix Thomas A. Lubik Department of Economics Johns Hopkins University Frank Schorfheide Department of Economics University
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.
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
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
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
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
w o = R 1 p. (1) R = p =. = 1
Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:
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
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
Enthalpy data for the reacting species are given in the table below. The activation energy decreases when the temperature is increased.
Q1.This question is about the reaction given below. O(g) + H 2O(g) O 2(g) + H 2(g) Enthalpy data for the reacting species are given in the table below. Substance O(g) H 2O(g) O 2(g) H 2(g) ΔH / kj mol
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
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(θ + θ)
ΗΜΥ 220: ΣΗΜΑΤΑ ΚΑΙ ΣΥΣΤΗΜΑΤΑ Ι Ακαδημαϊκό έτος Εαρινό Εξάμηνο Κατ οίκον εργασία αρ. 2
ΤΜΗΜΑ ΗΛΕΚΤΡΟΛΟΓΩΝ ΜΗΧΑΝΙΚΩΝ ΚΑΙ ΜΗΧΑΝΙΚΩΝ ΥΠΟΛΟΓΙΣΤΩΝ ΠΑΝΕΠΙΣΤΗΜΙΟ ΚΥΠΡΟΥ ΗΜΥ 220: ΣΗΜΑΤΑ ΚΑΙ ΣΥΣΤΗΜΑΤΑ Ι Ακαδημαϊκό έτος 2007-08 -- Εαρινό Εξάμηνο Κατ οίκον εργασία αρ. 2 Ημερομηνία Παραδόσεως: Παρασκευή
forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with
Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We
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.
If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2
Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the
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
ST5224: Advanced Statistical Theory II
ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known
[1] P Q. Fig. 3.1
1 (a) Define resistance....... [1] (b) The smallest conductor within a computer processing chip can be represented as a rectangular block that is one atom high, four atoms wide and twenty atoms long. One
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
If we restrict the domain of y = sin x to [ π 2, π 2
Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the
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
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
Space-Time Symmetries
Chapter Space-Time Symmetries In classical fiel theory any continuous symmetry of the action generates a conserve current by Noether's proceure. If the Lagrangian is not invariant but only shifts by a
Reminders: linear functions
Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U
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
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
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
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
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)
1 String with massive end-points
1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε
상대론적고에너지중이온충돌에서 제트입자와관련된제동복사 박가영 인하대학교 윤진희교수님, 권민정교수님
상대론적고에너지중이온충돌에서 제트입자와관련된제동복사 박가영 인하대학교 윤진희교수님, 권민정교수님 Motivation Bremsstrahlung is a major rocess losing energies while jet articles get through the medium. BUT it should be quite different from low energy
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
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
By R.L. Snyder (Revised March 24, 2005)
Humidity Conversion By R.L. Snyder (Revised March 24, 2005) This Web page provides the equations used to make humidity conversions and tables o saturation vapor pressure. For a pd ile o this document,
ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007
Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο
Assalamu `alaikum wr. wb.
LUMP SUM Assalamu `alaikum wr. wb. LUMP SUM Wassalamu alaikum wr. wb. Assalamu `alaikum wr. wb. LUMP SUM Wassalamu alaikum wr. wb. LUMP SUM Lump sum lump sum lump sum. lump sum fixed price lump sum lump
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,...,
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
Quadratic Expressions
Quadratic Expressions. The standard form of a quadratic equation is ax + bx + c = 0 where a, b, c R and a 0. The roots of ax + bx + c = 0 are b ± b a 4ac. 3. For the equation ax +bx+c = 0, sum of the roots
9-amino-(9-deoxy)cinchona alkaloids-derived novel chiral phase-transfer catalysts
Electronic Supplementary Material (ESI) for Organic & Biomolecular Chemistry. This journal is The Royal Society of Chemistry 2014 9-amino-(9-deoxy)cinchona alkaloids-derived novel chiral phase-transfer
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
Daewoo Technopark A-403, Dodang-dong, Wonmi-gu, Bucheon-city, Gyeonggido, Korea LM-80 Test Report
LM-80 Test Report Approved Method: Measuring Lumen Maintenance of LED Light Sources Project Number: KILT1212-U00216 Date: September 17 th, 2013 Requested by: Dongbu LED Co., Ltd 90-1, Bongmyeong-Ri, Namsa-Myeon,
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
Pof moist air and uses these properties to analyze conditions and
CHAPTER 6 PSYCHROMETRICS Composition of Dry and Moist Air... 6.1 United States Standard Atmosphere... 6.1 Thermodynamic Properties of Moist Air... 6.2 Thermodynamic Properties of Water at Saturation...
k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +
Chapter 3. Fuzzy Arithmetic 3- Fuzzy arithmetic: ~Addition(+) and subtraction (-): Let A = [a and B = [b, b in R If x [a and y [b, b than x+y [a +b +b Symbolically,we write A(+)B = [a (+)[b, b = [a +b
Empirical best prediction under area-level Poisson mixed models
Noname manuscript No. (will be inserted by the editor Empirical best prediction under area-level Poisson mixed models Miguel Boubeta María José Lombardía Domingo Morales eceived: date / Accepted: date
An experimental and theoretical study of the gas phase kinetics of atomic chlorine reactions with CH 3 NH 2, (CH 3 ) 2 NH, and (CH 3 ) 3 N
Electronic Supplementary Material (ESI) for Physical Chemistry Chemical Physics. This journal is the Owner Societies 2015 An experimental and theoretical study of the gas phase kinetics of atomic chlorine
A Note on Intuitionistic Fuzzy. Equivalence Relation
International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com
Congruence Classes of Invertible Matrices of Order 3 over F 2
International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and