Answers to Homework 6: Interpolation: Spline Interpolation

Size: px
Start display at page:

Download "Answers to Homework 6: Interpolation: Spline Interpolation"

Transcription

1 Mth 128A Spring 2002 Hndout # 17 Sergey Fomel Mrch 14, 2002 Answers to Homework 6: Interpoltion: Spline Interpoltion 1 In clss, we interpolted the function f (x) = 1 x stisfied the nturl boundry conditions t the points x = 2,4,5 with the cubic spline tht S () = 0 ; (1) S (b) = 0 (2) for = 2 nd b = 5 () Chnge conditions (1-2) to the clmped boundry conditions S () = f () ; (3) S (b) = f (b), (4) find the corresponding cubic spline nd evlute it t x = 3 Is the result more ccurte thn the one of the nturl cubic spline interpoltion? Note: No progrmming is necessry, but clcultor might help Solution: Let the cubic spline in the intervl from x = 2 to x = 4 be the polynomil S 1 (x) = 05 + b 1 (x 2) + c 1 (x 2) 2 + d 1 (x 2) 3 nd the spline in the intervl from x = 4 to x = 5 be the polynomil S 2 (x) = b 2 (x 4) + c 2 (x 4) 2 + d 2 (x 4) 3 The six coefficients b 1,c 1,d 1,b 2,c 2,d 2 re the unknowns tht we need to determine From the interpoltion conditions, we get S 1 (4) = b 1 + 4c 1 + 8d 1 = f (4) = 025 ; S 2 (5) = b 2 + c 2 + d 2 = f (5) = 02 From the smoothness conditions t the internl point, we get S 1 (4) = b 1 + 2c 1 (4 2) + 3d 1 (4 2) 2 = S 2 (4) = b 2 ; S d 1 (4 2) = S 2 2 Finlly, from the boundry conditions, we get S 1 (2) = b 1 = f (2) = 025 ; S 2 (5) = b 2 + 2c 2 + 3d 2 = f (5) = 004 1

2 Thus, we hve six liner equtions to determine the six unknowns In the mtrix form, the equtions re b c d b 2 = c d The equtions cn be solved, for exmple, by successive elimintion of unknowns We get b 1 = 025, then c d b c 2 = d Tke c 1 = d 1, then Tke d 1 = 025b 2, then b 2 c 2 d 2 d 1 b 2 c 2 d 2 = = Tke b 2 = c 2, then [ ] [ c2 d 2 ] = [ ] Finlly, tke c 2 = d 2 nd get d 2 = The finl nswer is Evluting the spline t x = 3, we get d 2 = c 2 = 0005 b 2 = d 1 = c 1 = b 1 = 025 S(3) = S 1 (3) = 05 + b1 + c 1 + d 1 = This is closer to the exct result f (3) = thn the result of the nturl spline interpoltion (S(3) = ) 2

3 (b) Prove tht if S(x) is cubic spline tht interpoltes function f (x) C 2 [,b] t the knots = x 1 < x 2 < < x n = b nd stisfies the clmped boundry conditions (3-4), then [ S (x) ] b 2 dx [ f (x) ] 2 dx (5) Hint: Divide the intervl [, b] into subintervls nd use integrtion by prts in ech subintervl Solution: Let us form the difference D(x) = f (x) S(x) From the integrl equlity [ f (x) ] b 2 dx = [ S (x) ] b 2 dx + [ D (x) ] b 2 dx + 2 we cn see tht the theorem will be proved if we cn prove tht S (x) D (x)dx, Indeed, the integrl S (x) D (x)dx = 0 [ f (x) ] 2 dx in this cse will be equl to the integrl [ S (x) ] 2 dx plus some non-negtive quntity [ D (x) ] 2 dx Applying integrtion by prts, we get S (x) D (x)dx = S (x)d (x) b b S (x) D (x)dx The first term is zero becuse of the clmped boundry conditions: D () = f () S () = 0 ; D (b) = f (b) S (b) = 0 The integrl in the second term cn be divided into subintervls, s follows: n 1 S (x) D (x)dx = 3 k=1 x k+1 x k S (x) D (x)dx

4 Integrtion by prts in ech subintervl produces x k+1 x k S (x) D (x)dx = S (x) D(x) xk+1 x k x k+1 x k S (4) (x) D(x)dx The first term in the expression bove is zero becuse of the interpoltion condition D(x k ) = f (x k ) S(x k ) = 0, k = 1,2,,n The second term is zero becuse the spline S(x) in ech subintervl is cubic polynomil nd hs zero fourth derivtive We hve proved tht which proves the theorem S (x) D (x)dx = 0, 2 The nturl boundry conditions for cubic spline led to system of liner equtions with the tridigonl mtrix 2(h 1 + h 2 ) h h 2 2(h 2 + h 3 ) h 3 0 h 3 0, (6) hn h n 2 2(h n 2 + h n 1 ) where h k = x k+1 x k The textbook shows tht the clmped boundry conditions led to the mtrix 2h 1 h h 1 2(h 1 + h 2 ) h h 2 2(h 2 + h 3 ) 0 (7) hn 2 0 hn 2 2(h n 2 + h n 1 ) h n h n 1 2h n 1 Find the form of mtrices tht correspond to two other populr types of boundry conditions: () not knot conditions: (b) periodic conditions: S 1 2) = S 2 2) ; (8) S n 2 n 1) = S n 1 n 1) (9) S 1 (x 1) = S n 1 (x n) ; (10) S 1 1) = S n 1 n) (11) 4

5 Here S k (x) represent the spline function on the intervl from x k to x k+1, k = 1,2,,n 1 The periodic conditions re pplied when S(x 1 ) = S(x n ) Solution: The centrl prt of the mtrix will lwys hve the sme tridigonl structure, which results from the recursive reltionship c k 1 h k 1 + 2c k (h k 1 + h k ) + c k+1 h k = 3 ( f [x k, x k+1 ] f [x k 1, x k ]), where c k is the second-order coefficient in the spline expression S k (x) = f k + b k (x x k ) + c k (x x k ) 2 + d k (x x k ) 3, x k x x k+1,k = 1,2,,n 1 The boundry conditions will only ffect the first nd the lst rows of the mtrix () The not knot conditions trnsform into the equtions Using the recursive reltionship d 1 = d 2 ; d n 2 = d n 1 d k = c k+1 c k 3h k, where h k = x k+1 x k, the conditions further trnsform to c 2 c 1 = c 3 c 2 ; h 1 h 2 c n 1 c n 2 = c n c n 1, h n 2 h n 1 where c n = S n 1 (x n)/2 Using this two conditions, we cn eliminte c 1 nd c n from the system with the help of the expressions ( c 1 = c h ) 1 h 2 c n = c n 1 ( 1 + h n 1 h n 2 The first eqution in the system is then h 1 c 3 ; h 2 ) c n 2 h n 1 h n 2 ( ( ) c 1 h 1 +2c 2 (h 1 +h 2 )+c 3 h 2 = c 2 3h 1 + 2h 2 + h2 1 )+c 3 h 2 h2 1 = 3 ( f [x 2, x 3 ] f [x 1, x 2 ]), h 2 h 2 nd the lst eqution is c n 2 ( c n 2 h n 2 + 2c n 1 (h n 2 + h n 1 ) + c n h n 1 = ) ( ) + c n 1 h n 2 h2 n 1 h n 2 3h n 1 + 2h n 2 + h2 n 1 h n 2 = 3 ( f [x n 1, x n ] f [x n 2, x n 1 ]) 5

6 The mtrix tkes the form 3h 1 + 2h 2 + h2 1 h 2 h 2 h2 1 h h 2 2(h 2 + h 3 ) h 3 0 h 3 0 hn h n 2 h2 n 1 h n 2 3h n 1 + 2h n 2 + h2 n 1 h n 2 Alterntive forms re possible (b) The periodic boundry conditions led to the equtions b 1 = b n 1 + 2c n 1 h n 1 + 3d n 1 h 2 n 1 c 1 = c n After eliminting c n from the system, the first eqution trnsforms to or f [x 1, x 2 ] 2c 1 + c 2 3 h 1 = f [ x n 1, x n ] + 2c n 1 + c 1 3 h n 1 2c 1 (h 1 + h n 1 ) + c 2 h 1 + c n 1 h n 1 = 3 ( f [x 1, x 2 ] f [ x n 1, x n ]) The system mtrix is 2(h 1 + h n 1 ) h h n 1 h 1 2(h 1 + h 2 ) h h hn 2 h n h n 2 2(h n 2 + h n 1 ) Alterntive forms re possible 3 The lgorithm for solving tridigonl symmetric systems, presented in clss, decomposes symmetric tridigonl mtrix into product of lower nd upper bidigonl mtrices, s follows: 1 b α β b 1 2 b 2 b 0 b 2 1 α β 0 = 0 b bn 1 0 βn b n 1 n 0 0 b n 1 α n The lgorithm for solving the liner system 1 b b 1 2 b 2 0 b 2 0 bn b n 1 n c 1 c 2 c n = g 1 g 2 g n 6

7 is summrized below TRIDIAGONAL( 1, 2,, n,b 1,b 2,,b n 1, g 1, g 2,, g n ) 1 α for k 1,2,,n 1 3 do 4 β k b k /α k 5 α k+1 k+1 b k β k 6 c 1 g 1 7 for k 2,3,,n 8 do 9 c k g k β k 1 c k 1 10 c n c n /α n 11 for k n 1,n 2,,1 12 do 13 c k c k /α k β k c k+1 14 return c 1,c 2,,c n () The lgorithm will fil (with division by zero) if ny α k is zero Prove tht, in the cse of cubic spline interpoltion with the nturl boundry conditions, α k > b k > 0, k = 1,2,,n Hint: Strt with k = 1 nd use the method of mthemticl induction Solution: In the cse of the nturl boundry conditions, nd Let us first check the cse k = 1: k = 2 (h k + h k+1 ), k = 1,2,,n 2 b k = h k+1 > 0, k = 1,2,,n 3 α 1 = 1 = 2(h 1 + h 2 ) > h 2 = b 1 The theorem is stisfied Using the method of mthemticl induction, let us ssume tht α k > b k for some k nd prove tht the nlogous inequlity is true for k + 1 Indeed, the lgorithm shows tht α k+1 = k+1 b2 k α k The ssumed inequlity implies tht Therefore, b 2 k α k < b k α k+1 > k+1 b k = 2 (h k + h k+1 ) h k+1 = h k+1 + 2h k > 0 QED 7

8 (b) Design n lterntive lgorithm, where the tridigonl mtrix is fctored into the product of upper nd lower bidigonl mtrices, s follows: 1 b b 1 2 b 2 0 b 2 0 = bn b n 1 n ˆα 1 b ˆα 2 b 2 ˆβ ˆβ 2 bn ˆα n 0 0 ˆβ n 1 1 Solution: Mtching the digonl elements, we rrive t the system of equtions ˆα 1 + b 1 ˆβ 1 = 1 ˆα n 1 + b n 1 ˆβ n 1 = n 1 ˆα n = n Mtching the off-digonl elements leds to the system ˆα 2 ˆβ 1 = b 1 ˆα n ˆβ n 1 = b n 1 Together, the two systems define the bckwrd recursion ˆα n = n ; { ˆβ k = b k / ˆα k+1 ˆα k = k b k ˆβ k, k = n 1,n 2,,1 After the decomposition, the upper nd lower bidigonl mtrices re inverted using recursion in the opposite directions The finl lgorithm is TRIDIAGONAL2( 1, 2,, n,b 1,b 2,,b n 1, g 1, g 2,, g n ) 1 ˆα n n 2 for k n 1,n 2,,1 3 do 4 ˆβ k b k / ˆα k+1 5 ˆα k k b k ˆβ k 6 c n g n 7 for k n 1,n 2,,1 8 do 9 c k g k ˆβ k c k+1 10 c 1 c 1 / ˆα 1 11 for k 2,3,,n 12 do 13 c k c k / ˆα k ˆβ k 1 c k 1 14 return c 1,c 2,,c n 8

9 4 (Progrmming) In this ssignment, you cn use your own implementtion of the nturl cubic spline lgorithm or librry function For your convenience, here is the lgorithm summry: NATURAL SPLINE COEFFICIENTS(x 1, x 2,, x n, f 1, f 2,, f n ) 1 for k 1,2,,n 1 2 do 3 h k x k+1 x k 4 b k ( f k+1 f k )/h k 5 for k 2,3,,n 1 6 do 7 k 2 (h k + h k 1 ) 8 g k b k b k 1 9 c c n 0 11 c 2,c 3,,c n 1 TRIDIAGONAL( 2, 3,, n 1,h 2,h 3,,h n 2, g 2, g 3,, g n 1 ) 12 for k 1,2,,n 1 13 do 14 d k (c k+1 c k )/h k 15 b k b k (2c k + c k+1 ) h k 16 c k 3c k 17 return b 1,b 2,,b n 1,c 1,c 2,,c n 1,d 1,d 2,,d n 1 SPLINE EVALUATION(x, x 1, x 2,, x n, f 1, f 2,, f n,b 1,b 2,,b n 1,c 1,c 2,,c n 1,d 1,d 2,,d n 1 ) 1 for k n 1,n 2,,1 2 do 3 h x x k 4 if h > 0 5 then exit loop 6 S f k + h (b k + h (c k + h d k )) 7 return S Using your progrm, interpolte Runge s function f (x) = 1 on set of n regulrly spced 1+25 x 2 spline knots 2(k 1) x k = 1 + n 1, k = 1,2,,n Tke n = 5,11,21 nd compute the interpoltion spline S(x) nd the error f (x) S(x) t 41 regulrly spced points You cn either plot the error or output it in tble Does the interpoltion ccurcy increse with the number of knots? Answer: 9

10 x The ccurcy does increse with the number of knots 10

11 Solution: C progrm: #include <stdlibh> /* for lloction */ #include <sserth> /* for ssertion */ #include "splineh" /* Function: tridigonl Symmetric tridigonl system solver n - dt length dig[n] - digonl offd[n-1] - off-digonl x[n] - in: right-hnd side, out: solution */ void tridigonl(int n, const double* dig, const double* offd, double* x) { double *, *b; int k; /* llocte storge */ = (double*) mlloc(n*sizeof(double)); b = (double*) mlloc((n-1)*sizeof(double)); ssert (!= NULL && b!= NULL); /* LU decomposition */ [0] = dig[0]; for (k=0; k < n-1; k++) { b[k] = offd[k]/[k]; [k+1] = dig[k+1] - b[k]*offd[k]; /* inverting L */ for (k=1; k < n; k++) { x[k] = x[k] - b[k-1]*x[k-1]; /* inverting U */ x[n-1] /= [n-1]; for (k=n-2; k >=0; k--) { x[k] = x[k]/[k] - b[k]*x[k+1]; free (); free (b); /* Function: tridigonl Alterntive form of symmetric tridigonl system solver n - dt length dig[n] - digonl offd[n-1] - off-digonl x[n] - in: right-hnd side, out: solution */ void tridigonl2(int n, const double* dig, const double* offd, double* x) { double *, *b; int k; 11

12 /* llocte storge */ = (double*) mlloc(n*sizeof(double)); b = (double*) mlloc((n-1)*sizeof(double)); ssert (!= NULL && b!= NULL); /* UL decomposition */ [n-1] = dig[n-1]; for (k=n-2; k >= 0; k--) { b[k] = offd[k]/[k+1]; [k] = dig[k] - b[k]*offd[k]; /* inverting U */ for (k=n-2; k >= 0; k--) { x[k] = x[k] - b[k]*x[k+1]; /* inverting L */ x[0] /= [0]; for (k=1; k < n-1; k++) { x[k] = x[k]/[k] - b[k-1]*x[k-1]; free (); free (b); /* Function: spline_coeffs Compute spline coefficients for interpolting nturl cubic spline n - number of knots x[n] - knots f[n] - function vlues coeff[4][n] - coefficients */ void spline_coeffs(int n, const double* x, const double* f, double* coeff[]) { double *, *h, *b, *c, *d; int k; h = (double*) mlloc((n-1)*sizeof(double)); = (double*) mlloc((n-2)*sizeof(double)); ssert (h!= NULL); /* renme for convenience */ b = coeff[1]; c = coeff[2]; d = coeff[3]; for (k=0; k < n-1; k++) { h[k] = x[k+1] - x[k]; /* intervl length */ coeff[0][k] = f[k]; b[k] = (f[k+1]-f[k])/h[k]; /* divided difference */ for (k=0; k < n-2; k++) { [k] = 2*(h[k+1] + h[k]); /* digonl */ c[k+1] = b[k+1] - b[k]; /* right-hnd side */ c[0] = 0; /* solve the tridigonl system */ 12

13 tridigonl(n-2,, h, c+1); for (k=0; k < n-1; k++) { if (k < n-2) { d[k] = (c[k+1]-c[k])/h[k]; b[k] -= (c[k+1]+2*c[k])*h[k]; else { d[k] = -c[k]/h[k]; b[k] -= 2*c[k]*h[k]; c[k] *= 3; /* Function: spline_evl Evlute cubic spline n - number of knots y - where to evlute x[n] - knots coeff[4][n] - spline coefficients */ double spline_evl(int n, double y, const double* x, double* coeff[]) { double h, s; int i, k; /* find the intervl for x */ for (k=n-2; k >=0; k--) { h = y - x[k]; if (h >= 0) brek; if (k < 0) k = 0; /* evlute cubic by Horner s rule */ s = coeff[3][k]; for (i=2; i >=0; i--) { s = s*h + coeff[i][k]; return s; #include <stdlibh> /* for lloction */ #include <stdioh> /* for output */ #include <sserth> /* for ssertion */ #include "splineh" /* Runge s function */ double runge (double x) { return (1/(1+25*x*x)); int min (void) { int i, k, n[]={5,11,21, nx, ny=41; double *x, *f, *coeff[4], *y, xk, s, e; y = (double*) mlloc (ny*sizeof(double)); 13

14 ssert (y!= NULL); /* regulr grid for plotting */ for (k=0; k < ny; k++) { y[k] = *k/(ny-1); /* three cses */ for (i=0; i < 3; i++) { nx = n[i]; /* llocte spce for tble */ x = (double*) mlloc (nx*sizeof(double)); f = (double*) mlloc (nx*sizeof(double)); ssert (x!= NULL && f!= NULL); /* llocte coefficients */ for (k=0; k < 4; k++) { coeff[k] = (double*) mlloc ((nx-1)*sizeof(double)); ssert (coeff[k]!= NULL); /* build the tble */ for (k=0; k < nx; k++) { xk = *k/(nx-1); f[k] = runge(xk); x[k] = xk; /* compute coefficients */ spline_coeffs(nx, x, f, coeff); /* evlute the spline function */ for (k=0; k < ny; k++) { xk = y[k]; s = spline_evl(nx, xk, x, coeff); /* spline */ e = runge(xk)-s; /* error */ /* print out the tble */ printf("%d %f %f %g\n", k, xk, s, e); free (x); free (f); for (k=0; k < 4; k++) { free (coeff[k]); exit(0); 14

15 5 (Progrmming) The vlues in the tble specify {x, y points on curve {x(t), y(t) x y In this ssignment, you will reconstruct the curve using cubic splines nd interpolting independently x(t) nd y(t) We don t know the vlues of t t the spline knots but cn pproximte them For exmple, we cn tke t to represent the length long the curve nd pproximte it by the length of the liner segments: t 1 = 0 ; t k = t k 1 + (x k x k 1 ) 2 + (y k y k 1 ) 2, k = 2,3,,n Clculte spline coefficients for the nturl cubic splines interpolting x(t) nd y(t), then evlute the splines t 100 regulrly spced points in the intervl between t 1 nd t n nd plot the curve Wht other boundry conditions would be pproprite in this exmple? Answer:

16 The periodic boundry conditions would be more pproprite in this cse Solution: C progrm: #include <stdlibh> /* for lloction */ #include <stdioh> /* for output */ #include <mthh> /* for mth functions */ #include <sserth> /* for ssertion */ #include "splineh" int min (void) { const int nt=13, nt1=100; int k; double x[] = {25,13,-025,0,025,-13,-25,-13,025,0,-025,13,25; double y[] = {0,-025,13,25,13,-025,0,025,-13,-25,-13,025,0; double t[13], *xc[4], *yc[4], t1[100], tk, x1, y1; for (k=0; k < 4; k++) { xc[k] = (double*) mlloc ((nt-1)*sizeof(double)); yc[k] = (double*) mlloc ((nt-1)*sizeof(double)); ssert (xc[k]!= NULL && yc[k]!= NULL); /* find the knots */ t[0] = 0; for (k=1; k < nt; k++) { t[k] = t[k-1] + hypot(x[k]-x[k-1],y[k]-y[k-1]); /* regulr grid for plotting */ for (k=0; k < nt1; k++) { t1[k] = k*t[nt-1]/(nt1-1); /* spline coefficients for x(t) nd y(t) */ spline_coeffs(nt, t, x, xc); spline_coeffs(nt, t, y, yc); /* evlute the spline function */ for (k=0; k < nt1; k++) { tk = t1[k]; x1 = spline_evl(nt, tk, t, xc); y1 = spline_evl(nt, tk, t, yc); /* print out the tble */ printf("%d %f %f %g\n", k, tk, x1, y1); exit(0); 16

and thus, they are similar. If k = 3 then the Jordan form of both matrices is

and thus, they are similar. If k = 3 then the Jordan form of both matrices is Homework ssignment 11 Section 7. pp. 249-25 Exercise 1. Let N 1 nd N 2 be nilpotent mtrices over the field F. Prove tht N 1 nd N 2 re similr if nd only if they hve the sme miniml polynomil. Solution: If

More information

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )

Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( ) Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +

More information

Binary Representation of Numbers Autar Kaw

Binary Representation of Numbers Autar Kaw Binry Representtion of Numbers Autr Kw After reding this chpter, you should be ble to: 1. convert bse- rel number to its binry representtion,. convert binry number to n equivlent bse- number. In everydy

More information

Factoring Polynomials

Factoring Polynomials Fctoring Polynomils Some definitions (not necessrily ll for secondry school mthemtics): A polynomil is the sum of one or more terms, in which ech term consists of product of constnt nd one or more vribles

More information

MATH 150 HOMEWORK 4 SOLUTIONS

MATH 150 HOMEWORK 4 SOLUTIONS MATH 150 HOMEWORK 4 SOLUTIONS Section 1.8 Show tht the product of two of the numbers 65 1000 8 2001 + 3 177, 79 1212 9 2399 + 2 2001, nd 24 4493 5 8192 + 7 1777 is nonnegtive. Is your proof constructive

More information

Experiment 6: Friction

Experiment 6: Friction Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht

More information

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers.

Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers. 2 Rtionl Numbers Integers such s 5 were importnt when solving the eqution x+5 = 0. In similr wy, frctions re importnt for solving equtions like 2x = 1. Wht bout equtions like 2x + 1 = 0? Equtions of this

More information

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany

g(y(a), y(b)) = o, B a y(a)+b b y(b)=c, Boundary Value Problems Lecture Notes to Accompany Lecture Notes to Accompny Scientific Computing An Introductory Survey Second Edition by Michel T Heth Boundry Vlue Problems Side conditions prescribing solution or derivtive vlues t specified points required

More information

CHAPTER 11 Numerical Differentiation and Integration

CHAPTER 11 Numerical Differentiation and Integration CHAPTER 11 Numericl Differentition nd Integrtion Differentition nd integrtion re bsic mthemticl opertions with wide rnge of pplictions in mny res of science. It is therefore importnt to hve good methods

More information

MODULE 3. 0, y = 0 for all y

MODULE 3. 0, y = 0 for all y Topics: Inner products MOULE 3 The inner product of two vectors: The inner product of two vectors x, y V, denoted by x, y is (in generl) complex vlued function which hs the following four properties: i)

More information

Lecture 5. Inner Product

Lecture 5. Inner Product Lecture 5 Inner Product Let us strt with the following problem. Given point P R nd line L R, how cn we find the point on the line closest to P? Answer: Drw line segment from P meeting the line in right

More information

Lecture 3 Gaussian Probability Distribution

Lecture 3 Gaussian Probability Distribution Lecture 3 Gussin Probbility Distribution Introduction l Gussin probbility distribution is perhps the most used distribution in ll of science. u lso clled bell shped curve or norml distribution l Unlike

More information

QUADRATURE METHODS. July 19, 2011. Kenneth L. Judd. Hoover Institution

QUADRATURE METHODS. July 19, 2011. Kenneth L. Judd. Hoover Institution QUADRATURE METHODS Kenneth L. Judd Hoover Institution July 19, 2011 1 Integrtion Most integrls cnnot be evluted nlyticlly Integrls frequently rise in economics Expected utility Discounted utility nd profits

More information

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one.

5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one. 5.2. LINE INTEGRALS 265 5.2 Line Integrls 5.2.1 Introduction Let us quickly review the kind of integrls we hve studied so fr before we introduce new one. 1. Definite integrl. Given continuous rel-vlued

More information

Integration by Substitution

Integration by Substitution Integrtion by Substitution Dr. Philippe B. Lvl Kennesw Stte University August, 8 Abstrct This hndout contins mteril on very importnt integrtion method clled integrtion by substitution. Substitution is

More information

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding

Example A rectangular box without lid is to be made from a square cardboard of sides 18 cm by cutting equal squares from each corner and then folding 1 Exmple A rectngulr box without lid is to be mde from squre crdbord of sides 18 cm by cutting equl squres from ech corner nd then folding up the sides. 1 Exmple A rectngulr box without lid is to be mde

More information

AREA OF A SURFACE OF REVOLUTION

AREA OF A SURFACE OF REVOLUTION AREA OF A SURFACE OF REVOLUTION h cut r πr h A surfce of revolution is formed when curve is rotted bout line. Such surfce is the lterl boundr of solid of revolution of the tpe discussed in Sections 7.

More information

Graphs on Logarithmic and Semilogarithmic Paper

Graphs on Logarithmic and Semilogarithmic Paper 0CH_PHClter_TMSETE_ 3//00 :3 PM Pge Grphs on Logrithmic nd Semilogrithmic Pper OBJECTIVES When ou hve completed this chpter, ou should be ble to: Mke grphs on logrithmic nd semilogrithmic pper. Grph empiricl

More information

15.6. The mean value and the root-mean-square value of a function. Introduction. Prerequisites. Learning Outcomes. Learning Style

15.6. The mean value and the root-mean-square value of a function. Introduction. Prerequisites. Learning Outcomes. Learning Style The men vlue nd the root-men-squre vlue of function 5.6 Introduction Currents nd voltges often vry with time nd engineers my wish to know the verge vlue of such current or voltge over some prticulr time

More information

Reasoning to Solve Equations and Inequalities

Reasoning to Solve Equations and Inequalities Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing

More information

4.11 Inner Product Spaces

4.11 Inner Product Spaces 314 CHAPTER 4 Vector Spces 9. A mtrix of the form 0 0 b c 0 d 0 0 e 0 f g 0 h 0 cnnot be invertible. 10. A mtrix of the form bc d e f ghi such tht e bd = 0 cnnot be invertible. 4.11 Inner Product Spces

More information

6.2 Volumes of Revolution: The Disk Method

6.2 Volumes of Revolution: The Disk Method mth ppliction: volumes of revolution, prt ii Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem ) nd the ccumultion process is to determine so-clled volumes of

More information

Math 135 Circles and Completing the Square Examples

Math 135 Circles and Completing the Square Examples Mth 135 Circles nd Completing the Squre Exmples A perfect squre is number such tht = b 2 for some rel number b. Some exmples of perfect squres re 4 = 2 2, 16 = 4 2, 169 = 13 2. We wish to hve method for

More information

Review guide for the final exam in Math 233

Review guide for the final exam in Math 233 Review guide for the finl exm in Mth 33 1 Bsic mteril. This review includes the reminder of the mteril for mth 33. The finl exm will be cumultive exm with mny of the problems coming from the mteril covered

More information

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.

Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions. Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd

More information

Physics 43 Homework Set 9 Chapter 40 Key

Physics 43 Homework Set 9 Chapter 40 Key Physics 43 Homework Set 9 Chpter 4 Key. The wve function for n electron tht is confined to x nm is. Find the normliztion constnt. b. Wht is the probbility of finding the electron in. nm-wide region t x

More information

Warm-up for Differential Calculus

Warm-up for Differential Calculus Summer Assignment Wrm-up for Differentil Clculus Who should complete this pcket? Students who hve completed Functions or Honors Functions nd will be tking Differentil Clculus in the fll of 015. Due Dte:

More information

4 Approximations. 4.1 Background. D. Levy

4 Approximations. 4.1 Background. D. Levy D. Levy 4 Approximtions 4.1 Bckground In this chpter we re interested in pproximtion problems. Generlly speking, strting from function f(x) we would like to find different function g(x) tht belongs to

More information

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity

Babylonian Method of Computing the Square Root: Justifications Based on Fuzzy Techniques and on Computational Complexity Bbylonin Method of Computing the Squre Root: Justifictions Bsed on Fuzzy Techniques nd on Computtionl Complexity Olg Koshelev Deprtment of Mthemtics Eduction University of Texs t El Pso 500 W. University

More information

Integration. 148 Chapter 7 Integration

Integration. 148 Chapter 7 Integration 48 Chpter 7 Integrtion 7 Integrtion t ech, by supposing tht during ech tenth of second the object is going t constnt speed Since the object initilly hs speed, we gin suppose it mintins this speed, but

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply

More information

All pay auctions with certain and uncertain prizes a comment

All pay auctions with certain and uncertain prizes a comment CENTER FOR RESEARC IN ECONOMICS AND MANAGEMENT CREAM Publiction No. 1-2015 All py uctions with certin nd uncertin prizes comment Christin Riis All py uctions with certin nd uncertin prizes comment Christin

More information

9 CONTINUOUS DISTRIBUTIONS

9 CONTINUOUS DISTRIBUTIONS 9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete

More information

1. Find the zeros Find roots. Set function = 0, factor or use quadratic equation if quadratic, graph to find zeros on calculator

1. Find the zeros Find roots. Set function = 0, factor or use quadratic equation if quadratic, graph to find zeros on calculator AP Clculus Finl Review Sheet When you see the words. This is wht you think of doing. Find the zeros Find roots. Set function =, fctor or use qudrtic eqution if qudrtic, grph to find zeros on clcultor.

More information

Section 5-4 Trigonometric Functions

Section 5-4 Trigonometric Functions 5- Trigonometric Functions Section 5- Trigonometric Functions Definition of the Trigonometric Functions Clcultor Evlution of Trigonometric Functions Definition of the Trigonometric Functions Alternte Form

More information

Homework 3 Solutions

Homework 3 Solutions CS 341: Foundtions of Computer Science II Prof. Mrvin Nkym Homework 3 Solutions 1. Give NFAs with the specified numer of sttes recognizing ech of the following lnguges. In ll cses, the lphet is Σ = {,1}.

More information

6 Energy Methods And The Energy of Waves MATH 22C

6 Energy Methods And The Energy of Waves MATH 22C 6 Energy Methods And The Energy of Wves MATH 22C. Conservtion of Energy We discuss the principle of conservtion of energy for ODE s, derive the energy ssocited with the hrmonic oscilltor, nd then use this

More information

EQUATIONS OF LINES AND PLANES

EQUATIONS OF LINES AND PLANES EQUATIONS OF LINES AND PLANES MATH 195, SECTION 59 (VIPUL NAIK) Corresponding mteril in the ook: Section 12.5. Wht students should definitely get: Prmetric eqution of line given in point-direction nd twopoint

More information

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100

Mathematics. Vectors. hsn.uk.net. Higher. Contents. Vectors 128 HSN23100 hsn.uk.net Higher Mthemtics UNIT 3 OUTCOME 1 Vectors Contents Vectors 18 1 Vectors nd Sclrs 18 Components 18 3 Mgnitude 130 4 Equl Vectors 131 5 Addition nd Subtrction of Vectors 13 6 Multipliction by

More information

Distributions. (corresponding to the cumulative distribution function for the discrete case).

Distributions. (corresponding to the cumulative distribution function for the discrete case). Distributions Recll tht n integrble function f : R [,] such tht R f()d = is clled probbility density function (pdf). The distribution function for the pdf is given by F() = (corresponding to the cumultive

More information

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method. Version 2 CE IIT, Kharagpur Module Anlysis of Stticlly Indeterminte Structures by the Mtrix Force Method Version CE IIT, Khrgpur esson 9 The Force Method of Anlysis: Bems (Continued) Version CE IIT, Khrgpur Instructionl Objectives

More information

Novel Methods of Generating Self-Invertible Matrix for Hill Cipher Algorithm

Novel Methods of Generating Self-Invertible Matrix for Hill Cipher Algorithm Bibhudendr chry, Girij Snkr Rth, Srt Kumr Ptr, nd Sroj Kumr Pnigrhy Novel Methods of Generting Self-Invertible Mtrix for Hill Cipher lgorithm Bibhudendr chry Deprtment of Electronics & Communiction Engineering

More information

Section 7-4 Translation of Axes

Section 7-4 Translation of Axes 62 7 ADDITIONAL TOPICS IN ANALYTIC GEOMETRY Section 7-4 Trnsltion of Aes Trnsltion of Aes Stndrd Equtions of Trnslted Conics Grphing Equtions of the Form A 2 C 2 D E F 0 Finding Equtions of Conics In the

More information

The Velocity Factor of an Insulated Two-Wire Transmission Line

The Velocity Factor of an Insulated Two-Wire Transmission Line The Velocity Fctor of n Insulted Two-Wire Trnsmission Line Problem Kirk T. McDonld Joseph Henry Lbortories, Princeton University, Princeton, NJ 08544 Mrch 7, 008 Estimte the velocity fctor F = v/c nd the

More information

Econ 4721 Money and Banking Problem Set 2 Answer Key

Econ 4721 Money and Banking Problem Set 2 Answer Key Econ 472 Money nd Bnking Problem Set 2 Answer Key Problem (35 points) Consider n overlpping genertions model in which consumers live for two periods. The number of people born in ech genertion grows in

More information

Unit 6: Exponents and Radicals

Unit 6: Exponents and Radicals Eponents nd Rdicls -: The Rel Numer Sstem Unit : Eponents nd Rdicls Pure Mth 0 Notes Nturl Numers (N): - counting numers. {,,,,, } Whole Numers (W): - counting numers with 0. {0,,,,,, } Integers (I): -

More information

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.

Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3. The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only

More information

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY

PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive

More information

Review Problems for the Final of Math 121, Fall 2014

Review Problems for the Final of Math 121, Fall 2014 Review Problems for the Finl of Mth, Fll The following is collection of vrious types of smple problems covering sections.,.5, nd.7 6.6 of the text which constitute only prt of the common Mth Finl. Since

More information

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES

LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of

More information

1.00/1.001 Introduction to Computers and Engineering Problem Solving Fall 2011 - Final Exam

1.00/1.001 Introduction to Computers and Engineering Problem Solving Fall 2011 - Final Exam 1./1.1 Introduction to Computers nd Engineering Problem Solving Fll 211 - Finl Exm Nme: MIT Emil: TA: Section: You hve 3 hours to complete this exm. In ll questions, you should ssume tht ll necessry pckges

More information

How To Understand The Theory Of Inequlities

How To Understand The Theory Of Inequlities Ostrowski Type Inequlities nd Applictions in Numericl Integrtion Edited By: Sever S Drgomir nd Themistocles M Rssis SS Drgomir) School nd Communictions nd Informtics, Victori University of Technology,

More information

M5A42 APPLIED STOCHASTIC PROCESSES PROBLEM SHEET 1 SOLUTIONS Term 1 2010-2011

M5A42 APPLIED STOCHASTIC PROCESSES PROBLEM SHEET 1 SOLUTIONS Term 1 2010-2011 M5A42 APPLIED STOCHASTIC PROCESSES PROBLEM SHEET 1 SOLUTIONS Term 1 21-211 1. Clculte the men, vrince nd chrcteristic function of the following probbility density functions. ) The exponentil distribution

More information

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:

Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered: Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you

More information

RIGHT TRIANGLES AND THE PYTHAGOREAN TRIPLETS

RIGHT TRIANGLES AND THE PYTHAGOREAN TRIPLETS RIGHT TRIANGLES AND THE PYTHAGOREAN TRIPLETS Known for over 500 yers is the fct tht the sum of the squres of the legs of right tringle equls the squre of the hypotenuse. Tht is +b c. A simple proof is

More information

A new generalized Jacobi Galerkin operational matrix of derivatives: two algorithms for solving fourth-order boundary value problems

A new generalized Jacobi Galerkin operational matrix of derivatives: two algorithms for solving fourth-order boundary value problems Abd-Elhmeed et l. Advnces in Difference Equtions (2016) 2016:22 DOI 10.1186/s13662-016-0753-2 R E S E A R C H Open Access A new generlized Jcobi Glerkin opertionl mtrix of derivtives: two lgorithms for

More information

FUNCTIONS AND EQUATIONS. xεs. The simplest way to represent a set is by listing its members. We use the notation

FUNCTIONS AND EQUATIONS. xεs. The simplest way to represent a set is by listing its members. We use the notation FUNCTIONS AND EQUATIONS. SETS AND SUBSETS.. Definition of set. A set is ny collection of objects which re clled its elements. If x is n element of the set S, we sy tht x belongs to S nd write If y does

More information

Answer, Key Homework 10 David McIntyre 1

Answer, Key Homework 10 David McIntyre 1 Answer, Key Homework 10 Dvid McIntyre 1 This print-out should hve 22 questions, check tht it is complete. Multiple-choice questions my continue on the next column or pge: find ll choices efore mking your

More information

Rotating DC Motors Part II

Rotating DC Motors Part II Rotting Motors rt II II.1 Motor Equivlent Circuit The next step in our consiertion of motors is to evelop n equivlent circuit which cn be use to better unerstn motor opertion. The rmtures in rel motors

More information

Applications to Physics and Engineering

Applications to Physics and Engineering Section 7.5 Applictions to Physics nd Engineering Applictions to Physics nd Engineering Work The term work is used in everydy lnguge to men the totl mount of effort required to perform tsk. In physics

More information

The Definite Integral

The Definite Integral Chpter 4 The Definite Integrl 4. Determining distnce trveled from velocity Motivting Questions In this section, we strive to understnd the ides generted by the following importnt questions: If we know

More information

Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful

Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful Pentominoes Bruce Bguley Cscde Mth Systems, LLC Astrct. Pentominoes nd their reltives the polyominoes, polycues, nd polyhypercues will e used to explore nd pply vrious importnt mthemticl concepts. In this

More information

UNIVERSITY OF OSLO FACULTY OF MATHEMATICS AND NATURAL SCIENCES

UNIVERSITY OF OSLO FACULTY OF MATHEMATICS AND NATURAL SCIENCES UNIVERSITY OF OSLO FACULTY OF MATHEMATICS AND NATURAL SCIENCES Solution to exm in: FYS30, Quntum mechnics Dy of exm: Nov. 30. 05 Permitted mteril: Approved clcultor, D.J. Griffiths: Introduction to Quntum

More information

#A12 INTEGERS 13 (2013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS

#A12 INTEGERS 13 (2013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS #A1 INTEGERS 13 (013) THE DISTRIBUTION OF SOLUTIONS TO XY = N (MOD A) WITH AN APPLICATION TO FACTORING INTEGERS Michel O. Rubinstein 1 Pure Mthemtics, University of Wterloo, Wterloo, Ontrio, Cnd mrubinst@uwterloo.c

More information

The invention of line integrals is motivated by solving problems in fluid flow, forces, electricity and magnetism.

The invention of line integrals is motivated by solving problems in fluid flow, forces, electricity and magnetism. Instrutor: Longfei Li Mth 43 Leture Notes 16. Line Integrls The invention of line integrls is motivted by solving problems in fluid flow, fores, eletriity nd mgnetism. Line Integrls of Funtion We n integrte

More information

SINCLAIR COMMUNITY COLLEGE DAYTON, OHIO DEPARTMENT SYLLABUS FOR COURSE IN MAT 1470 - COLLEGE ALGEBRA (4 SEMESTER HOURS)

SINCLAIR COMMUNITY COLLEGE DAYTON, OHIO DEPARTMENT SYLLABUS FOR COURSE IN MAT 1470 - COLLEGE ALGEBRA (4 SEMESTER HOURS) SINCLAIR COMMUNITY COLLEGE DAYTON, OHIO DEPARTMENT SYLLABUS FOR COURSE IN MAT 470 - COLLEGE ALGEBRA (4 SEMESTER HOURS). COURSE DESCRIPTION: Polynomil, rdicl, rtionl, exponentil, nd logrithmic functions

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-265 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t dsp.support@nlog.com nd t dsptools.support@nlog.com Or visit our

More information

CURVES ANDRÉ NEVES. that is, the curve α has finite length. v = p q p q. a i.e., the curve of smallest length connecting p to q is a straight line.

CURVES ANDRÉ NEVES. that is, the curve α has finite length. v = p q p q. a i.e., the curve of smallest length connecting p to q is a straight line. CURVES ANDRÉ NEVES 1. Problems (1) (Ex 1 of 1.3 of Do Crmo) Show tht the tngent line to the curve α(t) (3t, 3t 2, 2t 3 ) mkes constnt ngle with the line z x, y. (2) (Ex 6 of 1.3 of Do Crmo) Let α(t) (e

More information

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration

2005-06 Second Term MAT2060B 1. Supplementary Notes 3 Interchange of Differentiation and Integration Source: http://www.mth.cuhk.edu.hk/~mt26/mt26b/notes/notes3.pdf 25-6 Second Term MAT26B 1 Supplementry Notes 3 Interchnge of Differentition nd Integrtion The theme of this course is bout vrious limiting

More information

Exam 1 Study Guide. Differentiation and Anti-differentiation Rules from Calculus I

Exam 1 Study Guide. Differentiation and Anti-differentiation Rules from Calculus I Exm Stuy Guie Mth 2020 - Clculus II, Winter 204 The following is list of importnt concepts from ech section tht will be teste on exm. This is not complete list of the mteril tht you shoul know for the

More information

Online Multicommodity Routing with Time Windows

Online Multicommodity Routing with Time Windows Konrd-Zuse-Zentrum für Informtionstechnik Berlin Tkustrße 7 D-14195 Berlin-Dhlem Germny TOBIAS HARKS 1 STEFAN HEINZ MARC E. PFETSCH TJARK VREDEVELD 2 Online Multicommodity Routing with Time Windows 1 Institute

More information

Vectors 2. 1. Recap of vectors

Vectors 2. 1. Recap of vectors Vectors 2. Recp of vectors Vectors re directed line segments - they cn be represented in component form or by direction nd mgnitude. We cn use trigonometry nd Pythgors theorem to switch between the forms

More information

Karlstad University. Division for Engineering Science, Physics and Mathematics. Yury V. Shestopalov and Yury G. Smirnov. Integral Equations

Karlstad University. Division for Engineering Science, Physics and Mathematics. Yury V. Shestopalov and Yury G. Smirnov. Integral Equations Krlstd University Division for Engineering Science, Physics nd Mthemtics Yury V. Shestoplov nd Yury G. Smirnov Integrl Equtions A compendium Krlstd Contents 1 Prefce 4 Notion nd exmples of integrl equtions

More information

Module Summary Sheets. C3, Methods for Advanced Mathematics (Version B reference to new book) Topic 2: Natural Logarithms and Exponentials

Module Summary Sheets. C3, Methods for Advanced Mathematics (Version B reference to new book) Topic 2: Natural Logarithms and Exponentials MEI Mthemtics in Ection nd Instry Topic : Proof MEI Structured Mthemtics Mole Summry Sheets C, Methods for Anced Mthemtics (Version B reference to new book) Topic : Nturl Logrithms nd Eponentils Topic

More information

Numerical Methods of Approximating Definite Integrals

Numerical Methods of Approximating Definite Integrals 6 C H A P T E R Numericl Methods o Approimting Deinite Integrls 6. APPROXIMATING SUMS: L n, R n, T n, AND M n Introduction Not only cn we dierentite ll the bsic unctions we ve encountered, polynomils,

More information

COMPONENTS: COMBINED LOADING

COMPONENTS: COMBINED LOADING LECTURE COMPONENTS: COMBINED LOADING Third Edition A. J. Clrk School of Engineering Deprtment of Civil nd Environmentl Engineering 24 Chpter 8.4 by Dr. Ibrhim A. Asskkf SPRING 2003 ENES 220 Mechnics of

More information

3 The Utility Maximization Problem

3 The Utility Maximization Problem 3 The Utility Mxiiztion Proble We hve now discussed how to describe preferences in ters of utility functions nd how to forulte siple budget sets. The rtionl choice ssuption, tht consuers pick the best

More information

Week 11 - Inductance

Week 11 - Inductance Week - Inductnce November 6, 202 Exercise.: Discussion Questions ) A trnsformer consists bsiclly of two coils in close proximity but not in electricl contct. A current in one coil mgneticlly induces n

More information

Math 314, Homework Assignment 1. 1. Prove that two nonvertical lines are perpendicular if and only if the product of their slopes is 1.

Math 314, Homework Assignment 1. 1. Prove that two nonvertical lines are perpendicular if and only if the product of their slopes is 1. Mth 4, Homework Assignment. Prove tht two nonverticl lines re perpendiculr if nd only if the product of their slopes is. Proof. Let l nd l e nonverticl lines in R of slopes m nd m, respectively. Suppose

More information

1.2 The Integers and Rational Numbers

1.2 The Integers and Rational Numbers .2. THE INTEGERS AND RATIONAL NUMBERS.2 The Integers n Rtionl Numers The elements of the set of integers: consist of three types of numers: Z {..., 5, 4, 3, 2,, 0,, 2, 3, 4, 5,...} I. The (positive) nturl

More information

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values)

www.mathsbox.org.uk e.g. f(x) = x domain x 0 (cannot find the square root of negative values) www.mthsbo.org.uk CORE SUMMARY NOTES Functions A function is rule which genertes ectl ONE OUTPUT for EVERY INPUT. To be defined full the function hs RULE tells ou how to clculte the output from the input

More information

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process

An Undergraduate Curriculum Evaluation with the Analytic Hierarchy Process An Undergrdute Curriculum Evlution with the Anlytic Hierrchy Process Les Frir Jessic O. Mtson Jck E. Mtson Deprtment of Industril Engineering P.O. Box 870288 University of Albm Tuscloos, AL. 35487 Abstrct

More information

Lectures 8 and 9 1 Rectangular waveguides

Lectures 8 and 9 1 Rectangular waveguides 1 Lectures 8 nd 9 1 Rectngulr wveguides y b x z Consider rectngulr wveguide with 0 < x b. There re two types of wves in hollow wveguide with only one conductor; Trnsverse electric wves

More information

Enterprise Risk Management Software Buyer s Guide

Enterprise Risk Management Software Buyer s Guide Enterprise Risk Mngement Softwre Buyer s Guide 1. Wht is Enterprise Risk Mngement? 2. Gols of n ERM Progrm 3. Why Implement ERM 4. Steps to Implementing Successful ERM Progrm 5. Key Performnce Indictors

More information

Basic Analysis of Autarky and Free Trade Models

Basic Analysis of Autarky and Free Trade Models Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently

More information

Firm Objectives. The Theory of the Firm II. Cost Minimization Mathematical Approach. First order conditions. Cost Minimization Graphical Approach

Firm Objectives. The Theory of the Firm II. Cost Minimization Mathematical Approach. First order conditions. Cost Minimization Graphical Approach Pro. Jy Bhttchry Spring 200 The Theory o the Firm II st lecture we covered: production unctions Tody: Cost minimiztion Firm s supply under cost minimiztion Short vs. long run cost curves Firm Ojectives

More information

The remaining two sides of the right triangle are called the legs of the right triangle.

The remaining two sides of the right triangle are called the legs of the right triangle. 10 MODULE 6. RADICAL EXPRESSIONS 6 Pythgoren Theorem The Pythgoren Theorem An ngle tht mesures 90 degrees is lled right ngle. If one of the ngles of tringle is right ngle, then the tringle is lled right

More information

Natural cubic splines

Natural cubic splines Natural cubic splines Arne Morten Kvarving Department of Mathematical Sciences Norwegian University of Science and Technology October 21 2008 Motivation We are given a large dataset, i.e. a function sampled

More information

Thinking out of the Box... Problem It s a richer problem than we ever imagined

Thinking out of the Box... Problem It s a richer problem than we ever imagined From the Mthemtics Techer, Vol. 95, No. 8, pges 568-574 Wlter Dodge (not pictured) nd Steve Viktor Thinking out of the Bo... Problem It s richer problem thn we ever imgined The bo problem hs been stndrd

More information

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems

Euler Euler Everywhere Using the Euler-Lagrange Equation to Solve Calculus of Variation Problems Euler Euler Everywhere Using the Euler-Lgrnge Eqution to Solve Clculus of Vrition Problems Jenine Smllwood Principles of Anlysis Professor Flschk My 12, 1998 1 1. Introduction Clculus of vritions is brnch

More information

Decision Rule Extraction from Trained Neural Networks Using Rough Sets

Decision Rule Extraction from Trained Neural Networks Using Rough Sets Decision Rule Extrction from Trined Neurl Networks Using Rough Sets Alin Lzr nd Ishwr K. Sethi Vision nd Neurl Networks Lbortory Deprtment of Computer Science Wyne Stte University Detroit, MI 48 ABSTRACT

More information

6.5 - Areas of Surfaces of Revolution and the Theorems of Pappus

6.5 - Areas of Surfaces of Revolution and the Theorems of Pappus Lecture_06_05.n 1 6.5 - Ares of Surfces of Revolution n the Theorems of Pppus Introuction Suppose we rotte some curve out line to otin surfce, we cn use efinite integrl to clculte the re of the surfce.

More information

Brillouin Zones. Physics 3P41 Chris Wiebe

Brillouin Zones. Physics 3P41 Chris Wiebe Brillouin Zones Physics 3P41 Chris Wiebe Direct spce to reciprocl spce * = 2 i j πδ ij Rel (direct) spce Reciprocl spce Note: The rel spce nd reciprocl spce vectors re not necessrily in the sme direction

More information

Regular Sets and Expressions

Regular Sets and Expressions Regulr Sets nd Expressions Finite utomt re importnt in science, mthemtics, nd engineering. Engineers like them ecuse they re super models for circuits (And, since the dvent of VLSI systems sometimes finite

More information

2m + V ( ˆX) (1) 2. Consider a particle in one dimensions whose Hamiltonian is given by

2m + V ( ˆX) (1) 2. Consider a particle in one dimensions whose Hamiltonian is given by Teoretisk Fysik KTH Advnced QM SI2380), Exercise 8 12 1. 3 Consider prticle in one dimensions whose Hmiltonin is given by Ĥ = ˆP 2 2m + V ˆX) 1) with [ ˆP, ˆX] = i. By clculting [ ˆX, [ ˆX, Ĥ]] prove tht

More information

INTERCHANGING TWO LIMITS. Zoran Kadelburg and Milosav M. Marjanović

INTERCHANGING TWO LIMITS. Zoran Kadelburg and Milosav M. Marjanović THE TEACHING OF MATHEMATICS 2005, Vol. VIII, 1, pp. 15 29 INTERCHANGING TWO LIMITS Zorn Kdelburg nd Milosv M. Mrjnović This pper is dedicted to the memory of our illustrious professor of nlysis Slobodn

More information

SPECIAL PRODUCTS AND FACTORIZATION

SPECIAL PRODUCTS AND FACTORIZATION MODULE - Specil Products nd Fctoriztion 4 SPECIAL PRODUCTS AND FACTORIZATION In n erlier lesson you hve lernt multipliction of lgebric epressions, prticulrly polynomils. In the study of lgebr, we come

More information

9.3. The Scalar Product. Introduction. Prerequisites. Learning Outcomes

9.3. The Scalar Product. Introduction. Prerequisites. Learning Outcomes The Sclr Product 9.3 Introduction There re two kinds of multipliction involving vectors. The first is known s the sclr product or dot product. This is so-clled becuse when the sclr product of two vectors

More information

2.016 Hydrodynamics Prof. A.H. Techet

2.016 Hydrodynamics Prof. A.H. Techet .01 Hydrodynics Reding #.01 Hydrodynics Prof. A.H. Techet Added Mss For the cse of unstedy otion of bodies underwter or unstedy flow round objects, we ust consider the dditionl effect (force) resulting

More information