MATH 1902: Mathematics for the Physical Sciences I

Size: px
Start display at page:

Download "MATH 1902: Mathematics for the Physical Sciences I"

Transcription

1 MATH 1902: Mathematics for the Physical Sciences I Dr Dana Mackey School of Mathematical Sciences Room A305 A Dana.Mackey@dit.ie Dana Mackey (DIT) MATH / 46

2 Module content/assessment Functions and limits (2 weeks) Differential and Integral Calculus (4 weeks) Sequences and Series (1 week) Linear Algebra (3 weeks) Introduction to Probability (2 weeks) Lecture notes: dmackey/lectures.html Assessment: End of module exam : 70% Test : 30% Date of test : Tuesday, 24th March (Week 8 = Week after Review Week) Dana Mackey (DIT) MATH / 46

3 Numbers The natural numbers (or the counting numbers) are 1,2,3,4,5,... The integers are... 3, 2, 1,0,1,2,3,... The rational numbers are those numbers that can be written as the ratio a/b of two integers (b 0). An easy way to visualize all these numbers and understand their properties is to represent them on the number line (an unbroken and endless straight line, with an origin and a positive unit of length) / The line consists of all real numbers, that is the rational numbers as well as other numbers, such as 2, π, etc which are called irrational. Dana Mackey (DIT) MATH / 46

4 Intervals If a and b are two points on the real number line, we call the set of all points that lie between a and b an interval. We have the following types of intervals: (a,b) = the open interval from a to b (this interval consists of all the points between a and b, without a and b); [a,b] = the closed interval from a to b (all points between a and b, including a and b); (a,b] = the half open interval from a to b (b is included while a is not included). [a,b) = the half open interval from a to b (a is included while b is not included). Dana Mackey (DIT) MATH / 46

5 Hence, An open interval is an interval which does not contain its endpoints A closed interval does contain both its endpoints. The differences between open and closed intervals can be quite significant, as the following example shows. Example Consider the closed interval [0, 1]. The smallest number in this interval is 0. What is the smallest number in (0,1)? Dana Mackey (DIT) MATH / 46

6 Infinite intervals The set of numbers which are greater than a given number a also forms a segment of the number line which, in interval notation, is written as (a, + ). + (infinity) is an abstract point which is supposed to be at the right end of the number line (and so has the property of being larger than any real number). Similarly, we invent a point,, which is at the left end of the number line and the interval consisting of points which are less than a is written (,a). Sometimes we represent the whole number line as the interval (,+ ). Dana Mackey (DIT) MATH / 46

7 Sets A set is a collection of objects. The objects are referred to as elements of the set. For example, the real numbers form a set which is usually denoted by R. There are two ways of specifying a set. The simplest way is to list all the elements of the set, in any order, between two braces { and }. For example A = {2,4,6,8,10} Z = {... 3, 2, 1,0,1,2,3,4,...} = the integers The second way to define a set is by specifying a property that all its elements must satisfy, for example A = {n : 2 n 10, n is even} = the even numbers between 2 and 10 Q = { a : a, b Z, b 0} = the rational numbers b Dana Mackey (DIT) MATH / 46

8 If a is an element of a set A we write a A (a belongs to A). Two sets A and B are equal if they contain the same elements. We have {1,5,4} = {4,5,1,1} since the order in which the elements are listed has no importance and it does not matter if an element appears more than once. A set M is called a subset of another set A if any element of M is also an element of A (so M is contained" in A). We write M A. Example {1,2,3} [1,6] [1,+ ) R The empty set is the set which contains no elements and is denoted by /0. Dana Mackey (DIT) MATH / 46

9 Operations with sets If A and B are two sets then we can form new sets as follows A B (A union B) = the set consisting of all the elements which belong to either A or B; A B (A intersection B) = the set consisting of the elements which belong to both A and B; A \ B (A minus B or A less B) = the set consisting of the elements which belong to A but do not belong to B. Example Let A = {1,2,3,4,5}, B = {3,6}. Find A B, A B, A \ B and B \ A. Dana Mackey (DIT) MATH / 46

10 Review of Functions A FUNCTION takes input and produces output A function assigns to each element of an input set (usually a number) a unique element of an output set (usually another number) Calculus is mostly concerned with how the output of a function changes when we vary the input Dana Mackey (DIT) MATH / 46

11 Examples of functions The temperature at a given location is a function of time The gravitational pull of a planet is a function of its mass The squaring function = the function which accepts any number as input and returns its square as output The reciprocal function = the function which accepts any number other than 0 as input and returns 1 divided by that number as output. The f(x) notation: x is the input, f is the name of the function, f(x) is the output. The squaring function: f(x) = x 2 The reciprocal function: f(x) = 1 x Dana Mackey (DIT) MATH / 46

12 Domain of a function Often, the formula for a function doesn t make sense when some numbers are input. We say that the function is not defined for those numbers. Example: The reciprocal function, f(x) = 1 x, is not defined for x = 0 (because we cannot divide by zero). Example: The square root function, g(x) = x, is not defined for x 0 ( we cannot take square roots of negative numbers) The domain of a function is the set of all values for which the function is defined (makes sense). Therefore we say that the domain of f is R \ {0} and the domain of g is [0,+ ) = R +. Dana Mackey (DIT) MATH / 46

13 Example Find the domain of f(x) = 1 3 x We cannot have square root of a negative number so we must have 3 x 0 so x 3 We cannot divide by zero so x 3 So, the domain consists of all numbers x such that x < 3, or (, 3) Dana Mackey (DIT) MATH / 46

14 Example A cat falls from a building 40m high. The height of the cat at time t (height is a function of time) is given by h(t) = t 2 How long does it take the cat to hit the ground? We want to know t for which h(t) = t 2 = 0 t 2 = = t = = seconds Dana Mackey (DIT) MATH / 46

15 Exercise Think about: How far does the cat fall in the first second? How far does the cat fall during the last second before it hits the ground? Does the cat fall half the height in half the time? Can you work out the average speed of the cat? Can you work out the average speed of the cat for the last second of the fall? Is it possible to work out the speed of the cat when it hits the ground? Dana Mackey (DIT) MATH / 46

16 Let s write d(t) = 4.9t 2. This represents the distance fallen at time t. The distance fallen in the first second is then equal to d(1) = 4.9 t 2 = 4.9m The cat hits the ground at t = 2.857s. The distance travelled during the last second is d(2.857) d(1.857) = = 23.10m To find the time required to fall to 20m (half the height), solve the equation 20 d(t) = 20 or 4.9t 2 = 20 so t 2 = 4.9 = 2.02s So the cat does not fall half the height in half the time! Dana Mackey (DIT) MATH / 46

17 The average speed of the cat over this journey is the distance travelled divided by time = 14.0m/s The average speed of the cat for the last second of its journey is d(2.857) d(1.857) = = 23.10m/s How about the average speed during the last tenth of a second? d(2.857) d(2.757) 0.1 = = 27.54m/s Dana Mackey (DIT) MATH / 46

18 Limits of functions Example Consider the function f(x) = x 1 3 x 1. The domain of this function is R \ {1}. The function is not defined at 1. What happens when x is close to 1? x f(x) x f(x) approaching 1 approaching 1.5 approaching 1 approaching 1.5 Dana Mackey (DIT) MATH / 46

19 As x gets closer to 1, either from the left or the right hand side, f(x) gets closer to 1.5. We say that THE LIMIT AS x APPROACHES 1 OF f(x) IS 1.5 and write either f(x) 2 as x 1 or lim f(x) = 1.5. x 1 Example Find lim x 3 (x 2 + 1) We can calculate: f(2.9) = 9.41, f(2.99) = , f(2.9999) = ,... So we guess that lim x 3 f(x) = 10. Note that this is exactly what we get if we substitute x = 3, i.e. f(3) = = 10. Dana Mackey (DIT) MATH / 46

20 However, we can t always do this! The function ( x 1)/( 3 x 1) is not defined at x = 1 so we cannot set x = 1. Example: Find lim x 2 x 2 4 x 2 If we substitute x = 2 we get = 0, which doesn t make sense as 0 the function is not defined for x = 2. However, we notice that we can simplify the function as follows f(x) = x 2 4 x 2 = (x 2)(x + 2) x 2 = x + 2 so if we want to find out what happens when x gets close to 2 we substitute x = 2 to get lim(x + 2) = 2+2 = 4. x 2 Dana Mackey (DIT) MATH / 46

21 Back to the cat example To find the speed of the cat as it hits the ground, we have to calculate the limit Factorize the numerator d(2.857) d(t) t 2 lim = lim t t t t (2.857 t)(2.857+t) lim 4.9 = lim 4.9(2.857+t) = 28 t t t The speed is 28 m/s. Dana Mackey (DIT) MATH / 46

22 A general rule that holds for finding limits of functions made up of polynomials or quotients of polynomials is the following: Z Given the question of finding lim x a f(x) check first if f(a) exists. (1) If it does then f(a) will be the desired limit. (2) If f(a) does not exist because f(a) = c 0 the limit does not exist. for some number c 0 then (3) If f(a) does not exist because f(a) = 0 0 then the limit may or may not exist, we have to examine f more closely. Dana Mackey (DIT) MATH / 46

23 Example State whether each of the following limits exist and evaluate those that do. x 3 8 lim x 2 x + 1, lim x 3 lim x 1 x 2 2 x 2 9, x 2 + x x + 1, x 2 5x + 6 lim x 2 x 2 3x + 2. Note The factorisation trick works fine for finding limits of quotients of polynomials. For other functions, say functions which involve square roots or trigonometric functions, other tricks are needed. Dana Mackey (DIT) MATH / 46

24 Limits involving square roots Given the expression a+b, we call the expression a b the CONJUGATE of a+b. For example, the conjugate of x is x The useful property is that ( a+b)( a b) = a b 2 contains no square root sign. Example x 5 2 Find lim. x 9 x 9 If we substitute 9 into the function we get = 0 0. So we don t know if the limit exists or not, and there is no quadratic to factorise. What do we do? The trick needed is to MULTIPLY ABOVE AND BELOW BY THE CONJUGATE OF THE LINE INVOLVING THE SYMBOL. In this case we multiply above and below by the conjugate of x 5 2, i.e. x Dana Mackey (DIT) MATH / 46

25 Example Say whether each of the following limits exist and evaluate those that do. x 1 1 lim, x 2 x 2 x + 4 lim, x x 4 lim x 0 2x 1+x 1 x. Dana Mackey (DIT) MATH / 46

26 Trigonometric limits Most trigonometric limits will use the following property sinx lim x 0 x x = 1. or lim x 0 sin x = 1. Justification: Consider the unit circle and a small angle x. (Recall x radians is the angle we get on the unit circle by walking a distance x around the circumference.) For x very close to zero, x and sinx will be quite similar, and hence sinx x will be close to one. (Draw a picture!) The smaller x gets, the closer sinx x gets to 1. If you re still not convinced, choose a number close to zero,.001 for example. Calculate sin(.001) = , and thus sin = which is very close to 1. Dana Mackey (DIT) MATH / 46

27 This limit will also appear disguised in other forms: sinh lim h 0 h sin = 1, lim 0 sin(kx) = 1, lim = 1. kx 0 kx Of course, for any non-zero number k, x 0 is the same thing as sin(kx) kx 0 and so the above limit also appears as lim = 1. x 0 kx Example Calculate each of the following trigonometric limits. sin(4x) lim, x 0 x tan(3x) lim, x 0 x sin(5x) sin(3x) lim, x 0 x.sin 2x sin 2 (3x) lim x 0 x sin(5x). Dana Mackey (DIT) MATH / 46

28 More limits Recall the function We found that f(x) = x 1 3 x 1 lim f(x) = 1.5 x 1 To show that this is true, use the identity a 3 b 3 = (a b)(a 2 + ab+b 2 ) If we let a = 3 x and b = 1 we get x 1 = ( 3 x 1)( 3 x x + 1) Dana Mackey (DIT) MATH / 46

29 Now multiply both below and above the line by the conjugate 3 x x + 1. f(x) = x 1 3 = ( x 1)( 3 x x + 1) x 1 ( 3 x 1)( 3 x x + 1) = ( x 1)( 3 x x + 1) x 1 Also multiply above and below by the conjugate of x 1 f(x) = ( x + 1)( x 1)( 3 x x + 1) ( x + 1)(x 1) The factor (x 1) cancels out and we see that = (x 1)( 3 x x + 1) ( x + 1)(x 1) lim x 1 f(x) = 3 2 Dana Mackey (DIT) MATH / 46

30 Limits at infinity We have lim x + 1 x = lim x 1 x = 0 x f(x) x f(x) approaching + approaching 0 approaching approaching 0 Dana Mackey (DIT) MATH / 46

31 Limits of rational functions A rational function is a quotient of two polynomials. Example Find the limit lim x + x + 1 2x 1 If we divide above and below by x we have lim x + x + 1 2x 1 = lim x x 2 1 x = 1 2 Dana Mackey (DIT) MATH / 46

32 Example Find the limit lim x + 2x 1 2x 2 + x 3 If we divide above and below by x 2 we have lim x + 2x 1 2x 2 + x 3 = lim x + 2 x 1 x x 3 x 2 = 0 2 = 0 Dana Mackey (DIT) MATH / 46

33 Example Find the limit 4x 3 + x 2 lim x + x 2 1 If we divide above and below by x 3 we have 4x 3 + x 2 lim x + x 2 1 = lim x x 1 x 1 x 3 = 4 0 = Dana Mackey (DIT) MATH / 46

34 The limit at infinity of the rational function P(x) Q(x) where P(x) and Q(x) are polynomials, is equal to If the degree of P is higher than the degree of Q, the limit is infinite (does not exist) If the degree of P is lower than the degree of Q, the limit is zero If the degree of P is equal to the degree of Q, the limit is equal to the coefficient of the highest power term in P divided by the coefficient of the highest power term in Q. Dana Mackey (DIT) MATH / 46

35 Differentiation Rates of Change Given a function we are often interested in how the values of the function f(x) are changing as we change x For example, does f(x) increase or decrease when we increase x? What is the rate of increase/decrease? This arises is real-world applications such as A car travels in a straight line. Let f(t) be its distance from the starting point after time t. Then the speed of the car is the rate of change of this position. Let p(t) be the price of a basket of goods at time t. The rate of change of this price is the inflation rate Dana Mackey (DIT) MATH / 46

36 Differentiation from First Principles The average rate of change of f between x 1 = a and x 2 = a+h is f(x 2 ) f(x 1 ) x 2 x 1 = f(a+h) f(a) (a+h) a = f(a+h) f(a) h We move to the instantaneous rate of change or derivative of f at x by taking the limit of this as x 2 approaches x 1, that is as h 0. Z The derivative of the function f at the point a is f (a) = lim h 0 f(a+h) f(a) h if the limit exists. Dana Mackey (DIT) MATH / 46

37 Geometric Description Graphically, the average rate of change of f is the slope of the secant line joining two points on the graph of f As we move one of these closer to the other, the secant line becomes a tangent line and the derivative is the slope of the tangent line Dana Mackey (DIT) MATH / 46

38 Motivating Example Recall the example of the cat falling from a building. The height of the cat at time t was h(t) = t 2 The average speed of the cat for the last second of its journey is h(2.857) h(1.857) = = To get the instantaneous speed of the cat when it hits the ground we need the limit of the average speed as t approaches the time of impact: h(2.857) h(t) lim = h (2.857) = 28 t t The negative sign indicates that as time increases, the height decreases. Dana Mackey (DIT) MATH / 46

39 Definition Let f be a function and let a a number in its domain. If the limit, f(a+h) f(a) lim h 0 h exists then we say f is differentiable at a. The value of the limit is then called the rate of change or derivative of f at a and is denoted by f (a), or by df dx (a). If f is differentiable at each point of its domain then we say it is a differentiable function. Example Let f(x) = x 2. Let a R. Is f differentiable at a? If so, what is the derivative? Dana Mackey (DIT) MATH / 46

40 Example Let f be the function f(x) = 2x + 5. Determine whether f is differentiable at a and calculate its derivative at a. Note The method of calculating a derivative by using this limit formula is called DIFFERENTIATION FROM FIRST PRINCIPLES. Later, we will introduce faster techniques for differentiating. Example Find f (a) from first principles where f(x) = 1 x and a R \{0}. Example Let f(x) = x 3. Find f (x) from first principles. Dana Mackey (DIT) MATH / 46

41 Rules for Differentiation Differentiating from first principles, while effective, is rather slow and tedious. However, there are rules which can be proved (from first principles) which allow us to differentiate more quickly. Example Let f(x) = x 3. Find f (x) from first principles. f(a+h) f(a) (a+h) 3 a 3 a 3 + 3a 2 h+3ah 2 + h 3 a 3 lim = lim = lim h 0 h h 0 h h 0 h h(3a 2 + 3ah+h 2 ) = lim h 0 h = lim 3a 2 + 3ah+h 2 = 3a 2. h 0 Thus the derivative function is f (x) = 3x 2. Dana Mackey (DIT) MATH / 46

42 Z Power of x rule d dx xa = ax a 1 So, if f(x) = x 93 then f (x) = 93x 92. Notice this rule works even when the power is negative or even when the power is not an integer. For example the derivative of f(x) = x can be found by writing f(x) = x = x 1 2 which gives f (x) = 1 2 x = 2 x 1 2 = 1 2 x. Using the f notation, this rule is (x a ) = ax a 1. Dana Mackey (DIT) MATH / 46

43 Z The Constant Multiple Rule d dx (mf(x)) = m d dx f(x) If f and g are differentiable functions, then Z Addition rule d dx (f(x)+g(x)) = d dx f(x)+ d dx g(x) or (f + g) = f + g Dana Mackey (DIT) MATH / 46

44 The rule for differentiating the product of two differentiable functions, f and g is: Z Product Rule: or ( ) ( ) d ( ) d d f(x)g(x) = dx dx f(x) g(x)+f(x) dx g(x) (fg) = f g + fg Example Differentiate the polynomial x x 4 + x 3 3x + 2. Example Differentiate the function f(x) = (x 2 + 1) x. Dana Mackey (DIT) MATH / 46

45 How do we differentiate the function f(x) g(x)? Z Quotient rule or d f(x) dx g(x) = g(x) dx d f(x) f(x) dx d g(x) g(x) 2 ( f g ) = gf fg g 2 Note that f g is differentiable only at the points x such that g(x) 0. Example Differentiate h(x) = x x Dana Mackey (DIT) MATH / 46

46 Derivatives of trigonometric functions The functions sin and cos can be differentiated from first principles: Z d sinx = cosx, dx d cosx = sinx. dx All other trigonometric functions can now be differentiated by using the basic rules of differentiation. Example Find the derivative of the function tanx. Dana Mackey (DIT) MATH / 46

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

This Week. Professor Christopher Hoffman Math 124

This Week. Professor Christopher Hoffman Math 124 This Week Sections 2.1-2.3,2.5,2.6 First homework due Tuesday night at 11:30 p.m. Average and instantaneous velocity worksheet Tuesday available at http://www.math.washington.edu/ m124/ (under week 2)

More information

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the Area and Tangent Problem Calculus is motivated by two main problems. The first is the area problem. It is a well known result that the area of a rectangle with length l and width w is given by A = wl.

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Unit IV Derivatives 20 Hours Finish by Christmas

Unit IV Derivatives 20 Hours Finish by Christmas Unit IV Derivatives 20 Hours Finish by Christmas Calculus There two main streams of Calculus: Differentiation Integration Differentiation is used to find the rate of change of variables relative to one

More information

Unit 1 PreCalculus Review & Limits

Unit 1 PreCalculus Review & Limits 1 Unit 1 PreCalculus Review & Limits Factoring: Remove common factors first Terms - Difference of Squares a b a b a b - Sum of Cubes ( )( ) a b a b a ab b 3 3 - Difference of Cubes a b a b a ab b 3 3 3

More information

Chapter 1 Functions and Limits

Chapter 1 Functions and Limits Contents Chapter 1 Functions and Limits Motivation to Chapter 1 2 4 Tangent and Velocity Problems 3 4.1 VIDEO - Secant Lines, Average Rate of Change, and Applications......................... 3 4.2 VIDEO

More information

Section 1.4 Tangents and Velocity

Section 1.4 Tangents and Velocity Math 132 Tangents and Velocity Section 1.4 Section 1.4 Tangents and Velocity Tangent Lines A tangent line to a curve is a line that just touches the curve. In terms of a circle, the definition is very

More information

Announcements. Topics: Homework:

Announcements. Topics: Homework: Topics: Announcements - section 2.6 (limits at infinity [skip Precise Definitions (middle of pg. 134 end of section)]) - sections 2.1 and 2.7 (rates of change, the derivative) - section 2.8 (the derivative

More information

Calculus I. 1. Limits and Continuity

Calculus I. 1. Limits and Continuity 2301107 Calculus I 1. Limits and Continuity Outline 1.1. Limits 1.1.1 Motivation:Tangent 1.1.2 Limit of a function 1.1.3 Limit laws 1.1.4 Mathematical definition of a it 1.1.5 Infinite it 1.1. Continuity

More information

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note Math 001 - Term 171 Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note x A x belongs to A,x is in A Between an element and a set. A B A is a subset of B Between two sets. φ

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Chapter 2: Functions, Limits and Continuity

Chapter 2: Functions, Limits and Continuity Chapter 2: Functions, Limits and Continuity Functions Limits Continuity Chapter 2: Functions, Limits and Continuity 1 Functions Functions are the major tools for describing the real world in mathematical

More information

3.1 Day 1: The Derivative of a Function

3.1 Day 1: The Derivative of a Function A P Calculus 3.1 Day 1: The Derivative of a Function I CAN DEFINE A DERIVATIVE AND UNDERSTAND ITS NOTATION. Last chapter we learned to find the slope of a tangent line to a point on a graph by using a

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science Calculus I George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 151 George Voutsadakis (LSSU) Calculus I November 2014 1 / 67 Outline 1 Limits Limits, Rates

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 59 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall, 2016, WEEK 4 JoungDong Kim Week4 Section 2.6, 2.7, 3.1 Limits at infinity, Velocity, Differentiation Section 2.6 Limits at Infinity; Horizontal Asymptotes Definition.

More information

Numerical Methods. Dr Dana Mackey. School of Mathematical Sciences Room A305 A Dana Mackey (DIT) Numerical Methods 1 / 12

Numerical Methods. Dr Dana Mackey. School of Mathematical Sciences Room A305 A   Dana Mackey (DIT) Numerical Methods 1 / 12 Numerical Methods Dr Dana Mackey School of Mathematical Sciences Room A305 A Email: Dana.Mackey@dit.ie Dana Mackey (DIT) Numerical Methods 1 / 12 Practical Information The typed notes will be available

More information

Functions. Remark 1.2 The objective of our course Calculus is to study functions.

Functions. Remark 1.2 The objective of our course Calculus is to study functions. Functions 1.1 Functions and their Graphs Definition 1.1 A function f is a rule assigning a number to each of the numbers. The number assigned to the number x via the rule f is usually denoted by f(x).

More information

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over,

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over, The Derivative of a Function Measuring Rates of Change of a function y f(x) f(x 0 ) P Q Secant line x 0 x x Average rate of change of with respect to over, " " " " - Slope of secant line through, and,

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 2 Limits 2.1 The Tangent Problems The word tangent is derived from the Latin word tangens, which means touching. A tangent line to a curve is a line that touches the curve and a secant line is a line that

More information

Math 106 Calculus 1 Topics for first exam

Math 106 Calculus 1 Topics for first exam Chapter 2: Limits and Continuity Rates of change and its: Math 06 Calculus Topics for first exam Limit of a function f at a point a = the value the function should take at the point = the value that the

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

Continuity and One-Sided Limits. By Tuesday J. Johnson

Continuity and One-Sided Limits. By Tuesday J. Johnson Continuity and One-Sided Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Rationalizing numerators and/or denominators Trigonometric skills reviews

More information

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Mathematics 1 Lecture Notes Chapter 1 Algebra Review Mathematics 1 Lecture Notes Chapter 1 Algebra Review c Trinity College 1 A note to the students from the lecturer: This course will be moving rather quickly, and it will be in your own best interests to

More information

SESSION CLASS-XI SUBJECT : MATHEMATICS FIRST TERM

SESSION CLASS-XI SUBJECT : MATHEMATICS FIRST TERM TERMWISE SYLLABUS SESSION-2018-19 CLASS-XI SUBJECT : MATHEMATICS MONTH July, 2018 to September 2018 CONTENTS FIRST TERM Unit-1: Sets and Functions 1. Sets Sets and their representations. Empty set. Finite

More information

2. Theory of the Derivative

2. Theory of the Derivative 2. Theory of the Derivative 2.1 Tangent Lines 2.2 Definition of Derivative 2.3 Rates of Change 2.4 Derivative Rules 2.5 Higher Order Derivatives 2.6 Implicit Differentiation 2.7 L Hôpital s Rule 2.8 Some

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module Order of operations 6 Signed Numbers Factorization of Integers 7 Further Signed Numbers 3 Fractions 8 Power Laws 4 Fractions and Decimals 9 Introduction to Algebra 5 Percentages

More information

Sections 2.1, 2.2 and 2.4: Limit of a function Motivation:

Sections 2.1, 2.2 and 2.4: Limit of a function Motivation: Sections 2.1, 2.2 and 2.4: Limit of a function Motivation: There are expressions which can be computed only using Algebra, meaning only using the operations +,, and. Examples which can be computed using

More information

Math 1131Q Section 10

Math 1131Q Section 10 Math 1131Q Section 10 Review Oct 5, 2010 Exam 1 DATE: Tuesday, October 5 TIME: 6-8 PM Exam Rooms Sections 11D, 14D, 15D CLAS 110 Sections12D, 13D, 16D PB 38 (Physics Building) Material covered on the exam:

More information

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages MTH4100 Calculus I Lecture notes for Week 2 Thomas Calculus, Sections 1.3 to 1.5 Rainer Klages School of Mathematical Sciences Queen Mary University of London Autumn 2009 Reading Assignment: read Thomas

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Finding Limits Analytically

Finding Limits Analytically Finding Limits Analytically Most of this material is take from APEX Calculus under terms of a Creative Commons License In this handout, we explore analytic techniques to compute its. Suppose that f(x)

More information

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a)

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a) 2.1 The derivative Rates of change 1 The slope of a secant line is m sec = y f (b) f (a) = x b a and represents the average rate of change over [a, b]. Letting b = a + h, we can express the slope of the

More information

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the

Chapter 2. Limits and Continuity. 2.1 Rates of change and Tangents to Curves. The average Rate of change of y = f(x) with respect to x over the Chapter 2 Limits and Continuity 2.1 Rates of change and Tangents to Curves Definition 2.1.1 : interval [x 1, x 2 ] is The average Rate of change of y = f(x) with respect to x over the y x = f(x 2) f(x

More information

II. The Calculus of The Derivative

II. The Calculus of The Derivative II The Calculus of The Derivative In Chapter I we learned that derivative was the mathematical concept that captured the common features of the tangent problem, instantaneous velocity of a moving object,

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Blue Pelican Calculus First Semester

Blue Pelican Calculus First Semester Blue Pelican Calculus First Semester Student Version 1.01 Copyright 2011-2013 by Charles E. Cook; Refugio, Tx Edited by Jacob Cobb (All rights reserved) Calculus AP Syllabus (First Semester) Unit 1: Function

More information

LIMITS, AND WHAT THEY HAVE TO DO WITH CONTINUOUS FUNCTIONS

LIMITS, AND WHAT THEY HAVE TO DO WITH CONTINUOUS FUNCTIONS 1.3/27/13 LIMITS, AND WHAT THEY HAVE TO DO WITH CONTINUOUS FUNCTIONS Probably the hardest thing to understand and to remember, about limits, is that the limit of a function at a point has in general no

More information

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart)

MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) Still under construction. MATH 114 Calculus Notes on Chapter 2 (Limits) (pages 60-? in Stewart) As seen in A Preview of Calculus, the concept of it underlies the various branches of calculus. Hence we

More information

Module 2: Reflecting on One s Problems

Module 2: Reflecting on One s Problems MATH55 Module : Reflecting on One s Problems Main Math concepts: Translations, Reflections, Graphs of Equations, Symmetry Auxiliary ideas: Working with quadratics, Mobius maps, Calculus, Inverses I. Transformations

More information

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

More information

1.4 Techniques of Integration

1.4 Techniques of Integration .4 Techniques of Integration Recall the following strategy for evaluating definite integrals, which arose from the Fundamental Theorem of Calculus (see Section.3). To calculate b a f(x) dx. Find a function

More information

C-1. Snezana Lawrence

C-1. Snezana Lawrence C-1 Snezana Lawrence These materials have been written by Dr. Snezana Lawrence made possible by funding from Gatsby Technical Education projects (GTEP) as part of a Gatsby Teacher Fellowship ad-hoc bursary

More information

MATH 2554 (Calculus I)

MATH 2554 (Calculus I) MATH 2554 (Calculus I) Dr. Ashley K. University of Arkansas February 21, 2015 Table of Contents Week 6 1 Week 6: 16-20 February 3.5 Derivatives as Rates of Change 3.6 The Chain Rule 3.7 Implicit Differentiation

More information

Topics from Algebra and Pre-Calculus. (Key contains solved problems)

Topics from Algebra and Pre-Calculus. (Key contains solved problems) Topics from Algebra and Pre-Calculus (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the calculator, except on p. (8) and

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

MTH301 Calculus II Glossary For Final Term Exam Preparation

MTH301 Calculus II Glossary For Final Term Exam Preparation MTH301 Calculus II Glossary For Final Term Exam Preparation Glossary Absolute maximum : The output value of the highest point on a graph over a given input interval or over all possible input values. An

More information

1.5 Inverse Trigonometric Functions

1.5 Inverse Trigonometric Functions 1.5 Inverse Trigonometric Functions Remember that only one-to-one functions have inverses. So, in order to find the inverse functions for sine, cosine, and tangent, we must restrict their domains to intervals

More information

KEMATH1 Calculus for Chemistry and Biochemistry Students. Francis Joseph H. Campeña, De La Salle University Manila

KEMATH1 Calculus for Chemistry and Biochemistry Students. Francis Joseph H. Campeña, De La Salle University Manila KEMATH1 Calculus for Chemistry and Biochemistry Students Francis Joseph H Campeña, De La Salle University Manila February 9, 2015 Contents 1 Conic Sections 2 11 A review of the coordinate system 2 12 Conic

More information

1.1 Radical Expressions: Rationalizing Denominators

1.1 Radical Expressions: Rationalizing Denominators 1.1 Radical Expressions: Rationalizing Denominators Recall: 1. A rational number is one that can be expressed in the form a, where b 0. b 2. An equivalent fraction is determined by multiplying or dividing

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show all your work on the standard response

More information

MATH 116, LECTURE 13, 14 & 15: Derivatives

MATH 116, LECTURE 13, 14 & 15: Derivatives MATH 116, LECTURE 13, 14 & 15: Derivatives 1 Formal Definition of the Derivative We have seen plenty of limits so far, but very few applications. In particular, we have seen very few functions for which

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

The Orchid School Weekly Syllabus Overview Std : XI Subject : Math. Expected Learning Objective Activities/ FAs Planned Remark

The Orchid School Weekly Syllabus Overview Std : XI Subject : Math. Expected Learning Objective Activities/ FAs Planned Remark The Orchid School Weekly Syllabus Overview 2015-2016 Std : XI Subject : Math Month Lesson / Topic Expected Learning Objective Activities/ FAs Planned Remark March APRIL MAY Linear Inequalities (Periods

More information

For a function f(x) and a number a in its domain, the derivative of f at a, denoted f (a), is: D(h) = lim

For a function f(x) and a number a in its domain, the derivative of f at a, denoted f (a), is: D(h) = lim Name: Section: Names of collaborators: Main Points: 1. Definition of derivative as limit of difference quotients 2. Interpretation of derivative as slope of graph 3. Interpretation of derivative as instantaneous

More information

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i 2 = 1 Sometimes we like to think of i = 1 We can treat

More information

Math 1120 Calculus, section 2 Test 1

Math 1120 Calculus, section 2 Test 1 February 6, 203 Name The problems count as marked. The total number of points available is 49. Throughout this test, show your work. Using a calculator to circumvent ideas discussed in class will generally

More information

Math 111: Calculus. David Perkinson

Math 111: Calculus. David Perkinson Math : Calculus David Perkinson Fall 207 Contents Week, Monday: Introduction: derivatives, integrals, and the fundamental theorem. 5 Week, Wednesday: Average speed, instantaneous speed. Definition of the

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

2.1 The Tangent and Velocity Problems

2.1 The Tangent and Velocity Problems 2.1 The Tangent and Velocity Problems Tangents What is a tangent? Tangent lines and Secant lines Estimating slopes from discrete data: Example: 1. A tank holds 1000 gallons of water, which drains from

More information

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord Math 1: Calculus with Algebra Midterm 2 Thursday, October 29 Name: Circle your section number: 1 Freund 2 DeFord Please read the following instructions before starting the exam: This exam is closed book,

More information

OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods.

OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods. 1.1 Limits: A Numerical and Graphical Approach OBJECTIVE Find limits of functions, if they exist, using numerical or graphical methods. 1.1 Limits: A Numerical and Graphical Approach DEFINITION: As x approaches

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

More information

I can translate between a number line graph, an inequality, and interval notation.

I can translate between a number line graph, an inequality, and interval notation. Unit 1: Absolute Value 2 I can translate between a number line graph, an inequality, and interval notation. 2 2 I can translate between absolute value expressions and English statements about numbers on

More information

Introduction to Calculus

Introduction to Calculus Introduction to Calculus Contents 1 Introduction to Calculus 3 11 Introduction 3 111 Origin of Calculus 3 112 The Two Branches of Calculus 4 12 Secant and Tangent Lines 5 13 Limits 10 14 The Derivative

More information

Math 115 Spring 11 Written Homework 10 Solutions

Math 115 Spring 11 Written Homework 10 Solutions Math 5 Spring Written Homework 0 Solutions. For following its, state what indeterminate form the its are in and evaluate the its. (a) 3x 4x 4 x x 8 Solution: This is in indeterminate form 0. Algebraically,

More information

Caculus 221. Possible questions for Exam II. March 19, 2002

Caculus 221. Possible questions for Exam II. March 19, 2002 Caculus 221 Possible questions for Exam II March 19, 2002 These notes cover the recent material in a style more like the lecture than the book. The proofs in the book are in section 1-11. At the end there

More information

3. Go over old quizzes (there are blank copies on my website try timing yourself!)

3. Go over old quizzes (there are blank copies on my website try timing yourself!) final exam review General Information The time and location of the final exam are as follows: Date: Tuesday, June 12th Time: 10:15am-12:15pm Location: Straub 254 The exam will be cumulative; that is, it

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6,

(x + 3)(x 1) lim(x + 3) = 4. lim. (x 2)( x ) = (x 2)(x + 2) x + 2 x = 4. dt (t2 + 1) = 1 2 (t2 + 1) 1 t. f(x) = lim 3x = 6, Math 140 MT1 Sample C Solutions Tyrone Crisp 1 (B): First try direct substitution: you get 0. So try to cancel common factors. We have 0 x 2 + 2x 3 = x 1 and so the it as x 1 is equal to (x + 3)(x 1),

More information

Review. The derivative of y = f(x) has four levels of meaning: Physical: If y is a quantity depending on x, the derivative dy

Review. The derivative of y = f(x) has four levels of meaning: Physical: If y is a quantity depending on x, the derivative dy Math 132 Area and Distance Stewart 4.1/I Review. The derivative of y = f(x) has four levels of meaning: Physical: If y is a quantity depending on x, the derivative dy dx x=a is the rate of change of y

More information

AP Calculus AB. Limits & Continuity.

AP Calculus AB. Limits & Continuity. 1 AP Calculus AB Limits & Continuity 2015 10 20 www.njctl.org 2 Table of Contents click on the topic to go to that section Introduction The Tangent Line Problem Definition of a Limit and Graphical Approach

More information

INTRODUCTION TO DIFFERENTIATION

INTRODUCTION TO DIFFERENTIATION INTRODUCTION TO DIFFERENTIATION GRADIENT OF A CURVE We have looked at the process needed for finding the gradient of a curve (or the rate of change of a curve). We have defined the gradient of a curve

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

One-Variable Calculus

One-Variable Calculus POLI 270 - Mathematical and Statistical Foundations Department of Political Science University California, San Diego September 30, 2010 1 s,, 2 al Relationships Political Science, economics, sociology,

More information

December Exam Summary

December Exam Summary December Exam Summary 1 Lines and Distances 1.1 List of Concepts Distance between two numbers on the real number line or on the Cartesian Plane. Increments. If A = (a 1, a 2 ) and B = (b 1, b 2 ), then

More information

Dear Future CALCULUS Student,

Dear Future CALCULUS Student, Dear Future CALCULUS Student, I am looking forward to teaching the AP Calculus AB class this coming year and hope that you are looking forward to the class as well. Here a few things you need to know prior

More information

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x)

Math 261 Calculus I. Test 1 Study Guide. Name. Decide whether the limit exists. If it exists, find its value. 1) lim x 1. f(x) 2) lim x -1/2 f(x) Math 261 Calculus I Test 1 Study Guide Name Decide whether the it exists. If it exists, find its value. 1) x 1 f(x) 2) x -1/2 f(x) Complete the table and use the result to find the indicated it. 3) If

More information

Dear Future CALCULUS Student,

Dear Future CALCULUS Student, Dear Future CALCULUS Student, I am looking forward to teaching the AP Calculus AB class this coming year and hope that you are looking forward to the class as well. Here a few things you need to know prior

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

QF101: Quantitative Finance August 22, Week 1: Functions. Facilitator: Christopher Ting AY 2017/2018

QF101: Quantitative Finance August 22, Week 1: Functions. Facilitator: Christopher Ting AY 2017/2018 QF101: Quantitative Finance August 22, 2017 Week 1: Functions Facilitator: Christopher Ting AY 2017/2018 The chief function of the body is to carry the brain around. Thomas A. Edison 1.1 What is a function?

More information

Section 3.1 Quadratic Functions

Section 3.1 Quadratic Functions Chapter 3 Lecture Notes Page 1 of 72 Section 3.1 Quadratic Functions Objectives: Compare two different forms of writing a quadratic function Find the equation of a quadratic function (given points) Application

More information

Section 3.6 The chain rule 1 Lecture. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 3.6 The chain rule 1 Lecture. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 3.6 The chain rule 1 Lecture College of Science MATHS 101: Calculus I (University of Bahrain) Logarithmic Differentiation 1 / 1 Motivation Goal: We want to derive rules to find the derivative of

More information

1 Lecture 25: Extreme values

1 Lecture 25: Extreme values 1 Lecture 25: Extreme values 1.1 Outline Absolute maximum and minimum. Existence on closed, bounded intervals. Local extrema, critical points, Fermat s theorem Extreme values on a closed interval Rolle

More information

AP Calculus AB Chapter 1 Limits

AP Calculus AB Chapter 1 Limits AP Calculus AB Chapter Limits SY: 206 207 Mr. Kunihiro . Limits Numerical & Graphical Show all of your work on ANOTHER SHEET of FOLDER PAPER. In Exercises and 2, a stone is tossed vertically into the air

More information

MCV4U - Practice Mastery Test #9 & #10

MCV4U - Practice Mastery Test #9 & #10 Name: Class: Date: ID: A MCV4U - Practice Mastery Test #9 & #10 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. x + 2 is a factor of i) x 3 3x 2 + 6x 8

More information

Week 12: Optimisation and Course Review.

Week 12: Optimisation and Course Review. Week 12: Optimisation and Course Review. MA161/MA1161: Semester 1 Calculus. Prof. Götz Pfeiffer School of Mathematics, Statistics and Applied Mathematics NUI Galway November 21-22, 2016 Assignments. Problem

More information

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud Calculus: Early Transcendental Functions Lecture Notes for Calculus 101 Feras Awad Mahmoud Last Updated: August 2, 2012 1 2 Feras Awad Mahmoud Department of Basic Sciences Philadelphia University JORDAN

More information

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS Math 473: Practice Problems for Test 1, Fall 011, SOLUTIONS Show your work: 1. (a) Compute the Taylor polynomials P n (x) for f(x) = sin x and x 0 = 0. Solution: Compute f(x) = sin x, f (x) = cos x, f

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Pre AP Algebra. Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Algebra

Pre AP Algebra. Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Algebra Pre AP Algebra Mathematics Standards of Learning Curriculum Framework 2009: Pre AP Algebra 1 The content of the mathematics standards is intended to support the following five goals for students: becoming

More information

Integration and antiderivatives

Integration and antiderivatives Integration and antiderivatives 1. Evaluate the following:. True or false: d dx lim x / x et dt x cos( 1 4 t ) dt sin x dx = sin(π/) 3. True or false: the following function F (x) is an antiderivative

More information