2009 Winton 1 Distributi ( ons 2) (2)

Size: px
Start display at page:

Download "2009 Winton 1 Distributi ( ons 2) (2)"

Transcription

1 Distributions ib i (2)

2 2 IV. Triangular Distribution ib ti Known values The minimum (a) The mode (b - the most likely value of the pdf) The maimum (c) f() probability density function (area under the curve = ); the area under the triangle () is half the area of its bounding bo which is h(c-a) h 2 c -a b a b c

3 3 pdf for Triangular Distribution The pdf is given by f() 2( - a) (c - a)(b - a) 2( - c) (c - a)(c - b) for a b for b c (slope (slope h ) b - a h ) c - b = otherwise

4 4 Epected Value The epected value is given by E(X) - f()d b a 2( - a) (c - a)(b - a) d c b 2(c - ) (c - a)(c - b) d a b 3 Derivation: with a little work the integrals evaluate to c b - 3ab a c - 3cb 2b E(X) h 6(b - a) 6(c - b) (a b c)(c - a)(b - a)(c - b) a b 3(c - a)(b - a)(c - b) 3 3 c a (c - b) b (a - c) c (b - a) 3(c - a)(b - a)(c - b)

5 5 About mean, mode, and median For a discrete sample, measures of centrality that are typically determined are the mean, the mode, and the median The mean is the average value of the sample and corresponds to E(X) The mode corresponds to the maimum value of the pdf When working with a sample, it is necessary to resort to a histogram (which can be tricky) to estimate the mode of the underlying gpdf The median simply corresponds to that point at which half of the area under the curve is to the left and half is to the right The triangular distribution is typically employed when not much is known about the distribution, but the minimum, mode, and maimum can be estimated

6 Sampling From the Triangular 6 Again this means solving Distribution rsample for rsample given a random probability - f(z)dz Since f(z) is piecewise continuous, its distribution function F(t) is given by F(t) t f(z)dz t a f(z)dz - c t f(z)dz for t for a for b for t a t c t b c Left side integral Right side integral

7 7 Lft Left and drihtsid Right Side Integrals It For left side a rsample b rsample f(z)dz a rsample a 2(z a) (b a)(c a) dz 2 z - 2az (b - a)(c - a) rsample a ( rsample - a) (b - a)(c - a) 2 c For right side b rsample c (c - rsample) - (c - b)(c - a) since c 2 2(c z) 2cz - z (c - rsample) f(z)dz dz (c b)(c a) (c - b)(c - a) (c - b)(c - a) rsample rsample 2 c rsample 2

8 8 b a Sampling Function (b - a) Since f(z)dz (area of left triangle) (c - a) (b - a) if use the left side equation to (c - a) solve for rsample; otherwise use the right side equation rsample a (b - a)(c - a) for (b - a)/(c - a) rsample c - (c - b)(c - a)(- ) for (b - a)/(c - a)

9 9 Graph of Sampling Function: Triangular Distribution rsample Eample: the median corresponds to =.5) For a=, b = 2, c = 4 mean = (a+b+c)/3 = mode = 2 median = c (c b)(c a)(.5) c b a (b-a)/(c-a)

10 V. Gamma Distribution Background: Gamma Function One of a large number of functions related to the eponential function Traces from 8 th century work by Euler in which he was using interpolation methods to define n! for nonintegral values dubbed the gamma function by LeGendre in a series of books published between 8 and 826 Appears naturally in the study of anti-differentiation Also studied in the contet of differential equations when calculating LaPlace transforms The gamma function is given by Γ() ) - e d ( )

11 Gamma Function Definition The gamma function is given by Γ() - e d ( Integrate (by parts) to get () = (-)(-) for > () e - d When is an integer >, () = ( -)! The gamma function is a generalization of the factorial, applying to all >, not just integers )

12 2 Obtaining the Gamma Distribution The gamma distribution is obtained from the gamma function by specifying the pdf f() k - e β for otherwise for fied > and > where the proportionality p constant k is chosen so that f()d.

13 3 Proportionality Constant k so - - β f()d. k e d kβ t e dt k β () and f() is given by - () ) β -t - where = t e -/β is called shape (or order) parameter us called the scale parameter - β When =, f() = e the eponential distribution with mean β In general, E(X) = and 2 = 2 If the mean and standard deviation can be estimated then and can also be determined

14 4 Gamma Function Reflection Formula ( ) - e - d ( ) The general relationship () ( ) = (-)(-) ( ) for > holds It can also be shown that for < < π ( ) (- ) sin(π ) (.5) π For < <, + >, so (+) ) = () ) This gives the reflection formula π (- ) ) for < < Γ( )sin(π )

15 Algorithm for Calculating the Natural 5 Logarithm of the Gamma Function Attributed to Lanczos, C., Journal ls.i.a.m. Numerical lanalysis, ser. B, vol., p. 86 (964) and adapted from Numerical Recipes in C by Press, W.H., and B.P. Flannery, S.A. Teukolsky, W.T. Vetterling (Cambridge University Press, 988) FUNCTION lngamma(z) These values are the IF z < // use the reflection formula for z < (approimate) coefficients for the first 6 terms of an z - z RETURN ln(z) - (lngamma( + z) + ln(sin(z)) ENDIF coeff , , , ,.28583, a FOR i TO6 a a + coeff(i)/(i + z - ) ENDFOR RETURN ln(a) - (z+45)+(z 4.5) + - 5)ln(z.5)ln(z + 4.5) END infinite series involved in an eact formulation for the gamma function credited to Lanczos. They yield an approimation for the variable "a" (determined net) which is within < 2 - of its true value

16 6 Selected Values of () ( ) computed according to the algorithm for ln(()) () (.25) (.5) = π (.75) () =! = (.25) ( ) (.5) =.5(.5) = π / (.75) (2) =! = (2.25).333 (2.5) =5(.5(.5) 5) = 3 π / (2.75) (3) = 2! = 2!! 2! 3! (3.25) (3.5) = 2.5(2.5) = 5 π / (3.75) (4) = 3! = 6 (4.25) (4.5) = 3.5(3.5) = 5 π / (4.75) ( ) (5) = 4! = 24 (5.25) (5.5) = 4.5(4.5) = π / (5.75) (6) =5! = 2

17 7 f().6 Graph of Gamma pdf fied mean = 5 and varying values of and =.5, = =.5, = =5, = =, =.55. 5

18 Corresponding Distribution 8 F() Functions and Sampling Functions rsample The gamma distribution is used to model.2.6 waiting times or time to complete a task It can be shown that if we have eponentially distributed interarrival times with mean /, the time needed to obtain k changes distributes according to a gamma distribution with = k and = / 2

19 9 Gamma Distribution Behavior () () f() k - e β for otherwise for fied > and > If < then - as = then the distribution is the eponential distribution > then - as The eample showed three basic shapes, each of which is described dby the behavior of the derivative f'( '() (slope function) of f() f '() = k[( - ) -2 e -/ +(-/) - e -/ ]

20 2 Gamma Distribution Behavior (2) () - β f() k e for for fied > and > otherwise There are actually 5 cases: < the slope - as since each term is < and each eponent of is < = the slope -/ 2 as in accord with the eponential distribution since k = /, term is and term 2 is -/ < 2 and > the slope + as since the lead term + and dterm 2is = 2 the slope +/ 2 as since k = / = / 2 > 2 the slope as In each case the slope as + The gamma distribution is one which is usually sampled by the accept- reject technique, which means to get k, the value of ()mustbe computed

21 2 VI. Erlang Distribution Erlang was a Danish telephone engineer who did some of the early work in queuing theory For the Gamma distribution, when is an integer i, then the gamma distribution is called an Erlang distribution of order i The Erlang distribution is used to model phenomena having i stages, each with independent, eponentially distributed service times of mean Rather than model these separately, an Erlang distribution of order i can be used to model the total service time e.g., if an eperiment has 3 successive stages each of which takes an average of 5 minutes (eponentially distributed), then the eperiment time can be modeled by taking = 3 and = 5 (to get the overall mean of = 5 minutes)

22 22 VII. Weibull Distribution For the gamma distribution the idea was to choose k so that k is equal to and then choose f() = k - e -/ A major difficulty with this pdf is that it is not integrable in closed form; however, it is close to being so The idea is to render the part under the integral to be in the form e z dz so that the function will be integrable; i.e., for k e /β? - d - we need to determine the? value so that for z = -(/)?, dz= - d If z = -(/) then dz = -(/)(/) - d and then -ββ -ββ - /β /β e /β d k e β β k when k k β e -/β d

23 23 Weibull pdf The choice of k=/ is the basis for the pdf δ f() β β - e - δ - β for δ otherwise the effect of is to displace the distribution along the horizontal ais, so it is often taken to be With a little work, it can be shown that E(X) = + ( + /) and VAR(X) = 2 (( + 2/) - 2 ( + /))

24 24 Sampling Since rsample δ f(z)dz - e - rsample - δ /β - ( rsample - δ)/β - e the sample function can be solved for rsample for given values of,, The Weibull distribution is often used to model time until failure (for eample, light bulbs may have significant early failure and some have significant long term until failure) When =, = /, = then the Weibull distribution is the eponential distribution δ

25 25 Graph f() Weibull pdf for fied = and varying values of =.5, = =, = =5, = =.5, =

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 29, 2014 Introduction Introduction The world of the model-builder

More information

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr.

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr. Simulation Discrete-Event System Simulation Chapter 4 Statistical Models in Simulation Purpose & Overview The world the model-builder sees is probabilistic rather than deterministic. Some statistical model

More information

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations Chapter 5 Statistical Models in Simulations 5.1 Contents Basic Probability Theory Concepts Discrete Distributions Continuous Distributions Poisson Process Empirical Distributions Useful Statistical Models

More information

EE/CpE 345. Modeling and Simulation. Fall Class 5 September 30, 2002

EE/CpE 345. Modeling and Simulation. Fall Class 5 September 30, 2002 EE/CpE 345 Modeling and Simulation Class 5 September 30, 2002 Statistical Models in Simulation Real World phenomena of interest Sample phenomena select distribution Probabilistic, not deterministic Model

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

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Lesson 6 Eponential and Logarithmic Fu tions Lesson 6 Eponential and Logarithmic Functions Eponential functions are of the form y = a where a is a constant greater than zero and not equal to one and is

More information

AP CALCULUS AB,...) of Topical Understandings ~

AP CALCULUS AB,...) of Topical Understandings ~ Name: Precalculus Teacher: AP CALCULUS AB ~ (Σer) ( Force Distance) and ( L, L,...) of Topical Understandings ~ As instructors of AP Calculus, we have etremely high epectations of students taking our courses.

More information

B.N.Bandodkar College of Science, Thane. Subject : Computer Simulation and Modeling.

B.N.Bandodkar College of Science, Thane. Subject : Computer Simulation and Modeling. B.N.Bandodkar College of Science, Thane Subject : Computer Simulation and Modeling. Simulation is a powerful technique for solving a wide variety of problems. To simulate is to copy the behaviors of a

More information

Section Differential Equations: Modeling, Slope Fields, and Euler s Method

Section Differential Equations: Modeling, Slope Fields, and Euler s Method Section.. Differential Equations: Modeling, Slope Fields, and Euler s Method Preliminar Eample. Phsical Situation Modeling Differential Equation An object is taken out of an oven and placed in a room where

More information

Recall Discrete Distribution. 5.2 Continuous Random Variable. A probability histogram. Density Function 3/27/2012

Recall Discrete Distribution. 5.2 Continuous Random Variable. A probability histogram. Density Function 3/27/2012 3/7/ Recall Discrete Distribution 5. Continuous Random Variable For a discrete distribution, for eample Binomial distribution with n=5, and p=.4, the probabilit distribution is f().7776.59.3456.34.768.4.3

More information

every hour 8760 A every minute 525,000 A continuously n A

every hour 8760 A every minute 525,000 A continuously n A In the previous lesson we introduced Eponential Functions and their graphs, and covered an application of Eponential Functions (Compound Interest). We saw that when interest is compounded n times per year

More information

Summer Packet Honors PreCalculus

Summer Packet Honors PreCalculus Summer Packet Honors PreCalculus Honors Pre-Calculus is a demanding course that relies heavily upon a student s algebra, geometry, and trigonometry skills. You are epected to know these topics before entering

More information

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr.

Computer Science, Informatik 4 Communication and Distributed Systems. Simulation. Discrete-Event System Simulation. Dr. Simulation Discrete-Event System Simulation Chapter 6 andom-variate Generation Purpose & Overview Develop understanding of generating samples from a specified distribution as input to a simulation model.

More information

Plotting data is one method for selecting a probability distribution. The following

Plotting data is one method for selecting a probability distribution. The following Advanced Analytical Models: Over 800 Models and 300 Applications from the Basel II Accord to Wall Street and Beyond By Johnathan Mun Copyright 008 by Johnathan Mun APPENDIX C Understanding and Choosing

More information

Homework 3 solution (100points) Due in class, 9/ (10) 1.19 (page 31)

Homework 3 solution (100points) Due in class, 9/ (10) 1.19 (page 31) Homework 3 solution (00points) Due in class, 9/4. (0).9 (page 3) (a) The density curve forms a rectangle over the interval [4, 6]. For this reason, uniform densities are also called rectangular densities

More information

Name. SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Name. SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. REVIEW Eam #3 : 3.2-3.6, 4.1-4.5, 5.1 Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Use the Leading Coefficient Test to determine the end behavior

More information

Math 111 Final Exam Review KEY

Math 111 Final Exam Review KEY Math Final Eam Review KEY. Use the graph of = f in Figure to answer the following. Approimate where necessar. a Evaluate f. f = 0 b Evaluate f0. f0 = 6 c Solve f = 0. =, =, =,or = 3 d Solve f = 7..5, 0.5,

More information

57:022 Principles of Design II Final Exam Solutions - Spring 1997

57:022 Principles of Design II Final Exam Solutions - Spring 1997 57:022 Principles of Design II Final Exam Solutions - Spring 1997 Part: I II III IV V VI Total Possible Pts: 52 10 12 16 13 12 115 PART ONE Indicate "+" if True and "o" if False: + a. If a component's

More information

MAC 2311 Final Exam Review Fall Private-Appointment, one-on-one tutoring at Broward Hall

MAC 2311 Final Exam Review Fall Private-Appointment, one-on-one tutoring at Broward Hall Fall 2016 This review, produced by the CLAS Teaching Center, contains a collection of questions which are representative of the type you may encounter on the eam. Other resources made available by the

More information

AP CALCULUS AB - Name: Summer Work requirement due on the first day of class

AP CALCULUS AB - Name: Summer Work requirement due on the first day of class AP CALCULUS AB - Name: Summer Work For students to successfully complete the objectives of the AP Calculus curriculum, the student must demonstrate a high level of independence, capability, dedication,

More information

8-1 Exploring Exponential Models

8-1 Exploring Exponential Models 8- Eploring Eponential Models Eponential Function A function with the general form, where is a real number, a 0, b > 0 and b. Eample: y = 4() Growth Factor When b >, b is the growth factor Eample: y =

More information

Finding Slope. Find the slopes of the lines passing through the following points. rise run

Finding Slope. Find the slopes of the lines passing through the following points. rise run Finding Slope Find the slopes of the lines passing through the following points. y y1 Formula for slope: m 1 m rise run Find the slopes of the lines passing through the following points. E #1: (7,0) and

More information

AP CALCULUS AB - Name: Summer Work requirement due on the first day of class SHOW YOUR BEST WORK. Requirements

AP CALCULUS AB - Name: Summer Work requirement due on the first day of class SHOW YOUR BEST WORK. Requirements AP CALCULUS AB - Name: Summer Work For students to successfully complete the objectives of the AP Calculus curriculum, the student must demonstrate a high level of independence, capability, dedication,

More information

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 584 Mark Sparks 2012 The Second Fundamental Theorem of Calculus Functions Defined by Integrals Given the functions, f(t), below, use F( ) f ( t) dt to find F() and F () in terms of.. f(t) = 4t t. f(t) = cos t Given the functions,

More information

Chapter 3 Single Random Variables and Probability Distributions (Part 1)

Chapter 3 Single Random Variables and Probability Distributions (Part 1) Chapter 3 Single Random Variables and Probability Distributions (Part 1) Contents What is a Random Variable? Probability Distribution Functions Cumulative Distribution Function Probability Density Function

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Final Eam Review MAC 1 Spring 0 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve and check the linear equation. 1) (- + ) - = -( - 7) {-

More information

Taylor Series and Series Convergence (Online)

Taylor Series and Series Convergence (Online) 7in 0in Felder c02_online.te V3 - February 9, 205 9:5 A.M. Page CHAPTER 2 Taylor Series and Series Convergence (Online) 2.8 Asymptotic Epansions In introductory calculus classes the statement this series

More information

AP Calculus AB Summer Assignment Mrs. Berkson

AP Calculus AB Summer Assignment Mrs. Berkson AP Calculus AB Summer Assignment Mrs. Berkson The purpose of the summer assignment is to prepare ou with the necessar Pre- Calculus skills required for AP Calculus AB. Net ear we will be starting off the

More information

This problem set is a good representation of some of the key skills you should have when entering this course.

This problem set is a good representation of some of the key skills you should have when entering this course. Math 4 Review of Previous Material: This problem set is a good representation of some of the key skills you should have when entering this course. Based on the course work leading up to Math 4, you should

More information

M151B Practice Problems for Exam 1

M151B Practice Problems for Exam 1 M151B Practice Problems for Eam 1 Calculators will not be allowed on the eam. Unjustified answers will not receive credit. 1. Compute each of the following its: 1a. 1b. 1c. 1d. 1e. 1 3 4. 3. sin 7 0. +

More information

IB Mathematics HL 1/AP Calculus AB Summer Packet

IB Mathematics HL 1/AP Calculus AB Summer Packet IB Mathematics HL /AP Calculus AB Summer Packet There are certain skills that have been taught to you over the previous years that are essential towards your success in IB HL /AP Calculus. If you do not

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Final Eam Review MAC 1 Fall 011 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve and check the linear equation. 1) (- + ) - = -( - 7) A)

More information

AB Calculus 2013 Summer Assignment. Theme 1: Linear Functions

AB Calculus 2013 Summer Assignment. Theme 1: Linear Functions 01 Summer Assignment Theme 1: Linear Functions 1. Write the equation for the line through the point P(, -1) that is perpendicular to the line 5y = 7. (A) + 5y = -1 (B) 5 y = 8 (C) 5 y = 1 (D) 5 + y = 7

More information

Exponential Growth and Decay - M&M's Activity

Exponential Growth and Decay - M&M's Activity Eponential Growth and Decay - M&M's Activity Activity 1 - Growth 1. The results from the eperiment are as follows: Group 1 0 4 1 5 2 6 3 4 15 5 22 6 31 2. The scatterplot of the result is as follows: 3.

More information

CHAPTER 72 AREAS UNDER AND BETWEEN CURVES

CHAPTER 72 AREAS UNDER AND BETWEEN CURVES CHAPTER 7 AREAS UNDER AND BETWEEN CURVES EXERCISE 8 Page 77. Show by integration that the area of the triangle formed by the line y, the ordinates and and the -ais is 6 square units. A sketch of y is shown

More information

Math 170 Calculus I Final Exam Review Solutions

Math 170 Calculus I Final Exam Review Solutions Math 70 Calculus I Final Eam Review Solutions. Find the following its: (a (b (c (d 3 = + = 6 + 5 = 3 + 0 3 4 = sin( (e 0 cos( = (f 0 ln(sin( ln(tan( = ln( (g (h 0 + cot( ln( = sin(π/ = π. Find any values

More information

AP Calculus AB Summer Assignment Mrs. Berkson

AP Calculus AB Summer Assignment Mrs. Berkson AP Calculus AB Summer Assignment Mrs. Berkson The purpose of the summer assignment is to prepare ou with the necessar Pre- Calculus skills required for AP Calculus AB. Net ear we will be starting off the

More information

n px p x (1 p) n x. p x n(n 1)... (n x + 1) x!

n px p x (1 p) n x. p x n(n 1)... (n x + 1) x! Lectures 3-4 jacques@ucsd.edu 7. Classical discrete distributions D. The Poisson Distribution. If a coin with heads probability p is flipped independently n times, then the number of heads is Bin(n, p)

More information

Math 111 Final Exam Review KEY

Math 111 Final Exam Review KEY Math 111 Final Eam Review KEY 1. Use the graph of = f in Figure 1 to answer the following. Approimate where necessar. a b Evaluate f 1. f 1 = 0 Evaluate f0. f0 = 6 c Solve f = 0. =, = 1, =, or = 3 Solution

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 20, 2012 Introduction Introduction The world of the model-builder

More information

To find the absolute extrema on a continuous function f defined over a closed interval,

To find the absolute extrema on a continuous function f defined over a closed interval, Question 4: How do you find the absolute etrema of a function? The absolute etrema of a function is the highest or lowest point over which a function is defined. In general, a function may or may not have

More information

West Potomac High School 6500 Quander Road Alexandria, VA 22307

West Potomac High School 6500 Quander Road Alexandria, VA 22307 West Potomac High School 6500 Quander Road Aleandria, VA 307 Dear AP Calculus BC Student, Welcome to AP Calculus! This course is primarily concerned with developing your understanding of the concepts of

More information

Name Date. Show all work! Exact answers only unless the problem asks for an approximation.

Name Date. Show all work! Exact answers only unless the problem asks for an approximation. Advanced Calculus & AP Calculus AB Summer Assignment Name Date Show all work! Eact answers only unless the problem asks for an approimation. These are important topics from previous courses that you must

More information

MATH 175: Final Exam Review for Pre-calculus

MATH 175: Final Exam Review for Pre-calculus MATH 75: Final Eam Review for Pre-calculus In order to prepare for the final eam, you need too be able to work problems involving the following topics:. Can you graph rational functions by hand after algebraically

More information

Unit 7 Study Guide (2,25/16)

Unit 7 Study Guide (2,25/16) Unit 7 Study Guide 1) The point (-3, n) eists on the eponential graph shown. What is the value of n? (2,25/16) (-3,n) (3,125/64) a)y = 1 2 b)y = 4 5 c)y = 64 125 d)y = 64 125 2) The point (-2, n) eists

More information

CALCULUS 2 FEBRUARY 2017 # Day Date Assignment Description 91 M 1/30 p. 671 #1, 3, 4, 8, 10, 11, 13, 19, 24 Do part a only for all problems

CALCULUS 2 FEBRUARY 2017 # Day Date Assignment Description 91 M 1/30 p. 671 #1, 3, 4, 8, 10, 11, 13, 19, 24 Do part a only for all problems # Day Date Assignment Description 91 M 1/30 p. 671 #1, 3, 4, 8, 10, 11, 13, 19, 24 Do part a only for all problems Interval of convergence and radius of convergence for 92 Tu 1/31 p. 677 #1, 7, 9, 11,

More information

Calculation of Cylindrical Functions using Correction of Asymptotic Expansions

Calculation of Cylindrical Functions using Correction of Asymptotic Expansions Universal Journal of Applied Mathematics & Computation (4), 5-46 www.papersciences.com Calculation of Cylindrical Functions using Correction of Asymptotic Epansions G.B. Muravskii Faculty of Civil and

More information

Test # 33 QUESTIONS MATH131 091700 COLLEGE ALGEBRA Name atfm131bli www.alvarezmathhelp.com website MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

More information

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Section. Logarithmic Functions and Their Graphs 7. LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Ariel Skelle/Corbis What ou should learn Recognize and evaluate logarithmic functions with base a. Graph logarithmic

More information

Math RE - Calculus I Exponential & Logarithmic Functions Page 1 of 9. y = f(x) = 2 x. y = f(x)

Math RE - Calculus I Exponential & Logarithmic Functions Page 1 of 9. y = f(x) = 2 x. y = f(x) Math 20-0-RE - Calculus I Eponential & Logarithmic Functions Page of 9 Eponential Function The general form of the eponential function equation is = f) = a where a is a real number called the base of the

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 90 Minutes Scientific Calculator Notes: () The eact numerical value of the correct answer does not always appear among the choices given. When this happens, select from among

More information

Math 0210 Common Final Review Questions (2 5 i)(2 5 i )

Math 0210 Common Final Review Questions (2 5 i)(2 5 i ) Math 0 Common Final Review Questions In problems 1 6, perform the indicated operations and simplif if necessar. 1. ( 8)(4) ( )(9) 4 7 4 6( ). 18 6 8. ( i) ( 1 4 i ) 4. (8 i ). ( 9 i)( 7 i) 6. ( i)( i )

More information

Math 1160 Final Review (Sponsored by The Learning Center) cos xcsc tan. 2 x. . Make the trigonometric substitution into

Math 1160 Final Review (Sponsored by The Learning Center) cos xcsc tan. 2 x. . Make the trigonometric substitution into Math 60 Final Review (Sponsored by The Learning Center). Simplify cot csc csc. Prove the following identities: cos csc csc sin. Let 7sin simplify.. Prove: tan y csc y cos y sec y cos y cos sin y cos csc

More information

West Essex Regional School District. AP Calculus AB. Summer Packet

West Essex Regional School District. AP Calculus AB. Summer Packet West Esse Regional School District AP Calculus AB Summer Packet 05-06 Calculus AB Calculus AB covers the equivalent of a one semester college calculus course. Our focus will be on differential and integral

More information

Math 103 Final Exam Review Problems Rockville Campus Fall 2006

Math 103 Final Exam Review Problems Rockville Campus Fall 2006 Math Final Eam Review Problems Rockville Campus Fall. Define a. relation b. function. For each graph below, eplain why it is or is not a function. a. b. c. d.. Given + y = a. Find the -intercept. b. Find

More information

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z,

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, Random Variable And Probability Distribution Introduction Random Variable ( r.v. ) Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, T, and denote the assumed

More information

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 4 - CALCULUS TUTORIAL 2 - INTEGRATION

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 4 - CALCULUS TUTORIAL 2 - INTEGRATION EDEXCEL NATIONAL CERTIFICATE UNIT 8 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME - CALCULUS TUTORIAL - INTEGRATION CONTENTS Be able to apply calculus Differentiation: review of standard derivatives, differentiation

More information

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables Chapter 4: Continuous Random Variables and Probability s 4-1 Continuous Random Variables 4-2 Probability s and Probability Density Functions 4-3 Cumulative Functions 4-4 Mean and Variance of a Continuous

More information

We want to determine what the graph of an exponential function. y = a x looks like for all values of a such that 0 > a > 1

We want to determine what the graph of an exponential function. y = a x looks like for all values of a such that 0 > a > 1 Section 5 B: Graphs of Decreasing Eponential Functions We want to determine what the graph of an eponential function y = a looks like for all values of a such that 0 > a > We will select a value of a such

More information

Calculus and Vectors, Grade 12

Calculus and Vectors, Grade 12 Calculus and Vectors, Grade University Preparation MCV4U This course builds on students previous eperience with functions and their developing understanding of rates of change. Students will solve problems

More information

Euler-Maclaurin summation formula

Euler-Maclaurin summation formula Physics 4 Spring 6 Euler-Maclaurin summation formula Lecture notes by M. G. Rozman Last modified: March 9, 6 Euler-Maclaurin summation formula gives an estimation of the sum N in f i) in terms of the integral

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

TEST 1 FORM A (SOLUTIONS)

TEST 1 FORM A (SOLUTIONS) TEST FORM A SOLUTIONS) MAT 68 Directions: Solve as many problems as well as you can in the blue eamination book, writing in pencil and showing all work. Put away any cell phones; the mere appearance will

More information

M151B Practice Problems for Final Exam

M151B Practice Problems for Final Exam M5B Practice Problems for Final Eam Calculators will not be allowed on the eam. Unjustified answers will not receive credit. On the eam you will be given the following identities: n k = n(n + ) ; n k =

More information

Computer Problems for Taylor Series and Series Convergence

Computer Problems for Taylor Series and Series Convergence Computer Problems for Taylor Series and Series Convergence The two problems below are a set; the first should be done without a computer and the second is a computer-based follow up. 1. The drawing below

More information

Review 5 Symbolic Graphical Interplay Name 5.1 Key Features on Graphs Per Date

Review 5 Symbolic Graphical Interplay Name 5.1 Key Features on Graphs Per Date 3 1. Graph the function y = + 3. 4 a. Circle the -intercept. b. Place an on the y-intercept.. Given the linear function with slope ½ and a y-intercept of -: Draw a line on the coordinate grid to graph

More information

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

MA 114 Worksheet #01: Integration by parts

MA 114 Worksheet #01: Integration by parts Fall 8 MA 4 Worksheet Thursday, 3 August 8 MA 4 Worksheet #: Integration by parts. For each of the following integrals, determine if it is best evaluated by integration by parts or by substitution. If

More information

Number Sets 1,0,1,2,3,... } 3. Rational Numbers ( Q) 1. Natural Numbers ( N) A number is a rational number if. it can be written as where a and

Number Sets 1,0,1,2,3,... } 3. Rational Numbers ( Q) 1. Natural Numbers ( N) A number is a rational number if. it can be written as where a and Number Sets 1. Natural Numbers ( N) N { 0,1,,,... } This set is often referred to as the counting numbers that include zero.. Integers ( Z) Z {...,,, 1,0,1,,,... }. Rational Numbers ( Q) A number is a

More information

3.2 Logarithmic Functions and Their Graphs

3.2 Logarithmic Functions and Their Graphs 96 Chapter 3 Eponential and Logarithmic Functions 3.2 Logarithmic Functions and Their Graphs Logarithmic Functions In Section.6, you studied the concept of an inverse function. There, you learned that

More information

Lesson 6: Solving Exponential Equations Day 2 Unit 4 Exponential Functions

Lesson 6: Solving Exponential Equations Day 2 Unit 4 Exponential Functions (A) Lesson Contet BIG PICTURE of this UNIT: CONTEXT of this LESSON: How can I analyze growth or decay patterns in data sets & contetual problems? How can I algebraically & graphically summarize growth

More information

ECON 5350 Class Notes Review of Probability and Distribution Theory

ECON 5350 Class Notes Review of Probability and Distribution Theory ECON 535 Class Notes Review of Probability and Distribution Theory 1 Random Variables Definition. Let c represent an element of the sample space C of a random eperiment, c C. A random variable is a one-to-one

More information

Directions: Please read questions carefully. It is recommended that you do the Short Answer Section prior to doing the Multiple Choice.

Directions: Please read questions carefully. It is recommended that you do the Short Answer Section prior to doing the Multiple Choice. AP Calculus AB SUMMER ASSIGNMENT Multiple Choice Section Directions: Please read questions carefully It is recommended that you do the Short Answer Section prior to doing the Multiple Choice Show all work

More information

Mathematics Extension 2

Mathematics Extension 2 Student Number ABBOTSLEIGH AUGUST 007 YEAR ASSESSMENT 4 HIGHER SCHOOL CERTIFICATE TRIAL EXAMINATION Mathematics Etension General Instructions Reading time 5 minutes. Working time 3 hours. Write using blue

More information

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential

CHAPTER 2: Partial Derivatives. 2.2 Increments and Differential CHAPTER : Partial Derivatives.1 Definition of a Partial Derivative. Increments and Differential.3 Chain Rules.4 Local Etrema.5 Absolute Etrema 1 Chapter : Partial Derivatives.1 Definition of a Partial

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Math 180, Exam 2, Spring 2013 Problem 1 Solution

Math 180, Exam 2, Spring 2013 Problem 1 Solution Math 80, Eam, Spring 0 Problem Solution. Find the derivative of each function below. You do not need to simplify your answers. (a) tan ( + cos ) (b) / (logarithmic differentiation may be useful) (c) +

More information

Chapter 4. Probability-The Study of Randomness

Chapter 4. Probability-The Study of Randomness Chapter 4. Probability-The Study of Randomness 4.1.Randomness Random: A phenomenon- individual outcomes are uncertain but there is nonetheless a regular distribution of outcomes in a large number of repetitions.

More information

AP Calculus BC. Practice Exam. Advanced Placement Program

AP Calculus BC. Practice Exam. Advanced Placement Program Advanced Placement Program AP Calculus BC Practice Eam The questions contained in this AP Calculus BC Practice Eam are written to the content specifications of AP Eams for this subject. Taking this practice

More information

Mathematics 2001 HIGHER SCHOOL CERTIFICATE EXAMINATION

Mathematics 2001 HIGHER SCHOOL CERTIFICATE EXAMINATION 00 HIGHER SCHOOL CERTIFICATE EXAMINATION Mathematics General Instructions Reading time 5 minutes Working time 3 hours Write using black or blue pen Board-approved calculators may be used A table of standard

More information

MATH 175: Final Exam Review for Pre-calculus

MATH 175: Final Exam Review for Pre-calculus MATH 75: Final Eam Review for Pre-calculus In order to prepare for the final eam, you need to be able to work problems involving the following topics:. Can you find and simplify the composition of two

More information

Summer Review Packet AP Calculus

Summer Review Packet AP Calculus Summer Review Packet AP Calculus ************************************************************************ Directions for this packet: On a separate sheet of paper, show your work for each problem in this

More information

Welcome to AP Calculus!

Welcome to AP Calculus! Welcome to AP Calculus! This packet is meant to help you review some of the mathematics that lead up to calculus. Of course, all mathematics up until this point has simply been a build-up to calculus,

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

BC Calculus Diagnostic Test

BC Calculus Diagnostic Test BC Calculus Diagnostic Test The Eam AP Calculus BC Eam SECTION I: Multiple-Choice Questions DO NOT OPEN THIS BOOKLET UNTIL YOU ARE TOLD TO DO SO. At a Glance Total Time hour and 5 minutes Number of Questions

More information

1998 AP Calculus AB: Section I, Part A

1998 AP Calculus AB: Section I, Part A 55 Minutes No Calculator Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers for which f () is a real number.. What is the -coordinate of the point

More information

Higher. Functions and Graphs. Functions and Graphs 15

Higher. Functions and Graphs. Functions and Graphs 15 Higher Mathematics UNIT UTCME Functions and Graphs Contents Functions and Graphs 5 Set Theor 5 Functions 6 Inverse Functions 9 4 Eponential Functions 0 5 Introduction to Logarithms 0 6 Radians 7 Eact Values

More information

Unit 8: Exponential & Logarithmic Functions

Unit 8: Exponential & Logarithmic Functions Date Period Unit 8: Eponential & Logarithmic Functions DAY TOPIC ASSIGNMENT 1 8.1 Eponential Growth Pg 47 48 #1 15 odd; 6, 54, 55 8.1 Eponential Decay Pg 47 48 #16 all; 5 1 odd; 5, 7 4 all; 45 5 all 4

More information

Chapter 6: Extending Periodic Functions

Chapter 6: Extending Periodic Functions Chapter 6: Etending Periodic Functions Lesson 6.. 6-. a. The graphs of y = sin and y = intersect at many points, so there must be more than one solution to the equation. b. There are two solutions. From

More information

Name: MA 160 Dr. Katiraie (100 points) Test #3 Spring 2013

Name: MA 160 Dr. Katiraie (100 points) Test #3 Spring 2013 Name: MA 160 Dr. Katiraie (100 points) Test #3 Spring 2013 Show all of your work on the test paper. All of the problems must be solved symbolically using Calculus. You may use your calculator to confirm

More information

Chapter 5: Limits, Continuity, and Differentiability

Chapter 5: Limits, Continuity, and Differentiability Chapter 5: Limits, Continuity, and Differentiability 63 Chapter 5 Overview: Limits, Continuity and Differentiability Derivatives and Integrals are the core practical aspects of Calculus. They were the

More information

Unit 10 Prerequisites for Next Year (Calculus)

Unit 10 Prerequisites for Next Year (Calculus) Unit 0 Prerequisites for Net Year (Calculus) The following Study Guide is the required INDEPENDENT review for you to work through for your final unit. You WILL have a test that covers this material after

More information

R3.6 Solving Linear Inequalities. 3) Solve: 2(x 4) - 3 > 3x ) Solve: 3(x 2) > 7-4x. R8.7 Rational Exponents

R3.6 Solving Linear Inequalities. 3) Solve: 2(x 4) - 3 > 3x ) Solve: 3(x 2) > 7-4x. R8.7 Rational Exponents Level D Review Packet - MMT This packet briefly reviews the topics covered on the Level D Math Skills Assessment. If you need additional study resources and/or assistance with any of the topics below,

More information

Information Knowledge

Information Knowledge ation ledge -How m lio Learner's Name: ALGEBRA II CAPACITY TRANSCRIPT Equations & Inequalities (Chapter 1) [L1.2.1, A1.1.4, A1.2.9, L3.2.1] Linear Equations and (Chapter 2) [L1.2.1, A1.2.9, A2.3.3, A3.1.2,

More information

dy dx 1. If y 2 3xy = 18, then at the point H1, 3L is HAL 1 HBL 0 HCL 1 HDL 4 HEL 8 kx + 8 k + x The value of k is

dy dx 1. If y 2 3xy = 18, then at the point H1, 3L is HAL 1 HBL 0 HCL 1 HDL 4 HEL 8 kx + 8 k + x The value of k is . If = 8, then d d at the point H, L is 0 HCL HDL HEL 8. The equation of the line tangent to the curve = k + 8 k + The value of k is at = is = +. HCL HDL HEL. If f HL = and f H L =, then find f HL d 0

More information

Chapter 3: Exponentials and Logarithms

Chapter 3: Exponentials and Logarithms Chapter 3: Eponentials and Logarithms Lesson 3.. 3-. See graph at right. kf () is a vertical stretch to the graph of f () with factor k. y 5 5 f () = 3! 4 + f () = 3( 3! 4 + ) f () = 3 (3! 4 + ) f () =!(

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26.

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26. Answer Key 969 BC 97 BC. C. E. B. D 5. E 6. B 7. D 8. C 9. D. A. B. E. C. D 5. B 6. B 7. B 8. E 9. C. A. B. E. D. C 5. A 6. C 7. C 8. D 9. C. D. C. B. A. D 5. A 6. B 7. D 8. A 9. D. E. D. B. E. E 5. E.

More information

Learning Goals. College of Charleston Department of Mathematics Math 101: College Algebra Final Exam Review Problems 1

Learning Goals. College of Charleston Department of Mathematics Math 101: College Algebra Final Exam Review Problems 1 College of Charleston Department of Mathematics Math 0: College Algebra Final Eam Review Problems Learning Goals (AL-) Arithmetic of Real and Comple Numbers: I can classif numbers as natural, integer,

More information