Mixture of Discrete and Continuous Random Variables

Size: px
Start display at page:

Download "Mixture of Discrete and Continuous Random Variables"

Transcription

1 Mixture of Discrete and Continuous Random Variables What does the CDF F X (x) look like when X is discrete vs when it s continuous? A r.v. could have a continuous component and a discrete component. Ex 1 & 2 from MixedRandomVariables.pdf. 1

2 Example 1: Consider a r.v. X with cdf F (x) = x < x 3 x < 2 1 x 2 The support of X is [, 2] = A 1 A 2 where A 1 = [, 2) a, and A 2 = {2}. The distribution of X has different expressions over the two regions: (continuous portion) pdf on A 1 with f(x) = 1/3. (discrete portion) pmf on A 2, with p(2) = 1/3. When computing expectations, we use pmf or pdf, in each region. a It doesn t matter if we write A 1 = (, 2). 2

3 Example 2 Suppose a > b. The difference between the two sets, (, b] and (, a], is (b, a]. So F (a) F (b) = P(X a) P(X b) = P ( X (, a] ) P ( X (, b] ) = P ( X (b, a] ) = P(b < X a). 3

4 How to use CDF to compute those probabilities? Note 1) P(b < X a) = F (a) F (b); 2) if a point x is in the continuous portion, then we can use and > (or, and <) interchangeably. P(1 < X < 1.5) = P(1 < X 1.5) = F (1.5) F (1), where the first equality is due to the fact that 1.5 is in the continuous portion. P(1 X < 1.5) = P(1 X 1.5) = P(X = 1) + P(1 < X 1.5) =.5 + F (1.5) F (1). P(1 X 1.5) = P(X = 1) + P(1 < X 1.5). 4

5 Example: An insurance policy reimburses a loss up to a benefit limit of C and has a deductible of d. Suppose the policyholder s loss, X, follows Ex(1/5). Let Y denote the benefit paid under the insurance policy. Find the distribution of Y. x < d Y = Benefit Paid = x d d x < C + d C x C + d Discrete portion of Y: p() = d 1 5 e x/5 dx = 1 e d/5, p(c) = C+d 1 5 e x/5 dx = e (C+d)/5. Continuous portion of Y: f Y (y) = 1 5 e (y+d)/5, < y < C. 5

6 Distributions of Two Random Variables Major concepts (chap 2): Joint pdf/pmf Marginal pdf/pmf Conditional pdf/pmf, conditional expectations 6

7 Let X and Y be discrete random variables. The joint pmf p(x, y) is defined by and p(x, y) = P(X = x, Y = y), P((X, Y ) A) = p(x, y). (x,y) A The marginal pmfs of X and of Y are given by p X (x) = all y p(x, y), p Y (y) = all x p(x, y). Check that p X (x) and p Y (y) are legit pmfs. 7

8 Example 1 (2.1.1 on p.74) X / Y a) Find P(X + Y = 2). p(1, 1) + p(, 2) + p(2, ) = 2 8. b) Find P(X < Y ). c) Find the marginal probability distributions p X (x) of X and p Y (y) of Y. For example, the marginal pmf of X is given by the row sums of the table p X () = = 1 4, p X(1) = = 1 4, p X(2) =

9 Let X and Y be continuous random variables. Then f(x, y) is the joint pdf for X and Y if for any two-dimensional set A P((X, Y ) A) = f(x, y)dxdy. In particular, f(x, y)dxdy = 1. The marginal pdfs of X and of Y are given by A f X (x) = f(x, y)dy, f Y (y) = f(x, y)dx. Check that f X (x) is a legit pdf: apparently f X (x). and f X (x)dx = f(x, y)dydx = 1. 9

10 Let X and Y be random variables. Then their joint cdf is defined by F (x, y) = P(X x, Y y). For continuous rvs, f(x, y) = 2 F (x, y). x y Let X and Y be random variables and g some real valued function, i.e., g : R 2 R. E[g(X, Y )] = g(x, y) p(x, y) all x all y E[g(X, Y )] = g(x, y)f(x, y)dxdy. R 2 1

11 The mgf of a random vector (X, Y ) M XY (t 1, t 2 ) = E(e t 1X+t 2 Y ), if it exists for t 1 < h, t 2 < h. M X (t) = M XY (t, ) M Y (t) = M XY (, t). 11

12 Example 2: Consider two random variables X and Y with the mgf M(t 1, t 2 ) =.1 +.2e t1 +.3e 2t 2 +.4e t 1+t 2. (1) Find the joint pmf p(x, y). Recall that M(t 1, t 2 ) = E(e t 1X+t 2 Y ) = all (x,y) p(x, y)ex t 1+y t 2. Write (1) as.1e ()t 1+()t 2 +.2e (1)t1+()t 2 +.3e ()t 1+2t 2 +.4e (1)t 1+(1)t 2. So X / Y

13 Example 3 (2.1.5 & on p.8-81) Let X and Y have the pdf f(x, y) = 8xy, < x < y < 1;, elsewhere. The very first step before doing any calculation: sketch the support. a) Verify that f(x, y) is a legitimate pdf. 1. f(x, y) for all (x, y) R f(x, y)dxdy = 1 this is because 1 y 8xydxdy = = 1 1 ( y 8y 4y 3 dy ) xdx dy where y xdx = x2 2 y = y2 2 = y 4 1 = 1. 13

14 b) Find P(X + Y <.5) and P(2X Y ). P(X + Y <.5) = = = = (.5 x x (.5 x 4x x ) 8xydy dx ) 2ydy dx [ 4x (.5 x) 2 x 2] dx 4x(.25 x)dx =.25 (x 4x 2 )dx = P(2X Y ) = =.5 1 ( 2x ( y x y/2 ) 8xy dy dx + ) 8xy dx dy 1.5 ( 1 x ) 8xy dy dx, OR 14

15 c) Find the marginal pdf for X. f X (x) = 1 f(x, y)dy = 1 x 8xy dy = 4x 4x 2, < x < 1. d) Find the marginal pdf for Y. f X (x) = 1 f(x, y)dx = y 8xy dx = 4y 3, < y < 1. e) Find E(XY 2 ), E(Y ), E(7XY 2 + 5Y ) (see p.8). 15

16 f) Let Z = X/Y. Find the distribution of Z. First find the support of Z < x < y < 1 = < z < 1. Then use the CDF approach F Z (z) = P(X/Y z) = P(X zy ) = 1 = z 2. ( zy ) 8xy dx dy = 1 4y 3 z 2 dy The pdf is given by f Z (z) = 2z, < z < 1. 16

17 Go through the examples from JointDistributions.pdf by yourself. 17

18 Independent Random Variables Random variables X and Y are independent if for all (x, y) p(x, y) = p X (x) p Y (y), (discrete) f(x, y) = f X (x) f Y (y), (continuous). If X and Y independent, 1. F (x, y) = F X (x) F Y (y) 2. M(t 1, t 2 ) = M X (t 1 ) M Y (t 2 ) 3. E[g(X)h(Y )] = Eg(X) Eh(Y ), specially Var(X + Y ) = Var(X) + Var(Y ) (see the proof on the next slide). 18

19 E(X + Y ) = EX + EY = µ X + µ Y Var(X + Y ) = E ( X + Y (µ X + µ Y ) ) 2 ( ) 2 = E X µx + Y µ Y [ ] = E (X µ X ) 2 + (Y µ Y ) 2 + 2(X µ X )(Y µ Y ) = E(X µ X ) 2 + E(Y µ Y ) 2 + 2E(X µ X )(Y µ Y ) = Var(X) + Var(Y ) + 2E(X µ X ) E(Y µ Y ) = Var(X) + Var(Y ) + 19

20 Example 1 (revisit): Are X and Y independent? (NO) Sign that they are dependent: some entries in pmf table are zero. Example 3 (revisit): Are X and Y independent? (NO) Sign that they are dependent: support is not rectangle. More Examples from Independence and Covariance.pdf 2

Conditional Distributions

Conditional Distributions Conditional Distributions X, Y discrete: the conditional pmf of X given Y y is defined to be p X Y (x y) P(X x, Y y) P(Y y) p(x, y) p Y (y), p Y (y) > 0. Given Y y, the randomness of X is described by

More information

Topic 6: Joint Distributions

Topic 6: Joint Distributions Topic 6: Joint Distributions Course 003, 2017 Page 0 Joint distributions Social scientists are typically interested in the relationship between many random variables. They may be able to change some of

More information

CSE 151 Machine Learning. Instructor: Kamalika Chaudhuri

CSE 151 Machine Learning. Instructor: Kamalika Chaudhuri CSE 151 Machine Learning Instructor: Kamalika Chaudhuri Probability Review Probabilistic Events and Outcomes Example: Sample space: set of all possible outcomes of an experiment Event: subspace of a sample

More information

Joint Distributions, Independence Class 7, Jeremy Orloff and Jonathan Bloom

Joint Distributions, Independence Class 7, Jeremy Orloff and Jonathan Bloom Learning Goals Joint Distributions, Independence Class 7, 8.5 Jeremy Orloff and Jonathan Bloom. Understand what is meant by a joint pmf, pdf and cdf of two random variables. 2. Be able to compute probabilities

More information

Intro to Probability Instructor: Alexandre Bouchard

Intro to Probability Instructor: Alexandre Bouchard www.stat.ubc.ca/~bouchard/courses/stat302-sp2017-18/ Intro to Probability Instructor: Alexandre Bouchard Announcements Webwork out Graded midterm available after lecture Regrading policy IF you would like

More information

3.5 Marginal Distributions

3.5 Marginal Distributions STAT 421 Lecture Notes 52 3.5 Marginal Distributions Definition 3.5.1 Suppose that X and Y have a joint distribution. The c.d.f. of X derived by integrating (or summing) over the support of Y is called

More information

Independent of path Green s Theorem Surface Integrals. MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU 20/4/14

Independent of path Green s Theorem Surface Integrals. MATH203 Calculus. Dr. Bandar Al-Mohsin. School of Mathematics, KSU 20/4/14 School of Mathematics, KSU 20/4/14 Independent of path Theorem 1 If F (x, y) = M(x, y)i + N(x, y)j is continuous on an open connected region D, then the line integral F dr is independent of path if and

More information

HW1 is due Thu Oct 12 in the first 5 min of class. Read through chapter 5.

HW1 is due Thu Oct 12 in the first 5 min of class. Read through chapter 5. Stat 100a, Introduction to Probability. Outline for the day: 1. Bayes's rule. 2. Random variables. 3. cdf, pmf, and density. 4. Expected value, continued. 5. All in with AA. 6. Pot odds. 7. Violette vs.

More information

Multiple Integrals. Advanced Calculus. Lecture 1 Dr. Lahcen Laayouni. Department of Mathematics and Statistics McGill University.

Multiple Integrals. Advanced Calculus. Lecture 1 Dr. Lahcen Laayouni. Department of Mathematics and Statistics McGill University. Lecture epartment of Mathematics and Statistics McGill University January 4, 27 ouble integrals Iteration of double integrals ouble integrals Consider a function f(x, y), defined over a rectangle = [a,

More information

EE 451: Digital Signal Processing

EE 451: Digital Signal Processing EE 451: Digital Signal Processing Stochastic Processes and Spectral Estimation Aly El-Osery Electrical Engineering Department, New Mexico Tech Socorro, New Mexico, USA November 29, 2011 Aly El-Osery (NMT)

More information

EE 126 Fall 2006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO

EE 126 Fall 2006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO EE 16 Fall 006 Midterm #1 Thursday October 6, 7 8:30pm DO NOT TURN THIS PAGE OVER UNTIL YOU ARE TOLD TO DO SO You have 90 minutes to complete the quiz. Write your solutions in the exam booklet. We will

More information

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy Optimization Constrained optimization and Lagrange multipliers Constrained optimization is what it sounds like - the problem of finding a maximum or minimum value (optimization), subject to some other

More information

CHAPTER 11 PARTIAL DERIVATIVES

CHAPTER 11 PARTIAL DERIVATIVES CHAPTER 11 PARTIAL DERIVATIVES 1. FUNCTIONS OF SEVERAL VARIABLES A) Definition: A function of two variables is a rule that assigns to each ordered pair of real numbers (x,y) in a set D a unique real number

More information

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition).

Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Unit #23 : Lagrange Multipliers Goals: To study constrained optimization; that is, the maximizing or minimizing of a function subject to a constraint (or side condition). Constrained Optimization - Examples

More information

I will assign you to teams on Tuesday.

I will assign you to teams on Tuesday. Stat 100a: Introduction to Probability. Outline for the day: 1. Pot odds examples, 2006 WSOP, Elezra and Violette. 2. P(flop 4 of a kind). 3. Variance and SD. 4. Markov and Chebyshev inequalities. 5. Luck

More information

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them.

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. Final Exam Review Problems P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. 1 P 2. Find the volume of the solid bounded by the cylinder x 2 + y 2 = 9 and the planes z

More information

Independence of Path and Conservative Vector Fields

Independence of Path and Conservative Vector Fields Independence of Path and onservative Vector Fields MATH 311, alculus III J. Robert Buchanan Department of Mathematics Summer 2011 Goal We would like to know conditions on a vector field function F(x, y)

More information

EE 451: Digital Signal Processing

EE 451: Digital Signal Processing EE 451: Digital Signal Processing Power Spectral Density Estimation Aly El-Osery Electrical Engineering Department, New Mexico Tech Socorro, New Mexico, USA December 4, 2017 Aly El-Osery (NMT) EE 451:

More information

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION 1. Functions of Several Variables A function of two variables is a rule that assigns a real number f(x, y) to each ordered pair of real numbers

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 3.2 - Measures of Central Tendency

More information

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5.

Math Exam 2 Review. NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Math 166 Fall 2008 c Heather Ramsey Page 1 Math 166 - Exam 2 Review NOTE: For reviews of the other sections on Exam 2, refer to the first page of WIR #4 and #5. Section 3.2 - Measures of Central Tendency

More information

I will assign you to teams on Tuesday.

I will assign you to teams on Tuesday. Stat 100a: Introduction to Probability. Outline for the day: 1. Hand in HW1. See hw2. 2. All in with 55. 3. Expected value and pot odds. 4. Pot odds example, Elezra and Violette. 5. P(flop 4 of a kind).

More information

6.1 (CD-ROM TOPIC) USING THE STANDARDIZED NORMAL DISTRIBUTION TABLE

6.1 (CD-ROM TOPIC) USING THE STANDARDIZED NORMAL DISTRIBUTION TABLE .1: (CD-ROM Topic) Using the Standardized Normal Distribution Table CD-1.1 (CD-ROM TOPIC) USING THE STANDARDIZED NORMAL DISTRIBUTION TABLE Any set of normally distributed data can be converted to its standardized

More information

Stat 35: Introduction to Probability. Outline for the day: 1. Hand in HW1. See hw2. 2. Violette and Elezra again. 3. Variance and SD. 4.

Stat 35: Introduction to Probability. Outline for the day: 1. Hand in HW1. See hw2. 2. Violette and Elezra again. 3. Variance and SD. 4. Stat 35: Introduction to Probability. Outline for the day: 1. Hand in HW1. See hw2. 2. Violette and Elezra again. 3. Variance and SD. 4. Markov and Chebyshev inequalities. 5. Luck and skill in poker. 6.

More information

VECTOR CALCULUS Julian.O 2016

VECTOR CALCULUS Julian.O 2016 VETO ALULUS Julian.O 2016 Vector alculus Lecture 3: Double Integrals Green s Theorem Divergence of a Vector Field Double Integrals: Double integrals are used to integrate two-variable functions f(x, y)

More information

Discrete Random Variables Day 1

Discrete Random Variables Day 1 Discrete Random Variables Day 1 What is a Random Variable? Every probability problem is equivalent to drawing something from a bag (perhaps more than once) Like Flipping a coin 3 times is equivalent to

More information

Due Friday February 17th before noon in the TA drop box, basement, AP&M. HOMEWORK 3 : HAND IN ONLY QUESTIONS: 2, 4, 8, 11, 13, 15, 21, 24, 27

Due Friday February 17th before noon in the TA drop box, basement, AP&M. HOMEWORK 3 : HAND IN ONLY QUESTIONS: 2, 4, 8, 11, 13, 15, 21, 24, 27 Exercise Sheet 3 jacques@ucsd.edu Due Friday February 17th before noon in the TA drop box, basement, AP&M. HOMEWORK 3 : HAND IN ONLY QUESTIONS: 2, 4, 8, 11, 13, 15, 21, 24, 27 1. A six-sided die is tossed.

More information

Review #Final Exam MATH 142-Drost

Review #Final Exam MATH 142-Drost Fall 2007 1 Review #Final Exam MATH 142-Drost 1. Find the domain of the function f(x) = x 1 x 2 if x3 2. Suppose 450 items are sold per day at a price of $53 per item and that 650 items are

More information

Vector Calculus. 1 Line Integrals

Vector Calculus. 1 Line Integrals Vector lculus 1 Line Integrls Mss problem. Find the mss M of very thin wire whose liner density function (the mss per unit length) is known. We model the wire by smooth curve between two points P nd Q

More information

2.1 Partial Derivatives

2.1 Partial Derivatives .1 Partial Derivatives.1.1 Functions of several variables Up until now, we have only met functions of single variables. From now on we will meet functions such as z = f(x, y) and w = f(x, y, z), which

More information

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t)

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t) Exam 2 Review Sheet Joseph Breen Particle Motion Recall that a parametric curve given by: r(t) = x(t), y(t), z(t) can be interpreted as the position of a particle. Then the derivative represents the particle

More information

Image Filtering. Median Filtering

Image Filtering. Median Filtering Image Filtering Image filtering is used to: Remove noise Sharpen contrast Highlight contours Detect edges Other uses? Image filters can be classified as linear or nonlinear. Linear filters are also know

More information

Differentiable functions (Sec. 14.4)

Differentiable functions (Sec. 14.4) Math 20C Multivariable Calculus Lecture 3 Differentiable functions (Sec. 4.4) Review: Partial derivatives. Slide Partial derivatives and continuity. Equation of the tangent plane. Differentiable functions.

More information

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations 14 Partial Derivatives 14.4 and Linear Approximations Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Suppose a surface S has equation z = f(x, y), where

More information

WESI 205 Workbook. 1 Review. 2 Graphing in 3D

WESI 205 Workbook. 1 Review. 2 Graphing in 3D 1 Review 1. (a) Use a right triangle to compute the distance between (x 1, y 1 ) and (x 2, y 2 ) in R 2. (b) Use this formula to compute the equation of a circle centered at (a, b) with radius r. (c) Extend

More information

ECE313 Summer Problem Set 4. Reading: RVs, mean, variance, and coniditional probability

ECE313 Summer Problem Set 4. Reading: RVs, mean, variance, and coniditional probability ECE Summer 0 Problem Set Reading: RVs, mean, variance, and coniditional probability Quiz Date: This Friday Note: It is very important that you solve the problems first and check the solutions afterwards.

More information

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem INTEGRATION OVER NON-RECTANGULAR REGIONS Contents 1. A slightly more general form of Fubini s Theorem 1 1. A slightly more general form of Fubini s Theorem We now want to learn how to calculate double

More information

Image preprocessing in spatial domain

Image preprocessing in spatial domain Image preprocessing in spatial domain convolution, convolution theorem, cross-correlation Revision:.3, dated: December 7, 5 Tomáš Svoboda Czech Technical University, Faculty of Electrical Engineering Center

More information

Functions of several variables

Functions of several variables Chapter 6 Functions of several variables 6.1 Limits and continuity Definition 6.1 (Euclidean distance). Given two points P (x 1, y 1 ) and Q(x, y ) on the plane, we define their distance by the formula

More information

18.S34 (FALL, 2007) PROBLEMS ON PROBABILITY

18.S34 (FALL, 2007) PROBLEMS ON PROBABILITY 18.S34 (FALL, 2007) PROBLEMS ON PROBABILITY 1. Three closed boxes lie on a table. One box (you don t know which) contains a $1000 bill. The others are empty. After paying an entry fee, you play the following

More information

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018.

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018. Lecture 19 Vector fields Dan Nichols nichols@math.umass.edu MATH 233, Spring 218 University of Massachusetts April 1, 218 (2) Chapter 16 Chapter 12: Vectors and 3D geometry Chapter 13: Curves and vector

More information

Mathematics 205 HWK 19b Solutions Section 16.2 p750. (x 2 y) dy dx. 2x 2 3

Mathematics 205 HWK 19b Solutions Section 16.2 p750. (x 2 y) dy dx. 2x 2 3 Mathematics 5 HWK 9b Solutions Section 6. p75 Problem, 6., p75. Evaluate (x y) dy dx. Solution. (x y) dy dx x ( ) y dy dx [ x x dx ] [ ] y x dx Problem 9, 6., p75. For the region as shown, write f da as

More information

COS Lecture 7 Autonomous Robot Navigation

COS Lecture 7 Autonomous Robot Navigation COS 495 - Lecture 7 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Control Structure Prior Knowledge Operator Commands Localization

More information

Limits and Continuity

Limits and Continuity Limits and Continuity February 26, 205 Previously, you learned about the concept of the it of a function, and an associated concept, continuity. These concepts can be generalised to functions of several

More information

Math 116 Calculus II

Math 116 Calculus II Mth 6 Clculus II Contents 7 Additionl topics in Integrtion 7. Integrtion by prts..................................... 7.4 Numericl Integrtion.................................... 7 7.5 Improper Integrl......................................

More information

Estimating Areas. is reminiscent of a Riemann Sum and, amazingly enough, will be called a Riemann Sum. Double Integrals

Estimating Areas. is reminiscent of a Riemann Sum and, amazingly enough, will be called a Riemann Sum. Double Integrals Estimating Areas Consider the challenge of estimating the volume of a solid {(x, y, z) 0 z f(x, y), (x, y) }, where is a region in the xy-plane. This may be thought of as the solid under the graph of z

More information

Instructions: Good luck! Math 21a Second Midterm Exam Spring, 2009

Instructions: Good luck! Math 21a Second Midterm Exam Spring, 2009 Your Name Your Signature Instructions: Please begin by printing and signing your name in the boxes above and by checking your section in the box to the right You are allowed 2 hours (120 minutes) for this

More information

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane:

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane: 1 Directional Derivatives and Gradients Suppose we need to compute the rate of change of f(x, y) with respect to the distance from a point (a, b) in some direction. Let u = u 1 i + u 2 j be the unit vector

More information

47. Conservative Vector Fields

47. Conservative Vector Fields 47. onservative Vector Fields Given a function z = φ(x, y), its gradient is φ = φ x, φ y. Thus, φ is a gradient (or conservative) vector field, and the function φ is called a potential function. Suppose

More information

Lecture 4 : Monday April 6th

Lecture 4 : Monday April 6th Lecture 4 : Monday April 6th jacques@ucsd.edu Key concepts : Tangent hyperplane, Gradient, Directional derivative, Level curve Know how to find equation of tangent hyperplane, gradient, directional derivatives,

More information

Partial Differentiation 1 Introduction

Partial Differentiation 1 Introduction Partial Differentiation 1 Introduction In the first part of this course you have met the idea of a derivative. To recap what this means, recall that if you have a function, z say, then the slope of the

More information

11.2 LIMITS AND CONTINUITY

11.2 LIMITS AND CONTINUITY 11. LIMITS AND CONTINUITY INTRODUCTION: Consider functions of one variable y = f(x). If you are told that f(x) is continuous at x = a, explain what the graph looks like near x = a. Formal definition of

More information

266&deployment= &UserPass=b3733cde68af274d036da170749a68f6

266&deployment= &UserPass=b3733cde68af274d036da170749a68f6 Sections 14.6 and 14.7 (1482266) Question 12345678910111213141516171819202122 Due: Thu Oct 21 2010 11:59 PM PDT 1. Question DetailsSCalcET6 14.6.012. [1289020] Find the directional derivative, D u f, of

More information

Math128 Exam 2. Name. Signature. Student ID Number (all 8 digits)

Math128 Exam 2. Name. Signature. Student ID Number (all 8 digits) Math128 Exam 2 April 13 th, 2017 Name Signature Student ID Number (all 8 digits) Please shut off all electronics Please put everything away except a #2 pencil and a calculator that is not attached to a

More information

Review Sheet for Math 230, Midterm exam 2. Fall 2006

Review Sheet for Math 230, Midterm exam 2. Fall 2006 Review Sheet for Math 230, Midterm exam 2. Fall 2006 October 31, 2006 The second midterm exam will take place: Monday, November 13, from 8:15 to 9:30 pm. It will cover chapter 15 and sections 16.1 16.4,

More information

B) 0 C) 1 D) No limit. x2 + y2 4) A) 2 B) 0 C) 1 D) No limit. A) 1 B) 2 C) 0 D) No limit. 8xy 6) A) 1 B) 0 C) π D) -1

B) 0 C) 1 D) No limit. x2 + y2 4) A) 2 B) 0 C) 1 D) No limit. A) 1 B) 2 C) 0 D) No limit. 8xy 6) A) 1 B) 0 C) π D) -1 MTH 22 Exam Two - Review Problem Set Name Sketch the surface z = f(x,y). ) f(x, y) = - x2 ) 2) f(x, y) = 2 -x2 - y2 2) Find the indicated limit or state that it does not exist. 4x2 + 8xy + 4y2 ) lim (x,

More information

As the Planimeter s Wheel Turns

As the Planimeter s Wheel Turns As the Planimeter s Wheel Turns December 30, 2004 A classic example of Green s Theorem in action is the planimeter, a device that measures the area enclosed by a curve. Most familiar may be the polar planimeter

More information

II. Random Processes Review

II. Random Processes Review II. Random Processes Review - [p. 2] RP Definition - [p. 3] RP stationarity characteristics - [p. 7] Correlation & cross-correlation - [p. 9] Covariance and cross-covariance - [p. 10] WSS property - [p.

More information

Math 2321 Review for Test 2 Fall 11

Math 2321 Review for Test 2 Fall 11 Math 2321 Review for Test 2 Fall 11 The test will cover chapter 15 and sections 16.1-16.5 of chapter 16. These review sheets consist of problems similar to ones that could appear on the test. Some problems

More information

33. Riemann Summation over Rectangular Regions

33. Riemann Summation over Rectangular Regions . iemann Summation over ectangular egions A rectangular region in the xy-plane can be defined using compound inequalities, where x and y are each bound by constants such that a x a and b y b. Let z = f(x,

More information

13.1 Double Integral over Rectangle. f(x ij,y ij ) i j I <ɛ. f(x, y)da.

13.1 Double Integral over Rectangle. f(x ij,y ij ) i j I <ɛ. f(x, y)da. CHAPTE 3, MULTIPLE INTEGALS Definition. 3. Double Integrl over ectngle A function f(x, y) is integrble on rectngle [, b] [c, d] if there is number I such tht for ny given ɛ>0thereisδ>0 such tht, fir ny

More information

1. Vector Fields. f 1 (x, y, z)i + f 2 (x, y, z)j + f 3 (x, y, z)k.

1. Vector Fields. f 1 (x, y, z)i + f 2 (x, y, z)j + f 3 (x, y, z)k. HAPTER 14 Vector alculus 1. Vector Fields Definition. A vector field in the plane is a function F(x, y) from R into V, We write F(x, y) = hf 1 (x, y), f (x, y)i = f 1 (x, y)i + f (x, y)j. A vector field

More information

Practice problems from old exams for math 233

Practice problems from old exams for math 233 Practice problems from old exams for math 233 William H. Meeks III January 14, 2010 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

Definitions and claims functions of several variables

Definitions and claims functions of several variables Definitions and claims functions of several variables In the Euclidian space I n of all real n-dimensional vectors x = (x 1, x,..., x n ) the following are defined: x + y = (x 1 + y 1, x + y,..., x n +

More information

MATH Exam 2 Solutions November 16, 2015

MATH Exam 2 Solutions November 16, 2015 MATH 1.54 Exam Solutions November 16, 15 1. Suppose f(x, y) is a differentiable function such that it and its derivatives take on the following values: (x, y) f(x, y) f x (x, y) f y (x, y) f xx (x, y)

More information

Math 5BI: Problem Set 1 Linearizing functions of several variables

Math 5BI: Problem Set 1 Linearizing functions of several variables Math 5BI: Problem Set Linearizing functions of several variables March 9, A. Dot and cross products There are two special operations for vectors in R that are extremely useful, the dot and cross products.

More information

Math 259 Winter Recitation Handout 6: Limits in Two Dimensions

Math 259 Winter Recitation Handout 6: Limits in Two Dimensions Math 259 Winter 2009 Recitation Handout 6: its in Two Dimensions As we have discussed in lecture, investigating the behavior of functions with two variables, f(x, y), can be more difficult than functions

More information

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E MATH 259 FINAL EXAM 1 Friday, May 8, 2009. NAME: Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E Instructions: 1. Do not separate the pages of the exam.

More information

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment

Math 2311 Bekki George Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Math 2311 Bekki George bekki@math.uh.edu Office Hours: MW 11am to 12:45pm in 639 PGH Online Thursdays 4-5:30pm And by appointment Class webpage: http://www.math.uh.edu/~bekki/math2311.html Math 2311 Class

More information

Mock final exam Math fall 2007

Mock final exam Math fall 2007 Mock final exam Math - fall 7 Fernando Guevara Vasquez December 5 7. Consider the curve r(t) = ti + tj + 5 t t k, t. (a) Show that the curve lies on a sphere centered at the origin. (b) Where does the

More information

Practice Test (page 201) 1. A. This is not true because 64 has these factors: 1, 2, 4, 8, 16, 32, and 64 So, A is the correct answer.

Practice Test (page 201) 1. A. This is not true because 64 has these factors: 1, 2, 4, 8, 16, 32, and 64 So, A is the correct answer. Practice Test (page 201) 1. A. This is not true because 64 has these factors: 1, 2, 4, 8, 16, 32, and 64 So, A is the correct answer. 2. Expand each product until the trinomial matches the given trinomial.

More information

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs.

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs. 10-11-2010 HW: 14.7: 1,5,7,13,29,33,39,51,55 Maxima and Minima In this very important chapter, we describe how to use the tools of calculus to locate the maxima and minima of a function of two variables.

More information

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2.

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2. Test Yourself These are problems you might see in a vector calculus course. They are general questions and are meant for practice. The key follows, but only with the answers. an you fill in the blanks

More information

REVIEW SHEET FOR MIDTERM 2: ADVANCED

REVIEW SHEET FOR MIDTERM 2: ADVANCED REVIEW SHEET FOR MIDTERM : ADVANCED MATH 195, SECTION 59 (VIPUL NAIK) To maximize efficiency, please bring a copy (print or readable electronic) of this review sheet to the review session. The document

More information

10.1 Curves defined by parametric equations

10.1 Curves defined by parametric equations Outline Section 1: Parametric Equations and Polar Coordinates 1.1 Curves defined by parametric equations 1.2 Calculus with Parametric Curves 1.3 Polar Coordinates 1.4 Areas and Lengths in Polar Coordinates

More information

Math128 Exam 2. Name. Signature. Student ID Number (all 8 digits)

Math128 Exam 2. Name. Signature. Student ID Number (all 8 digits) Math128 Exam 2 April 13 th, 2017 Special Code: 130417 Name Signature Student ID Number (all 8 digits) Please shut off all electronics Please put everything away except a #2 pencil and a calculator that

More information

18 Logarithmic Functions

18 Logarithmic Functions 18 Logarithmic Functions Concepts: Logarithms (Section 3.3) Logarithms as Functions Logarithms as Exponent Pickers Inverse Relationship between Logarithmic and Exponential Functions. The Common Logarithm

More information

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits MATH 8 FALL 2010 CLASS 27, 11/19/2010 1 Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits lim h 0 f(a + h, b) f(a, b), lim h f(a, b + h) f(a, b) In these

More information

Section 14.3 Partial Derivatives

Section 14.3 Partial Derivatives Section 14.3 Partial Derivatives Ruipeng Shen March 20 1 Basic Conceptions If f(x, y) is a function of two variables x and y, suppose we let only x vary while keeping y fixed, say y = b, where b is a constant.

More information

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM

MATH 20C: FUNDAMENTALS OF CALCULUS II FINAL EXAM MATH 2C: FUNDAMENTALS OF CALCULUS II FINAL EXAM Name Please circle the answer to each of the following problems. You may use an approved calculator. Each multiple choice problem is worth 2 points.. Multiple

More information

5. (1-25 M) How many ways can 4 women and 4 men be seated around a circular table so that no two women are seated next to each other.

5. (1-25 M) How many ways can 4 women and 4 men be seated around a circular table so that no two women are seated next to each other. A.Miller M475 Fall 2010 Homewor problems are due in class one wee from the day assigned (which is in parentheses. Please do not hand in the problems early. 1. (1-20 W A boo shelf holds 5 different English

More information

Counting Snakes, Differentiating the Tangent Function, and Investigating the Bernoulli-Euler Triangle by Harold Reiter

Counting Snakes, Differentiating the Tangent Function, and Investigating the Bernoulli-Euler Triangle by Harold Reiter Counting Snakes, Differentiating the Tangent Function, and Investigating the Bernoulli-Euler Triangle by Harold Reiter In this paper we will examine three apparently unrelated mathematical objects One

More information

LECTURE 19 - LAGRANGE MULTIPLIERS

LECTURE 19 - LAGRANGE MULTIPLIERS LECTURE 9 - LAGRANGE MULTIPLIERS CHRIS JOHNSON Abstract. In this lecture we ll describe a way of solving certain optimization problems subject to constraints. This method, known as Lagrange multipliers,

More information

Duration of Examination: 3 hours McMaster University 24 April 2015 FIRST NAME (PRINT CLEARLY): FAMILY NAME (PRINT CLEARLY): Student No.

Duration of Examination: 3 hours McMaster University 24 April 2015 FIRST NAME (PRINT CLEARLY): FAMILY NAME (PRINT CLEARLY): Student No. MATHEMATICS 1LT3E FINAL EXAMINATION Evening Class Duration of Examination: 3 hours McMaster University 24 April 2015 FIRST NAME (PRINT CLEARLY): FAMILY NAME (PRINT CLEARLY): E. Clements THIS EXAMINATION

More information

EE 435. Lecture 24. Offset Voltages Common Mode Feedback Circuits

EE 435. Lecture 24. Offset Voltages Common Mode Feedback Circuits EE 435 Lecture 24 Offset Voltages Common Mode Feedback Circuits Review from last lecture Offset Voltage Two types of offset voltage: Systematic Offset Voltage Random Offset Voltage V OUT V ICQ fter fabrication

More information

Sensors, Signals and Noise

Sensors, Signals and Noise Sensors, Signals and Noise COURSE OUTLINE Introduction Signals and Noise Filtering Noise Sensors and associated electronics Sergio Cova SENSORS SIGNALS AND NOISE SSN04b FILTERING NOISE rv 2017/01/25 1

More information

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero.

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero. Math 2130-101 Test #2 for Section 101 October 14 th, 2009 ANSWE KEY 1. (10 points) Compute the curvature of r(t) = (t + 2, 3t + 4, 5t + 6). r (t) = (1, 3, 5) r (t) = 1 2 + 3 2 + 5 2 = 35 T(t) = 1 r (t)

More information

Chapter 16. Partial Derivatives

Chapter 16. Partial Derivatives Chapter 16 Partial Derivatives The use of contour lines to help understand a function whose domain is part of the plane goes back to the year 1774. A group of surveyors had collected a large number of

More information

Traveling Waves. Why is there reflection? The one-dimensional (1D) case. A traveling wave is the propagation of motion (disturbance) in a medium.

Traveling Waves. Why is there reflection? The one-dimensional (1D) case. A traveling wave is the propagation of motion (disturbance) in a medium. The one-dimensional (1D) case Traveling Waves A traveling wave is the propagation of motion (disturbance) in a medium. Reflection Why is there reflection? The perturbation propagates on. Traveling Wave

More information

Chapter 3 Digital Logic Structures

Chapter 3 Digital Logic Structures Chapter 3 Digital Logic Structures Transistor: Building Block of Computers Microprocessors contain millions of transistors Intel Pentium 4 (2): 48 million IBM PowerPC 75FX (22): 38 million IBM/Apple PowerPC

More information

Calculus II Fall 2014

Calculus II Fall 2014 Calculus II Fall 2014 Lecture 3 Partial Derivatives Eitan Angel University of Colorado Monday, December 1, 2014 E. Angel (CU) Calculus II 1 Dec 1 / 13 Introduction Much of the calculus of several variables

More information

Review guide for midterm 2 in Math 233 March 30, 2009

Review guide for midterm 2 in Math 233 March 30, 2009 Review guide for midterm 2 in Math 2 March, 29 Midterm 2 covers material that begins approximately with the definition of partial derivatives in Chapter 4. and ends approximately with methods for calculating

More information

Probability I Sample spaces, outcomes, and events.

Probability I Sample spaces, outcomes, and events. Probability I Sample spaces, outcomes, and events. When we perform an experiment, the result is called the outcome. The set of possible outcomes is the sample space and any subset of the sample space is

More information

A General Procedure (Solids of Revolution) Some Useful Area Formulas

A General Procedure (Solids of Revolution) Some Useful Area Formulas Goal: Given a solid described by rotating an area, compute its volume. A General Procedure (Solids of Revolution) (i) Draw a graph of the relevant functions/regions in the plane. Draw a vertical line and

More information

I II III IV V VI VII VIII IX X Total

I II III IV V VI VII VIII IX X Total 1 of 16 HAND IN Answers recorded on exam paper. DEPARTMENT OF MATHEMATICS AND STATISTICS QUEEN S UNIVERSITY AT KINGSTON MATH 121/124 - APR 2018 Section 700 - CDS Students ONLY Instructor: A. Ableson INSTRUCTIONS:

More information

Stat 100a: Introduction to Probability. NO CLASS or OH Tue Mar 10. Hw3 is due Mar 12.

Stat 100a: Introduction to Probability. NO CLASS or OH Tue Mar 10. Hw3 is due Mar 12. Stat 100a: Introduction to Probability. Outline for the day: 1. Review list. 2. Random walk example. 3. Bayes rule example. 4. Conditional probability examples. 5. Another luck and skill example. 6. Another

More information

Introduction to probability

Introduction to probability Introduction to probability Suppose an experiment has a finite set X = {x 1,x 2,...,x n } of n possible outcomes. Each time the experiment is performed exactly one on the n outcomes happens. Assign each

More information

CS534 Introduction to Computer Vision. Linear Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University

CS534 Introduction to Computer Vision. Linear Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University CS534 Introduction to Computer Vision Linear Filters Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What are Filters Linear Filters Convolution operation Properties of Linear Filters

More information

The Chain Rule, Higher Partial Derivatives & Opti- mization

The Chain Rule, Higher Partial Derivatives & Opti- mization The Chain Rule, Higher Partial Derivatives & Opti- Unit #21 : mization Goals: We will study the chain rule for functions of several variables. We will compute and study the meaning of higher partial derivatives.

More information

Section 7.2 Logarithmic Functions

Section 7.2 Logarithmic Functions Math 150 c Lynch 1 of 6 Section 7.2 Logarithmic Functions Definition. Let a be any positive number not equal to 1. The logarithm of x to the base a is y if and only if a y = x. The number y is denoted

More information