19.3. Second Order ODEs. Introduction. Prerequisites. Learning Outcomes

Størrelse: px
Starte visningen fra side:

Download "19.3. Second Order ODEs. Introduction. Prerequisites. Learning Outcomes"

Transkript

1 Second Order ODEs 19.3 Introduction In this Section we start to learn how to solve second-order differential equations of a particular type: those that are linear and that have constant coefficients. Such equations are used widely in the modelling of physical phenomena, for example, in the analysis of vibrating systems, and the analysis of electrical circuits. The solution of these equations is achieved in stages. The first stage is to find what is called a complementary function. The second stage is to find a particular integral. Finally, the complementary function and the particular integral are combined to form the general solution of a second-order linear ODE Prerequisites Before starting this Section you should... Learning Outcomes After completing this Section you should be able to... 1 understand what is meant by a differential equation; (section 19.1) 2 understand complex numbers (Workbook 10) recognise a linear, constant coefficient equation understand what is meant by the terms auxiliary equation and complementary function find the complementary functions when the auxiliary equation has real, equal or complex roots

2 1. Constant coefficient equations We now proceed to study those second-order linear equations which have constant coefficients. The general form of such an equation is: a d2 y dx + bdy + cy = f(x) (1) where a, b, c are constants. The homogeneous form of (1) is a d2 y dx + bdy + cy =0 (2) The homogeneous form is found by ignoring the term which is independent of y,orits derivatives. To find the general solution of (1), it is first necessary to solve (2). The general solution of (2) is called the complementary function and will always contain two arbitrary constants. We will denote this solution by y cf. The technique for finding the complementary function is described in this section. Which of the following are constant coefficient equations? Which are homogeneous? a) dx +4dy +3y =e 2x, b) x d2 y +2y =0, dx2 c) d 2 x dt +3dx 2 dt +7x =0 d) dx +4dy +4y =0 a) is constant coefficient and is not homogeneous. b) is not constant coefficient because the coefficient of d2 y is x, avariable. The equation is homogeneous. c) is constant coefficient dx 2 and homogeneous. In this example the dependent variable is x. d) isconstant coefficient and homogeneous. What is a complementary function? A complementary function is the general solution of a homogeneous, linear differential equation HELM (VERSION 1: March 18, 2004): Workbook Level 1 2

3 2. Finding the complementary function To find the complementary function we must make use of the following property. If y 1 (x) and y 2 (x) are any two (linearly independent) solutions of a linear, homogeneous secondorder differential equation then the general solution y cf (x), is y cf (x) =Ay 1 (x)+by 2 (x) where A, B are constants. We see that the second-order linear ordinary differential equation has two arbitrary constants in its general solution. The functions y 1 (x) and y 2 (x) are linearly independent if one is not a multiple of the other. Example Verify that y 1 =e 4x and y 2 =e 2x both satisfy the constant coefficient homogeneous equation: dx 6dy +8y =0 (3) Write down the general solution of this equation. If y 1 =e 4x, differentiation yields: dy 1 dx =4e4x and similarly, 1 dx = 2 16e4x Substitution into the left hand side of (3) gives 16e 4x 6(4e 4x )+8e 4x, which equals 0, so that y 1 =e 4x is indeed a solution. Similarly if y 2 =e 2x, then dy 2 dx =2e2x and 2 dx 2 =4e2x. Substitution into the left hand side of (3) gives 4e 2x 6(2e 2x )+8e 2x, which equals 0, so that y 2 =e 2x is also a solution of quation (3). Now e 2x and e 4x are linearly independent functions. So, from the property stated above we have: as the general solution of (3). y cf (x) =Ae 4x + Be 2x Example Find values of k so that y =e kx is a solution of: dx dy 6y =0 Hence state the general solution. 3 HELM (VERSION 1: March 18, 2004): Workbook Level 1

4 As suggested we try a solution of the form y =e kx. Differentiating we find dy dx = kekx Substitution into the given equation yields: and dx 2 = k2 e kx. k 2 e kx ke kx 6e kx =0 that is (k 2 k 6)e kx =0 The only way this equation can be satisfied for all values of x is if k 2 k 6=0 that is, (k 3)(k +2)=0sothat k =3ork = 2. That is to say, if y =e kx is to be a solution of the differential equation k must be either 3 or 2. We therefore have found two solutions. y 1 (x) =e 3x and y 2 (x) =e 2x These two functions are linearly independent and therefore the general solution is y cf (x) =Ae 3x + Be 2x The equation k 2 k 6=0for determining k is called the auxiliary equation. By substituting y =e kx, find values of k so that y is a solution of dx 3dy +2y =0 Hence, write down two solutions, and the general solution of this equation. Hint: substitute y =e kx to get the auxiliary equation k 2 3k + 2=0 The auxiliary equation can be factorised as (k 1)(k 2) = 0 and so the required values of k are 1 and 2. The two solutions are y =e x and y =e 2x. The general solution is y cf (x) =Ae x + Be 2x HELM (VERSION 1: March 18, 2004): Workbook Level 1 4

5 Example Find the auxiliary equation of the differential equation: a d2 y dx + bdy + cy =0 We try a solution of the form y =e kx so that dy dx = kekx and Substitution into the given differential equation yields: dx 2 = k2 e kx. ak 2 e kx + bke kx + ce kx =0 that is (ak 2 + bk + c)e kx =0 Since this equation is to be satisfied for all values of x, then is the required auxiliary equation. ak 2 + bk + c =0 Key Point The auxiliary equation of a d2 y dx 2 + bdy dx + cy =0 is ak2 + bk + c =0 Write down, but do not solve the auxiliary equations of the following: a) dx + dy + y =0, b) y 2d +7dy 3y =0 c) 4 d2 y dx +7y =0, d) + dy =0 (a) (b) (c) (d) k 2 + k + 1=0 b)2k 2 +7k 3=0 c)4k 2 + 7=0 d)k 2 + k =0 5 HELM (VERSION 1: March 18, 2004): Workbook Level 1

6 Solving the auxiliary equation gives the values of k which we seek. Clearly the nature of the roots will depend upon the values of a, b and c. Ifb 2 > 4ac the roots will be real and distinct. The two values of k thus obtained, k 1 and k 2, will allow us to write down two independent solutions: y 1 (x) =e k 1x and y 2 (x) =e k2x, and so the general solution of the differential equation will be: y(x) =Ae k 1x + Be k 2x Key Point If the auxiliary equation has real, distinct roots k 1 and k 2, the complementary function will be: y cf (x) =Ae k 1x + Be k 2x On the other hand, if b 2 =4ac the two roots of the auxiliary equation will be equal and this method will therefore only yield one independent solution. In this case, special treatment is required. If b 2 < 4ac the two roots of the auxiliary equation will be complex, that is, k 1 and k 2 will be complex numbers. The procedure for dealing with such cases will become apparent in the following examples. Example Find the general solution of: dx +3dy 10y =0 By letting y =e kx,sothat dy dx = kekx the auxiliary equation is found to be: and dx 2 = k2 e kx k 2 +3k 10 = 0 and so (k 2)(k +5)=0 so that k =2and k = 5. Thus there exist two solutions: y 1 =e 2x and y 2 =e 5x. We can write the general solution as: y = Ae 2x + Be 5x HELM (VERSION 1: March 18, 2004): Workbook Level 1 6

7 Example Find the general solution of: +4y =0 dx2 As before, let y =e kx so that dy dx = kekx and dx 2 = k2 e kx. The auxiliary equation is easily found to be: k 2 + 4=0that is, k 2 = 4 sothat k = ±2i, that is, we have complex roots. The two independent solutions of the equation are thus y 1 (x) =e 2ix y 2 (x) =e 2ix so that the general solution can be written in the form y(x) =Ae 2ix + Be 2ix However, in cases such as this, it is usual to rewrite the solution in the following way. Recall that Euler s relations give: so that e 2ix = cos 2x +isin 2x and e 2ix = cos 2x i sin 2x y(x) =A(cos 2x +isin 2x)+B(cos 2x i sin 2x) If we now relabel the constants such that A + B = C and Ai Bi =D we can write the general solution in the form: y(x) =C cos 2x + D sin 2x Example Given ay +by +cy =0, write down the auxiliary equation. If the roots of the auxiliary equation are complex (one root will always be the complex conjugate of the other) and are denoted by k 1 = α + βi and k 2 = α βi show that the general solution is: y(x) =e αx (A cos βx + B sin βx) 7 HELM (VERSION 1: March 18, 2004): Workbook Level 1

8 Substitution of y =e kx into the differential equation yields (ak 2 + bk + c)e kx =0and so the auxiliary equation is: ak 2 + bk + c =0 If k 1 = α + βi, k 2 = α βi then the general solution is y = Ce (α+βi)x + De (α βi)x where C and D are arbitrary constants. Using the laws of indices this is rewritten as: Then, using Euler s relations, we obtain: y = Ce αx e βix + De αx e βix =e αx (Ce βix + De βix ) y = e αx (C cos βx + Ci sin βx + D cos βx Di sin βx) = e αx {(C + D) cos βx +(Ci Di) sin βx} Writing A = C + D and B = Ci Di, we find the required solution: y =e αx (A cos βx + B sin βx) Key Point If the auxiliary equation has complex roots, α+βi and α βi, then the complementary function is: y cf =e αx (A cos βx + B sin βx) Find the general solution of y +2y +4y =0. The auxiliary equation is: k 2 +2k + 4=0 HELM (VERSION 1: March 18, 2004): Workbook Level 1 8

9 The auxiliary equation has complex roots given by: k = 1 ± 3i Using the keypoint above with α = 1 and β = 3 write down the general solution: y =e x (A cos 3x + B sin 3x) Example The auxiliary equation of ay + by + cy =0isak 2 + bk + c =0. Suppose this equation has equal roots k = k 1. Verify that y = xe k 1x is a solution of the differential equation. We have: y = xe k 1x y =e k 1x (1 + k 1 x) y =e k 1x (k 2 1x +2k 1 ) Substitution into the left-hand side of the differential equation yields: e k 1x {a(k 2 1x +2k 1 )+b(1 + k 1 x)+cx} =e k 1x {(ak bk 1 + c)x +2ak 1 + b} But ak bk 1 + c =0since k 1 satisfies the auxiliary equation. Also, k 1 = b ± b 2 4ac 2a but since the roots are equal, then b 2 4ac =0hence k 1 = b/2a. So 2ak 1 + b =0. Hence e k 1x {(ak bk 1 + c)x +2ak 1 + b} =e k 1x {(0)x +0} =0.Weconclude that y = xe k 1x is a solution of ay + by + cy =0when the roots of the auxiliary equation are equal. Key Point If the auxiliary equation has two equal roots, k 1, the complementary function is: y cf =(A + Bx)e k 1x 9 HELM (VERSION 1: March 18, 2004): Workbook Level 1

10 Example Obtain the general solution of the equation: dx +8dy +16y =0 As before, a trial solution of the form y =e kx yields an auxiliary equation k 2 +8k +16=0. This equation factorizes so that (k + 4)(k +4)=0and we obtain equal roots, that is, k = 4 (twice). If we proceed as before, writing y 1 (x) =e 4x y 2 (x) =e 4x, it is clear that the two solutions are not independent. We need to find a second independent solution. Using the result of the previous example we conclude that, because the roots of the auxiliary equation are equal, the second independent solution is y 2 = xe 4x. The general solution is then: y(x) =(A + Bx)e 4x Exercises 1. Obtain the general solutions, that is, the complementary functions, of the following homogeneous equations: (a) d2 y dx 3dy +2y =0 (b) (c) d2 x dt +5dx +6x =0 2 dt (d) (e) d2 y dx 4dy +4y =0 (f) (g) d2 y dx 2dy + y =0 (i) d2 y dx + dy 2y =0 (j) (k) d2 y dx 2dy =0 d2 y dx +7dy +6y =0 d2 y dt 2 +2dy dt + y =0 d2 y dt + dy +8y =0 2 dt (h) d2 y dt + dy +5y =0 2 dt d2 y +9y =0 dx2 (l) d2 x 16x =0 dt2 2. Find the auxiliary equation for the differential equation L d2 i dt + R di 2 dt + 1 C i =0 Hence write down the complementary function. 3. Find the complementary function of the equation d2 y dx 2 + dy dx + y =0 HELM (VERSION 1: March 18, 2004): Workbook Level 1 10

11 Answers 1. (a) y = Ae x + Be 2x (b) y = Ae x + Be 6x (c) x = Ae 2t + Be 3t (d) y = Ae t + Bte t (e) y = Ae 2x + Bxe 2x (f) y =e 0.5t (A cos 2.78t + B sin 2.78t) (g) y = Ae x + Bxe x (h) x =e 0.5t (A cos 2.18t + B sin 2.18t) (i) y = Ae 2x + Be x (j) y = A cos 3x + B sin 3x (k) y = A + Be 2x (l) x = Ae 4t + Be 4t 2. Lk 2 + Rk + 1 C =0 i(t) =Aek 1t + Be k 2t k 1,k 2 = 1 2L ( R ± R 2 C 4L C ) 3. e (A x/2 cos 3 x + B sin ) 3 x What is meant by a particular integral? Given a second order o.d.e. a d2 y dx + bdy + cy= f(x) a particular integral is any function, y p (x), which satisfies the equation. That is, any function which when substituted into the left hand side and simplified, results in the function on the right. We denote a particular integral by y p (x). Show that is a particular integral of y = 1 4 e2x dx dy 6y =e2x (4) Starting with y = 1 4 e2x, find dy dx and d2 y dx 2 : dy = 1 dx 2 e2x, = e 2x dx 2 11 HELM (VERSION 1: March 18, 2004): Workbook Level 1

12 Now substitute these into (4): Substitution into (4) yields e 2x ( 1e2x) 6 ( 1e2x) which simplifies to e 2x, the same as 2 4 the right hand side. Therefore y = 1 4 e2x is a particular integral and we write (attaching a subscript p) y p (x) = 1 4 e2x What is a particular integral? A particular integral is any solution of an inhomogeneous differential equation. 4. Finding a particular integral In the previous section we explained what is meant by a particular integral. Now we look at how one is actually found. In fact our method is rather crude. It involves trial and error and educated guesswork. We try solutions which are of the same general form as the f(x) onthe right hand side. As a guide, use Table 1. Table 1. Trial solutions to find the particular integral f(x) constant term c Trial solution constant term γ polynomial in x polynomial in x of degree r: of degree r: ax r + + bx + c αx r + + βx + γ a cos kx a sin kx ae kx α cos kx + β sin kx α cos kx + β sin kx αe kx HELM (VERSION 1: March 18, 2004): Workbook Level 1 12

13 Example Find a particular integral of the equation dx dy 6y =e2x (5) We shall attempt to find a solution of the inhomogeneous problem by trying a function of the same form as that on the right-hand side. In particular, let us try y(x) =αe 2x, where α is a constant that we shall now determine. If y(x) =αe 2x then Substitution in (5) gives: that is, dy dx =2αe2x and dx 2 =4αe2x. 4αe 2x 2αe 2x 6αe 2x =e 2x 4αe 2x =e 2x so that y will be a solution if α is chosen so that 4α =1,that is, α = 1. Therefore the 4 particular integral is y p (x) = 1 4 e2x. By trying a solution of the form y = αe x find a particular integral of the equation d2 y dx + dy 2y 2 =3e x dx Substitute y = αe x into the given equation to find α, and hence the particular integral. α = 3 2 ; y p(x) = 3 2 e x Example Obtain a particular integral of the equation: dx 2 6dy dx +8y = x 13 HELM (VERSION 1: March 18, 2004): Workbook Level 1

14 In the last example, we found that a fruitful approach was to assume a solution in the same form as that on the right-hand side. Suppose we assume a solution y(x) =αx and proceed to determine α. This approach will actually fail, but let us see why. If y(x) =αx then dy = α dx and d2 y =0. Substitution into the differential equation yields 0 6α +8αx = x and α ought dx 2 now to be chosen so that this expression is true for all x. Ifweequate the coefficients of x we find 8α =1so that α = 1, but with this value of α the constant terms are inconsistent (that 8 is 6 on the left, but zero on the right). Clearly a particular integral of the form αx is not 8 possible. The problem arises because differentiation of the term αx produces constant terms which are unbalanced on the right-hand side. So, we try a solution of the form y(x) =αx + β with α, β constants. This is consistent with the recommendation in Table 1. Proceeding as before dy dx = α, dx 2 =0. Substitution in the differential equation now gives: 0 6α +8(αx + β) =x Equating coefficients of x and then equating constant terms we find: 8α =1 ( ) 6α +8β =0 ( ) From ( ), α = 1 8 and then from ( ) 6 ( 1 8) +8β =0 so that, 8β = 3 4 that is, β = The required particular integral is y p(x) = 1 8 x Find a particular integral for the equation: dx 6dy +8y =3cos x First try to decide on an appropriate form for the trial solution. Refer to Table 1 if necessary HELM (VERSION 1: March 18, 2004): Workbook Level 1 14

15 y = α cos x + β sin x in which α, β are constants to be found. We shall try a solution of the form y(x) =α cos x + β sin x. Differentiating, we find: dy dx = α sin x + β cos x = α cos x β sin x dx2 Substitution into the differential equation gives: ( α cos x β sin x) 6( α sin x + β cos x)+8(α cos x + β sin x) =3cosx Equate coefficients of cos x in your previous answer: 7α 6β =3 Also, equate coefficients of sin x in your previous answer: 7β +6α =0 Solve these simultaneously to find α and β, and hence the particular integral: α = ,β=,y 85 p(x) = cos x sin x Finding the general solution of a second-order inhomogeneous equation The general solution of a second-order linear inhomogeneous equation is the sum of its particular integral and the complementary function. In section 19.5 you learned how to find a complementary function, and in the previous section you learnt how to find a particular integral. We now put these together to find the general solution. 15 HELM (VERSION 1: March 18, 2004): Workbook Level 1

16 Find the general solution of dx +3dy 10y 2 =3x2 dx The complementary function was found in section 19.5 page 6 to be y cf = Ae 2x + Be 5x. The particular integral is found by trying a solution of the form y = ax 2 + bx + c. Substitute into the homogeneous equation to find a, b and c, and hence y p (x). a = 3, b = 9, c = 57, y p(x) = 3 10 x2 9 x Thus the general solution is y = y p (x)+y cf (x) = 3 10 x2 9 x Ae2x + Be 5x Key Point The general solution of a constant coefficient ordinary differential equation a d2 y dx 2 + bdy dx + cy = f(x) is y = y p + y cf being the sum of the particular integral and the complementary function. y p contains no arbitrary constants; y cf contains two arbitrary constants. HELM (VERSION 1: March 18, 2004): Workbook Level 1 16

17 Example An LC circuit with sinusoidal input. The differential equation governing the flow of current in a series LC circuit when subject to an applied voltage v(t) = V 0 sin ωt is v L d2 i dt C i = ωv 0 cos ωt L C Obtain its general solution. i The homogeneous equation is L d2 i cf dt + i cf 2 C =0. Letting i cf =e kt we find the auxiliary equation is Lk =0so that k = ±i/ LC. Therefore, C the complementary function is: i cf = A cos t t + B sin LC LC where A and B arbitrary constants To find a particular integral try i p = E cos ωt + F sin ωt, where E, F are constants. We find: di p dt = ωe sin ωt + ωf cos ωt d 2 i p dt 2 = ω2 E cos ωt ω 2 F sin ωt 17 HELM (VERSION 1: March 18, 2004): Workbook Level 1

18 (contd.) Substitution into the inhomogeneous equation yields: L( ω 2 E cos ωt ω 2 F sin ωt)+ 1 C (E cos ωt + F sin ωt) =ωv 0 cos ωt Equating coefficients of sin ωt gives: ω 2 LF +(F/C)=0. Equating coefficients of cos ωt gives: ω 2 LE +(E/C)=ωV 0. Therefore F =0and E = CV 0 ω/(1 ω 2 LC). Hence the particular integral is i p = CV 0ω cos ωt. 1 ω 2 LC Finally, the general solution is: i = i cf + i p = A cos t LC + B sin t LC + CV 0ω cos ωt 1 ω 2 LC 6. Inhomogeneous term appearing in the complementary function Occasionally you will come across a differential equation a d2 y dx + bdy + cy = f(x) for which the inhomogeneous term, f(x), forms part of the complementary function. One such example is the equation dx dy 6y 2 =e3x dx It is straightforward to check that the complementary function is y cf = Ae 3x + Be 2x. Note that the first of these terms has the same form as the inhomogeneous term, e 3x,onthe right-hand side of the differential equation. You should verify for yourself that trying a particular integral of the form y p (x) =αe 3x will not work in a case like this. Can you see why? Instead, try a particular integral of the form y p (x) =αxe 3x.Verify that dy p dx = αe3x (3x +1) and p dx 2 = αe3x (9x +6). Substitute these expressions into the differential equation to find α = 1. Finally, the particular 5 integral is y p (x) = 1 5 xe3x and so the general solution to the differential equation is: y = Ae 3x + Be 2x xe3x HELM (VERSION 1: March 18, 2004): Workbook Level 1 18

19 Exercises 1. Find the general solution of the following equations: (a) d2 x dt 2dx 3x =6. 2 dt (b) (d) d2 x dt +11dx +30x =8t 2 dt (e) (g) d2 y +9y =4e8x (h) dx2 d2 y dx +5dy +4y =8 (c) d2 y dx +2dy +3y =2sin 2x (f) d2 x 16x =9e6t dt2 d2 y dt +5dy +6y =2t 2 dt 2. Find a particular integral for the equation d2 x dt 3dx +2x 2 =5e3t dt 3. Find a particular integral for the equation d2 x dt 2 x =4e 2t 4. Obtain the general solution of y y 2y =6. 5. Obtain the general solution of the equation dx +3dy +2y =10cos 2x. dy Find the particular solution satisfying y(0) = 1, (0) =0. dx d2 y dt + dy + y =4cos 3t 2 dt 6. Find a particular integral for the equation 7. Find the general solution of (a) d2 x dt 6dx +5x =3 2 dt (b) dx 2 + dy dx + y =1+x d2 x dt 2 2dx dt + x =et Answers 1. (a) x = Ae t + Be 3t 2 (b) y = Ae x + Be 4x +2 (c) y = Ae 2t + Be 3t + 1t (d) x = Ae 6t + Be 5t t (e) y =e x [A sin 2x + B cos 2x] cos 2x 17 sin 2x (f) y =e 0.5t (A cos 0.866t + B sin 0.866t) cos 3t sin 3t (g) y = A cos 3x + B sin 3x e 8x (h) x = Ae 4t + Be 4t e6t 2. x p =2.5e 3t 3. x p = 4 3 e 2t 4. y = Ae 2x + Be x 3 5. y = Ae 2x + Be x + 3 sin 2x 1 cos 2x, e 2x + 3 sin 2x y p = x cos 2x 7. (a) x = Ae t + Be 5t (b) x = Ae t + Bte t t2 e t 19 HELM (VERSION 1: March 18, 2004): Workbook Level 1

Linear Programming ١ C H A P T E R 2

Linear Programming ١ C H A P T E R 2 Linear Programming ١ C H A P T E R 2 Problem Formulation Problem formulation or modeling is the process of translating a verbal statement of a problem into a mathematical statement. The Guidelines of formulation

Læs mere

Basic statistics for experimental medical researchers

Basic statistics for experimental medical researchers Basic statistics for experimental medical researchers Sample size calculations September 15th 2016 Christian Pipper Department of public health (IFSV) Faculty of Health and Medicinal Science (SUND) E-mail:

Læs mere

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528)

Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM528) Skriftlig Eksamen Kombinatorik, Sandsynlighed og Randomiserede Algoritmer (DM58) Institut for Matematik og Datalogi Syddansk Universitet, Odense Torsdag den 1. januar 01 kl. 9 13 Alle sædvanlige hjælpemidler

Læs mere

Exercise 6.14 Linearly independent vectors are also affinely independent.

Exercise 6.14 Linearly independent vectors are also affinely independent. Affine sets Linear Inequality Systems Definition 6.12 The vectors v 1, v 2,..., v k are affinely independent if v 2 v 1,..., v k v 1 is linearly independent; affinely dependent, otherwise. We first check

Læs mere

Besvarelser til Lineær Algebra Reeksamen Februar 2017

Besvarelser til Lineær Algebra Reeksamen Februar 2017 Besvarelser til Lineær Algebra Reeksamen - 7. Februar 207 Mikkel Findinge Bemærk, at der kan være sneget sig fejl ind. Kontakt mig endelig, hvis du skulle falde over en sådan. Dette dokument har udelukkende

Læs mere

Skriftlig Eksamen Diskret matematik med anvendelser (DM72)

Skriftlig Eksamen Diskret matematik med anvendelser (DM72) Skriftlig Eksamen Diskret matematik med anvendelser (DM72) Institut for Matematik & Datalogi Syddansk Universitet, Odense Onsdag den 18. januar 2006 Alle sædvanlige hjælpemidler (lærebøger, notater etc.),

Læs mere

Chapter 6. Hydrogen Atom. 6.1 Schrödinger Equation. The Hamiltonian for a hydrogen atom is. Recall that. 1 r 2 sin 2 θ + 1. and.

Chapter 6. Hydrogen Atom. 6.1 Schrödinger Equation. The Hamiltonian for a hydrogen atom is. Recall that. 1 r 2 sin 2 θ + 1. and. Chapter 6 Hydrogen Atom 6. Schrödinger Equation The Hamiltonian for a hydrogen atom is Recall that Ĥ = h e m e 4πɛ o r = r ) + r r r r sin θ sin θ ) + θ θ r sin θ φ and [ ˆL = h sin θ ) + )] sin θ θ θ

Læs mere

University of Copenhagen Faculty of Science Written Exam - 3. April Algebra 3

University of Copenhagen Faculty of Science Written Exam - 3. April Algebra 3 University of Copenhagen Faculty of Science Written Exam - 3. April 2009 Algebra 3 This exam contains 5 exercises which are to be solved in 3 hours. The exercises are posed in an English and in a Danish

Læs mere

Skriftlig Eksamen Beregnelighed (DM517)

Skriftlig Eksamen Beregnelighed (DM517) Skriftlig Eksamen Beregnelighed (DM517) Institut for Matematik & Datalogi Syddansk Universitet Mandag den 31 Oktober 2011, kl. 9 13 Alle sædvanlige hjælpemidler (lærebøger, notater etc.) samt brug af lommeregner

Læs mere

Black Jack --- Review. Spring 2012

Black Jack --- Review. Spring 2012 Black Jack --- Review Spring 2012 Simulation Simulation can solve real-world problems by modeling realworld processes to provide otherwise unobtainable information. Computer simulation is used to predict

Læs mere

Sign variation, the Grassmannian, and total positivity

Sign variation, the Grassmannian, and total positivity Sign variation, the Grassmannian, and total positivity arxiv:1503.05622 Slides available at math.berkeley.edu/~skarp Steven N. Karp, UC Berkeley FPSAC 2015 KAIST, Daejeon Steven N. Karp (UC Berkeley) Sign

Læs mere

Statistik for MPH: oktober Attributable risk, bestemmelse af stikprøvestørrelse (Silva: , )

Statistik for MPH: oktober Attributable risk, bestemmelse af stikprøvestørrelse (Silva: , ) Statistik for MPH: 7 29. oktober 2015 www.biostat.ku.dk/~pka/mph15 Attributable risk, bestemmelse af stikprøvestørrelse (Silva: 333-365, 381-383) Per Kragh Andersen 1 Fra den 6. uges statistikundervisning:

Læs mere

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1

Project Step 7. Behavioral modeling of a dual ported register set. 1/8/ L11 Project Step 5 Copyright Joanne DeGroat, ECE, OSU 1 Project Step 7 Behavioral modeling of a dual ported register set. Copyright 2006 - Joanne DeGroat, ECE, OSU 1 The register set Register set specifications 16 dual ported registers each with 16- bit words

Læs mere

X M Y. What is mediation? Mediation analysis an introduction. Definition

X M Y. What is mediation? Mediation analysis an introduction. Definition What is mediation? an introduction Ulla Hvidtfeldt Section of Social Medicine - Investigate underlying mechanisms of an association Opening the black box - Strengthen/support the main effect hypothesis

Læs mere

Statistik for MPH: 7

Statistik for MPH: 7 Statistik for MPH: 7 3. november 2011 www.biostat.ku.dk/~pka/mph11 Attributable risk, bestemmelse af stikprøvestørrelse (Silva: 333-365, 381-383) Per Kragh Andersen 1 Fra den 6. uges statistikundervisning:

Læs mere

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende

Privat-, statslig- eller regional institution m.v. Andet Added Bekaempelsesudfoerende: string No Label: Bekæmpelsesudførende Changes for Rottedatabasen Web Service The coming version of Rottedatabasen Web Service will have several changes some of them breaking for the exposed methods. These changes and the business logic behind

Læs mere

Aktivering af Survey funktionalitet

Aktivering af Survey funktionalitet Surveys i REDCap REDCap gør det muligt at eksponere ét eller flere instrumenter som et survey (spørgeskema) som derefter kan udfyldes direkte af patienten eller forsøgspersonen over internettet. Dette

Læs mere

Kurver og flader Aktivitet 15 Geodætiske kurver, Isometri, Mainardi-Codazzi, Teorema Egregium

Kurver og flader Aktivitet 15 Geodætiske kurver, Isometri, Mainardi-Codazzi, Teorema Egregium Kurver og flader Aktivitet 15 Geodætiske kurver, Isometri, Mainardi-Codazzi, Teorema Egregium Lisbeth Fajstrup Institut for Matematiske Fag Aalborg Universitet Kurver og Flader 2013 Lisbeth Fajstrup (AAU)

Læs mere

Vina Nguyen HSSP July 13, 2008

Vina Nguyen HSSP July 13, 2008 Vina Nguyen HSSP July 13, 2008 1 What does it mean if sets A, B, C are a partition of set D? 2 How do you calculate P(A B) using the formula for conditional probability? 3 What is the difference between

Læs mere

Skriftlig Eksamen Beregnelighed (DM517)

Skriftlig Eksamen Beregnelighed (DM517) Skriftlig Eksamen Beregnelighed (DM517) Institut for Matematik & Datalogi Syddansk Universitet Mandag den 7 Januar 2008, kl. 9 13 Alle sædvanlige hjælpemidler (lærebøger, notater etc.) samt brug af lommeregner

Læs mere

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen

The X Factor. Målgruppe. Læringsmål. Introduktion til læreren klasse & ungdomsuddannelser Engelskundervisningen The X Factor Målgruppe 7-10 klasse & ungdomsuddannelser Engelskundervisningen Læringsmål Eleven kan give sammenhængende fremstillinger på basis af indhentede informationer Eleven har viden om at søge og

Læs mere

User Manual for LTC IGNOU

User Manual for LTC IGNOU User Manual for LTC IGNOU 1 LTC (Leave Travel Concession) Navigation: Portal Launch HCM Application Self Service LTC Self Service 1. LTC Advance/Intimation Navigation: Launch HCM Application Self Service

Læs mere

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov.

Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. På dansk/in Danish: Aarhus d. 10. januar 2013/ the 10 th of January 2013 Kære alle Chefer i MUS-regi! Vores mange brugere på musskema.dk er rigtig gode til at komme med kvalificerede ønsker og behov. Og

Læs mere

Some results for the weighted Drazin inverse of a modified matrix

Some results for the weighted Drazin inverse of a modified matrix International Journal of Applied Mathematics Computation Journal homepage: www.darbose.in/ijamc ISSN: 0974-4665 (Print) 0974-4673 (Online) Volume 6(1) 2014 1 9 Some results for the weighted Drazin inverse

Læs mere

University of Copenhagen Faculty of Science Written Exam April Algebra 3

University of Copenhagen Faculty of Science Written Exam April Algebra 3 University of Copenhagen Faculty of Science Written Exam - 16. April 2010 Algebra This exam contains 5 exercises which are to be solved in hours. The exercises are posed in an English and in a Danish version.

Læs mere

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU

PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU PARALLELIZATION OF ATTILA SIMULATOR WITH OPENMP MIGUEL ÁNGEL MARTÍNEZ DEL AMOR MINIPROJECT OF TDT24 NTNU OUTLINE INEFFICIENCY OF ATTILA WAYS TO PARALLELIZE LOW COMPATIBILITY IN THE COMPILATION A SOLUTION

Læs mere

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1

IBM Network Station Manager. esuite 1.5 / NSM Integration. IBM Network Computer Division. tdc - 02/08/99 lotusnsm.prz Page 1 IBM Network Station Manager esuite 1.5 / NSM Integration IBM Network Computer Division tdc - 02/08/99 lotusnsm.prz Page 1 New esuite Settings in NSM The Lotus esuite Workplace administration option is

Læs mere

Skriftlig Eksamen Automatteori og Beregnelighed (DM17)

Skriftlig Eksamen Automatteori og Beregnelighed (DM17) Skriftlig Eksamen Automatteori og Beregnelighed (DM17) Institut for Matematik & Datalogi Syddansk Universitet Odense Campus Lørdag, den 15. Januar 2005 Alle sædvanlige hjælpemidler (lærebøger, notater

Læs mere

Satisability of Boolean Formulas

Satisability of Boolean Formulas SAT exercises 1 March, 2016 slide 1 Satisability of Boolean Formulas Combinatorics and Algorithms Prof. Emo Welzl Assistant: (CAB G36.1, cannamalai@inf.ethz.ch) URL: http://www.ti.inf.ethz.ch/ew/courses/sat16/

Læs mere

Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances.

Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances. System Model Resource types R 1 1, R 2 2,..., R m CPU cycles, memory space, files, I/O devices Each resource type R i has W i instances. Each process utilizes a resource as follows: request use e.g., request

Læs mere

On the complexity of drawing trees nicely: corrigendum

On the complexity of drawing trees nicely: corrigendum Acta Informatica 40, 603 607 (2004) Digital Object Identifier (DOI) 10.1007/s00236-004-0138-y On the complexity of drawing trees nicely: corrigendum Thorsten Akkerman, Christoph Buchheim, Michael Jünger,

Læs mere

Probabilistic properties of modular addition. Victoria Vysotskaya

Probabilistic properties of modular addition. Victoria Vysotskaya Probabilistic properties of modular addition Victoria Vysotskaya JSC InfoTeCS, NPK Kryptonite CTCrypt 19 / June 4, 2019 vysotskaya.victory@gmail.com Victoria Vysotskaya (Infotecs, Kryptonite) Probabilistic

Læs mere

University of Copenhagen Faculty of Science Written Exam - 8. April 2008. Algebra 3

University of Copenhagen Faculty of Science Written Exam - 8. April 2008. Algebra 3 University of Copenhagen Faculty of Science Written Exam - 8. April 2008 Algebra 3 This exam contains 5 exercises which are to be solved in 3 hours. The exercises are posed in an English and in a Danish

Læs mere

how to save excel as pdf

how to save excel as pdf 1 how to save excel as pdf This guide will show you how to save your Excel workbook as PDF files. Before you do so, you may want to copy several sheets from several documents into one document. To do so,

Læs mere

How Long Is an Hour? Family Note HOME LINK 8 2

How Long Is an Hour? Family Note HOME LINK 8 2 8 2 How Long Is an Hour? The concept of passing time is difficult for young children. Hours, minutes, and seconds are confusing; children usually do not have a good sense of how long each time interval

Læs mere

Special VFR. - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone

Special VFR. - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone Special VFR - ved flyvning til mindre flyveplads uden tårnkontrol som ligger indenfor en kontrolzone SERA.5005 Visual flight rules (a) Except when operating as a special VFR flight, VFR flights shall be

Læs mere

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US

Generalized Probit Model in Design of Dose Finding Experiments. Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Generalized Probit Model in Design of Dose Finding Experiments Yuehui Wu Valerii V. Fedorov RSU, GlaxoSmithKline, US Outline Motivation Generalized probit model Utility function Locally optimal designs

Læs mere

Det er muligt at chekce følgende opg. i CodeJudge: og

Det er muligt at chekce følgende opg. i CodeJudge: og Det er muligt at chekce følgende opg. i CodeJudge:.1.7 og.1.14 Exercise 1: Skriv en forløkke, som producerer følgende output: 1 4 9 16 5 36 Bonusopgave: Modificer dit program, så det ikke benytter multiplikation.

Læs mere

Subject to terms and conditions. WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR

Subject to terms and conditions. WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR WEEK Type Price EUR ITSO SERVICE OFFICE Weeks for Sale 31/05/2015 m: +34 636 277 307 w: clublasanta-timeshare.com e: roger@clublasanta.com See colour key sheet news: rogercls.blogspot.com Subject to terms and conditions THURSDAY

Læs mere

E-PAD Bluetooth hængelås E-PAD Bluetooth padlock E-PAD Bluetooth Vorhängeschloss

E-PAD Bluetooth hængelås E-PAD Bluetooth padlock E-PAD Bluetooth Vorhängeschloss E-PAD Bluetooth hængelås E-PAD Bluetooth padlock E-PAD Bluetooth Vorhängeschloss Brugervejledning (side 2-6) Userguide (page 7-11) Bedienungsanleitung 1 - Hvordan forbinder du din E-PAD hængelås med din

Læs mere

GUIDE TIL BREVSKRIVNING

GUIDE TIL BREVSKRIVNING GUIDE TIL BREVSKRIVNING APPELBREVE Formålet med at skrive et appelbrev er at få modtageren til at overholde menneskerettighederne. Det er en god idé at lægge vægt på modtagerens forpligtelser over for

Læs mere

Multivariate Extremes and Dependence in Elliptical Distributions

Multivariate Extremes and Dependence in Elliptical Distributions Multivariate Extremes and Dependence in Elliptical Distributions Filip Lindskog, RiskLab, ETH Zürich joint work with Henrik Hult, KTH Stockholm I II III IV V Motivation Elliptical distributions A class

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Den ny havn i Tejn Havn Bornholms Regionskommune er gået i gang med at udvide Tejn Havn, og det er med til at gøre det muligt, at vi kan være

Læs mere

Shooting tethered med Canon EOS-D i Capture One Pro. Shooting tethered i Capture One Pro 6.4 & 7.0 på MAC OS-X 10.7.5 & 10.8

Shooting tethered med Canon EOS-D i Capture One Pro. Shooting tethered i Capture One Pro 6.4 & 7.0 på MAC OS-X 10.7.5 & 10.8 Shooting tethered med Canon EOS-D i Capture One Pro Shooting tethered i Capture One Pro 6.4 & 7.0 på MAC OS-X 10.7.5 & 10.8 For Canon EOS-D ejere der fotograferer Shooting tethered med EOS-Utility eller

Læs mere

Remember the Ship, Additional Work

Remember the Ship, Additional Work 51 (104) Remember the Ship, Additional Work Remember the Ship Crosswords Across 3 A prejudiced person who is intolerant of any opinions differing from his own (5) 4 Another word for language (6) 6 The

Læs mere

Portal Registration. Check Junk Mail for activation . 1 Click the hyperlink to take you back to the portal to confirm your registration

Portal Registration. Check Junk Mail for activation  . 1 Click the hyperlink to take you back to the portal to confirm your registration Portal Registration Step 1 Provide the necessary information to create your user. Note: First Name, Last Name and Email have to match exactly to your profile in the Membership system. Step 2 Click on the

Læs mere

Trolling Master Bornholm 2015

Trolling Master Bornholm 2015 Trolling Master Bornholm 2015 (English version further down) Panorama billede fra starten den første dag i 2014 Michael Koldtoft fra Trolling Centrum har brugt lidt tid på at arbejde med billederne fra

Læs mere

Titel: Barry s Bespoke Bakery

Titel: Barry s Bespoke Bakery Titel: Tema: Kærlighed, kager, relationer Fag: Engelsk Målgruppe: 8.-10.kl. Data om læremidlet: Tv-udsendelse: SVT2, 03-08-2014, 10 min. Denne pædagogiske vejledning indeholder ideer til arbejdet med tema

Læs mere

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen. og

Engelsk. Niveau D. De Merkantile Erhvervsuddannelser September Casebaseret eksamen.  og 052431_EngelskD 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau D www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

Danish Language Course for International University Students Copenhagen, 12 July 1 August Application form

Danish Language Course for International University Students Copenhagen, 12 July 1 August Application form Danish Language Course for International University Students Copenhagen, 12 July 1 August 2017 Application form Must be completed on the computer in Danish or English All fields are mandatory PERSONLIGE

Læs mere

DM559/DM545 Linear and integer programming

DM559/DM545 Linear and integer programming Department of Mathematics and Computer Science University of Southern Denmark, Odense June 10, 2017 Marco Chiarandini DM559/DM545 Linear and integer programming Sheet 12, Spring 2017 [pdf format] The following

Læs mere

what is this all about? Introduction three-phase diode bridge rectifier input voltages input voltages, waveforms normalization of voltages voltages?

what is this all about? Introduction three-phase diode bridge rectifier input voltages input voltages, waveforms normalization of voltages voltages? what is this all about? v A Introduction three-phase diode bridge rectifier D1 D D D4 D5 D6 i OUT + v OUT v B i 1 i i + + + v 1 v v input voltages input voltages, waveforms v 1 = V m cos ω 0 t v = V m

Læs mere

SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Torsdag den 19. juni 2003 kl Alle hjælpemidler er tilladt

SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Torsdag den 19. juni 2003 kl Alle hjælpemidler er tilladt SKRIFTLIG EKSAMEN I NUMERISK DYNAMIK Bygge- og Anlægskonstruktion, 7. semester Torsdag den 9. juni 23 kl. 9.-3. Alle hjælpemidler er tilladt OPGAVE f(x) x Givet funktionen f(x) x, x [, ] Spørgsmål (%)

Læs mere

To the reader: Information regarding this document

To the reader: Information regarding this document To the reader: Information regarding this document All text to be shown to respondents in this study is going to be in Danish. The Danish version of the text (the one, respondents are going to see) appears

Læs mere

Curve Modeling B-Spline Curves. Dr. S.M. Malaek. Assistant: M. Younesi

Curve Modeling B-Spline Curves. Dr. S.M. Malaek. Assistant: M. Younesi Curve Modeling B-Spline Curves Dr. S.M. Malaek Assistant: M. Younesi Motivation B-Spline Basis: Motivation Consider designing the profile of a vase. The left figure below is a Bézier curve of degree 11;

Læs mere

Eksamen i Signalbehandling og matematik

Eksamen i Signalbehandling og matematik Opgave. (%).a. Figur og afbilleder et diskret tid signal [n ] og dets DTFT. [n] bruges som input til et LTI filter med en frekvens amplitude respons som vist på figur. Hvilket af de 4 output signaler (y

Læs mere

Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level.

Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level. Danish Language Course for Foreign University Students Copenhagen, 13 July 2 August 2016 Advanced, medium and beginner s level Application form Must be completed on the computer in Danish or English All

Læs mere

Titel: Hungry - Fedtbjerget

Titel: Hungry - Fedtbjerget Titel: Hungry - Fedtbjerget Tema: fedme, kærlighed, relationer Fag: Engelsk Målgruppe: 8.-10.kl. Data om læremidlet: Tv-udsendelse: TV0000006275 25 min. DR Undervisning 29-01-2001 Denne pædagogiske vejledning

Læs mere

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com.

Engelsk. Niveau C. De Merkantile Erhvervsuddannelser September 2005. Casebaseret eksamen. www.jysk.dk og www.jysk.com. 052430_EngelskC 08/09/05 13:29 Side 1 De Merkantile Erhvervsuddannelser September 2005 Side 1 af 4 sider Casebaseret eksamen Engelsk Niveau C www.jysk.dk og www.jysk.com Indhold: Opgave 1 Presentation

Læs mere

DM559/DM545 Linear and integer programming

DM559/DM545 Linear and integer programming Department of Mathematics and Computer Science University of Southern Denmark, Odense June 10, 2017 Marco Chiarandini DM559/DM545 Linear and integer programming Sheet 12, Spring 2017 [pdf format] The following

Læs mere

CHAPTER 8: USING OBJECTS

CHAPTER 8: USING OBJECTS Ruby: Philosophy & Implementation CHAPTER 8: USING OBJECTS Introduction to Computer Science Using Ruby Ruby is the latest in the family of Object Oriented Programming Languages As such, its designer studied

Læs mere

Calculus II Project. Calculus II Projekt. (26.3.2012 12.00 to 30.3.2012 12.00) (26.3.2012 12.00 til 30.3.2012 12.00)

Calculus II Project. Calculus II Projekt. (26.3.2012 12.00 to 30.3.2012 12.00) (26.3.2012 12.00 til 30.3.2012 12.00) Calculus II Project Calculus II Projekt (26.3.212 12. to 3.3.212 12.) (26.3.212 12. til 3.3.212 12.) You have to solve the project questions on your own, i. e. you are not allowed to do it together in

Læs mere

Brug sømbrættet til at lave sjove figurer. Lav fx: Få de andre til at gætte, hvad du har lavet. Use the nail board to make funny shapes.

Brug sømbrættet til at lave sjove figurer. Lav fx: Få de andre til at gætte, hvad du har lavet. Use the nail board to make funny shapes. Brug sømbrættet til at lave sjove figurer. Lav f: Et dannebrogsflag Et hus med tag, vinduer og dør En fugl En bil En blomst Få de andre til at gætte, hvad du har lavet. Use the nail board to make funn

Læs mere

Læs venligst Beboer information om projekt vandskade - sikring i 2015/2016

Læs venligst Beboer information om projekt vandskade - sikring i 2015/2016 Læs venligst Beboer information om projekt vandskade - sikring i 2015/2016 Vi er nødsaget til at få adgang til din lejlighed!! Hvis Kridahl (VVS firma) har bedt om adgang til din/jeres lejlighed og nøgler,

Læs mere

Trolling Master Bornholm 2014

Trolling Master Bornholm 2014 Trolling Master Bornholm 2014 (English version further down) Populært med tidlig færgebooking Booking af færgebilletter til TMB 2014 er populært. Vi har fået en stribe mails fra teams, som har booket,

Læs mere

DK - Quick Text Translation. HEYYER Net Promoter System Magento extension

DK - Quick Text Translation. HEYYER Net Promoter System Magento extension DK - Quick Text Translation HEYYER Net Promoter System Magento extension Version 1.0 15-11-2013 HEYYER / Email Templates Invitation Email Template Invitation Email English Dansk Title Invitation Email

Læs mere

NOTIFICATION. - An expression of care

NOTIFICATION. - An expression of care NOTIFICATION - An expression of care Professionals who work with children and young people have a special responsibility to ensure that children who show signs of failure to thrive get the wright help.

Læs mere

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1)

Fejlbeskeder i SMDB. Business Rules Fejlbesked Kommentar. Validate Business Rules. Request- ValidateRequestRegist ration (Rules :1) Fejlbeskeder i SMDB Validate Business Rules Request- ValidateRequestRegist ration (Rules :1) Business Rules Fejlbesked Kommentar the municipality must have no more than one Kontaktforløb at a time Fejl

Læs mere

Trolling Master Bornholm 2014?

Trolling Master Bornholm 2014? Trolling Master Bornholm 214? (English version further down) Trolling Master Bornholm 214? Den endelige beslutning er ikke taget endnu, men meget tyder på at vi kan gennemføre TMB i 214. Det ser nemlig

Læs mere

Status på det trådløse netværk

Status på det trådløse netværk Status på det trådløse netværk Der er stadig problemer med det trådløse netværk, se status her: http://driftstatus.sdu.dk/?f=&antal=200&driftid=1671#1671 IT-service arbejder stadig med at løse problemerne

Læs mere

DET KONGELIGE BIBLIOTEK NATIONALBIBLIOTEK OG KØBENHAVNS UNIVERSITETS- BIBLIOTEK. Index

DET KONGELIGE BIBLIOTEK NATIONALBIBLIOTEK OG KØBENHAVNS UNIVERSITETS- BIBLIOTEK. Index DET KONGELIGE Index Download driver... 2 Find the Windows 7 version.... 2 Download the Windows Vista driver.... 4 Extract driver... 5 Windows Vista installation of a printer.... 7 Side 1 af 12 DET KONGELIGE

Læs mere

DoodleBUGS (Hands-on)

DoodleBUGS (Hands-on) DoodleBUGS (Hands-on) Simple example: Program: bino_ave_sim_doodle.odc A simulation example Generate a sample from F=(r1+r2)/2 where r1~bin(0.5,200) and r2~bin(0.25,100) Note that E(F)=(100+25)/2=62.5

Læs mere

Observation Processes:

Observation Processes: Observation Processes: Preparing for lesson observations, Observing lessons Providing formative feedback Gerry Davies Faculty of Education Preparing for Observation: Task 1 How can we help student-teachers

Læs mere

An expression of care Notification. Engelsk

An expression of care Notification. Engelsk An expression of care Notification Engelsk Kolding Kommune Senior- og Socialforvaltningen, Familierådgivningen Professionals who work with children and young have a special responsibility to ensure that

Læs mere

The complete construction for copying a segment, AB, is shown above. Describe each stage of the process.

The complete construction for copying a segment, AB, is shown above. Describe each stage of the process. A a compass, a straightedge, a ruler, patty paper B C A Stage 1 Stage 2 B C D Stage 3 The complete construction for copying a segment, AB, is shown above. Describe each stage of the process. Use a ruler

Læs mere

ECE 551: Digital System * Design & Synthesis Lecture Set 5

ECE 551: Digital System * Design & Synthesis Lecture Set 5 ECE 551: Digital System * Design & Synthesis Lecture Set 5 5.1: Verilog Behavioral Model for Finite State Machines (FSMs) 5.2: Verilog Simulation I/O and 2001 Standard (In Separate File) 3/4/2003 1 ECE

Læs mere

Angle Ini/al side Terminal side Vertex Standard posi/on Posi/ve angles Nega/ve angles. Quadrantal angle

Angle Ini/al side Terminal side Vertex Standard posi/on Posi/ve angles Nega/ve angles. Quadrantal angle Mrs. Valentine AFM Objective: I will be able to identify angle types, convert between degrees and radians for angle measures, identify coterminal angles, find the length of an intercepted arc, and find

Læs mere

Appendix 1: Interview guide Maria og Kristian Lundgaard-Karlshøj, Ausumgaard

Appendix 1: Interview guide Maria og Kristian Lundgaard-Karlshøj, Ausumgaard Appendix 1: Interview guide Maria og Kristian Lundgaard-Karlshøj, Ausumgaard Fortæl om Ausumgaard s historie Der er hele tiden snak om værdier, men hvad er det for nogle værdier? uddyb forklar definer

Læs mere

Trolling Master Bornholm 2012

Trolling Master Bornholm 2012 Trolling Master Bornholm 1 (English version further down) Tak for denne gang Det var en fornøjelse især jo også fordi vejret var med os. Så heldig har vi aldrig været før. Vi skal evaluere 1, og I må meget

Læs mere

Barnets navn: Børnehave: Kommune: Barnets modersmål (kan være mere end et)

Barnets navn: Børnehave: Kommune: Barnets modersmål (kan være mere end et) Forældreskema Barnets navn: Børnehave: Kommune: Barnets modersmål (kan være mere end et) Barnets alder: år og måneder Barnet begyndte at lære dansk da det var år Søg at besvare disse spørgsmål så godt

Læs mere

Noter til kursusgang 9, IMAT og IMATØ

Noter til kursusgang 9, IMAT og IMATØ Noter til kursusgang 9, IMAT og IMATØ matematik og matematik-økonomi studierne 1. basissemester Esben Høg 4. november 013 Institut for Matematiske Fag Aalborg Universitet Esben Høg Noter til kursusgang

Læs mere

Avancerede bjælkeelementer med tværsnitsdeformation

Avancerede bjælkeelementer med tværsnitsdeformation Avancerede bjælkeelementer med tværsnitsdeformation Advanced beam element with distorting cross sections Kandidatprojekt Michael Teilmann Nielsen, s062508 Foråret 2012 Under vejledning af Jeppe Jönsson,

Læs mere

Bilag. Resume. Side 1 af 12

Bilag. Resume. Side 1 af 12 Bilag Resume I denne opgave, lægges der fokus på unge og ensomhed gennem sociale medier. Vi har i denne opgave valgt at benytte Facebook som det sociale medie vi ligger fokus på, da det er det største

Læs mere

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A +

Strings and Sets: set complement, union, intersection, etc. set concatenation AB, power of set A n, A, A + Strings and Sets: A string over Σ is any nite-length sequence of elements of Σ The set of all strings over alphabet Σ is denoted as Σ Operators over set: set complement, union, intersection, etc. set concatenation

Læs mere

Den nye Eurocode EC Geotenikerdagen Morten S. Rasmussen

Den nye Eurocode EC Geotenikerdagen Morten S. Rasmussen Den nye Eurocode EC1997-1 Geotenikerdagen Morten S. Rasmussen UDFORDRINGER VED EC 1997-1 HVAD SKAL VI RUNDE - OPBYGNINGEN AF DE NYE EUROCODES - DE STØRSTE UDFORDRINGER - ER DER NOGET POSITIVT? 2 OPBYGNING

Læs mere

Agenda. The need to embrace our complex health care system and learning to do so. Christian von Plessen Contributors to healthcare services in Denmark

Agenda. The need to embrace our complex health care system and learning to do so. Christian von Plessen Contributors to healthcare services in Denmark Agenda The need to embrace our complex health care system and learning to do so. Christian von Plessen Contributors to healthcare services in Denmark Colitis and Crohn s association Denmark. Charlotte

Læs mere

ATEX direktivet. Vedligeholdelse af ATEX certifikater mv. Steen Christensen stec@teknologisk.dk www.atexdirektivet.

ATEX direktivet. Vedligeholdelse af ATEX certifikater mv. Steen Christensen stec@teknologisk.dk www.atexdirektivet. ATEX direktivet Vedligeholdelse af ATEX certifikater mv. Steen Christensen stec@teknologisk.dk www.atexdirektivet.dk tlf: 7220 2693 Vedligeholdelse af Certifikater / tekniske dossier / overensstemmelseserklæringen.

Læs mere

Witt Hvidevarer A/S. Kontorchef Camilla Hesselby. 2. maj 2011

Witt Hvidevarer A/S. Kontorchef Camilla Hesselby. 2. maj 2011 Witt Hvidevarer A/S Kontorchef Camilla Hesselby 2. maj 2011 Witt Hvidevarer A/S Witt: Import/distribution af hårde hvidevarer, støvsugere, herunder robot-støvsugere og robotgulvvaskere, og små el-apparater.

Læs mere

Nyhedsmail, december 2013 (scroll down for English version)

Nyhedsmail, december 2013 (scroll down for English version) Nyhedsmail, december 2013 (scroll down for English version) Kære Omdeler Julen venter rundt om hjørnet. Og netop julen er årsagen til, at NORDJYSKE Distributions mange omdelere har ekstra travlt med at

Læs mere

Business Rules Fejlbesked Kommentar

Business Rules Fejlbesked Kommentar Fejlbeskeder i SMDB Validate Business Request- ValidateRequestRegi stration ( :1) Business Fejlbesked Kommentar the municipality must have no more than one Kontaktforløb at a time Fejl 1: Anmodning En

Læs mere

VLSI Design. DC & Transient Response. EE 447 VLSI Design 4: DC and Transient Response 1

VLSI Design. DC & Transient Response. EE 447 VLSI Design 4: DC and Transient Response 1 VLSI Design DC & Transient Response 4: DC and Transient Response 1 Outline DC Response Logic Levels and Noise Margins Transient Response Delay Estimation 4: DC and Transient Response DC Response DC Response:

Læs mere

Userguide. NN Markedsdata. for. Microsoft Dynamics CRM 2011. v. 1.0

Userguide. NN Markedsdata. for. Microsoft Dynamics CRM 2011. v. 1.0 Userguide NN Markedsdata for Microsoft Dynamics CRM 2011 v. 1.0 NN Markedsdata www. Introduction Navne & Numre Web Services for Microsoft Dynamics CRM hereafter termed NN-DynCRM enable integration to Microsoft

Læs mere

LESSON NOTES Extensive Reading in Danish for Intermediate Learners #8 How to Interview

LESSON NOTES Extensive Reading in Danish for Intermediate Learners #8 How to Interview LESSON NOTES Extensive Reading in Danish for Intermediate Learners #8 How to Interview CONTENTS 2 Danish 5 English # 8 COPYRIGHT 2019 INNOVATIVE LANGUAGE LEARNING. ALL RIGHTS RESERVED. DANISH 1. SÅDAN

Læs mere

Frequency Dispersion: Dielectrics, Conductors, and Plasmas

Frequency Dispersion: Dielectrics, Conductors, and Plasmas 1/23 Frequency Dispersion: Dielectrics, Conductors, and Plasmas Carlos Felipe Espinoza Hernández Professor: Jorge Alfaro Instituto de Física Pontificia Universidad Católica de Chile 2/23 Contents 1 Simple

Læs mere

Trolling Master Bornholm 2016 Nyhedsbrev nr. 5

Trolling Master Bornholm 2016 Nyhedsbrev nr. 5 Trolling Master Bornholm 2016 Nyhedsbrev nr. 5 English version further down Kim Finne med 11 kg laks Laksen blev fanget i denne uge øst for Bornholm ud for Nexø. Et andet eksempel er her to laks taget

Læs mere

Fejlbeskeder i Stofmisbrugsdatabasen (SMDB)

Fejlbeskeder i Stofmisbrugsdatabasen (SMDB) Fejlbeskeder i Stofmisbrugsdatabasen (SMDB) Oversigt over fejlbeskeder (efter fejlnummer) ved indberetning til SMDB via webløsning og via webservices (hvor der dog kan være yderligere typer fejlbeskeder).

Læs mere

Trolling Master Bornholm 2016 Nyhedsbrev nr. 6

Trolling Master Bornholm 2016 Nyhedsbrev nr. 6 Trolling Master Bornholm 2016 Nyhedsbrev nr. 6 English version further down Johnny Nielsen med 8,6 kg laks Laksen blev fanget seks sømil ud for Tejn. Det var faktisk dobbelthug, så et kig ned i køletasken

Læs mere

Molio specifications, development and challenges. ICIS DA 2019 Portland, Kim Streuli, Molio,

Molio specifications, development and challenges. ICIS DA 2019 Portland, Kim Streuli, Molio, Molio specifications, development and challenges ICIS DA 2019 Portland, Kim Streuli, Molio, 2019-06-04 Introduction The current structure is challenged by different factors. These are for example : Complex

Læs mere

ANNONCERING AF CYKELTAXAHOLDEPLADSER I RØD ZONE OG LANGELINIE

ANNONCERING AF CYKELTAXAHOLDEPLADSER I RØD ZONE OG LANGELINIE KØBENHAVNS KOMMUNE Teknik- og Miljøforvaltningen Byens Anvendelse CYKELTAXA I RØD ZONE 5. oktober 2018 ANNONCERING AF CYKELTAXAHOLDEPLADSER I RØD ZONE OG LANGELINIE English version Der er nu mulighed for

Læs mere

Help / Hjælp

Help / Hjælp Home page Lisa & Petur www.lisapetur.dk Help / Hjælp Help / Hjælp General The purpose of our Homepage is to allow external access to pictures and videos taken/made by the Gunnarsson family. The Association

Læs mere