ò ò September 21, 2015 M001: Mathematics

Size: px
Start display at page:

Download "ò ò September 21, 2015 M001: Mathematics"

Transcription

1 Cologne University of Alied Sciences Winter-Semester 5-6 M: Mathematics Eam (8 minutes)- Problem Find: (a) the - coordinate of the centroid of the shaded area by hand integration. Detailed calculations required. Show all your work. (b) the integral y Setember, 5 quadratic arabola I y da (b) by hand integration (b) by numerical integration using GAUSS. Use the number of samle oints required for eact integration. (a) æ ö A ç + - d çè ø æ ö ç + - çè 9 ø æ ö da ç + - d çè ø S æ ö ç + - d çè ø æ ö ç + - çè 9 ø da A f f oben unten + + y da y dyd Sloe A + ( y ) d é êæ ö 8. ù d + - çè ø 7 êë úû æ 6 8 ö 8 ç çè 7 7 ø æ ö 8 ç çè ø» D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 /8

2 Cologne University of Alied Sciences Winter-Semester 5-6 Problem Aroimate the function y e - by a first, second, third and fourth degree Taylor olynomial at location. For - lot the function and the four Taylor aroimations into a single lot. The number of -values should be large enough to obtain smooth curves. f e f - e f e f - e f e IV - IV f() f () - f () f () - f () e e e e e () e - n n (-) ( )» + å - e e n! n () T - - e e ( -) e ( ) T e e e ( - + 5) e T e e e 6e ( ) 6e () T e e e 6e e ( ) e + ( - ) For lotting it is easier to use the series eansion in () rather than the olynomial eansion in (). y Function e - Linear TP Quadratic TP Cubic TP Quartic TP D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 /8

3 Cologne University of Alied Sciences Winter-Semester 5-6 Problem Aroimate the function y cos by Lagrange interolation. (a) quadratic olynomials (samle oints,, ) (b) cubic olynomials (samle oints, /, /, ) (c) quartic olynomials (samle oints, /,,.5, ) (d) by iecewise cubic Lagrange olynomials (samle oints, /, /, for ) and four samle oints, /, 5 /, for. Plot five curves into a single figure. The number of -values should be large enough to obtain smooth curves. y.5 Quadratic Cubic Quartic Piecewise cubic Function y cos D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 /8

4 Cologne University of Alied Sciences Winter-Semester 5-6 Problem An investor invests 6. Si years later she invests an additional 8. (a) After years, the caital has grown to 5. Calculate the average rate of return in % over the eriod of years. (b) If the average rate of return is 5%, after how many years has her caital grown to 5. Use the Newton-Rahson rocedure on the formula æ i ö K å K + ç çè ø i discussed in class. t i K [ ] 5 (a) æ ö æ ö K ç è ø çè ø f f % i i 5 f ( i ) f ( i ) D i + i (b) t t-6 f t f 6 ln ln.5.5 t-6 t 9.8 years Recall from school math: ln ln a e a lna e lna a a a Details of iteration not shown. D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 /8

5 Cologne University of Alied Sciences Winter-Semester 5-6 Problem 5 Solve + + y y + y using the Newton Rahson method. Use 5, y 5 as your start oint and iterate until you reach convergence with reasonable accuracy. No hand calculations required. y y Jacobian matri é y y ù é ù 6 + y y 7 ê + ú ê ú ë û J ë Course of iteration û y del (Numerical values of Jacobian matri J in each iteration not shown). The solution is., y.. D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 5/8

6 Cologne University of Alied Sciences Winter-Semester 5-6 Problem 6 Let % the robability that a certain tye of lightbulb will fail in a -hour test. Find the robability that a sign consisting of 5 such bulbs will burn hours with (a) no bulb failures. (b) not more than bulb failures. We use the Bernoulli distribution. æ5ö n 5! Pn ( failures in hours). ( -.). -. ç n è ø n! 5-n 5-n n 5-n (a) 5 P (no failures) % (b) æ5ö P( failure). -. ç çè ø 5!..98! 5! checks (a) 5 æ5ö P( failure). -. ç çè ø 5!..98!! æ5ö P( failures). -. ç çè ø 5!..98!! P(not more than failures) % D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 6/8

7 Cologne University of Alied Sciences Winter-Semester 5-6 Problem 7 Find mean and standard deviation of the robability distribution given by its robability density function f cos Solve the roblem by (a) hand calculation, show integration stes. (b) numerical integration using the SIMPSON rule (5 segments, i.e. 5 samle oints) (a) f cos m fd cosd sin - sin d + cos -».578 a ; b i/; N 5; [,w,del] simsonsamleandweights(a,b,n); y cos(); y.*cos(); y.^.* cos(); int sum(y.* w * del/) %should be int sum(y.* w * del/) %mean int sum(y.* w * del/) %second moment var int - int^ %variance std sqrt(var) %standard deviation function [,w,del] simsonsamleandweights(a,b,n) %INPUT: %a: lower limit %b: uer limit %N: number of samle oints E fd s s cosd sin - sin d + cos - cos d + -sin - E -m æ ö -- ç - çè ø ».6 -».76 %OUTPUT: %: samle oints %w: weights %del: sacing del (b-a) / (N-); [a:del:b]; w zeros(,n); w([ N]) ; w([::n-]) ; w([::n-]) ; D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 7/8

8 Cologne University of Alied Sciences Winter-Semester 5-6 Problem 8 Let the random variable X be the roduct of three dice throws. (a) Of the 6 ossible combinations, how many different roducts are ossible? (b) Find PX, i.e. what is the robability that the roduct is equal to? (c) Find PX, i.e. what is the robability that the roduct is smaller or equal to? (d) What are the values of the roducts that have the largest robability of occurring, i.e. what values of X have the largest robability? What is that robability? (e) Plot the PDF of X. No hand calculations required. (a) The number of different roducts is. (b) The robability that the roduct is equal to is zero. (c) Of the 6 ossible roducts, 99 are smaller than or equal to. The robability is thus P / 6.9. (d) Of the 6 ossible roducts, the roducts X and X show u 5 times. The robability is thus P 5 / 6.69 (e) Product Frequency Cum. Frequ. Probability of occurrence å 6. Probability Frequency/6 5 bars Frequeny 5 no X tallest bar at X and X with height F X D:\THKoeln\MeineLehrveranstaltungen\MATHE\KlausurUndTests\Klausur \Mathe Klausur Sol.doc -Oct-5 8/8

F O R SOCI AL WORK RESE ARCH

F O R SOCI AL WORK RESE ARCH 7 TH EUROPE AN CONFERENCE F O R SOCI AL WORK RESE ARCH C h a l l e n g e s i n s o c i a l w o r k r e s e a r c h c o n f l i c t s, b a r r i e r s a n d p o s s i b i l i t i e s i n r e l a t i o n

More information

Discussion 03 Solutions

Discussion 03 Solutions STAT Discussion Solutions Spring 8. A new flavor of toothpaste has been developed. It was tested by a group of people. Nine of the group said they liked the new flavor, and the remaining indicated they

More information

1. Solve for x and express your answers on a number line and in the indicated notation: 2

1. Solve for x and express your answers on a number line and in the indicated notation: 2 PreCalculus Honors Final Eam Review Packet June 08 This acket rovides a selection of review roblems to hel reare you for the final eam. In addition to the roblems in this acket, you should also redo all

More information

Differentiating Functions & Expressions - Edexcel Past Exam Questions

Differentiating Functions & Expressions - Edexcel Past Exam Questions - Edecel Past Eam Questions. (a) Differentiate with respect to (i) sin + sec, (ii) { + ln ()}. 5-0 + 9 Given that y =, ¹, ( -) 8 (b) show that = ( -). (6) June 05 Q. f() = e ln, > 0. (a) Differentiate

More information

Image Alignment Computer Vision (Kris Kitani) Carnegie Mellon University

Image Alignment Computer Vision (Kris Kitani) Carnegie Mellon University Lucas Kanade Image Alignment 16-385 Comuter Vision (Kris Kitani) Carnegie Mellon University htt://www.humansensing.cs.cmu.edu/intraface/ How can I find in the image? Idea #1: Temlate Matching Slow, combinatory,

More information

Chapter 10. Classical Fourier Series

Chapter 10. Classical Fourier Series Math 344, Male ab Manual Chater : Classical Fourier Series Real and Comle Chater. Classical Fourier Series Fourier Series in PS K, Classical Fourier Series in PS K, are aroimations obtained using orthogonal

More information

KCET 2015 TEST PAPER WITH ANSWER KEY (HELD ON TUESDAY 12 th MAY, 2015) MATHEMATICS ALLEN Y (0, 14) (4) 14x + 5y ³ 70 y ³ 14and x - y ³ 5 (2) (3) (4)

KCET 2015 TEST PAPER WITH ANSWER KEY (HELD ON TUESDAY 12 th MAY, 2015) MATHEMATICS ALLEN Y (0, 14) (4) 14x + 5y ³ 70 y ³ 14and x - y ³ 5 (2) (3) (4) KET 0 TEST PAPER WITH ANSWER KEY (HELD ON TUESDAY th MAY, 0). If a and b ae the oots of a + b = 0, then a +b is equal to a b () a b a b () a + b Ans:. If the nd and th tems of G.P. ae and esectively, then

More information

Chapter 10 Conics, Parametric Equations, and Polar Coordinates Conics and Calculus

Chapter 10 Conics, Parametric Equations, and Polar Coordinates Conics and Calculus Chapter 10 Conics, Parametric Equations, and Polar Coordinates 10.1 Conics and Calculus 1. Parabola A parabola is the set of all points x, y ( ) that are equidistant from a fixed line and a fixed point

More information

PROBLEM 8.3. S F = 0: N -(250 lb)cos 30 -(50 lb)sin 30 = SOLUTION

PROBLEM 8.3. S F = 0: N -(250 lb)cos 30 -(50 lb)sin 30 = SOLUTION PROLEM 8. Determine whether the block shown is in equilibrium and find the magnitude and direction of the friction force when θ = and P = 5 lb. ssume equilibrium: S F = : F-(5 lb)sin + (5 lb)cos = S F

More information

3.4 Design Methods for Fractional Delay Allpass Filters

3.4 Design Methods for Fractional Delay Allpass Filters Chater 3. Fractional Delay Filters 15 3.4 Design Methods for Fractional Delay Allass Filters Above we have studied the design of FIR filters for fractional delay aroximation. ow we show how recursive or

More information

= 1 3. r in. dr in. 6 dt = 1 2 A in. dt = 3 ds

= 1 3. r in. dr in. 6 dt = 1 2 A in. dt = 3 ds . B. Consider the octagon slit u into eight isosceles triangles with vertex angle o and base angles o /. We want to calculate the aothem using the tangent half-angle formula and a right triangle with base

More information

3. Show that if there are 23 people in a room, the probability is less than one half that no two of them share the same birthday.

3. Show that if there are 23 people in a room, the probability is less than one half that no two of them share the same birthday. N12c Natural Sciences Part IA Dr M. G. Worster Mathematics course B Examles Sheet 1 Lent erm 2005 Please communicate any errors in this sheet to Dr Worster at M.G.Worster@damt.cam.ac.uk. Note that there

More information

T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a. A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r )

T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a. A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r ) v e r. E N G O u t l i n e T i t l e o f t h e w o r k : L a M a r e a Y o k o h a m a A r t i s t : M a r i a n o P e n s o t t i ( P l a y w r i g h t, D i r e c t o r ) C o n t e n t s : T h i s w o

More information

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population Chater 7 and s Selecting a Samle Point Estimation Introduction to s of Proerties of Point Estimators Other Methods Introduction An element is the entity on which data are collected. A oulation is a collection

More information

Introduction to Probability and Statistics

Introduction to Probability and Statistics Introduction to Probability and Statistics Chater 8 Ammar M. Sarhan, asarhan@mathstat.dal.ca Deartment of Mathematics and Statistics, Dalhousie University Fall Semester 28 Chater 8 Tests of Hyotheses Based

More information

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form.

Series Handout A. 1. Determine which of the following sums are geometric. If the sum is geometric, express the sum in closed form. Series Handout A. Determine which of the following sums are geometric. If the sum is geometric, exress the sum in closed form. 70 a) k= ( k ) b) 50 k= ( k )2 c) 60 k= ( k )k d) 60 k= (.0)k/3 2. Find the

More information

MACHINE LEARNING ADVANCED MACHINE LEARNING

MACHINE LEARNING ADVANCED MACHINE LEARNING MACHINE LEARNING ADVANCED MACHINE LEARNING Recap of Important Notions on Estimation of Probability Density Functions 22 MACHINE LEARNING Discrete Probabilities Consider two variables and y taking discrete

More information

Exam 2. Average: 85.6 Median: 87.0 Maximum: Minimum: 55.0 Standard Deviation: Numerical Methods Fall 2011 Lecture 20

Exam 2. Average: 85.6 Median: 87.0 Maximum: Minimum: 55.0 Standard Deviation: Numerical Methods Fall 2011 Lecture 20 Exam 2 Average: 85.6 Median: 87.0 Maximum: 100.0 Minimum: 55.0 Standard Deviation: 10.42 Fall 2011 1 Today s class Multiple Variable Linear Regression Polynomial Interpolation Lagrange Interpolation Newton

More information

Random variables. Lecture 5 - Discrete Distributions. Discrete Probability distributions. Example - Discrete probability model

Random variables. Lecture 5 - Discrete Distributions. Discrete Probability distributions. Example - Discrete probability model Random Variables Random variables Lecture 5 - Discrete Distributions Sta02 / BME02 Colin Rundel Setember 8, 204 A random variable is a numeric uantity whose value deends on the outcome of a random event

More information

Operations Management

Operations Management Universidade Nova de Lisboa Faculdade de Economia Oerations Management Winter Semester 009/010 First Round Exam January, 8, 009, 8.30am Duration: h30 RULES 1. Do not searate any sheet. Write your name

More information

Math 144 Activity #7 Trigonometric Identities

Math 144 Activity #7 Trigonometric Identities 144 p 1 Math 144 Activity #7 Trigonometric Identities What is a trigonometric identity? Trigonometric identities are equalities that involve trigonometric functions that are true for every single value

More information

Q Scheme Marks AOs. Notes. Ignore any extra columns with 0 probability. Otherwise 1 for each. If 4, 5 or 6 missing B0B0.

Q Scheme Marks AOs. Notes. Ignore any extra columns with 0 probability. Otherwise 1 for each. If 4, 5 or 6 missing B0B0. 1a k(16 9) + k(25 9) + k(36 9) (or 7k + 16k + 27k). M1 2.1 4th = 1 M1 Þ k = 1 50 (answer given). * Model simple random variables as probability (3) 1b x 4 5 6 P(X = x) 7 50 16 50 27 50 Note: decimal values

More information

Continuous Random Variables

Continuous Random Variables MATH 38 Continuous Random Variables Dr. Neal, WKU Throughout, let Ω be a sample space with a defined probability measure P. Definition. A continuous random variable is a real-valued function X defined

More information

FE FORMULATIONS FOR PLASTICITY

FE FORMULATIONS FOR PLASTICITY G These slides are designed based on the book: Finite Elements in Plasticity Theory and Practice, D.R.J. Owen and E. Hinton, 1970, Pineridge Press Ltd., Swansea, UK. 1 Course Content: A INTRODUCTION AND

More information

Chapter 10. Supplemental Text Material

Chapter 10. Supplemental Text Material Chater 1. Sulemental Tet Material S1-1. The Covariance Matri of the Regression Coefficients In Section 1-3 of the tetbook, we show that the least squares estimator of β in the linear regression model y=

More information

Debugging Intuition. How to calculate the probability of at least k successes in n trials?

Debugging Intuition. How to calculate the probability of at least k successes in n trials? How to calculate the probability of at least k successes in n trials? X is number of successes in n trials each with probability p # ways to choose slots for success Correct: Debugging Intuition P (X k)

More information

Mathematical Statistics 1 Math A 6330

Mathematical Statistics 1 Math A 6330 Mathematical Statistics 1 Math A 6330 Chapter 3 Common Families of Distributions Mohamed I. Riffi Department of Mathematics Islamic University of Gaza September 28, 2015 Outline 1 Subjects of Lecture 04

More information

i) the probability of type I error; ii) the 95% con dence interval; iii) the p value; iv) the probability of type II error; v) the power of a test.

i) the probability of type I error; ii) the 95% con dence interval; iii) the p value; iv) the probability of type II error; v) the power of a test. Problem Set 5. Questions:. Exlain what is: i) the robability of tye I error; ii) the 95% con dence interval; iii) the value; iv) the robability of tye II error; v) the ower of a test.. Solve exercise 3.

More information

4. Design of Experiments (DOE) (The 2 k Factorial Designs)

4. Design of Experiments (DOE) (The 2 k Factorial Designs) 4. Design of Experiments (DOE) (The 2 k Factorial Designs) Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University 1 Example: Golfing How to improve my score in Golfing? Practice!!! Other than

More information

BERNOULLI TRIALS and RELATED PROBABILITY DISTRIBUTIONS

BERNOULLI TRIALS and RELATED PROBABILITY DISTRIBUTIONS BERNOULLI TRIALS and RELATED PROBABILITY DISTRIBUTIONS A BERNOULLI TRIALS Consider tossing a coin several times It is generally agreed that the following aly here ) Each time the coin is tossed there are

More information

Solutions to Assignment #02 MATH u v p 59. p 72. h 3; 1; 2i h4; 2; 5i p 14. p 45. = cos 1 2 p!

Solutions to Assignment #02 MATH u v p 59. p 72. h 3; 1; 2i h4; 2; 5i p 14. p 45. = cos 1 2 p! Solutions to Assignment #0 MATH 41 Kawai/Arangno/Vecharynski Section 1. (I) Comlete Exercises #1cd on. 810. searation to TWO decimal laces. So do NOT leave the nal answer as cos 1 (something) : (c) The

More information

! " # $! % & '! , ) ( + - (. ) ( ) * + / 0 1 2 3 0 / 4 5 / 6 0 ; 8 7 < = 7 > 8 7 8 9 : Œ Š ž P P h ˆ Š ˆ Œ ˆ Š ˆ Ž Ž Ý Ü Ý Ü Ý Ž Ý ê ç è ± ¹ ¼ ¹ ä ± ¹ w ç ¹ è ¼ è Œ ¹ ± ¹ è ¹ è ä ç w ¹ ã ¼ ¹ ä ¹ ¼ ¹ ±

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

CHAPTER 3 Describing Relationships

CHAPTER 3 Describing Relationships CHAPTER 3 Describing Relationships 3.1 Scatterplots and Correlation The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Scatterplots and Correlation Learning

More information

4. The 2 k Factorial Designs (Ch.6. Two-Level Factorial Designs)

4. The 2 k Factorial Designs (Ch.6. Two-Level Factorial Designs) 4. The 2 k Factorial Designs (Ch.6. Two-Level Factorial Designs) Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University Introduction to 2 k Factorial Designs Special case of the general factorial

More information

Vectors. Teaching Learning Point. Ç, where OP. l m n

Vectors. Teaching Learning Point. Ç, where OP. l m n Vectors 9 Teaching Learning Point l A quantity that has magnitude as well as direction is called is called a vector. l A directed line segment represents a vector and is denoted y AB Å or a Æ. l Position

More information

CMSC427 Parametric curves: Hermite, Catmull-Rom, Bezier

CMSC427 Parametric curves: Hermite, Catmull-Rom, Bezier CMSC427 Parametric curves: Hermite, Catmull-Rom, Bezier Modeling Creating 3D objects How to construct complicated surfaces? Goal Specify objects with few control points Resulting object should be visually

More information

MATH140 Exam 2 - Sample Test 1 Detailed Solutions

MATH140 Exam 2 - Sample Test 1 Detailed Solutions www.liontutors.com 1. D. reate a first derivative number line MATH140 Eam - Sample Test 1 Detailed Solutions cos -1 0 cos -1 cos 1 cos 1/ p + æp ö p æp ö ç è 4 ø ç è ø.. reate a second derivative number

More information

FILL THE ANSWER HERE

FILL THE ANSWER HERE Home Assignment # STRAIGHT OBJCTIV TYP J-Mathematics. Assume that () = and that for all integers m and n, (m + n) = (m) + (n) + (mn ), then (9) = 9 98 9 998. () = {} + { + } + { + }...{ + 99}, then [ (

More information

f(x) p(x) =p(b)... d. A function can have two different horizontal asymptotes...

f(x) p(x) =p(b)... d. A function can have two different horizontal asymptotes... Math Final Eam, Fall. ( ts.) Mark each statement as either true [T] or false [F]. f() a. If lim f() =and lim g() =, then lim does not eist......................!5!5!5 g() b. If is a olynomial, then lim!b

More information

( ) ( ) = (2) u u u v v v w w w x y z x y z x y z. Exercise [17.09]

( ) ( ) = (2) u u u v v v w w w x y z x y z x y z. Exercise [17.09] Eercise [17.09] Suppose is a region of (Newtonian) space, defined at a point in time t 0. Let T(t,r) be the position at time t of a test particle (of insignificantly tiny mass) that begins at rest at point

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus 6. Worksheet Da All work must be shown in this course for full credit. Unsupported answers ma receive NO credit. Indefinite Integrals: Remember the first step to evaluating an integral is to

More information

Math 99 Review for Exam 3

Math 99 Review for Exam 3 age 1 1. Simlify each of the following eressions. (a) ab a b + 1 b 1 a 1 b + 1 Solution: We will factor both numerator and denominator and then cancel. The numerator can be factored by grouing ab {z a

More information

Chapter 7: Special Distributions

Chapter 7: Special Distributions This chater first resents some imortant distributions, and then develos the largesamle distribution theory which is crucial in estimation and statistical inference Discrete distributions The Bernoulli

More information

Operations Management

Operations Management Universidade Nova de Lisboa Faculdade de Economia Oerations Management Winter Semester 010/011 Second Round Exam January 6, 011, 5.30.m Duration: h30 RULES 1. Do not searate any sheet. Write your name

More information

f ax ; a 0 is a periodic function b is a periodic function of x of p b. f which is assumed to have the period 2 π, where

f ax ; a 0 is a periodic function b is a periodic function of x of p b. f which is assumed to have the period 2 π, where (a) (b) If () Year - Tutorial: Toic: Fourier series Time: Two hours π π n Find the fundamental eriod of (i) cos (ii) cos k k f a ; a is a eriodic function b is a eriodic function of of b. f is a eriodic

More information

On Wald-Type Optimal Stopping for Brownian Motion

On Wald-Type Optimal Stopping for Brownian Motion J Al Probab Vol 34, No 1, 1997, (66-73) Prerint Ser No 1, 1994, Math Inst Aarhus On Wald-Tye Otimal Stoing for Brownian Motion S RAVRSN and PSKIR The solution is resented to all otimal stoing roblems of

More information

INTERPOLATION. and y i = cos x i, i = 0, 1, 2 This gives us the three points. Now find a quadratic polynomial. p(x) = a 0 + a 1 x + a 2 x 2.

INTERPOLATION. and y i = cos x i, i = 0, 1, 2 This gives us the three points. Now find a quadratic polynomial. p(x) = a 0 + a 1 x + a 2 x 2. INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 = 0, x 1 = π/4, x

More information

F3k, namely, F F F (10.7.1) x y z

F3k, namely, F F F (10.7.1) x y z 10.7 Divergence theorem of Gauss riple integrals can be transformed into surface integrals over the boundary surface of a region in space and conversely. he transformation is done by the divergence theorem,

More information

MHF 4UI - Final Examination Review

MHF 4UI - Final Examination Review MHF 4UI - Final Eamination Review Jan 08. If 0, find the possible measure of. tan = cos = (c) sin = 0 (d) cos =. For each function, state the amplitude, period, phase shift, vertical translation, and sketch

More information

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION O P E R A T I O N S R E S E A R C H A N D D E C I S I O N S No. 27 DOI:.5277/ord73 Nasrullah KHAN Muhammad ASLAM 2 Kyung-Jun KIM 3 Chi-Hyuck JUN 4 A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST

More information

MATH 174: Numerical Analysis I. Math Division, IMSP, UPLB 1 st Sem AY

MATH 174: Numerical Analysis I. Math Division, IMSP, UPLB 1 st Sem AY MATH 74: Numerical Analysis I Math Division, IMSP, UPLB st Sem AY 0809 Eample : Prepare a table or the unction e or in [0,]. The dierence between adjacent abscissas is h step size. What should be the step

More information

ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

A Tutorial on Data Reduction. Principal Component Analysis Theoretical Discussion. By Shireen Elhabian and Aly Farag

A Tutorial on Data Reduction. Principal Component Analysis Theoretical Discussion. By Shireen Elhabian and Aly Farag A Tutorial on Data Reduction Principal Component Analysis Theoretical Discussion By Shireen Elhabian and Aly Farag University of Louisville, CVIP Lab November 2008 PCA PCA is A backbone of modern data

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Mathematics Class X Past Year Paper Time: 2½ hour Total Marks: 80

Mathematics Class X Past Year Paper Time: 2½ hour Total Marks: 80 Pas Year Paper Mathematics Class X Past Year Paper - 013 Time: ½ hour Total Marks: 80 Solution SECTION A (40 marks) Sol. 1 (a) A + X B + C 6 3 4 0 X 0 4 0 0 6 6 4 4 0 X 0 8 0 0 6 4 X 0 8 4 6 X 8 0 4 10

More information

On Selecting Tests for Equality of Two Normal Mean Vectors

On Selecting Tests for Equality of Two Normal Mean Vectors MULTIVARIATE BEHAVIORAL RESEARCH, 41(4), 533 548 Copyright 006, Lawrence Erlbaum Associates, Inc. On Selecting Tests for Equality of Two Normal Mean Vectors K. Krishnamoorthy and Yanping Xia Department

More information

Numerical Analysis & Computer Programming

Numerical Analysis & Computer Programming ++++++++++ Numerical Analysis & Computer Programming Previous year Questions from 07 to 99 Ramanasri Institute W E B S I T E : M A T H E M A T I C S O P T I O N A L. C O M C O N T A C T : 8 7 5 0 7 0 6

More information

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science

EAD 115. Numerical Solution of Engineering and Scientific Problems. David M. Rocke Department of Applied Science EAD 115 Numerical Solution of Engineering and Scientific Problems David M. Rocke Department of Applied Science Computer Representation of Numbers Counting numbers (unsigned integers) are the numbers 0,

More information

C.B.S.E Class XII Delhi & Outside Delhi Sets

C.B.S.E Class XII Delhi & Outside Delhi Sets SOLVED PAPER With CBSE Marking Scheme C.B.S.E. 8 Class XII Delhi & Outside Delhi Sets Mathematics Time : Hours Ma. Marks : General Instructions : (i) All questions are compulsory. (ii) The question paper

More information

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places.

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places. NUMERICAL METHODS 1. Rearranging the equation x 3 =.5 gives the iterative formula x n+1 = g(x n ), where g(x) = (2x 2 ) 1. (a) Starting with x = 1, compute the x n up to n = 6, and describe what is happening.

More information

AP Calculus Summer 2017

AP Calculus Summer 2017 AP Calculus Summer 017 Welcome to AP Calculus. I hope this course proves to be a challenging, yet rewarding endeavor for you. Calculus will be unlike any other math class you may have taken, filled with

More information

probability of k samples out of J fall in R.

probability of k samples out of J fall in R. Nonparametric Techniques for Density Estimation (DHS Ch. 4) n Introduction n Estimation Procedure n Parzen Window Estimation n Parzen Window Example n K n -Nearest Neighbor Estimation Introduction Suppose

More information

UNIQUE FJORDS AND THE ROYAL CAPITALS UNIQUE FJORDS & THE NORTH CAPE & UNIQUE NORTHERN CAPITALS

UNIQUE FJORDS AND THE ROYAL CAPITALS UNIQUE FJORDS & THE NORTH CAPE & UNIQUE NORTHERN CAPITALS Q J j,. Y j, q.. Q J & j,. & x x. Q x q. ø. 2019 :. q - j Q J & 11 Y j,.. j,, q j q. : 10 x. 3 x - 1..,,. 1-10 ( ). / 2-10. : 02-06.19-12.06.19 23.06.19-03.07.19 30.06.19-10.07.19 07.07.19-17.07.19 14.07.19-24.07.19

More information

Problem 1 HW3. Question 2. i) We first show that for a random variable X bounded in [0, 1], since x 2 apple x, wehave

Problem 1 HW3. Question 2. i) We first show that for a random variable X bounded in [0, 1], since x 2 apple x, wehave Next, we show that, for any x Ø, (x) Æ 3 x x HW3 Problem i) We first show that for a random variable X bounded in [, ], since x apple x, wehave Var[X] EX [EX] apple EX [EX] EX( EX) Since EX [, ], therefore,

More information

STK4900/ Lecture 7. Program

STK4900/ Lecture 7. Program STK4900/9900 - Lecture 7 Program 1. Logistic regression with one redictor 2. Maximum likelihood estimation 3. Logistic regression with several redictors 4. Deviance and likelihood ratio tests 5. A comment

More information

d) Find the equation of the circle whose extremities of a diameter are (1,2) and (4,5).

d) Find the equation of the circle whose extremities of a diameter are (1,2) and (4,5). ` KUKATPALLY CENTRE IPE MAT IIB Imortant Questions a) Find the equation of the circle whose centre is (-, ) and which asses through (,6) b) Find the equation of the circle assing through (,) and concentric

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus. Worksheet All work must be shown in this course for full credit. Unsupported answers may receive NO credit.. Write the equation of the line that goes through the points ( 3, 7) and (4, 5)

More information

Short Solutions to Practice Material for Test #2 MATH 2421

Short Solutions to Practice Material for Test #2 MATH 2421 Short Solutions to Practice Material for Test # MATH 4 Kawai (#) Describe recisely the D surfaces listed here (a) + y + z z = Shere ( ) + (y ) + (z ) = 4 = The center is located at C (; ; ) and the radius

More information

Notes for 5.5,5.6 Theorems about Roots of Polynomial Equations and The fundamental theorem of Algebra.

Notes for 5.5,5.6 Theorems about Roots of Polynomial Equations and The fundamental theorem of Algebra. Name: eriod: Date: ALGEBRA II Notes for 5.5,5.6 Theorems about Roots of olynomial Equations and The fundamental theorem of Algebra. What you ll learn To solve equations using the Rational Root Theorem.

More information

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2 STAT 4 Exam I Continuous RVs Fall 7 Practice. Suppose a random variable X has the following probability density function: f ( x ) = sin x, < x < π, zero otherwise. a) Find P ( X < 4 π ). b) Find µ = E

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus 5. Worksheet All work must be shown in this course for full credit. Unsupported answers may receive NO credit.. Suppose an oil pump is producing 8 gallons per hour for the first 5 hours of

More information

Gaussian source Assumptions d = (x-y) 2, given D, find lower bound of I(X;Y)

Gaussian source Assumptions d = (x-y) 2, given D, find lower bound of I(X;Y) Gaussian source Assumptions d = (x-y) 2, given D, find lower bound of I(X;Y) E{(X-Y) 2 } D

More information

, αβ, > 0 is strictly quasi-concave on

, αβ, > 0 is strictly quasi-concave on John Riley 8 Setember 9 Econ Diagnostic Test Time allowed: 9 minutes. Attemt all three questions. Note that the last two arts of questions and 3 are marked with an asterisk (). These do not carry many

More information

Mathematical Methods for Numerical Analysis and Optimization

Mathematical Methods for Numerical Analysis and Optimization Biyani's Think Tank Concept based notes Mathematical Methods for Numerical Analysis and Optimization (MCA) Varsha Gupta Poonam Fatehpuria M.Sc. (Maths) Lecturer Deptt. of Information Technology Biyani

More information

8.4 Integration of Rational Functions by Partial Fractions Lets use the following example as motivation: Ex: Consider I = x+5

8.4 Integration of Rational Functions by Partial Fractions Lets use the following example as motivation: Ex: Consider I = x+5 Math 2-08 Rahman Week6 8.4 Integration of Rational Functions by Partial Fractions Lets use the following eample as motivation: E: Consider I = +5 2 + 2 d. Solution: Notice we can easily factor the denominator

More information

Generalized logistic map and its application in chaos based cryptography

Generalized logistic map and its application in chaos based cryptography Journal of Physics: Conference Series PAPER OPEN ACCESS Generalized logistic ma and its alication in chaos based crytograhy To cite this article: M Lawnik 207 J. Phys.: Conf. Ser. 936 0207 View the article

More information

GSOE9210 Engineering Decisions

GSOE9210 Engineering Decisions GSOE9 Engineering Decisions Problem Set 5. Consider the river roblem described in lectures: f f V B A B + (a) For =, what is the sloe of the Bayes indifference line through A? (b) Draw the Bayes indifference

More information

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21

Pretest (Optional) Use as an additional pacing tool to guide instruction. August 21 Trimester 1 Pretest (Otional) Use as an additional acing tool to guide instruction. August 21 Beyond the Basic Facts In Trimester 1, Grade 8 focus on multilication. Daily Unit 1: Rational vs. Irrational

More information

MA1023-Methods of Mathematics-15S2 Tutorial 1

MA1023-Methods of Mathematics-15S2 Tutorial 1 Tutorial 1 the week starting from 19/09/2016. Q1. Consider the function = 1. Write down the nth degree Taylor Polynomial near > 0. 2. Show that the remainder satisfies, < if > > 0 if > > 0 3. Show that

More information

Physics 403 Probability Distributions II: More Properties of PDFs and PMFs

Physics 403 Probability Distributions II: More Properties of PDFs and PMFs Physics 403 Probability Distributions II: More Properties of PDFs and PMFs Segev BenZvi Department of Physics and Astronomy University of Rochester Table of Contents 1 Last Time: Common Probability Distributions

More information

Homework Solution 4 for APPM4/5560 Markov Processes

Homework Solution 4 for APPM4/5560 Markov Processes Homework Solution 4 for APPM4/556 Markov Processes 9.Reflecting random walk on the line. Consider the oints,,, 4 to be marked on a straight line. Let X n be a Markov chain that moves to the right with

More information

Multivariate Calculus Solution 1

Multivariate Calculus Solution 1 Math Camp Multivariate Calculus Solution Hessian Matrices Math Camp In st semester micro, you will solve general equilibrium models. Sometimes when solving these models it is useful to see if utility functions

More information

3 More applications of derivatives

3 More applications of derivatives 3 More alications of derivatives 3.1 Eact & ineact differentials in thermodynamics So far we have been discussing total or eact differentials ( ( u u du = d + dy, (1 but we could imagine a more general

More information

MATH 361: NUMBER THEORY ELEVENTH LECTURE

MATH 361: NUMBER THEORY ELEVENTH LECTURE MATH 361: NUMBER THEORY ELEVENTH LECTURE The subjects of this lecture are characters, Gauss sums, Jacobi sums, and counting formulas for olynomial equations over finite fields. 1. Definitions, Basic Proerties

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE III. Wednesday, August 16, :30 to 11:30 a.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION COURSE III. Wednesday, August 16, :30 to 11:30 a.m. The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION THREE-YEAR SEQUENCE FOR HIGH SCHOOL MATHEMATICS COURSE III Wednesday, August 6, 000 8:0 to :0 a.m., only Notice... Scientific calculators

More information

M 408 K Fall 2005 Inverse Trig Functions Important Decimal Approximations and Useful Trig Identities Decimal Approximations: p

M 408 K Fall 2005 Inverse Trig Functions Important Decimal Approximations and Useful Trig Identities Decimal Approximations: p M 408 K Fall 005 Inverse Trig Fnctions Imortant Decimal Aroimations an Usefl Trig Ientities Decimal Aroimations: 0 0000 0 0 0000 054 0500 6 0577 ( æ ö ç ø è 4 0785 0707 ; 0866 047 4 000 57 6 55 094 8 44

More information

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley

Elements of Asymptotic Theory. James L. Powell Department of Economics University of California, Berkeley Elements of Asymtotic Theory James L. Powell Deartment of Economics University of California, Berkeley Objectives of Asymtotic Theory While exact results are available for, say, the distribution of the

More information

Uniform Law on the Unit Sphere of a Banach Space

Uniform Law on the Unit Sphere of a Banach Space Uniform Law on the Unit Shere of a Banach Sace by Bernard Beauzamy Société de Calcul Mathématique SA Faubourg Saint Honoré 75008 Paris France Setember 008 Abstract We investigate the construction of a

More information

EE143 Fall 2016 Microfabrication Technologies. Lecture 7: Ion Implantation Reading: Jaeger Chapter 5

EE143 Fall 2016 Microfabrication Technologies. Lecture 7: Ion Implantation Reading: Jaeger Chapter 5 EE143 Fall 016 Microfabrication Technologies Lecture 7: Ion Imlantation Reading: Jaeger Chater 5 Prof. Ming C. Wu wu@eecs.berkeley.edu 511 Sutardja Dai Hall (SDH) 1 Ion Imlantation - Overview Wafer is

More information

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential.

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential. Math 8A Lecture 6 Friday May 7 th Epectation Recall the three main probability density functions so far () Uniform () Eponential (3) Power Law e, ( ), Math 8A Lecture 6 Friday May 7 th Epectation Eample

More information

ADVANCED PROGRAMME MATHEMATICS: PAPER I MODULE 1: CALCULUS AND ALGEBRA

ADVANCED PROGRAMME MATHEMATICS: PAPER I MODULE 1: CALCULUS AND ALGEBRA GRADE 1 EXAMINATION NOVEMBER 017 ADVANCED PROGRAMME MATHEMATICS: PAPER I MODULE 1: CALCULUS AND ALGEBRA Time: hours 00 marks PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question paper consists

More information

Probability of dike failure due to uplifting and piping

Probability of dike failure due to uplifting and piping Probability of dike failure due to lifting and iing J.M. van Noortwijk KV Consultants, P.O. Bo 0, 803 AC Lelystad, The Netherlands A.C.W.M. Vrouwenvelder TNO Building and Construction Research, P.O. Bo

More information

PHYS 301 HOMEWORK #9-- SOLUTIONS

PHYS 301 HOMEWORK #9-- SOLUTIONS PHYS 0 HOMEWORK #9-- SOLUTIONS. We are asked to use Dirichlet' s theorem to determine the value of f (x) as defined below at x = 0, ± /, ± f(x) = 0, - < x

More information

Worksheet on Derivatives. Dave L. Renfro Drake University November 1, 1999

Worksheet on Derivatives. Dave L. Renfro Drake University November 1, 1999 Worksheet on Derivatives Dave L. Renfro Drake University November, 999 A. Fun With d d (n ) = n n : Find y In case you re interested, the rimary urose of these roblems (Section A) is to review roerties

More information

Non-linear least squares

Non-linear least squares Non-linear least squares Concept of non-linear least squares We have extensively studied linear least squares or linear regression. We see that there is a unique regression line that can be determined

More information

MEI STRUCTURED MATHEMATICS 4777

MEI STRUCTURED MATHEMATICS 4777 OXFORD CAMBRIDGE AND RSA EXAMINATIONS Advanced Subsidiary General Certificate of Education Advanced General Certificate of Education MEI STRUCTURED MATHEMATICS Numerical Computation Wednesday 21 JUNE 2006

More information

FUNDAMENTALS OF STRUCTURAL ANALYSIS

FUNDAMENTALS OF STRUCTURAL ANALYSIS FUNMENTLS OF STRUTURL NLYSIS 5th Edition Kenneth M. Leet, hia-ming Uang, Joel T. Lanning, and nne M. Gilbert SOLUTIONS MNUL HPTER 5: EMS N FRMES 5-1 opright 018 McGraw-Hill Education. ll rights reserved.

More information

On Wrapping of Exponentiated Inverted Weibull Distribution

On Wrapping of Exponentiated Inverted Weibull Distribution IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 11 Aril 217 ISSN (online): 2349-61 On Wraing of Exonentiated Inverted Weibull Distribution P.Srinivasa Subrahmanyam

More information

2. The Binomial Distribution

2. The Binomial Distribution 1 of 11 7/16/2009 6:39 AM Virtual Laboratories > 11. Bernoulli Trials > 1 2 3 4 5 6 2. The Binomial Distribution Basic Theory Suppose that our random experiment is to perform a sequence of Bernoulli trials

More information