arb where a A, b B and we say a is related to b. Howdowewritea is not related to b? 2Rw 1Ro A B = {(a, b) a A, b B}

Size: px
Start display at page:

Download "arb where a A, b B and we say a is related to b. Howdowewritea is not related to b? 2Rw 1Ro A B = {(a, b) a A, b B}"

Transcription

1 Functions Functions play an important role in mathematics as well as computer science. A function is a special type of relation. So what s a relation? A relation, R, from set A to set B is defined as arb where a A, b B and we say a is related to b. Howdowewritea is not related to b? Eample I = {(a, b) a {, 2, 3, 4, 5},b is a letter in the name of the number a. } 2Rw Ro Eample 2 How many possible (a, b) pairs are there? How many are there really? There (a, b) pairs are elements in a set A B. They are ordered pairs. Thus (a, b) =(c, d) iff what? We define the product of sets as A B = {(a, b) a A, b B}

2 Eample 3 If A = {, y, z},b = {2, 3} find the set A B. How many elements are there? Can we make that a rule if we call A = the number of elements in set A? Eample 4 What s R 2? Eample 5 What s [0, ] [, 3]? Eample 6 Sketch the above eamples. Do the coordinate diagram last. Now we can say arb A B Why? Define Range and Domain of a relation and illustrate them on an arrow diagram and a graph for the relation arb = {(, 2), (, 3), (, ), (w, 3), (m, n)} Why is that not a good computer thing we drew? That s why it s not a function, it s just a relation. We mentions equivalence relation last quarter but they are important here again so I will repeat the definition.

3 . Equivalence Relations A relation arb A A that satisfies these properties Refleive ara Symmetric If arb then bra Transitive If arb and brc then arc is called an equivalence relation. Eample 7 a b mod 3 is an equivalence relation, justify. Eample 8 Is less than, <, an equivalence relation? What about? Eample 9 Find an equivalence relation for the set {, 2, 3, 4, 5, 6, 7, 8, 9, 0} In each equivalence relation that you found for the last eample, you partitioned the set into equivalence classes If arb is an equivalence class on A, doesit always partition A does it always partition the set A into equivalence classes A i? Note that A i A j = A = n i=a i

4 How can we name these equivalence classes? [a] ={ A, ar} So we can call [a] the set of elements equivalent to a. Eample 0 Describe the set of equivalence classes of the relation a b mod 4 The set of all equivalent classes [a] is called the quotient set of A by R and is denoted by A/R Eample Describe the above set of equivalence classes as a quotient set. Eample 2 If A = {a, b, c, d, e, f, g} and the equivalence relation {(a, b), (b, c), (e, j), (e, g), (d, d)} arb what s A/R? Eample 3 If A = Z + and arb = {a and b share a factor} what s Z + /R?

5 .2 The Partition Theorem Let R be an equivalence relation on a set A. The quotient set of A by R is a partition of A. Every element of A belongs to an equivalence class (only one) and if [a] 6= [b], then[a] and [b] are disjoint. Prove the partition theorem..2. Homework 5. a,b,c, 2b,d 3a,b,c, 4, 6a,b,c, Submit 4, 6a for Monday Read section 5.

6 So what makes a relation a function? If we think of a function as a machine that requires an input and then produces an output is the eample arb = {(a, ), (b, ), (e, 3), (e, 2), (c, 4)} auseful machine? That relation above is not a function because we don t have one answer to a question, that is, there is two outputs for one input. So a function maps every element in the domain onto only one element in the range. The range is a subset of the codomain. What s the difference between the codomain and the range? Eample 4 Let the function in question be f : Z Z + be defined as f() = 2. What is the domain, range and codomain in this case? What is the image of 3? What is the value of f at =2?We can say that f maps 2 into what? What elements are in the codomain but not in the range? Read the Notes 5. and 5.2 in the tet..3 Split Functions Sometimes called piecewise functions.

7 Eample 5 f() = < <2 2 2 < Define the domain, range, and codomain of the above split function. Eample 6 What is the image of, 0,, 5 under the function shown above. Of course many functions do not map numbers to numbers. There are instances when the domain is the set of character strings. Eample 7 Call the function CNT assign to a character string the number of words in the string. That is CNT( You are the weakest link, goodbye. ) = 6. What are the domain and range? Of course a function doesn t have to have just one input. Eample 8 f(, y) = 2 sin y

8 y What are the domain, range, codomain of the function? Find f(2, π)? Eample 9 What about MAX(, y) which is defined as the larger of the two numbers? MAX : R R R Eample 20 Call DED : S Z + {yes, no} the function that determines whether the integer is larger than the length of the character string. Find DED( Usonian Houses,6).3. Homework Section 5.2 read all, #-, submit 6, 8a for Tuesday.

9 2 Graphs of Functions Graphs of functions are visual representation. We have already seen coordinate diagrams, used when the domain and range of the function are finite sets. We have seen arrow diagrams. The graphs you are probably most familiar with are of functions where the domain and range are subsets of the real numbers. Eample 2 Graph the function y = What are the domain and range? The function y = 2 is an eample of a polynomial. The general polynomial can be written as y = a 0 + a + a a a n n nx = a i i i=0 and is considered an nth order polynomial. We can see that the graph above has two roots, that is, s that make the y value zero. This property can be

10 etrapolated to the nth order polynomial. That is, an nth order polynomial has at most n roots. It might have less. Also, for any given nth order polynomial, if n is odd, the polynomial has at least one root and its range is all the reals. The domain of all polynomials is all the real numbers. Eample 22 Sketch an eample of an 5th order polynomial and a first order polynomial. Eample 23 Give an eample of a polynomial with no roots. 2. Vertical line test We can determine whether a graph represents a function by using the vertical line test. If any vertical line crosses the graph only once, then the graph is a function. Why can I say the graph is a function? Read eample 5.6 of the tet and remember the open and closed dots we first learned with split functions. 2.2 Intercepts and Asymptotes A graph can intercept the or y ais. A graph can have many intercepts, roots, but at most one y

11 intercept. To find the intercept, set y=0, to find the y intercept, set =0. Eample 24 Find all the intercepts of the function y = and use them to sketch the graph of the parabola. An asymptote of a graph is a line that the graph approaches as the magnitude of grows ever larger, ( horizontal asymptote) or an value that when approached makes the y value approach infinity, (vertical asymptote). Eample 25 Find the asymptotes of the function y = Increasing and Decreasing Increasing and Decreasing are always read left to right and can refer to an interval. y = 2 is increasing on the interval (0, ) anddecreasingontheinterval (, 0). What happens at =0? Definition of increasing on an interval, I. Definition of decreasing on an interval, I.

12 Eample: Is the absolute value function increasingontheinterval[ 2, 3]? Note: website. Thereisagraphingfunctiononthe Consider the function y = sin( )

13 3 Even and Odd functions These terms refer to the symmetry of a function. For eample y = 4 is an even function because it is symmetrical about the y-ais. Whereas y = 5 is odd because you can fold it on the -ais and then the y-ais in a kind a odd way. ( or 80 degree rotation) The formal math definitions are: Even Function Odd Function A function could also be neither even nor odd such as the line y =2 +3 Eample: Prove the function < 2 f() = < is even Homework Section 5.3, #2-6, Submit 4,6 for Thursday before the quiz.. 4 Classes of Functions We have already introduced the class of functions called polynomials. Another is

14 4. Rational Functions Rational functions are made from the ratio of two polynomials, P (),Q() f() = P () Q() Remember that we might have vertical asymptotes when Q() =0. Eample 26 Find the vertical and horizontal asymptotes of the rational function y = Limits To introduce the idea of limits, consider the function f() = What happens to the y-value of y = f() as the -value gets closer and closer to? We can t just get the y-value for =because f() is not defined. We can tdividebyzero. Butwecanputinan-value close to, say =.00. We could get closer than that really, try =.000. In fact any number close to that you choose, I can get one closer. What we want to know is what does the y-value look like it is becoming as the -value moves closer and closer to

15 . If we chart it we get f(.) = f(.0) = 0 f(.00) = 00 f(.000) = 000. f( ) = So it looks like as the -value gets closer to, the y-valuegoestoinfinity. In the chart above we are only approaching =from one side, from the positive numbers. If we approach from the negative side say f(0.99) andsoonweseethatitlookslikethey-value approaches infinity. Try it yourself with a calculator. The notation of limits looks like this: lim a f() =L where a is the number that the -value is getting closer and closer to. f() is the function in question and L is the number that the y-value looks like it is approaching. Note that the -value never really has to get to a and the y-value never really has to get to L. L canbeafinite number or it can be undefined or ±. We say the limit of f of as approaches a for lim a f(). Using this notation with our f() we can

16 write lim =+ Look at eamples 5.23 and 5.24 in the tet and read section 5.4 entirely. If we have the graph of a function we can just check what the y-value of the function looks like it is approaching. We can see from the graph that as the -value approaches from both sides that the y-value goes to +. What about the limit lim Now as approaches infinity what does the y-value approach? If you try the chart method it seems that the y-value approaches. But the chart method is

17 not a proof, it s just an indication of the answer. To solve the limit computationally multiply the function by = and rewrite the problem as lim = lim Now we see that as the -value get larger and larger the part goes to zero. (Try it with a calculator) Therefore lim = 0 = so the limit approaches. This is confirmed by the graph above. Eample Q? Solve lim +2 2 Eample Q? Solve 2 2 lim A. If we plug = into the numerator we

18 get. If we plug = into the denominator we get. Thereforef(a) =, a Problem Limit. Because it is a polynomial over a polynomial and,one technique is to multiply top and bottom by 3 3 which is chosen because the highest power of in the whole function is 3. We also see that we are really just multiplying by, so we re not changing the value of the function, just it s appearance. Our result will be more algebraically convenient. 2 2 lim = lim The beauty of this technique is that now all the s are the denominators of fractions and we see from the list that = 2 = = 2 =0. Therefore lim = lim +0 0 = lim 0 =0 2 3 Wecanuseacalculatortocheckiftheansweris correct. Of course we can t put into our calculator but we could try = 000 and see if we get a result close to zero. Try it and see. Eample

19 Q? Solve µ 2 lim ( 3) 2 A. From the list we see that =0and we know that 3=, so we have a Problem Limit in the form of (0) µ ( ). Note that lim ( 3) = lim = lim 2 6 =2 0=2 Some important algebraic techniques to handle limits taught thru eample: Eample 27 lim Eample 28 lim 2 ( ) 2 2 In the end we will use limits to evaluate Horizontal asymptotes for rational functions. The rational function f() = P () Q() has the horizon-

20 tal asymptote y = b if lim ± 4.3 Eponential Functions P () Q() = b We are talking about y = a functions where a>0. We have three cases, 0 <a< a = a> Graph them What does it mean when we raise 2? We know what we mean when =3, that is raised to a positive integer. We know what we mean when we raise a number to a negative integer. 2 5 What about rational numbers? that is in general a p q = q p p a = q (ap ) and if it s a negative rational number, we invoke

21 the reciprocal idea. Is every type of eponent covered? No, we left out irrational numbers as eponents. What to do? If we graphed what we have now for say, y =2 we get Laws of Eponents a +y a y (a ) y (ab) 5 π 0 s country cousin e Everybody knows π as an irrational number. It has a movie, books about it. But e = is another special irrational number that comes into its own

22 when we talk about eponential functions. That is, y = e function occurs in mathematics in every subdiscipline. If we graph the curves, y =2.5,y = e,y =3, Two definitions of the number e As h approaches zero e h = h As n approaches infinity µ + n n = e What s so special about the curve y = e? It is the only curve (ecept) that is it s own slope function, the tangent slope of the curve is the y-value. 5.. Homework Section 5.4, - 7, Submit 4 and 6.

23 6 New Functions From Old Functions We can make new functions from old ones by adding them, subtracting them, multiplying them or dividing them. (f + g)() =f()+g() (f g)() =f() g() (fg)() =f()g() ( f )() =f() g g() Eample Q? If f() = 2,g() = +2find ( f g )(). A. ( f 2 g )() = +2, note that both original functions, f(),g(), can accept any -value ( Remember Domain) but the new function can not accept = 2 because it would mean dividing by zero. Another way to combine old functions and make new ones is through function composition. That is, putting one function inside another. When I see h() =sin( +2)I see the function g() = +2 inside the function f() =sin(). I can write h() = f(g()) = (f g)(). The g() function is inside the f() function. Eample

24 Q? Find f(g()) and g(f()) if f() =cos() and g() = 2 +3 A. If f() =cos() then f(a) =cos(a) and f(g) =cos(g). So f(g()) = cos(g()) = cos( 2 +3). Nowusingthesametypeofarguments,g() = 2 +3 so g(a) =A 2 +3A. Therefore g(f) =f 2 +3f and g(f()) = (f()) 2 +3f() =(cos()) 2 +3cos() 7 Inverse Functions We know what it means for a relation to be a function. Every input maps to only one output, it passes the vertical line test. But not every function has an inverse. A function has no inverse if there are outputs that are mapped to by different inputs such as in the case of y = 2. If a function has an inverse then we can determine the input if we know the output. For eample if the function f() = 3 7 gave an output of 20 what was the input? What about if the output was 5.67? How are you solving this? The function you are using is the inverse, f (). Find it algebraically. Graphically, a function has an inverse if it passes the horizontal line test. A function that has an

25 inverseissaidtobeaone to one function. That means every one input goes to only one output. In math we can write 6= 2 f( ) 6= f( 2 ) Prove the eample above is a one to one function. Begin by assuming that 6= 2 but f( )=f( 2 ) and prove by contradiction. Of course that makes good sense because we already found the inverse and we can draw the graph and show it passes the horizontal line test. So let s say a function, y = f() is one-to-one with domain A and range B. The inverse function, f (y) =, has domain B and range A. Notice how the range and domain switch places. So what s f (f(a)) = f(f (b)) = and where does the a and b come from? So we know how to algebraically get f () from f() but how do we get the graph of the inverse from the original graph?

26 As an eample of the technique, sketch the graph of y = e and then find its inverse.

27 8 Logarithms The logarithm function, y =log b () is defined for all b>0,b6=, where b is the base. The graph looks like for all b s. We can see that the range is all the reals and the domain is (0, ). This introduces a new complication into our find the domain of the function questions. Before this we worried about not dividing by zero and not taking the square root of a negative number. Wealsohavetomakesurenottotakethe log of zero or a negative number. So what s logarithm? Well, when I write log b () I am saying What do I have to raise b to, to get?. In other words y =log b () is equivalent to b y = Ifthereisnobasewritten,itisassumedtobe base 0, like on your calculator. That is, log(00) = 2.

28 Eample Q? Evaluate log 2 (6). A. What number do I have to raise 2 to to get 6?, Well 4, since 2 4 =6 Eample Q? Evaluate log 3 ( 27 ). A. What number do I have to raise 3 to to get 27?, Well it must be negative to make the fraction over and note that 3 3 =27, therefore log 3 ( 27 )= 3. That is 3 3 =27. Eample Q? Evaluate log 29 (29). A. What number do I have to raise 29 to to get 29?, Well, since 29 =29. This would have been the answer for any base, not just 29. Eample Q? Evaluate log 7 (). A. What number do I have to raise 7 to to get?, Well 0, since 7 0 =. Thiswouldhavebeen the answer for any base, not just 7.

29 8. The Natural Logarithm, ln() The logarithmic function y =log e () occurs so often that it was given its own symbol, ln(). That is ln() =log e (). The rules for regular log s apply for ln() also. The function y =ln() is the inverse function to y = e, that is, they undo each other. ln(e )= e ln() = We will use this fact to solve for. Try taking the ln(e 7 ) on your calculator. Your calculator probably only has log base 0, log(), and base e, ln(). Eample Q? Solve for, e 2 2 =7 A. Take the ln() of both sides. e 2 2 =7 ln(e 2 2 )=ln(7) 2 2=ln(7) 2 =ln(7)+2 = ln(7) Note that ln(7) can be approimated on a calculator, it s just a decimal number and is treated as such in the above algebra. Eample

30 Q? Solve for, ln( 7) = 29 Eample Q? Find the domain of the function y = ln( 2) A. There is no root sign. In order not to divide by zero, ln( 2) 6= 0 e ln( 2) 6= e 0 2 6= 6= 3 Now we just have to worry about only taking the ln() of a strictly positive number, that is, 2 > 0, > 2. Therefore the domain of the function is (2, 3) (3, ). Section 5.5, #,6,7a,0,,2. Submit 6a,0a,2a, d, e, f Friday.

If a function has an inverse then we can determine the input if we know the output. For example if the function

If a function has an inverse then we can determine the input if we know the output. For example if the function 1 Inverse Functions We know what it means for a relation to be a function. Every input maps to only one output, it passes the vertical line test. But not every function has an inverse. A function has no

More information

AP Calculus AB Summer Assignment

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

More information

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

Algebra Review. Unit 7 Polynomials

Algebra Review. Unit 7 Polynomials Algebra Review Below is a list of topics and practice problems you have covered so far this semester. You do not need to work out every question on the review. Skip around and work the types of questions

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

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

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

More information

UNIT 3. Rational Functions Limits at Infinity (Horizontal and Slant Asymptotes) Infinite Limits (Vertical Asymptotes) Graphing Rational Functions

UNIT 3. Rational Functions Limits at Infinity (Horizontal and Slant Asymptotes) Infinite Limits (Vertical Asymptotes) Graphing Rational Functions UNIT 3 Rational Functions Limits at Infinity (Horizontal and Slant Asymptotes) Infinite Limits (Vertical Asymptotes) Graphing Rational Functions Recall From Unit Rational Functions f() is a rational function

More information

AP Calculus AB Summer Assignment

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

More information

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra COUNCIL ROCK HIGH SCHOOL MATHEMATICS A Note Guideline of Algebraic Concepts Designed to assist students in A Summer Review of Algebra [A teacher prepared compilation of the 7 Algebraic concepts deemed

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

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

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable.

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable. C H A P T E R 6 Algebra Review This chapter reviews key skills and concepts of algebra that you need to know for the SAT. Throughout the chapter are sample questions in the style of SAT questions. Each

More information

AP Calculus I Summer Packet

AP Calculus I Summer Packet AP Calculus I Summer Packet This will be your first grade of AP Calculus and due on the first day of class. Please turn in ALL of your work and the attached completed answer sheet. I. Intercepts The -intercept

More information

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have Math 10 Final Eam Review 1. 4 5 6 5 4 4 4 7 5 Worked out solutions. In this problem, we are subtracting one polynomial from another. When adding or subtracting polynomials, we combine like terms. Remember

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 07-08 Summer Assignment Welcome to AP Calculus AB! You are epected to complete the attached homework assignment during the summer. This is because of class time constraints and the amount

More information

UNIT 3. Recall From Unit 2 Rational Functions

UNIT 3. Recall From Unit 2 Rational Functions UNIT 3 Recall From Unit Rational Functions f() is a rational function if where p() and q() are and. Rational functions often approach for values of. Rational Functions are not graphs There various types

More information

ACCUPLACER MATH 0310

ACCUPLACER MATH 0310 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 00 http://www.academics.utep.edu/tlc MATH 00 Page Linear Equations Linear Equations Eercises 5 Linear Equations Answer to

More information

LIMITS AND DERIVATIVES

LIMITS AND DERIVATIVES 2 LIMITS AND DERIVATIVES LIMITS AND DERIVATIVES 2.2 The Limit of a Function In this section, we will learn: About limits in general and about numerical and graphical methods for computing them. THE LIMIT

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

Things to remember: x n a 1. x + a 0. x n + a n-1. P(x) = a n. Therefore, lim g(x) = 1. EXERCISE 3-2

Things to remember: x n a 1. x + a 0. x n + a n-1. P(x) = a n. Therefore, lim g(x) = 1. EXERCISE 3-2 lim f() = lim (0.8-0.08) = 0, " "!10!10 lim f() = lim 0 = 0.!10!10 Therefore, lim f() = 0.!10 lim g() = lim (0.8 - "!10!10 0.042-3) = 1, " lim g() = lim 1 = 1.!10!0 Therefore, lim g() = 1.!10 EXERCISE

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

ACCUPLACER MATH 0311 OR MATH 0120

ACCUPLACER MATH 0311 OR MATH 0120 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 0 OR MATH 00 http://www.academics.utep.edu/tlc MATH 0 OR MATH 00 Page Factoring Factoring Eercises 8 Factoring Answer to Eercises

More information

CHAPTER 1: Functions

CHAPTER 1: Functions CHAPTER 1: Functions 1.1: Functions 1.2: Graphs of Functions 1.3: Basic Graphs and Symmetry 1.4: Transformations 1.5: Piecewise-Defined Functions; Limits and Continuity in Calculus 1.6: Combining Functions

More information

5.6 Asymptotes; Checking Behavior at Infinity

5.6 Asymptotes; Checking Behavior at Infinity 5.6 Asymptotes; Checking Behavior at Infinity checking behavior at infinity DEFINITION asymptote In this section, the notion of checking behavior at infinity is made precise, by discussing both asymptotes

More information

CALCULUS BASIC SUMMER REVIEW

CALCULUS BASIC SUMMER REVIEW NAME CALCULUS BASIC SUMMER REVIEW Slope of a non vertical line: rise y y y m run Point Slope Equation: y y m( ) The slope is m and a point on your line is, ). ( y Slope-Intercept Equation: y m b slope=

More information

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation?

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation? Algebra Concepts Equation Solving Flow Chart Page of 6 How Do I Solve This Equation? First, simplify both sides of the equation as much as possible by: combining like terms, removing parentheses using

More information

Algebra Final Exam Review Packet

Algebra Final Exam Review Packet Algebra 1 00 Final Eam Review Packet UNIT 1 EXPONENTS / RADICALS Eponents Degree of a monomial: Add the degrees of all the in the monomial together. o Eample - Find the degree of 5 7 yz Degree of a polynomial:

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

Introduction to Rational Functions

Introduction to Rational Functions Introduction to Rational Functions The net class of functions that we will investigate is the rational functions. We will eplore the following ideas: Definition of rational function. The basic (untransformed)

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

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

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions Chapter 2 Polynomial and Rational Functions Overview: 2.2 Polynomial Functions of Higher Degree 2.3 Real Zeros of Polynomial Functions 2.4 Complex Numbers 2.5 The Fundamental Theorem of Algebra 2.6 Rational

More information

Unit 4 Day 8 Symmetry & Compositions

Unit 4 Day 8 Symmetry & Compositions Unit 4 Day 8 Symmetry & Compositions Warm Up Day 8 1. f ( ) 4 3. g( ) 4 a. f(-1)= a. -g()= b. f(3)= b. g(+y)= c. f(-y)= c. g(-)= 3. Write and graph an equation that has the following: -Nonremovable discontinuity

More information

Module 2, Section 2 Solving Equations

Module 2, Section 2 Solving Equations Principles of Mathematics Section, Introduction 03 Introduction Module, Section Solving Equations In this section, you will learn to solve quadratic equations graphically, by factoring, and by applying

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETR Some Key Concepts:. The slope and the equation of a straight line. Functions and functional notation. The average rate of change of a function and the DIFFERENCE-

More information

GUIDED NOTES 5.6 RATIONAL FUNCTIONS

GUIDED NOTES 5.6 RATIONAL FUNCTIONS GUIDED NOTES 5.6 RATIONAL FUNCTIONS LEARNING OBJECTIVES In this section, you will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identify

More information

AP Calculus BC Summer Assignment 2018

AP Calculus BC Summer Assignment 2018 AP Calculus BC Summer Assignment 018 Name: When you come back to school, I will epect you to have attempted every problem. These skills are all different tools that we will pull out of our toolbo at different

More information

MORE CURVE SKETCHING

MORE CURVE SKETCHING Mathematics Revision Guides More Curve Sketching Page of 3 MK HOME TUITION Mathematics Revision Guides Level: AS / A Level MEI OCR MEI: C4 MORE CURVE SKETCHING Version : 5 Date: 05--007 Mathematics Revision

More information

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

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

More information

Precalculus Notes: Functions. Skill: Solve problems using the algebra of functions.

Precalculus Notes: Functions. Skill: Solve problems using the algebra of functions. Skill: Solve problems using the algebra of functions. Modeling a Function: Numerical (data table) Algebraic (equation) Graphical Using Numerical Values: Look for a common difference. If the first difference

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

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

AP CALCULUS AB SUMMER ASSIGNMENT

AP CALCULUS AB SUMMER ASSIGNMENT AP CALCULUS AB SUMMER ASSIGNMENT 06-07 Attached is your summer assignment for AP Calculus (AB). It will probably take you - hours to complete depending on how well you know your material. I would not do

More information

Limits and Continuity

Limits and Continuity Limits and Continuity Philippe B. Laval Kennesaw State University January 2, 2005 Contents Abstract Notes and practice problems on its and continuity. Limits 2. Introduction... 2.2 Theory:... 2.2. GraphicalMethod...

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

4.3 1st and 2nd derivative tests

4.3 1st and 2nd derivative tests CHAPTER 4. APPLICATIONS OF DERIVATIVES 08 4.3 st and nd derivative tests Definition. If f 0 () > 0 we say that f() is increasing. If f 0 () < 0 we say that f() is decreasing. f 0 () > 0 f 0 () < 0 Theorem

More information

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

More information

October 27, 2018 MAT186 Week 3 Justin Ko. We use the following notation to describe the limiting behavior of functions.

October 27, 2018 MAT186 Week 3 Justin Ko. We use the following notation to describe the limiting behavior of functions. October 27, 208 MAT86 Week 3 Justin Ko Limits. Intuitive Definitions of Limits We use the following notation to describe the iting behavior of functions.. (Limit of a Function A it is written as f( = L

More information

Math Analysis/Honors Math Analysis Summer Assignment

Math Analysis/Honors Math Analysis Summer Assignment Math Analysis/Honors Math Analysis Summer Assignment To be successful in Math Analysis or Honors Math Analysis, a full understanding of the topics listed below is required prior to the school year. To

More information

Complete your Parent Function Packet!!!!

Complete your Parent Function Packet!!!! PARENT FUNCTIONS Pre-Ap Algebra 2 Complete your Parent Function Packet!!!! There are two slides per Parent Function. The Parent Functions are numbered in the bottom right corner of each slide. The Function

More information

Calculus I Practice Test Problems for Chapter 2 Page 1 of 7

Calculus I Practice Test Problems for Chapter 2 Page 1 of 7 Calculus I Practice Test Problems for Chapter Page of 7 This is a set of practice test problems for Chapter This is in no way an inclusive set of problems there can be other types of problems on the actual

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

STANDARDS OF LEARNING CONTENT REVIEW NOTES HONORS ALGEBRA II. 1 st Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES HONORS ALGEBRA II. 1 st Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES HONORS ALGEBRA II 1 st Nine Weeks, 2016-2017 OVERVIEW Algebra II Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying

Math ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying Math 1050 2 ~ Exam #1 Review Guide* *This is only a guide, for your benefit, and it in no way replaces class notes, homework, or studying General Tips for Studying: 1. Review this guide, class notes, the

More information

Section 1.2 A Catalog of Essential Functions

Section 1.2 A Catalog of Essential Functions Page 1 of 6 Section 1. A Catalog of Essential Functions Linear Models: All linear equations have the form y = m + b. rise change in horizontal The letter m is the slope of the line, or. It can be positive,

More information

Calculus Summer TUTORIAL

Calculus Summer TUTORIAL Calculus Summer TUTORIAL The purpose of this tutorial is to have you practice the mathematical skills necessary to be successful in Calculus. All of the skills covered in this tutorial are from Pre-Calculus,

More information

Revision notes for Pure 1(9709/12)

Revision notes for Pure 1(9709/12) Revision notes for Pure 1(9709/12) By WaqasSuleman A-Level Teacher Beaconhouse School System Contents 1. Sequence and Series 2. Functions & Quadratics 3. Binomial theorem 4. Coordinate Geometry 5. Trigonometry

More information

9.5 HONORS Determine Odd and Even Functions Graphically and Algebraically

9.5 HONORS Determine Odd and Even Functions Graphically and Algebraically 9.5 HONORS Determine Odd and Even Functions Graphically and Algebraically Use this blank page to compile the most important things you want to remember for cycle 9.5: 181 Even and Odd Functions Even Functions:

More information

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems Math 5 T-Limits Page MATH 5 TOPIC LIMITS A. Basic Idea of a Limit and Limit Laws B. Limits of the form,, C. Limits as or as D. Summary for Evaluating Limits Answers to Eercises and Problems Math 5 T-Limits

More information

Solutions to Math 41 First Exam October 18, 2012

Solutions to Math 41 First Exam October 18, 2012 Solutions to Math 4 First Exam October 8, 202. (2 points) Find each of the following its, with justification. If the it does not exist, explain why. If there is an infinite it, then explain whether it

More information

Maths A Level Summer Assignment & Transition Work

Maths A Level Summer Assignment & Transition Work Maths A Level Summer Assignment & Transition Work The summer assignment element should take no longer than hours to complete. Your summer assignment for each course must be submitted in the relevant first

More information

Functions If (x, y 1 ), (x, y 2 ) S, then y 1 = y 2

Functions If (x, y 1 ), (x, y 2 ) S, then y 1 = y 2 Functions 4-3-2008 Definition. A function f from a set X to a set Y is a subset S of the product X Y such that if (, y 1 ), (, y 2 ) S, then y 1 = y 2. Instead of writing (, y) S, you usually write f()

More information

Rational Functions 4.5

Rational Functions 4.5 Math 4 Pre-Calculus Name Date Rational Function Rational Functions 4.5 g ( ) A function is a rational function if f ( ), where g ( ) and ( ) h ( ) h are polynomials. Vertical asymptotes occur at -values

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.4 Indeterminate Forms and L Hospital s Rule In this section, we will learn: How to evaluate functions whose values cannot be found at

More information

SECTION 1.4: FUNCTIONS. (See p.40 for definitions of relations and functions and the Technical Note in Notes 1.24.) ( ) = x 2.

SECTION 1.4: FUNCTIONS. (See p.40 for definitions of relations and functions and the Technical Note in Notes 1.24.) ( ) = x 2. SECTION 1.4: FUNCTIONS (Section 1.4: Functions) 1.18 (See p.40 for definitions of relations and functions and the Technical Note in Notes 1.24.) Warning: The word function has different meanings in mathematics

More information

4.5 Rational functions.

4.5 Rational functions. 4.5 Rational functions. We have studied graphs of polynomials and we understand the graphical significance of the zeros of the polynomial and their multiplicities. Now we are ready to etend these eplorations

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

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Math Review Packet #5 Algebra II (Part 2) Notes

Math Review Packet #5 Algebra II (Part 2) Notes SCIE 0, Spring 0 Miller Math Review Packet #5 Algebra II (Part ) Notes Quadratic Functions (cont.) So far, we have onl looked at quadratic functions in which the term is squared. A more general form of

More information

Course. Print and use this sheet in conjunction with MathinSite s Maclaurin Series applet and worksheet.

Course. Print and use this sheet in conjunction with MathinSite s Maclaurin Series applet and worksheet. Maclaurin Series Learning Outcomes After reading this theory sheet, you should recognise the difference between a function and its polynomial epansion (if it eists!) understand what is meant by a series

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

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

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections.6 and.) 8. Equivalent Inequalities Definition 8. Two inequalities are equivalent

More information

Chapter 5: Limits, Continuity, and Differentiability

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

More information

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

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

More information

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

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

More information

Algebra/Trigonometry Review Notes

Algebra/Trigonometry Review Notes Algebra/Trigonometry Review Notes MAC 41 Calculus for Life Sciences Instructor: Brooke Quinlan Hillsborough Community College ALGEBRA REVIEW FOR CALCULUS 1 TOPIC 1: POLYNOMIAL BASICS, POLYNOMIAL END BEHAVIOR,

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

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

More information

Conceptual Explanations: Radicals

Conceptual Explanations: Radicals Conceptual Eplanations: Radicals The concept of a radical (or root) is a familiar one, and was reviewed in the conceptual eplanation of logarithms in the previous chapter. In this chapter, we are going

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

Chapter 2 Overview: Anti-Derivatives. As noted in the introduction, Calculus is essentially comprised of four operations.

Chapter 2 Overview: Anti-Derivatives. As noted in the introduction, Calculus is essentially comprised of four operations. Chapter Overview: Anti-Derivatives As noted in the introduction, Calculus is essentially comprised of four operations. Limits Derivatives Indefinite Integrals (or Anti-Derivatives) Definite Integrals There

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

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

Intro to Algebra Today. We will learn names for the properties of real numbers. Homework Next Week. Due Tuesday 45-47/ 15-20, 32-35, 40-41, *28,29,38

Intro to Algebra Today. We will learn names for the properties of real numbers. Homework Next Week. Due Tuesday 45-47/ 15-20, 32-35, 40-41, *28,29,38 Intro to Algebra Today We will learn names for the properties of real numbers. Homework Next Week Due Tuesday 45-47/ 15-20, 32-35, 40-41, *28,29,38 Due Thursday Pages 51-53/ 19-24, 29-36, *48-50, 60-65

More information

An Intro to Limits Sketch to graph of 3

An Intro to Limits Sketch to graph of 3 Limits and Their Properties A Preview of Calculus Objectives: Understand what calculus is and how it compares with precalculus.understand that the tangent line problem is basic to calculus. Understand

More information

56 CHAPTER 3. POLYNOMIAL FUNCTIONS

56 CHAPTER 3. POLYNOMIAL FUNCTIONS 56 CHAPTER 3. POLYNOMIAL FUNCTIONS Chapter 4 Rational functions and inequalities 4.1 Rational functions Textbook section 4.7 4.1.1 Basic rational functions and asymptotes As a first step towards understanding

More information

Lesson 5b Solving Quadratic Equations

Lesson 5b Solving Quadratic Equations Lesson 5b Solving Quadratic Equations In this lesson, we will continue our work with Quadratics in this lesson and will learn several methods for solving quadratic equations. The first section will introduce

More information

80 Wyner PreCalculus Spring 2017

80 Wyner PreCalculus Spring 2017 80 Wyner PreCalculus Spring 2017 CHAPTER NINE: DERIVATIVES Review May 16 Test May 23 Calculus begins with the study of rates of change, called derivatives. For example, the derivative of velocity is acceleration

More information

Bishop Kelley High School Summer Math Program Course: Algebra 2 A

Bishop Kelley High School Summer Math Program Course: Algebra 2 A 06 07 Bishop Kelley High School Summer Math Program Course: Algebra A NAME: DIRECTIONS: Show all work in packet!!! The first 6 pages of this packet provide eamples as to how to work some of the problems

More information

Review: Limits of Functions - 10/7/16

Review: Limits of Functions - 10/7/16 Review: Limits of Functions - 10/7/16 1 Right and Left Hand Limits Definition 1.0.1 We write lim a f() = L to mean that the function f() approaches L as approaches a from the left. We call this the left

More information

Rational Functions. A rational function is a function that is a ratio of 2 polynomials (in reduced form), e.g.

Rational Functions. A rational function is a function that is a ratio of 2 polynomials (in reduced form), e.g. Rational Functions A rational function is a function that is a ratio of polynomials (in reduced form), e.g. f() = p( ) q( ) where p() and q() are polynomials The function is defined when the denominator

More information

3.1 Functions. We will deal with functions for which both domain and the range are the set (or subset) of real numbers

3.1 Functions. We will deal with functions for which both domain and the range are the set (or subset) of real numbers 3.1 Functions A relation is a set of ordered pairs (, y). Eample: The set {(1,a), (1, b), (,b), (3,c), (3, a), (4,a)} is a relation A function is a relation (so, it is the set of ordered pairs) that does

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

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

PACKET Unit 4 Honors ICM Functions and Limits 1

PACKET Unit 4 Honors ICM Functions and Limits 1 PACKET Unit 4 Honors ICM Functions and Limits 1 Day 1 Homework For each of the rational functions find: a. domain b. -intercept(s) c. y-intercept Graph #8 and #10 with at least 5 EXACT points. 1. f 6.

More information

The main way we switch from pre-calc. to calc. is the use of a limit process. Calculus is a "limit machine".

The main way we switch from pre-calc. to calc. is the use of a limit process. Calculus is a limit machine. A Preview of Calculus Limits and Their Properties Objectives: Understand what calculus is and how it compares with precalculus. Understand that the tangent line problem is basic to calculus. Understand

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