We can see that f(2) is undefined. (Plugging x = 2 into the function results in a 0 in the denominator)

Size: px
Start display at page:

Download "We can see that f(2) is undefined. (Plugging x = 2 into the function results in a 0 in the denominator)"

Transcription

1 In order to be successful in AP Calculus, you are expected to KNOW everything that came before. All topics from Algebra I, II, Geometry and of course Precalculus are expected to be mastered before you enter this class in September. Because the AP test is in early May, and the southern schools begin a month before us, we need to grab a head start. Therefore, you are expected to cover sections 1 and of chapter. These sections introduce the concept of limit. Attached you will find lessons on these sections, practice problems, and a written copy of the first two sections of the book, with assigned problems. Please complete this packet before the first day of school. It will be gone over quickly, and a quiz on the material given within the first week or so. Advanced Placement Calculus is a high level course, and you must be motivated to work hard for the ENTIRE school year, work independently on AP materials and put in extra time. Students must be committed to putting in the time and effort, or they will not succeed. You must decide if this is what you want- it is a challenge, even for students who have never found any high school course challenging before. On the school website, you may find AP packets from previous years. You are encouraged to look at it, and make sure that you can do it, but that packet is not assigned for this school year. THIS PACKET REPLACES ANYTHING THAT COMES BEFORE IT. The questions/problems in this booklet have been compiled by past and present CHS mathematics teachers based on open resources from publishers and math websites such as NCTM.

2 Section.1 Rates of change and Limits Objective: To define the concept of a limit and establish its properties. Example: consider the function f( x) x 4 x We can see that f() is undefined. (Plugging x = into the function results in a 0 in the denominator) But what happens as our x value gets really, really close to? x x 4 f( x) x 1.9 (1.9 4)/(1.9 ) = (1.99 4)/(1.99 ) = ( )/(1.999 ) = ( )/( ) = Undefined ( )/( ) = We see that as x gets really, really close to, f(x) (or y), gets really, really close to 4. We say the limit as x approaches on the function f( x) x 4 x is 4 and we write: lim x 4 x x = 4 In general, lim f(x) = L means as x gets really, really close to c, f(x) (or y) gets really, really close to L. x c

3 Properties of Limits: Let: lim f(x) = L lim g(x) = M, and k is any real number. x c x c Then: 1) Sum and difference property: lim (f(x) + g(x)) = L + M and lim (f(x) g(x)) = L M x c x c Example: Given: lim x = 9 and lim x 3 = 7 x 3 x 3 Then lim (x + x 3 ) = = 36 and lim (x x 3 ) = 9 7 = 18 x 3 x 3 ) Product Property: lim (f(x)g(x)) = LM x c Example: Given lim x =9 and lim (x+5) = 8, then lim (x (x+5)) = 9*8 = 7 x 3 x 3 x 3 3) Constant Multiples: lim k(f(x)) = kl x c Example: Given lim x = 9, then lim 5x = 5*9 = 45 x 3 x 3 4) Division Property : lim x c f( x) L gx ( ) M AS LONG AS M 0 Example: : Given lim x =9 and lim (x+5) = 8, then lim x 3 x 3 x 3 x 9 x 5 8 r r r s s s 5) Exponent Property: lim ( f( x)) L Provided L (is real). x c Example: lim (x+5) = 8, then lim x 3 x ( x 5) 8 4

4 Methods for taking limits 1) Limits by substitution (always the first thing to try) If f(x) is continuous, then lim f(x) = f(c) x c Example: lim 3x 5x+ = 3( ) 5() + = 4 x Theorem: n f( x) a x a x... a x a then n n 1 n n n 1 If lim f(x) = ac a c... ac a x c n n (limits by substitution always works in polynomials) Theorem: If f(x) and g(x) are polynomials, then lim f ( x) f( c), provided g(c) 0 x c gx ( ) gc ( ) (limits by substitution always works in rational functions, as long as the denominator doesn t go to 0) ) Indeterminate forms (,,0,,0,1, ). These 7 forms are indeterminate, that 0 is, they could be anything. We can not leave any answer in this form. We must deal with it using : Algebraic methods such as factoring, finding a common denominator, rationalization Trigonometric methods using trig identities or special trig limits Logarithmic methods the last 3 indeterminate forms (which we will not cover this year), need logarithms to simplify. For example, look at the first limit we saw: lim x x 4 x When we try to substitute x = into the function, we get 0/0. But we can factor: lim x x 4 x = lim ( x )( x ) x x Now, AS LONG AS x (it isn t, it s just really really close), we can cancel the (x ) s and get lim (x+) (try substitution again) = + = 4. x Read pages 58 66, Do p. 66 # s 1 14, 19 3 and the following worksheet.

5 Name Calculus AP Limits hw day1 Determine the limit, if it exists. If a limit fails to exist, indicate with. 1) lim x 1/ 3x (x 1) ) lim x 4 (x + 3) 014 3) lim x 1 (x 3 + 3x x 17) 4) lim x + 4x+ 3 x 3 x 3 5) lim x (cos(πx) +4) 6) lim x 1 x 1 x 1 7) lim x 3x + x x 4 8) lim 5x 3 + 8x x 0 3x 4 16x 9) 1 1 lim x x x 0 10) lim (x + ) 3 8 x 0 x

6 One Sided Limits Definition Piecewise defined function a function whose definition changes over different intervals of x. x+5 x<3 For example: f(x) = x 1 x 3 We would like to know what value the function approaches as x approaches 3, but we have to look at both sides. Def Left hand limit lim f(x) the limit as x approaches c from the left (from x < c) x c Right hand limit lim f(x) the limit as x approaches c from the right (from x > c) x c + Theorem If a limit exists, then it is unique. (If a limit is not unique, then it doesn t exist) Example: In the piecewise defined function above, lim f(x) = lim (x+5) = 11 x 3 x 3 and lim f(x) = lim (x 1) = 8 x 3 + x 3 + Since the left and right hand limits are not equal, lim f(x) Does Not Exist ( ) x 3 Thm lim f(x) = L iff lim f(x) = lim f(x) = L x c x c x c + (A limit only exists if the left and right hand limits are equal, and it equals that value) Example: 3x 5 x f(x) = consider the limit as x x 1 x > lim f(x) = lim (3x 5) = 1 lim f(x) = lim (x 1) = 1 x x x + x + Since the left and right hand limits are both 1, lim f(x) = 1 x Do p. 66, 67 # s 37 44, 51 54

7 The Sandwich Theorem THM The Sandwich Theorem if g(x) f(x) h(x) for all x c in some interval about c, and lim g(x) = lim h(x) = L, then lim f(x) = L x c x c x c Example: Show that lim x sin(1/x) = 0 x 0 (note: substitution won t work here, since sin(1/x) is bouncing up and down faster and faster as x 0) We know: 1 sin (1/x) 1 (sine of any angle is always between 1 and 1) Multiply by x : x x sin(1/x) x take limits: lim x lim x sin(1/x) lim x x 0 x 0 x 0 Evaluate : 0 lim x sin(1/x) 0 x 0 Conclusion: Therefore, by the Sandwich Theorem, lim x sin(1/x) = 0 x 0 Using the Sandwich Theorem, we can derive an important limit: lim sinθ = 1 θ 0 θ Please watch the following Khan Academy video (note: They call the Sandwich Theorem the Squeeze Theorem, it s the same thing). Here is the link. calculus/limits topic/squeeze theorem/v/proof lim sin x x In this video, we established that lim θ 0 sinθ = 1, Notice that the angle in the numerator must match the quantity in the denominator θ Example: lim sin 3x x 0 x We need the angle to match the denominator, but we can t touch the angle. So we multiply numerator and denominator by 3 and we get: lim 3 sin 3x x 0 3x, Which is 3*1 = 3. Do page 66 # s 4 8, page 68 # s 59 6 and the following worksheet.

8 Name Date Calculus.1 Show all work neatly. Evaluate the limit if it exists. If a limit does not exist, indicate with. Trig limits 1) lim sin(9 x ) 5) lim x 0 9x x 0 cos 4x x ) lim sin 3x 6) lim x 0 x x 0 sin 9x x x 5 3) lim 8x sin5x 7) lim x 0 4x x 0 sin 6x sin 7x 4) lim x 0 sin 7 7x x Given: f(x) = x sin3x x sin 5x x x<0 0 < x < 1 cosx x > Find: 8) lim f(x) 11) lim f(x) x 0 x 9) lim f(x) 1) lim f(x) x 0 + x π + 10) lim f(x) 13) lim f(x) x 0 x π

9 Section. Limits involving Infinity It is important to remember that infinity ( ) is not a number, but represents the idea that something is growing without bound. Def Horizontal Asymptote the line y = b is a horizontal asymptote of a function y = f(x) if either lim f(x) = b or lim f(x) = b x x Looking for horizontal asymptotes taking limits as x Although is not a number, it is useful to think of it as the reciprocal of 0. THM lim 1 = 0 x x So, when evaluating limits as x, we want to get all of our x s in denominators. 4 3 Example: 3x 5x x 1 lim 4 x 7x 4x 9 In order to move all the x s to denominators, we multiply every term by 1/x 4, since x 4 is the highest power of x in the problem (3x 5x x 1) 4 lim x this results in: x 4 1 (7x 4x 9) lim x x x 4 x x x x Using the theorem above, together with our sum/difference, constant multiple and power rules for limits, makes any term with an x in the denominator go to 0 as x. And so the limit is 3, and the 7 equation of the horizontal asymptote to the function is y = 3 7. Notice, that as x, only the highest power in a func on ma ers. If the highest power is in the denominator, the limit of the function as x = 0, and the x axis (y = 0) is a horizontal asymptote of that function. If the highest power is in the numerator, the limit of the function as x = (which is not a number, and so the limit does not exist), and the function has no horizontal asymptotes. If the highest power exists both in the numerator and the denominator (it s a tie), then the, the limit of the function as x will equal the ra o of the coefficient of the highest power term in the numerator over the highest power term in the denominator, and y = (that ratio) is the equation of the horizontal asymptote of the function, (as it was in the example above).

10 But what about sine and cosine functions? The Sandwich Theorem Revisited: find lim x x 5cosx 3x 6x 1 We know: 1 cos x 1 Mult by 5: 5 5 cos x 5 Add x : x 5 x + 5 cos x x + 5 Divide by 3x + 6x +1 : x 5 x + 5 cos x x + 5 3x + 6x +1 3x + 6x +1 3x + 6x +1 Take limits: : lim x 5 lim x + 5 cos x lim x + 5 x 3x + 6x +1 x 3x + 6x +1 x 3x + 6x +1 In the first and third limits, the highest power is a tie, and so they are both /3 lim x + 5 cos x 3 x 3x + 6x +1 3 Conclusion: Therefore, by the Sandwich Theorem, lim x + 5 cos x = /3 x 3x + 6x +1 So basically, we can treat sines and cosines as 1 s when x is approaching infinity. Read pages Do p. 76 # s 3 6 and the following worksheet

11 Name Calculus AP Limits x For part a of each problem, determine the limit, if it exists. If a limit fails to exist, indicate with. For part b of each problem, give the equation of the horizontal asymptote of the function. If there is no horizontal asymptote, write none for part b 1) lim x 3 a) x 5x 7 b) x 1 ) lim 3 a) x 3 x b) 3) lim 1 1x a) x 4x 3x 1 b) 4) lim x 3 + 4x+ 3 a) x 5x 3 b) 5) lim x x 31 a) x 6 x b) 6) lim (x 3) a) x 5x x 1 b) 7) lim 5x sin(3x) + a) x 3x 4x + 7 b) 8) lim 5x 3 + 8x 4 cosx a) x 3x 4 16x 3 b)

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

Summer Math Packet: Incoming Calculus I* students

Summer Math Packet: Incoming Calculus I* students Summer Math Packet: Incoming Calculus I* students Directions: One of the most challenging aspects of Calculus is that it requires you to use content from all your previous math courses. You will be better

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

AP Calculus AB Summer Math Packet

AP Calculus AB Summer Math Packet Name Date Section AP Calculus AB Summer Math Packet This assignment is to be done at you leisure during the summer. It is meant to help you practice mathematical skills necessary to be successful in Calculus

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school.

Albertson AP Calculus AB AP CALCULUS AB SUMMER PACKET DUE DATE: The beginning of class on the last class day of the first week of school. Albertson AP Calculus AB Name AP CALCULUS AB SUMMER PACKET 2015 DUE DATE: The beginning of class on the last class day of the first week of school. This assignment is to be done at you leisure during the

More information

SANDY CREEK HIGH SCHOOL

SANDY CREEK HIGH SCHOOL SANDY CREEK HIGH SCHOOL SUMMER REVIEW PACKET For students entering A.P. CALCULUS BC I epect everyone to check the Google classroom site and your school emails at least once every two weeks. You will also

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 08-09 Summer Assignment Dear Future AP Student, I hope you are ecited for the year of Calculus that we will be pursuing together! I don t know how much you know about Calculus, but it is

More information

and lim lim 6. The Squeeze Theorem

and lim lim 6. The Squeeze Theorem Limits (day 3) Things we ll go over today 1. Limits of the form 0 0 (continued) 2. Limits of piecewise functions 3. Limits involving absolute values 4. Limits of compositions of functions 5. Limits similar

More information

Topic Subtopics Essential Knowledge (EK)

Topic Subtopics Essential Knowledge (EK) Unit/ Unit 1 Limits [BEAN] 1.1 Limits Graphically Define a limit (y value a function approaches) One sided limits. Easy if it s continuous. Tricky if there s a discontinuity. EK 1.1A1: Given a function,

More information

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year.

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year. Summer 07 Expectations for Summer Assignment This packet is to be submitted to your Calculus BC teacher on the first day of the school year. All work must be shown in the packet OR on separate paper attached

More information

Regina High School AP Calculus Miss Moon

Regina High School AP Calculus Miss Moon Regina High School AP Calculus 018-19 Miss Moon Going into AP Calculus, there are certain skills that have been taught to you over the previous years that we assume you have. If you do not have these skills,

More information

Math Lecture 4 Limit Laws

Math Lecture 4 Limit Laws Math 1060 Lecture 4 Limit Laws Outline Summary of last lecture Limit laws Motivation Limits of constants and the identity function Limits of sums and differences Limits of products Limits of polynomials

More information

Summer 2017 Review For Students Entering AP Calculus AB/BC

Summer 2017 Review For Students Entering AP Calculus AB/BC Summer 2017 Review For Students Entering AP Calculus AB/BC Holy Name High School AP Calculus Summer Homework 1 A.M.D.G. AP Calculus AB Summer Review Packet Holy Name High School Welcome to AP Calculus

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

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0.

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0. Calculus Problem Solving Drill 07: Trigonometric Limits and Continuity No. of 0 Instruction: () Read the problem statement and answer choices carefully. () Do your work on a separate sheet of paper. (3)

More information

Welcome to AP Calculus!!!

Welcome to AP Calculus!!! Welcome to AP Calculus!!! In preparation for next year, you need to complete this summer packet. This packet reviews & expands upon the concepts you studied in Algebra II and Pre-calculus. Make sure you

More information

Brushing up on Basic skills. Calculus AB (*problems for BC)

Brushing up on Basic skills. Calculus AB (*problems for BC) Brushing up on Basic skills To get you ready for Calculus AB (*problems for BC) Name: Directions: Use a pencil and the space provided next to each question to show all work. The purpose of this packet

More information

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS RECALL: VERTICAL ASYMPTOTES Remember that for a rational function, vertical asymptotes occur at values of x = a which have infinite its (either positive or

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

AP Calculus Summer Prep

AP Calculus Summer Prep AP Calculus Summer Prep Topics from Algebra and Pre-Calculus (Solutions are on the Answer Key on the Last Pages) The purpose of this packet is to give you a review of basic skills. You are asked to have

More information

SANDY CREEK HIGH SCHOOL

SANDY CREEK HIGH SCHOOL SANDY CREEK HIGH SCHOOL SUMMER REVIEW PACKET For students entering A.P. CALCULUS AB I epect everyone to check the Google classroom site and your school emails at least once every two weeks. You should

More information

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x)

Aim: How do we prepare for AP Problems on limits, continuity and differentiability? f (x) Name AP Calculus Date Supplemental Review 1 Aim: How do we prepare for AP Problems on limits, continuity and differentiability? Do Now: Use the graph of f(x) to evaluate each of the following: 1. lim x

More information

Troy High School AP Calculus Summer Packet

Troy High School AP Calculus Summer Packet Troy High School AP Calculus Summer Packet As instructors of AP Calculus, we have etremely high epectations of students taking our courses. We epect a certain level of independence to be demonstrated by

More information

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year.

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year. Welcome to AP Calculus!!! For you to be successful in the fall when you come back to school you will need to complete this summer homework assignment. This will be worth grades when you get back to class

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

We look forward to working with you this school year!

We look forward to working with you this school year! Name: Summer Review Packet for Students Entering IB MATH SL Year 2 Directions: Complete all pages in this review. Show all work for credit. You may get video help and instruction via YouTube for the topics

More information

Evaluating Limits Analytically. By Tuesday J. Johnson

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

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment Name: AP Calculus AB Summer Assignment Due Date: The beginning of class on the last class day of the first week of school. The purpose of this assignment is to have you practice the mathematical skills

More information

SUMMER REVIEW PACKET. Name:

SUMMER REVIEW PACKET. Name: Wylie East HIGH SCHOOL SUMMER REVIEW PACKET For students entering Regular PRECALCULUS Name: Welcome to Pre-Calculus. The following packet needs to be finished and ready to be turned the first week of the

More information

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits Finding a it amounts to answering the following question: What is happening to the y-value of a function as the x-value approaches a specific target number? If the y-value is

More information

Section 2.5. Evaluating Limits Algebraically

Section 2.5. Evaluating Limits Algebraically Section 2.5 Evaluating Limits Algebraically (1) Determinate and Indeterminate Forms (2) Limit Calculation Techniques (A) Direct Substitution (B) Simplification (C) Conjugation (D) The Squeeze Theorem (3)

More information

1.10 Continuity Brian E. Veitch

1.10 Continuity Brian E. Veitch 1.10 Continuity Definition 1.5. A function is continuous at x = a if 1. f(a) exists 2. lim x a f(x) exists 3. lim x a f(x) = f(a) If any of these conditions fail, f is discontinuous. Note: From algebra

More information

Limits and Continuity

Limits and Continuity Limits and Continuity MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After this lesson we will be able to: Determine the left-hand and right-hand limits

More information

Continuity and One-Sided Limits

Continuity and One-Sided Limits Continuity and One-Sided Limits 1. Welcome to continuity and one-sided limits. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture I present, I will start

More information

AP Calculus Summer Homework Worksheet Instructions

AP Calculus Summer Homework Worksheet Instructions Honors AP Calculus BC Thrill-a-Minute Summer Opportunity 018 Name Favorite Pre-Calculus Topic Your summer assignment is to have the review packet (a review of Algebra / Trig. and Pre-Calculus), Chapter

More information

Hello Future Calculus Level One Student,

Hello Future Calculus Level One Student, Hello Future Calculus Level One Student, This assignment must be completed and handed in on the first day of class. This assignment will serve as the main review for a test on this material. The test will

More information

Welcome to the most exciting math class in high school! There are three major tasks you have to accomplish over the summer:

Welcome to the most exciting math class in high school! There are three major tasks you have to accomplish over the summer: Dear AP Calculus BC Students, Welcome to the most exciting math class in high school! There are three major tasks you have to accomplish over the summer:. Prepare psychologically: Each day repeat I love

More information

Answers for Calculus Review (Extrema and Concavity)

Answers for Calculus Review (Extrema and Concavity) Answers for Calculus Review 4.1-4.4 (Extrema and Concavity) 1. A critical number is a value of the independent variable (a/k/a x) in the domain of the function at which the derivative is zero or undefined.

More information

A.P. Calculus Summer Assignment

A.P. Calculus Summer Assignment A.P. Calculus Summer Assignment This assignment is due the first day of class at the beginning of the class. It will be graded and counts as your first test grade. This packet contains eight sections and

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

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y.

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y. AP Calculus Summer Packer Key a) Remember, the negative in the front and the negative in the eponent have nothing to do w/ each other. Answer: b) Answer: c) Answer: ( ) 4 5 = 5 or 0 /. 9 8 d) The 6,, and

More information

Numbers Content Points. Reference sheet (1 pt. each) 1-7 Linear Equations (1 pt. each) / Factoring (2 pt. each) /28

Numbers Content Points. Reference sheet (1 pt. each) 1-7 Linear Equations (1 pt. each) / Factoring (2 pt. each) /28 Summer Packet 2015 Your summer packet will be a major test grade for the first nine weeks. It is due the first day of school. You must show all necessary solutions. You will be tested on ALL material;

More information

Calculus : Summer Study Guide Mr. Kevin Braun Bishop Dunne Catholic School. Calculus Summer Math Study Guide

Calculus : Summer Study Guide Mr. Kevin Braun Bishop Dunne Catholic School. Calculus Summer Math Study Guide 1 Calculus 2018-2019: Summer Study Guide Mr. Kevin Braun (kbraun@bdcs.org) Bishop Dunne Catholic School Name: Calculus Summer Math Study Guide After you have practiced the skills on Khan Academy (list

More information

AP Calculus AB Summer Assignment 2017

AP Calculus AB Summer Assignment 2017 AP Calculus AB Name Dates: Start Finish AP Calculus AB Summer Assignment 017 Welcome to AP Calculus AB! This packet is a compilation of Advanced Algebra & Pre-Calculus topics that you will use continuously

More information

Chapter 2: Limits & Continuity

Chapter 2: Limits & Continuity Name: Date: Period: AP Calc AB Mr. Mellina Chapter 2: Limits & Continuity Sections: v 2.1 Rates of Change of Limits v 2.2 Limits Involving Infinity v 2.3 Continuity v 2.4 Rates of Change and Tangent Lines

More information

AP Calculus AB Summer Assignment 2016

AP Calculus AB Summer Assignment 2016 AP Calculus AB Name Dates: Start Finish AP Calculus AB Summer Assignment 016 Welcome to AP Calculus AB. This packet is a review of Advanced Algebra & Pre-Calculus topics that you will use continuously

More information

AP CALCULUS AB. Summer Assignment. Page 1

AP CALCULUS AB. Summer Assignment. Page 1 AP CALCULUS AB Summer Assignment Page 1 Welcome to AP Calculus AB. This will be the toughest class yet in your mathematical careers but the benefit you will receive by having this experience in high school

More information

AP CALCULUS. DUE THE FIRST DAY OF SCHOOL! This work will count as part of your first quarter grade.

AP CALCULUS. DUE THE FIRST DAY OF SCHOOL! This work will count as part of your first quarter grade. Celina High School Math Department Summer Review Packet AP CALCULUS DUE THE FIRST DAY OF SCHOOL! This work will count as part of your first quarter grade. The problems in this packet are designed to help

More information

Summer AP Assignment Coversheet Falls Church High School

Summer AP Assignment Coversheet Falls Church High School Summer AP Assignment Coversheet Falls Church High School Course: AP Calculus AB Teacher Name/s: Veronica Moldoveanu, Ethan Batterman Assignment Title: AP Calculus AB Summer Packet Assignment Summary/Purpose:

More information

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring change using some fairly simple models. In

More information

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0.

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Infinite Limits Return to Table of Contents Infinite Limits Infinite Limits Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Now we will consider rational functions

More information

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions Summer Review Packet for Students Entering AP Calculus BC Comple Fractions When simplifying comple fractions, multiply by a fraction equal to 1 which has a numerator and denominator composed of the common

More information

Chapter 1 Limits and Their Properties

Chapter 1 Limits and Their Properties Chapter 1 Limits and Their Properties Calculus: Chapter P Section P.2, P.3 Chapter P (briefly) WARM-UP 1. Evaluate: cot 6 2. Find the domain of the function: f( x) 3x 3 2 x 4 g f ( x) f ( x) x 5 3. Find

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall 2018, WEEK 3 JoungDong Kim Week 3 Section 2.3, 2.5, 2.6, Calculating Limits Using the Limit Laws, Continuity, Limits at Infinity; Horizontal Asymptotes. Section

More information

. As x gets really large, the last terms drops off and f(x) ½x

. As x gets really large, the last terms drops off and f(x) ½x Pre-AP Algebra 2 Unit 8 -Lesson 3 End behavior of rational functions Objectives: Students will be able to: Determine end behavior by dividing and seeing what terms drop out as x Know that there will be

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

Anticipated workload: 6 hours Summer Packets are due Thursday, August 24, 2017 Summer Assignment Quiz (including a unit circle quiz) the same day

Anticipated workload: 6 hours Summer Packets are due Thursday, August 24, 2017 Summer Assignment Quiz (including a unit circle quiz) the same day Dear AP Calculus BC student, Hello and welcome to the wonderful world of AP Calculus! I am excited that you have elected to take an accelerated mathematics course such as AP Calculus BC and would like

More information

Lesson Objectives. Lesson 32 - Limits. Fast Five. Fast Five - Limits and Graphs 1/19/17. Calculus - Mr Santowski

Lesson Objectives. Lesson 32 - Limits. Fast Five. Fast Five - Limits and Graphs 1/19/17. Calculus - Mr Santowski Lesson 32 - Limits Calculus - Mr Santowski 1/19/17 Mr. Santowski - Calculus & IBHL 1 Lesson Objectives! 1. Define limits! 2. Use algebraic, graphic and numeric (AGN) methods to determine if a limit exists!

More information

Summer AP Assignment Coversheet Falls Church High School

Summer AP Assignment Coversheet Falls Church High School Summer AP Assignment Coversheet Falls Church High School Course: AP Calculus AB Teacher Name/s: Veronica Moldoveanu, Ethan Batterman Assignment Title: AP Calculus AB Summer Packet Assignment Summary/Purpose:

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

Calculus Summer Math Practice. 1. Find inverse functions Describe in words how you use algebra to determine the inverse function.

Calculus Summer Math Practice. 1. Find inverse functions Describe in words how you use algebra to determine the inverse function. 1 Calculus 2017-2018: Summer Study Guide Mr. Kevin Braun (kbraun@bdcs.org) Bishop Dunne Catholic School Calculus Summer Math Practice Please see the math department document for instructions on setting

More information

Geometry Summer Assignment 2018

Geometry Summer Assignment 2018 Geometry Summer Assignment 2018 The following packet contains topics and definitions that you will be required to know in order to succeed in Geometry this year. You are advised to be familiar with each

More information

https://sites.google.com/site/dhseisen/

https://sites.google.com/site/dhseisen/ Name: Calculus AP - Summer Assignment 2017 All questions and concerns related to this assignment should be directed to Ms. Eisen on or before Wednesday, June 21, 2017. If any concerns should arise over

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

Calculus (Math 1A) Lecture 6

Calculus (Math 1A) Lecture 6 Calculus (Math 1A) Lecture 6 Vivek Shende September 5, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We introduced limits, and discussed slopes

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

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

Information Page. Desmos Graphing Calculator IXL Username: Password: gothunder

Information Page. Desmos Graphing Calculator  IXL  Username: Password: gothunder i Information Page Class Website: http://padlet.com/william_kaden/algebra2stem Has PDFs of assignments. Additionally they can sometimes be found on Skyward. Desmos Graphing Calculator http://www.desmos.com/

More information

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

More information

O.K. But what if the chicken didn t have access to a teleporter.

O.K. But what if the chicken didn t have access to a teleporter. The intermediate value theorem, and performing algebra on its. This is a dual topic lecture. : The Intermediate value theorem First we should remember what it means to be a continuous function: A function

More information

1.3 Limits and Continuity

1.3 Limits and Continuity .3 Limits and Continuity.3. Limits Problem 8. What will happen to the functional values of as x gets closer and closer to 2? f(x) = Solution. We can evaluate f(x) using x values nearer and nearer to 2

More information

5.4 - Quadratic Functions

5.4 - Quadratic Functions Fry TAMU Spring 2017 Math 150 Notes Section 5.4 Page! 92 5.4 - Quadratic Functions Definition: A function is one that can be written in the form f (x) = where a, b, and c are real numbers and a 0. (What

More information

AP Calculus AB Summer Review Packet

AP Calculus AB Summer Review Packet AP Calculus AB Summer Review Packet Welcome to AP Calculus! This packet contains a set of problems that serve as a prerequisite for AP Calculus. These background skills are extremely important. Many times

More information

( ) = 1 x. g( x) = x3 +2

( ) = 1 x. g( x) = x3 +2 Rational Functions are ratios (quotients) of polynomials, written in the form f x N ( x ) and D x ( ) are polynomials, and D x ( ) does not equal zero. The parent function for rational functions is f x

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1),

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), 4.-4.6 1. Find the polynomial function with zeros: -1 (multiplicity ) and 1 (multiplicity ) whose graph passes

More information

Infinite Limits. By Tuesday J. Johnson

Infinite Limits. By Tuesday J. Johnson Infinite Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Graphing functions Working with inequalities Working with absolute values Trigonometric

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

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

2, or x 5, 3 x 0, x 2

2, or x 5, 3 x 0, x 2 Pre-AP Algebra 2 Lesson 2 End Behavior and Polynomial Inequalities Objectives: Students will be able to: use a number line model to sketch polynomials that have repeated roots. use a number line model

More information

What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle:

What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle: What is calculus? Consider the way that Archimedes figured out the formula for the area of a circle: Calculus involves formally describing what happens as a value becomes infinitesimally small (or large).

More information

Instructor Notes for Chapters 3 & 4

Instructor Notes for Chapters 3 & 4 Algebra for Calculus Fall 0 Section 3. Complex Numbers Goal for students: Instructor Notes for Chapters 3 & 4 perform computations involving complex numbers You might want to review the quadratic formula

More information

SESSION 6 Trig. Equations and Identities. Math 30-1 R 3. (Revisit, Review and Revive)

SESSION 6 Trig. Equations and Identities. Math 30-1 R 3. (Revisit, Review and Revive) SESSION 6 Trig. Equations and Identities Math 30-1 R 3 (Revisit, Review and Revive) 1 P a g e 2 P a g e Mathematics 30-1 Learning Outcomes Specific Outcome 5: Solve, algebraically and graphically, first

More information

Summer Assignment Directions:

Summer Assignment Directions: Name: Block: Date: AP Calculus AB Summer Assignment Mr. Carter Welcome to AP Calculus AB! This fall will begin an exciting, challenging journey through the world of mathematics. You will challenge yourself

More information

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions Rational Functions A rational function f (x) is a function which is the ratio of two polynomials, that is, Part 2, Polynomials Lecture 26a, Rational Functions f (x) = where and are polynomials Dr Ken W

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

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

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

AP CALCULUS AB SUMMER ASSIGNMNET NAME: READ THE FOLLOWING DIRECTIONS CAREFULLY

AP CALCULUS AB SUMMER ASSIGNMNET NAME: READ THE FOLLOWING DIRECTIONS CAREFULLY AP CALCULUS AB SUMMER ASSIGNMNET NAME: READ THE FOLLOWING DIRECTIONS CAREFULLY 1. This packet is to be handed in on the first day of school. 2. All work must be shown in the space provided in the packet.

More information

AP Calculus AB Summer Preparation

AP Calculus AB Summer Preparation AP Calculus AB Summer Preparation Name Topic #1: GRAPHING CALCULATOR SKILLS All students are required to have a graphing calculator (GC) for use with our course. Our course is taught with the Texas Instrument

More information

L Hopital s Rule. We will use our knowledge of derivatives in order to evaluate limits that produce indeterminate forms.

L Hopital s Rule. We will use our knowledge of derivatives in order to evaluate limits that produce indeterminate forms. L Hopital s Rule We will use our knowledge of derivatives in order to evaluate its that produce indeterminate forms. Main Idea x c f x g x If, when taking the it as x c, you get an INDETERMINATE FORM..

More information

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved.

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved. Analytic Trigonometry Copyright Cengage Learning. All rights reserved. 7.1 Trigonometric Identities Copyright Cengage Learning. All rights reserved. Objectives Simplifying Trigonometric Expressions Proving

More information

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2013/2014 Review of Precalculus Concepts Introduction Math 121: Calculus 1 - Fall 201/2014 Review of Precalculus Concepts Welcome to Math 121 - Calculus 1, Fall 201/2014! This problems in this packet are designed to help you review the topics

More information

S56 (5.3) Further Calculus.notebook March 24, 2016

S56 (5.3) Further Calculus.notebook March 24, 2016 Daily Practice 16.3.2016 Today we will be learning how to differentiate using the Chain Rule. Homework Solutions Video online - please mark 2009 P2 Polynomials HW Online due 22.3.16 We use the Chain Rule

More information

Calculus Honors and Introduction to Calculus

Calculus Honors and Introduction to Calculus Calculus Honors and Introduction to Calculus Name: This summer packet is for students entering Calculus Honors or Introduction to Calculus in the Fall of 015. The material represents concepts and skills

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

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

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

L Hopital s Rule. We will use our knowledge of derivatives in order to evaluate limits that produce indeterminate forms.

L Hopital s Rule. We will use our knowledge of derivatives in order to evaluate limits that produce indeterminate forms. L Hopital s Rule We will use our knowledge of derivatives in order to evaluate its that produce indeterminate forms. Indeterminate Limits Main Idea x c f x g x If, when taking the it as x c, you get an

More information

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Winter 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Winter 01/01! This problems in this packet are designed to help you review the topics from

More information