Solutions Ph 236a Week 5

Μέγεθος: px
Εμφάνιση ξεκινά από τη σελίδα:

Download "Solutions Ph 236a Week 5"

Transcript

1 Solutions Ph 236a Week 5 Page 1 of 10 Solutions Ph 236a Week 5 Kevin Barkett, Jonas Lippuner, and Mark Scheel October 28, 2015 Contents Problem Part (a Part (b Part (c Part (d Part (e Problem Part (a Part (b Part (c Part (d Part (e Problem Part (a Part (b Problem Part (a Part (b Problem

2 Solutions Ph 236a Week 5 Page 2 of 10 Part (a In Homework 2 we found that Problem 1 e r = r = sin θ cos φ e x + sin θ sin φ e y + cos θ e z e θ = θ = r cos θ cos φ e x + r cos θ sin φ e y r sin θ e z, e φ = φ = r sin θ sin φ e x + r sin θ cos φ e y, (1.1 and the metric for these basis vectors is g ij = 0 r 2 0. ( r 2 sin 2 θ by Since ( e r, e θ, e φ is a coordinate basis, the connection coefficients are given Γ i jk = 1 2 gil (g jl,k + g lk,j g jk,l. (1.3 We use Mathematica to do all the tedious calculations. vector of variable x, the metric g, and its inverse ginv. First we define the x = {r, t, p} g = {{1, 0, 0}, {0, r^2, 0}, {0, 0, r^2 Sin[t]^2}} ginv = Inverse[g] Then we define the function ConCoef that calculates Γ i jk according to (1.3. ConCoef[i_, j_, k_] := 1/2 Sum[gInv[[i, l]](d[g[[j, l]], x[[k]]] + D[g[[l, k]], x[[j]]] - D[g[[j, k]], x[[l]]], {l, 1, 3}] We then evaluate Γ i jk with the Table function. Table[ConCoef[1, j, k], {j, 1, 3}, {k, 1, 3}] // MatrixForm Table[ConCoef[2, j, k], {j, 1, 3}, {k, 1, 3}] // MatrixForm Table[ConCoef[3, j, k], {j, 1, 3}, {k, 1, 3}] // MatrixForm

3 Solutions Ph 236a Week 5 Page 3 of 10 We find that the only non-zero connection coefficients are Γ r θθ = r, Γ r φφ = r sin 2 θ, Γ θ rθ = Γ θ θr = 1 r, Γ θ φφ = sin θ cos θ, Γ φ rφ = Γφ φr = 1 r, Γ φ θφ = Γφ φθ = cot θ. (1.4 Part (b Since g ij = δ ij in an orthonormal basis, all the metric derivatives are 0 and so the connection coefficients are given by Γîĵˆk = 1 2 gîˆl(cˆlĵˆk + cˆlˆkĵ c ĵˆkˆl = 1 + c 2 (cîĵˆk cîˆkĵ î ĵˆk = 1 ˆk (c + c ĵ 2 îĵ c î, (1.5 îˆk ĵˆk since gîĵ = δ îĵ and so we can raise and lower indices as we please. In Homework 4 we found that the only non-zero commutation coefficients are c ˆr ˆθ ˆθ = c = 1 ˆθ r, ˆφ ˆθˆr c ˆr ˆφ = c ˆφ = 1 ˆφˆr r, ˆφ cˆθ ˆφ = c ˆφ We enter this information in Mathematica as c. ˆφˆθ = cos θ r sin θ. (1.6 c = {{{0, 0, 0}, {0, -1/r, 0}, {0, 0, -1/r}}, {{0, 1/r, 0}, {0, 0, 0}, {0, 0, -Cos[t]/(r Sin[t]}}, {{0, 0, 1/r}, {0, 0, Cos[t]/(r Sin[t]}, {0, 0, 0}}} And we compute the connection coefficients as follows. ConCoef[i_, j_, k_] := 1/2 (c[[i, j, k]] + c[[i, k, j]] - c[[j, k, i]] Table[ConCoef[1, j, k], {j, 1, 3}, {k, 1, 3}] // MatrixForm Table[ConCoef[2, j, k], {j, 1, 3}, {k, 1, 3}] // MatrixForm Table[ConCoef[3, j, k], {j, 1, 3}, {k, 1, 3}] // MatrixForm

4 Solutions Ph 236a Week 5 Page 4 of 10 We find that the only non-zero connection coefficients are Part (c Recall that we have Γˆr ˆθ ˆθ = Γˆr ˆφ ˆφ = 1 r, Γˆθˆr ˆθ = 1 r, Γˆθ ˆφ = cot θ, ˆφ r Γ ˆφˆr ˆφ = 1 r, Γ ˆφ ˆθ cot θ =. (1.7 ˆφ r A k ;k = A k,k + Γ k ika i. (1.8 In the Cartesian coordinate basis we have Γ i jk = 0 and so Ak ;k = Ak,k = ka k. In the basis ( e r, e θ, e φ we use the connection coefficients we have found in (1.4 to find ( A k ;k = Ar r + Aθ θ + Aφ φ + Ar r A θ ( cot θ r + A φ ( = Ar r + Aθ θ + Aφ φ + 2 r Ar + cot θ A θ = 1 r 2 r ( r 2 A r + 1 sin θ ( sin θ A θ + Aφ θ φ. (1.9 Finally, in the basis ( eˆr, eˆθ, e ˆφ we use the connection coefficients we have found in (1.7 and obtain Aˆk Aˆr = ;ˆk r + 1 Aˆθ r θ + 1 A ˆφ ( r sin θ φ + Aˆr r + 1 ( + Aˆθ cot θ r r + A ˆφ ( Aˆr = r + 1 Aˆθ r θ + 1 A ˆφ r sin θ = 1 ( r 2 Aˆr r r r sin θ φ + 2 Aˆr + cot θ Aˆθ r r ( sin θ Aˆθ + 1 A ˆφ r sin θ φ, (1.10 θ which is the familiar divergence in spherical coordinates from (e.g. Jackson. Note that electromagnetism textbooks use an orthonormal basis, not a coordinate basis, for spherical (and cylindrical coordinates!

5 Solutions Ph 236a Week 5 Page 5 of 10 Part (d Note that det g = r 4 sin 2 θ. If we take ɛ ijk = aˆɛ ijk, (1.11 where +1 if (i, j, k is an even permutation of (1,2,3, ˆɛ ijk = 1 if (i, j, k is an odd permutation of (1,2,3, 0 otherwise (1.12 is the Levi-Civita tensor in the Cartesian coordinate basis ( e x, e y, e z. Note that since we are in 3-dimensional space and there are no minus signs in the metric, we do not pick up a minus sign when changing all covariant indices to contravariant ones. We find We want ɛ 123 = g 1i g 2j g 3k ɛ ijk = r 4 sin 2 θ aˆɛ 123 = r 4 sin 2 θ a. (1.13 ɛ 123 = + det g = r 2 sin θ, (1.14 so it follows that a = 1/(r 2 sin θ and we have + 1 r 2 if (i, j, k is an even permutation of (1,2,3, sin θ ɛ ijk = 1 r 2 if (i, j, k is an odd permutation of (1,2,3, sin θ 0 otherwise. (1.15 Part (e We have (curl A i = ɛ ijk A k;j = ɛ ijk ( A k,j Γ l kja l = ɛ ijk A k,j ɛ ijk Γ l kja l. (1.16 Note that in the basis ( e r, e θ, e φ, the connection coefficients are symmetric in the last two indices and thus the second term above vanishes, because it is a contraction of an anti-symmetric with a symmetric object. Thus for the basis ( e r, e θ, e φ we find (curl A r = (curl A θ = (curl A φ = ( 1 Aφ r 2 sin θ θ ( Ar 1 r 2 sin θ 1 r 2 sin θ A θ, φ φ A φ, r ( Aθ r A r θ. (1.17

6 Solutions Ph 236a Week 5 Page 6 of 10 In the basis ( eˆr, eˆθ, e ˆφ the connection coefficients are not symmetric in the last two indices and so we the second term in (1.16 does not vanish. Also note that the Levi-Civita tensor in the basis ( eˆr, eˆθ, e ˆφ is the same as in 3- dimensional Cartesian coordinates, because the metric is the identity. Thus we find (curl Aˆr = 1 r A ˆφ = 1 r sin θ (curl Aˆθ = 1 r sin θ = 1 r θ 1 r sin θ Aˆθ φ + cot θ r ( θ (sin θ A ˆφ Aˆθ φ Aˆr φ A ˆφ r 1 r A ˆφ, ( 1 Aˆr sin θ φ r (ra ˆφ Aˆr (curl A ˆφ = Aˆθ r 1 r θ + 1 r Aˆθ = 1 ( r r (raˆθ Aˆr, (1.18 θ which is the usual curl in spherical coordinates found in electromagnetism textbooks (these textbooks, as we see, use an orthonormal basis and not a coordinate basis. A ˆφ, Problem 2 Part (a First note that from the notes that g λµ,γ = Λ λµγ + Γ µλγ. So then we can write g α,γ = g λµ,γ g µ g λα = (Γ λµγ + Γ µλγ g µ g λα = Γ α µγg µ Γ λγ gλα (2.1 Part (b In coordinate frame, Γ µ α = 1 2 gµν (g να, + g ν,α g α,ν. in the case where α = µ as in this problem, then the last two terms will cancel, leaving Γ α α = 1 2 gαν g να,. From the previous set, we have that g, g = gαν g να, so then Γ α α = 1 g, 2 g = 1 ( 2 (log( g, = log( g 1 2 (2.2,

7 Solutions Ph 236a Week 5 Page 7 of 10 Part (c We will use the results from parts (a and (b above. g µν Γ α µν = g α, Γ λ gλα = g α, (log( g 1 2 ( = g αν,ν log( g 1 2 g λα,λ g να,ν by part (a by part (b relabeling indices = g αν,ν ( g 1 2,ν g αν ( g 1 2 = 1 (g αν ( g 1 ( g 1 2,ν (2.3 2 Part (d Again, we will use the result from part (b to find A α ;α =A α,α + Γ α αa =A α,α + 1 (( g 1 ( g 1 2, A 2 = 1 (( g 1 ( g 1 2 A α,α (2.4 2 Part (e Start with the definition of the Levi-Civita tensor as ɛ µνρσ = gˆɛ µνρσ where we know that ˆɛ 0123 = 1 and each permutation results in a sign change. Now let us expand out the covariant derivative and use the fact that for coordinate basis that Γ α γ = Γα γ so that ɛ µνρσ;α = ( gˆɛ µνρσ,α Γ µα gˆɛνρσ Γ να gˆɛµρσ Γ ρα gˆɛµνσ Γ σα gˆɛµνρ (2.5 First treat the case where µ, ν, ρ, σ are not all unique. Then the first term in Eq. (2.5 vanishes. But what about the other terms? Suppose µ = ν. Then the last two terms of Eq. (2.5 vanish individually because of the antisymmetry of Levi-Civita, and the remaining terms can be written Γ µα gˆɛνρσ + Γ να gˆɛµρσ, (2.6 which is antisymmetric in µ and ν, and thus vanishes when µ = ν. Therefore ɛ µνρσ;α = 0 if µ = ν. The same argument can be used if any of the components are equal, and shows that ɛ µνρσ;α = 0 if µ, ν, ρ, σ are not all unique.

8 Solutions Ph 236a Week 5 Page 8 of 10 So now consider the case where µ, ν, ρ, σ are all unique. Examine the first connection term in Eq. (2.5: Γ µα gˆɛνρσ. The only value for that can make a nonzero contribution to this term is = µ, since any other value would result in a duplicated index in the Levi-Civita tensor. So then this term becomes Γ µ µα gˆɛµνρσ (where there is no sum on the µ index. Similarly, the second connection term is Γ ν να gˆɛµνρσ (where there is no sum on the ν index, and so on. Summing the four connection terms therefore yields Γ α gˆɛµνρσ (where there is a sum on. Therefore, for µ, ν, ρ, σ all unique, ɛ µνρσ;α = ( ( g,α Γ α From above in part (b, we can use Γ α = ( log( g ( 1 2 and then the equation reduces to ɛ µνρσ;α = g ˆɛ µνρσ (2.7,α ( ( ( g,α log( g ( 1 2 g ˆɛ µνρσ = 0 (2.8,α Part (a Problem 3 To write out the components of u ũ = 0, use the property of taking the covariant derivative on a lower index, u ũ = 0 =u α u ;α =u α (u,α Γ γ α u γ = du dλ Γγ α u γu α = 0 (3.1 which is the parallel transport equation for ũ. Part (b To show this is equivalent to the geodesic equation for vector components, start with the 1-form geodesic equation and manipulate it into the form of the vector geodesic equation we are given. Specfically, du µ g µ dλ Γ γ α u γu α = duµ dλ g µ + u µ u ν g µ,ν Γ γ α u γu α = = duµ dλ g µ + u µ u ν (Γ µν + Γ µν Γ γ α u γu α = = duµ dλ g µ + u µ u ν (g µδ Γ δ ν + g δ Γ δ µν Γ γ α u γu α = duµ dλ g µ + u δ u ν Γ δ ν + u µ u ν g δ Γ δ µν Γ γ α u γu α (3.2

9 Solutions Ph 236a Week 5 Page 9 of 10 where in going from line 1 to line 2 the relation g µ,ν = Γ µν + Γ µν was used and then the definition of Γ µν = g µδ Γ δ ν was used to get to line 3. On the last line of the equation above, note that the second and last terms cancel after a relabeling of indicies. After that, what s left is du µ dλ g µ + u µ u ν g δ Γ δ µν = duµ dλ g µ + g µ Γ µ γαu γ u α =g µ ( du µ dλ + Γµ γαu γ u α =0 (3.3 as the equation in the parenthesis is simply the the geodesic equation for vectors. Note that the geodesic equation for vectors is not just the naively raised geodesic equation for 1-forms. Part (a Problem 4 A geodesic with tangent vector u is spacelike, timelike or null according to whether u u is > 0, < 0, = 0. But u u is conserved along the geodesic since u ( u u = 2 u u u = 0 since the geodesic equation is u u = 0. Part (b The general case gives Euler-Lagrange equation, using the definitions of F, y and ẋ in the problem statement 0 = F x d F ds ẋ = F y y x d ( F y ds y ẋ = F y y x y ( d F ẋ ds y F y d ds ( y ẋ Now the partial can be reexpressed in the following manner ( ( d F = ds y s + y s y + x s x + ẋ ( F = 2 F y s ẋ y y 2 s (4.1 (4.2 where the fact that F (y only explicitly depends on y to produce the last equality. Then the Euler-Lagrange equation can be simplified as y 2 F y ẋ y 2 s + F [ y y x d ( ] y = 0 (4.3 ds ẋ

10 Solutions Ph 236a Week 5 Page 10 of 10 Now, because s is an affine parameter y s = 0 and since F is a monotonic function of y, its derivative is nonzero, or F y 0. The equation then becomes 0 = y 2 [ F F y (0 + ẋ y2 y x d ( ] y ds ẋ = F y 0 = y x d ds [ y x d ( ] y ds ẋ ( y ẋ which gives the Euler-Lagrange equation for geodesics we are looking for. (4.4 Problem 5 Let v α = S α γ M γ, then the left-hand side is (S α γ M γ ;α = v α ;α = v α,α + Γ α µαv µ = (S α γ M γ,α + Γ α µαs µ γ M γ = S α γ,αm γ Expanding the right-hand side yields S α γ;αm γ + Sα γ M γ ;α + Sα γ M γ,α + Γα µαs µ γ M γ. (5.1 = M γ (Sα γ,α + Γ α µαs µ γ + Γ ναs αν γ Γ λ γαs α λ + S α γ (M γ,α Γδ αm γ δ + Γ γ ɛαm ɛ = S α γ,αm γ + Sα γ M γ,α + Γα µαs µ γ M γ + (Γ ναs αν γ M γ + ( Γ λ γαs α λ M γ = S α γ,αm γ Γδ αs α γ M γ δ + Γγ ɛαs α γ M ɛ + Sα γ M γ,α + Γα µαs µ γ M γ + (0 + (0, (5.2 since the terms inside the parenthesis exactly cancel because all indices are dummy indices. Thus we have shown that (S α γ M γ ;α = S α γ;αm γ + Sα γ M γ ;α. (5.3

Tutorial problem set 6,

Tutorial problem set 6, GENERAL RELATIVITY Tutorial problem set 6, 01.11.2013. SOLUTIONS PROBLEM 1 Killing vectors. a Show that the commutator of two Killing vectors is a Killing vector. Show that a linear combination with constant

Διαβάστε περισσότερα

Math221: HW# 1 solutions

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

Διαβάστε περισσότερα

Geodesic Equations for the Wormhole Metric

Geodesic Equations for the Wormhole Metric Geodesic Equations for the Wormhole Metric Dr R Herman Physics & Physical Oceanography, UNCW February 14, 2018 The Wormhole Metric Morris and Thorne wormhole metric: [M S Morris, K S Thorne, Wormholes

Διαβάστε περισσότερα

Section 7.6 Double and Half Angle Formulas

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(θ + θ)

Διαβάστε περισσότερα

2 Composition. Invertible Mappings

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,

Διαβάστε περισσότερα

Section 8.3 Trigonometric Equations

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.

Διαβάστε περισσότερα

Srednicki Chapter 55

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

Διαβάστε περισσότερα

derivation of the Laplacian from rectangular to spherical coordinates

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

Διαβάστε περισσότερα

3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β

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

Διαβάστε περισσότερα

6.1. Dirac Equation. Hamiltonian. Dirac Eq.

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

Διαβάστε περισσότερα

CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS

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) =

Διαβάστε περισσότερα

Solutions to Exercise Sheet 5

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

Διαβάστε περισσότερα

HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:

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

Διαβάστε περισσότερα

Example Sheet 3 Solutions

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

Διαβάστε περισσότερα

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)

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

Διαβάστε περισσότερα

EE512: Error Control Coding

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

Διαβάστε περισσότερα

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θ.

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 +

Διαβάστε περισσότερα

forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with

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

Διαβάστε περισσότερα

b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!

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.

Διαβάστε περισσότερα

Solutions Ph 236a Week 4

Solutions Ph 236a Week 4 Solutions Ph 236a Week 4 Page 1 of 13 Solutions Ph 236a Week 4 Kevin Barkett, Jonas Lippuner, and Mark Scheel October 30, 2015 Contents Problem 1................................... 2 Part a...................................

Διαβάστε περισσότερα

The Simply Typed Lambda Calculus

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

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

Διαβάστε περισσότερα

Parallel transport and geodesics

Parallel transport and geodesics Parallel transport and geodesics February 4, 3 Parallel transport Before defining a general notion of curvature for an arbitrary space, we need to know how to compare vectors at different positions on

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

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

Διαβάστε περισσότερα

1 String with massive end-points

1 String with massive end-points 1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε

Διαβάστε περισσότερα

Homework 8 Model Solution Section

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

Διαβάστε περισσότερα

Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)

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

Διαβάστε περισσότερα

CRASH COURSE IN PRECALCULUS

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

Διαβάστε περισσότερα

Statistical Inference I Locally most powerful tests

Statistical Inference I Locally most powerful tests Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided

Διαβάστε περισσότερα

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 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

Διαβάστε περισσότερα

Approximation of distance between locations on earth given by latitude and longitude

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

Διαβάστε περισσότερα

C.S. 430 Assignment 6, Sample Solutions

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

Διαβάστε περισσότερα

9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr

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

Διαβάστε περισσότερα

Finite Field Problems: Solutions

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

Διαβάστε περισσότερα

ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?

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

Διαβάστε περισσότερα

4.6 Autoregressive Moving Average Model ARMA(1,1)

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

Διαβάστε περισσότερα

SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions

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)

Διαβάστε περισσότερα

Homework 3 Solutions

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

Διαβάστε περισσότερα

Areas and Lengths in Polar Coordinates

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

Διαβάστε περισσότερα

Second Order Partial Differential Equations

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

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

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

Διαβάστε περισσότερα

6.3 Forecasting ARMA processes

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

Διαβάστε περισσότερα

ECE Spring Prof. David R. Jackson ECE Dept. Notes 2

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 = =

Διαβάστε περισσότερα

Matrices and Determinants

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

Διαβάστε περισσότερα

Orbital angular momentum and the spherical harmonics

Orbital angular momentum and the spherical harmonics Orbital angular momentum and the spherical harmonics March 8, 03 Orbital angular momentum We compare our result on representations of rotations with our previous experience of angular momentum, defined

Διαβάστε περισσότερα

Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.

Απόκριση σε Μοναδιαία Ωστική Δύναμη (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

Διαβάστε περισσότερα

PARTIAL NOTES for 6.1 Trigonometric Identities

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

Διαβάστε περισσότερα

Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1

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

Διαβάστε περισσότερα

Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.

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

Διαβάστε περισσότερα

DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.

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

Διαβάστε περισσότερα

Concrete Mathematics Exercises from 30 September 2016

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)

Διαβάστε περισσότερα

Section 9.2 Polar Equations and Graphs

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

Διαβάστε περισσότερα

Parametrized Surfaces

Parametrized Surfaces Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some

Διαβάστε περισσότερα

Partial Differential Equations in Biology The boundary element method. March 26, 2013

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

Διαβάστε περισσότερα

( y) Partial Differential Equations

( 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

Διαβάστε περισσότερα

PHYS606: Electrodynamics Feb. 01, Homework 1. A νµ = L ν α L µ β A αβ = L ν α L µ β A βα. = L µ β L ν α A βα = A µν (3)

PHYS606: Electrodynamics Feb. 01, Homework 1. A νµ = L ν α L µ β A αβ = L ν α L µ β A βα. = L µ β L ν α A βα = A µν (3) PHYS606: Electrodynamics Feb. 01, 2011 Instructor: Dr. Paulo Bedaque Homework 1 Submitted by: Vivek Saxena Problem 1 Under a Lorentz transformation L µ ν, a rank-2 covariant tensor transforms as A µν A

Διαβάστε περισσότερα

Higher Derivative Gravity Theories

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)

Διαβάστε περισσότερα

Tridiagonal matrices. Gérard MEURANT. October, 2008

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,...,

Διαβάστε περισσότερα

ST5224: Advanced Statistical Theory II

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

Διαβάστε περισσότερα

Other Test Constructions: Likelihood Ratio & Bayes Tests

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 :

Διαβάστε περισσότερα

w o = R 1 p. (1) R = p =. = 1

w o = R 1 p. (1) R = p =. = 1 Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:

Διαβάστε περισσότερα

D Alembert s Solution to the Wave Equation

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

Διαβάστε περισσότερα

Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013

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

Διαβάστε περισσότερα

Solutions Ph 236a Week 8

Solutions Ph 236a Week 8 Solutions Ph 236a Week 8 Page 1 of 9 Solutions Ph 236a Week 8 Kevin Barkett, Jonas Lippuner, and Mark Scheel December 1, 2015 Contents Problem 1................................... 2...................................

Διαβάστε περισσότερα

Numerical Analysis FMN011

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) =

Διαβάστε περισσότερα

Second Order RLC Filters

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

Διαβάστε περισσότερα

Symmetry. March 31, 2013

Symmetry. March 31, 2013 Symmetry March 3, 203 The Lie Derivative With or without the covariant derivative, which requires a connection on all of spacetime, there is another sort of derivation called the Lie derivative, which

Διαβάστε περισσότερα

( ) 2 and compare to M.

( ) 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

Διαβάστε περισσότερα

Geometry of the 2-sphere

Geometry of the 2-sphere Geometry of the 2-sphere October 28, 2 The metric The easiest way to find the metric of the 2-sphere (or the sphere in any dimension is to picture it as embedded in one higher dimension of Euclidean space,

Διαβάστε περισσότερα

Inverse trigonometric functions & General Solution of Trigonometric Equations. ------------------ ----------------------------- -----------------

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

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2

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

Διαβάστε περισσότερα

Integrals in cylindrical, spherical coordinates (Sect. 15.7)

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.

Διαβάστε περισσότερα

Variational Wavefunction for the Helium Atom

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

Διαβάστε περισσότερα

2. THEORY OF EQUATIONS. PREVIOUS EAMCET Bits.

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.

Διαβάστε περισσότερα

Lecture 15 - Root System Axiomatics

Lecture 15 - Root System Axiomatics Lecture 15 - Root System Axiomatics Nov 1, 01 In this lecture we examine root systems from an axiomatic point of view. 1 Reflections If v R n, then it determines a hyperplane, denoted P v, through the

Διαβάστε περισσότερα

Problem 3.1 Vector A starts at point (1, 1, 3) and ends at point (2, 1,0). Find a unit vector in the direction of A. Solution: A = 1+9 = 3.

Problem 3.1 Vector A starts at point (1, 1, 3) and ends at point (2, 1,0). Find a unit vector in the direction of A. Solution: A = 1+9 = 3. Problem 3.1 Vector A starts at point (1, 1, 3) and ends at point (, 1,0). Find a unit vector in the direction of A. Solution: A = ˆx( 1)+ŷ( 1 ( 1))+ẑ(0 ( 3)) = ˆx+ẑ3, A = 1+9 = 3.16, â = A A = ˆx+ẑ3 3.16

Διαβάστε περισσότερα

If we restrict the domain of y = sin x to [ π 2, π 2

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

Διαβάστε περισσότερα

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 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 =

Διαβάστε περισσότερα

Appendix A. Curvilinear coordinates. A.1 Lamé coefficients. Consider set of equations. ξ i = ξ i (x 1,x 2,x 3 ), i = 1,2,3

Appendix A. Curvilinear coordinates. A.1 Lamé coefficients. Consider set of equations. ξ i = ξ i (x 1,x 2,x 3 ), i = 1,2,3 Appendix A Curvilinear coordinates A. Lamé coefficients Consider set of equations ξ i = ξ i x,x 2,x 3, i =,2,3 where ξ,ξ 2,ξ 3 independent, single-valued and continuous x,x 2,x 3 : coordinates of point

Διαβάστε περισσότερα

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007

ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 19/5/2007 Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Αν κάπου κάνετε κάποιες υποθέσεις να αναφερθούν στη σχετική ερώτηση. Όλα τα αρχεία που αναφέρονται στα προβλήματα βρίσκονται στον ίδιο φάκελο με το εκτελέσιμο

Διαβάστε περισσότερα

Lecture 34 Bootstrap confidence intervals

Lecture 34 Bootstrap confidence intervals Lecture 34 Bootstrap confidence intervals Confidence Intervals θ: an unknown parameter of interest We want to find limits θ and θ such that Gt = P nˆθ θ t If G 1 1 α is known, then P θ θ = P θ θ = 1 α

Διαβάστε περισσότερα

CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD

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.

Διαβάστε περισσότερα

Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics

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)

Διαβάστε περισσότερα

Written Examination. Antennas and Propagation (AA ) April 26, 2017.

Written Examination. Antennas and Propagation (AA ) April 26, 2017. Written Examination Antennas and Propagation (AA. 6-7) April 6, 7. Problem ( points) Let us consider a wire antenna as in Fig. characterized by a z-oriented linear filamentary current I(z) = I cos(kz)ẑ

Διαβάστε περισσότερα

k A = [k, k]( )[a 1, a 2 ] = [ka 1,ka 2 ] 4For the division of two intervals of confidence in R +

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

Διαβάστε περισσότερα

= {{D α, D α }, D α }. = [D α, 4iσ µ α α D α µ ] = 4iσ µ α α [Dα, D α ] µ.

= {{D α, D α }, D α }. = [D α, 4iσ µ α α D α µ ] = 4iσ µ α α [Dα, D α ] µ. PHY 396 T: SUSY Solutions for problem set #1. Problem 2(a): First of all, [D α, D 2 D α D α ] = {D α, D α }D α D α {D α, D α } = {D α, D α }D α + D α {D α, D α } (S.1) = {{D α, D α }, D α }. Second, {D

Διαβάστε περισσότερα

Homework 4 Solutions Weyl or Chiral representation for γ-matrices. Phys624 Dirac Equation Homework 4

Homework 4 Solutions Weyl or Chiral representation for γ-matrices. Phys624 Dirac Equation Homework 4 Homework 4 Solutions 4.1 - Weyl or Chiral representation for γ-matrices 4.1.1: Anti-commutation relations We can write out the γ µ matrices as where ( ) 0 σ γ µ µ = σ µ 0 σ µ = (1, σ), σ µ = (1 2, σ) The

Διαβάστε περισσότερα

Spherical Coordinates

Spherical Coordinates Spherical Coordinates MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Spherical Coordinates Another means of locating points in three-dimensional space is known as the spherical

Διαβάστε περισσότερα

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in

Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that

Διαβάστε περισσότερα

Lecture 2. Soundness and completeness of propositional logic

Lecture 2. Soundness and completeness of propositional logic Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness

Διαβάστε περισσότερα

F19MC2 Solutions 9 Complex Analysis

F19MC2 Solutions 9 Complex Analysis F9MC Solutions 9 Complex Analysis. (i) Let f(z) = eaz +z. Then f is ifferentiable except at z = ±i an so by Cauchy s Resiue Theorem e az z = πi[res(f,i)+res(f, i)]. +z C(,) Since + has zeros of orer at

Διαβάστε περισσότερα

Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit

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

Διαβάστε περισσότερα

Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1

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

Διαβάστε περισσότερα

Exercises to Statistics of Material Fatigue No. 5

Exercises to Statistics of Material Fatigue No. 5 Prof. Dr. Christine Müller Dipl.-Math. Christoph Kustosz Eercises to Statistics of Material Fatigue No. 5 E. 9 (5 a Show, that a Fisher information matri for a two dimensional parameter θ (θ,θ 2 R 2, can

Διαβάστε περισσότερα

Reminders: linear functions

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

Διαβάστε περισσότερα

Lecture 13 - Root Space Decomposition II

Lecture 13 - Root Space Decomposition II Lecture 13 - Root Space Decomposition II October 18, 2012 1 Review First let us recall the situation. Let g be a simple algebra, with maximal toral subalgebra h (which we are calling a CSA, or Cartan Subalgebra).

Διαβάστε περισσότερα

Chapter 6: Systems of Linear Differential. be continuous functions on the interval

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

Διαβάστε περισσότερα

Exercise 1.1. Verify that if we apply GS to the coordinate basis Gauss form ds 2 = E(u, v)du 2 + 2F (u, v)dudv + G(u, v)dv 2

Exercise 1.1. Verify that if we apply GS to the coordinate basis Gauss form ds 2 = E(u, v)du 2 + 2F (u, v)dudv + G(u, v)dv 2 Math 209 Riemannian Geometry Jeongmin Shon Problem. Let M 2 R 3 be embedded surface. Then the induced metric on M 2 is obtained by taking the standard inner product on R 3 and restricting it to the tangent

Διαβάστε περισσότερα

1 Lorentz transformation of the Maxwell equations

1 Lorentz transformation of the Maxwell equations 1 Lorentz transformation of the Maxwell equations 1.1 The transformations of the fields Now that we have written the Maxwell equations in covariant form, we know exactly how they transform under Lorentz

Διαβάστε περισσότερα

Every set of first-order formulas is equivalent to an independent set

Every set of first-order formulas is equivalent to an independent set Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent

Διαβάστε περισσότερα