Where Are Limits Needed in Calculus? Sheraz Iqbal. Ithaca College. May 10, 2012

Size: px
Start display at page:

Download "Where Are Limits Needed in Calculus? Sheraz Iqbal. Ithaca College. May 10, 2012"

Transcription

1 Where Are Limits Needed in Calculus? Sheraz Iqbal Ithaca College May 10, 2012

2 Abstract Developing ideas in Where are Limits Needed in Calculus, presented by R. Michael Range; we are able to find a new method to calculating the slope of tangent lines of polynomials algebraically without the use of limits. Additionally, we are able to show further use with this process by finding ways to calculate critical points of polynomials.

3 Table of Contents I. Introduction II. III. IV. Derivatives Using Geometry Derivatives Using Algebra Finding Critical Points V. Basic Rule I Power Rule VI. VII. Basic Rule II Quotient Rule Basic Rule III Chain Rule VIII. Other Functions IX. Caratheodory's Definition of Differentiability X. Conclusion

4 I. Introduction The idea to find derivatives in elementary calculus consist of formulas derived by using limits and is motivated by appealing to small quantities. The idea is to compute the rate of change as the limiting value of the ratio of the differences as becomes infinitely small. Through research and systematic use of an algebraic approach, we will see there is a very simple and natural way of finding the derivative that avoids the complications of limits. Through previous knowledge in mathematical topics, we will be able to apply concepts to formulate a method to finding the derivative without the use of limits. We will look at concepts such as geometry, where we will apply ideas such as tangent lines and points of intersections. Next we will look at algebra, using fundamentals of polynomials such as division and commutability. Then we will look at basic rules such as the product rule, quotient rule, and chain rule, and expand from the fundamentals of polynomials. Finally we will look at some more general functions such as inverse functions, the Taylor Series, and functions with more than one variable. Throughout each topic, there will be lemmas and definitions that will help us understand what is being discussed. The idea of avoiding the use of limits in calculus has its benefits, but also can have some complications. The basic idea of led to the shortcut When taught how the idea led to this shortcut, students tend to forget how limits are used in the proof. Rather than taking the limit as, we simply evaluate at (with certain algebraic techniques) and assume that the difference quotient is continuous.

5 II. Derivatives Using Geometry When we look at differential calculus, we are trying to find the instantaneous velocity of a particle at a particular moment given its position as a function of time. Ideally, we are trying to find a simple method that allows us to get the value of the derivative at a point. When looking at a polynomial function, say we can find the derivative at a point, say, by the following evaluation: However, if we look at his from a graphical standpoint, we will see that there is another way to find the derivative. First we look at the graph of

6 Next we look at the equation of a general non-vertical line that intersects this graph at the point. Thus, we have the equation,. Since this equation is quadratic in, it can have another solution. We want to find out what has to be in order to get only one solution, which is the point of intersection. Having only one point implies that we have a double root, otherwise we would be looking at a secant line or a line that does not intersect the function at all. Even the slightest shift in the tangent line can affect the locality of intersecting points. An example of the secant line and non-intersecting line is shown as follows:

7 III. Derivatives Using Algebra When trying to find the points of intersection, algebraically, of a line with the graph of a function like the one previously mentioned, we have a quadratic equation which has either no (real) solutions, one single solution (which has a multiplicity of two or a double zero), or two distinct solutions. The perk of using an algebraic process is that it avoids the use of limits altogether. Let s look at the case of a polynomial of degree. Then we look at the equation of the line through a local point,, and find out where the line is tangent to the polynomial giving you the double root. Thus, we have our polynomial,, and our line which is also written as. Now, through the following algebraic process we want to find the double root when : Note: Polynomial factorization is where we will factor an from since is a root. Then we can say the following is true, where is a polynomial of degree, and it can easily be computed for any polynomial by the division algorithm. Then going back to our original algebraic process we have the following: By adding and subtracting the we can rearrange our equation in the following way:

8 Note: We can rewrite and through the polynomial factorization we have where is some polynomial of degree. Finally, we can finish our algebraic process as follows: Once we get to this stage in our process, when, we have a zero of multiplicity greater than one at. In other words, is the value of the slope we want in order for the line to be tangent to at. From this algebraic process, we can conclude a definition. Definition. There exists a unique line through a polynomial at the point when it is tangent to the curve, having a multiplicity of at least 2. The slope of the tangent has a value of, where is obtained from factoring. The slope of the tangent is also called the derivative of at, and can be written as. Example. Let s take a look at the function at. Then we want to find the slope of the tangent line passing through since. The equation of the line is Then following our steps as mentioned earlier, we do as follows Now, we will factor out our polynomial by dividing by. Next, we want to evaluate the following at.

9 By adding and subtracting the we can rearrange our equation in the following way: Now, we will factor out our polynomial k by dividing by. Then we can bring our new factored polynomial back into our original equation Finally, we can have so that we get our double root to be left in the equation. Therefore, we can conclude that q(1)=4, or the value of the derivative P (1). IV. Finding Critical Points In addition to finding values of derivatives, this algebraic method can be adapted to finding where tangent lines are horizontal. This allows us to find critical points of polynomials for optimization problems. As before we will factor the expression : When, we have a zero of multiplicity greater than one at. Now we want to find the values of for when Thus, we will look at the following

10 and find the double roots of. To do so, we will introduce synthetic division into our algebraic process in the following example. Example. Let s take a look at the function When we look at this function and subtract off its value at x=a, we have: Now we will perform synthetic division and and divide by using the coefficients of : + We will perform synthetic division a second time since we are looking to find the double root From this we can take our remainder,, and set it equal to zero. Finally we have that when and we have our critical points of our polynomial, allowing us to find such things like maximums and minimums. This allows us to further apply and find use for this algebraic method.

11 V. Basic Rule I Product Rule We can use algebra to go even further in the depths of Calculus to avoid the use of limits. Taking the product rule as our first approach, we will see how pure algebra will allow us to evaluate the derivative of a (rational) polynomial at a point. Looking at the product rule carefully, we start with two functions at, and So, we have and. Now, if we take the product of the two functions we have Then we want to evaluate. We want to factor our an on the right hand side as this will indicate our double root. There may be multiple ways to solving this problem, but here we simply add and subtract to get Then by simple rearrangement, we get the following: But we know that and. So, And by factoring our we get

12 Now we can go ahead and say since we have reached out double root. Therefore And if you remember the product rule you know this is exactly the same form as when you take the derivative of the product of two functions. Example. Let s look at the following and see how this method comes into play. Let and. We will use our technique to find the value of the derivative at. Note, we want to factor an out of both of these equations. Thus, and These will come into play later in our algebraic process. So, now let We want to evaluate at. Thus, Now we will factor out an and get Then, We figured out what and were earlier. Finally, we can evaluate at

13 If we check our answer with the product rule done with limits, we will find that the answers are the same. VI. Basic Rule II Quotient Rule Using a similar approach to that of the product rule, one can find the value of the derivative at a particular point algebraically. Note that both of these rules imply that derivative of any polynomial (rational) function will be a polynomial (rational) function. So again we have and So, we have and. Now let. So then we have Again we want to factor our an on the right hand side as this will indicate our double root. There may be multiple ways of solving this problem, but for now, we will add and subtract to get the following: The by simple rearrangement we get But we know that and. So, And by factoring our we get

14 Now we can go ahead and say since we have obtained a double root. Therefore And if you remember the quotient rule you know this is exactly the same form as when you take the derivative of the quotient of two functions. Example. Let s look at the following example to better understand how the quotient rule works. Let and. We will use our technique to find the value of the derivative at. Note, we want to factor an out of both of these equations. Thus, and These will come into play later in our algebraic process. So, now let We want to evaluate at. Thus, We will purposely not simplify the as it will save steps to simplify later on

15 There may be multiple ways of solving this problem, but for now, we will add and subtract to get the following: Then by simple rearrangement we get Notice how we make sure the negative sign is distributed to the 8 in the since we are adding it. Now we will factor out an out and get

16 Then, We figured out what and were earlier. Finally, we can evaluate at If we check our answer with the quotient rule done with limits, we will find that the answers are the same. VI. Basic Rule III Chain Rule The chain rule can be a bit tricky, but it is actually quite simple to find the value of the derivative at a particular point algebraically. So we start off by supposing and are two (rational) functions with defined and defined at and thus the composition is defined at. Then we have and Now let. Then By substitution, we have But we know, so then Since we factored out an, we can let. Thus

17 and And if you remember the chain rule you know this is exactly the same form as when you take the derivative of the chain of two functions. Example. Let s take a look at the following to better understand this method. Let,, and. We will evaluate at. We know that. So, so and, so Now going back to our composition function, by substitution we have But we know, so at we have Since we factored out an, we can let. Thus and so we can solve If we check our answer with the quotient rule done with limits, we will find that the answers are the same.

18 VII. Algebraic Functions The idea of using standard algebraic functions (like quotient), compositions, and finite inverses, with the appropriate domain, allows us to define and differentiate constant functions and. With the arguments and generalizations made with basic functions, we are able make the following statement. Factorization Lemma. If f and a is in the domain of f, then there exists q A defined on the domain of f such that Corollary. Given f A and the above factorization, then For some other k A which is defined on the domain of f, and hence at a in particular. Example. Let s have be the inverse of on. Then f is differentiable on and So now, let. We want so. Then the composition, is defined on, is in A, and is differentiable on its domain, with for Now, after looking at how this process works, we would like to see how it all applies to the fundamental theorem of calculus. Even though integration goes beyond algebra because of its use of limits, we will expand on our use of the algebraic method to apply to nonalgebraic

19 functions defined by integrals. We can start by stating some properties that can be done using the intuitive concept of area under the curve of a function: (i) Linearity in the integrand. Basically, what we are saying is the following: (ii) Additivity in the interval of integration. In other words, (iii) The fact that the integral of a constant over equals. We could also say (iv) The basic estimate: if on, then. Simply put, Theorem. Suppose f A is defined on the open interval I and let c be a point in I. Define the function F on I by For any a I the line given by intersects the graph of at with an appropriately defined multiplicity greater than or equal to. In other words, the function is differentiable at with. Proof. We can use the factorization lemma to prove this theorem. We know, where A. Using the properties of integrals, we can say the following:

20 Where. Given a bounded closed interval such that a is in its interior, there exists such that for t J and thus with and with. We can then estimate that for. Thus, if were a function of A with a zero at a of multiplicity at least 2, our estimate would hold true as the generalization of multiplicity greater than or equal to 2. Finally, we will look at the restrictions on class A functions. A function f defined on an interval I is algebraic if there exists a polynomial such that for all I. We will not focus on implicitly defined functions since their existence is beyond the scope of algebra. Rather, we will look at the algebraic curve and determine its tangent at a regular point on the curve by our algebraic process. Note, a regular point is defined if at least one of the partial derivatives of P at is nonzero. This is where our restriction comes into play, for a nonregular point may not have a tangent that exists such as at. Assuming we are working with polynomials of degree, and, we will let Then we will say that from that. Similarly, that, where we are using standard notations for partial derivatives. Now, after analogous factorization, which we will show through example in a bit, of and, we will get the following:

21 Where for some polynomial of degree. Since is a regular point, let us assume that and consider the line through. The points of intersection of this line with the graph are the solutions of. Then it follows that for some polynomial and. We will get to our double root once. This is also why we assumed that because. Thus, is the unique line through which has a double root when it intersects the curve. Example. Let us look at at the point (1,1). So then. Now, we want to pull out and. Thus, we get Now, through analogous factorization, we want Where for some polynomial of degree. So, we will have the following; Now, we want to substitute for. Thus, we will get

22 Since we have reached the double root, we would have. VII. General Functions Our method for finding the double root could also be applied to functions such as power series if we do not consider the fact that they converge. Suppose the following is a function and we will fix a point. If we want to analyze near the point, we will substitute in the series representing, expand each term in the sum by the binomial theorem, and rearrange. Thus, we have for some coefficient which depends on and. Since it follows that Where

23 Similar to how we got the double root through an algebraic process, the line intersects the function f at a double point when. Thus, the value of the point at the derivative is given by. Going back to our original series, we would have And if you remember how to differentiate this series as a polynomial, you would get a similar result. Example. Let s look at the function at x=1. We know this can be also expressed as: Thus, we want to factor out from this series. We will then have Next, we want to put this into the form. Then we will get Then we can say the following: Therefore, our solution is, which is what we should get through normal differentiation.

24 VIII. Caratheodory's Definition of Differentiability When noticing just how far one can get without using limits in Calculus, one may question, Why don t we teach our students this alternative method of using double roots to finding the derivative at a point? As you may have noticed throughout this research, there were several instances where we had to make assumptions and ignore factors for which our method of finding the double root may have not worked. It is important however to see how our method connects to the modern definition of derivatives based on limits. The factorization lemma allows us to see how a remainder,, or the difference between the function and the tangent line, can be given by the following representation: This could be rewritten as the following when we have found the double root at : so that f is differentiable at a according to our method, and where the derivative. However, the use of limits helps by including all restrictions that may be at hand through the following approximating property: The function is differentiable at if the remainder has a factorization where or equivalently, extends continuously to with. This property helps to extend our double root method by extending to functions of several variables, whether real or complex, as well as to calculus in infinite dimensions. We can then combine our remainder formula with the linear term just mentioned to get the following definition.

25 Definition. The function is differentiable at if there exists a factorization, where the factor is continuous at. The value is called the derivative of at. This definition helps us to translate our equation from into for This allows us to interpret as a rate of change for and that the derivative is wellapproximated. Finally, looking at our method in terms of continuous functions, we want to look at one last definition of differentiability. Definition. The function is differentiable at if where the functions are continuous at for. This definition not only hides the remainder and emphasizes the factorization, it allows one to prove all standard differentiation theorems. It is unfortunate, however, that this definition is not heavily used in teachings of calculus. I. Conclusion When I first saw this topic, I quickly jumped up to take it on for my year-long research project. I have always been a huge fan of Calculus, in particular, using limits to find the derivative. However, during my research, I had no idea what this topic was about. This made me even more interested in my research as I learned a completely new method to finding the value of the derivative at a point.

26 I was very fortunate to be working with my mentor. Every week he would give me new readings to read, along with practice problems to better understand the material. His office hours were very flexible in the sense that whenever I stopped by, he would be there always ready to answer my questions. I am interested in seeing if he or anyone else has done any research on this topic so that maybe I can research even more. All in all, I was very pleased with the research that I have done. I learned a whole new method to finding the derivative and was able to apply it to several applications. I was very happy to find myself connecting my research to a wide variety of math I have done in high school and previous years in college. I was able to connect in areas such as Geometry, Calculus I, Calculus II, Calculus III, Analysis, and Algebra. I mostly enjoyed doing the computations to each problem as I was getting them right when I check my answers and it showed that I understood the reading. I hope that this topic is researched someday again, and that students who read this paper can find interest to also do further research. References: 1. R. Range, Michael, Where Are Limits Needed in Calculus? Mathematical Association of America. Pgs May 2011

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year.

Algebra Unpacked Content For the new Common Core standards that will be effective in all North Carolina schools in the 2012-13 school year. This document is designed to help North Carolina educators teach the Common Core (Standard Course of Study). NCDPI staff are continually updating and improving these tools to better serve teachers. Algebra

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

This is a square root. The number under the radical is 9. (An asterisk * means multiply.) Page of Review of Radical Expressions and Equations Skills involving radicals can be divided into the following groups: Evaluate square roots or higher order roots. Simplify radical expressions. Rationalize

More information

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

2.3. Finding polynomial functions. An Introduction:

2.3. Finding polynomial functions. An Introduction: 2.3. Finding polynomial functions. An Introduction: As is usually the case when learning a new concept in mathematics, the new concept is the reverse of the previous one. Remember how you first learned

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

Indiana State Core Curriculum Standards updated 2009 Algebra I

Indiana State Core Curriculum Standards updated 2009 Algebra I Indiana State Core Curriculum Standards updated 2009 Algebra I Strand Description Boardworks High School Algebra presentations Operations With Real Numbers Linear Equations and A1.1 Students simplify and

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Mathematics 31 Pre-calculus and Limits

Mathematics 31 Pre-calculus and Limits Mathematics 31 Pre-calculus and Limits Overview After completing this section, students will be epected to have acquired reliability and fluency in the algebraic skills of factoring, operations with radicals

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

Overview. Essential Questions. Precalculus, Quarter 4, Unit 4.5 Build Arithmetic and Geometric Sequences and Series

Overview. Essential Questions. Precalculus, Quarter 4, Unit 4.5 Build Arithmetic and Geometric Sequences and Series Sequences and Series Overview Number of instruction days: 4 6 (1 day = 53 minutes) Content to Be Learned Write arithmetic and geometric sequences both recursively and with an explicit formula, use them

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Review: Synthetic Division Find (x 2-5x - 5x 3 + x 4 ) (5 + x). Factor Theorem Solve 2x 3-5x 2 + x + 2 =0 given that 2 is a zero of f(x) = 2x 3-5x 2 + x + 2. Zeros of Polynomial Functions Introduction

More information

4.3 Lagrange Approximation

4.3 Lagrange Approximation 206 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION Lagrange Polynomial Approximation 4.3 Lagrange Approximation Interpolation means to estimate a missing function value by taking a weighted average

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus Course Overview and Philosophy AP Calculus AB Syllabus The biggest idea in AP Calculus is the connections among the representations of the major concepts graphically, numerically, analytically, and verbally.

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section

ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section ALGEBRA 2 CRA 2 REVIEW - Chapters 1-6 Answer Section MULTIPLE CHOICE 1. ANS: C 2. ANS: A 3. ANS: A OBJ: 5-3.1 Using Vertex Form SHORT ANSWER 4. ANS: (x + 6)(x 2 6x + 36) OBJ: 6-4.2 Solving Equations by

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Polynomial Operations and Factoring

Polynomial Operations and Factoring Algebra 1, Quarter 4, Unit 4.1 Polynomial Operations and Factoring Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Identify terms, coefficients, and degree of polynomials.

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

Pearson Algebra 1 Common Core 2015

Pearson Algebra 1 Common Core 2015 A Correlation of Pearson Algebra 1 Common Core 2015 To the Common Core State Standards for Mathematics Traditional Pathways, Algebra 1 High School Copyright 2015 Pearson Education, Inc. or its affiliate(s).

More information

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

More information

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Algebra 1, Quarter 2, Unit 2.1 Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned

More information

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom. Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.com This paper contains a collection of 31 theorems, lemmas,

More information

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs Chapter 4. Polynomial and Rational Functions 4.1 Polynomial Functions and Their Graphs A polynomial function of degree n is a function of the form P = a n n + a n 1 n 1 + + a 2 2 + a 1 + a 0 Where a s

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

Algebra I Credit Recovery

Algebra I Credit Recovery Algebra I Credit Recovery COURSE DESCRIPTION: The purpose of this course is to allow the student to gain mastery in working with and evaluating mathematical expressions, equations, graphs, and other topics,

More information

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 8.0 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Unit : Derivatives A. What

More information

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1 Accelerated Mathematics 3 This is a course in precalculus and statistics, designed to prepare students to take AB or BC Advanced Placement Calculus. It includes rational, circular trigonometric, and inverse

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

Integer Operations. Overview. Grade 7 Mathematics, Quarter 1, Unit 1.1. Number of Instructional Days: 15 (1 day = 45 minutes) Essential Questions

Integer Operations. Overview. Grade 7 Mathematics, Quarter 1, Unit 1.1. Number of Instructional Days: 15 (1 day = 45 minutes) Essential Questions Grade 7 Mathematics, Quarter 1, Unit 1.1 Integer Operations Overview Number of Instructional Days: 15 (1 day = 45 minutes) Content to Be Learned Describe situations in which opposites combine to make zero.

More information

LIMITS AND CONTINUITY

LIMITS AND CONTINUITY LIMITS AND CONTINUITY 1 The concept of it Eample 11 Let f() = 2 4 Eamine the behavior of f() as approaches 2 2 Solution Let us compute some values of f() for close to 2, as in the tables below We see from

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2008 AP Calculus AB and Calculus BC Free-Response Questions The following comments on the 2008 free-response questions for AP Calculus AB and Calculus BC were written by the Chief

More information

Polynomial and Synthetic Division. Long Division of Polynomials. Example 1. 6x 2 7x 2 x 2) 19x 2 16x 4 6x3 12x 2 7x 2 16x 7x 2 14x. 2x 4.

Polynomial and Synthetic Division. Long Division of Polynomials. Example 1. 6x 2 7x 2 x 2) 19x 2 16x 4 6x3 12x 2 7x 2 16x 7x 2 14x. 2x 4. _.qd /7/5 9: AM Page 5 Section.. Polynomial and Synthetic Division 5 Polynomial and Synthetic Division What you should learn Use long division to divide polynomials by other polynomials. Use synthetic

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... Introduction... Integer Exponents... Rational Exponents... 9 Real Exponents...5 Radicals...6 Polynomials...5

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES Content Expectations for Precalculus Michigan Precalculus 2011 REVERSE CORRELATION CHAPTER/LESSON TITLES Chapter 0 Preparing for Precalculus 0-1 Sets There are no state-mandated Precalculus 0-2 Operations

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

3 e) x f) 2. Precalculus Worksheet P.1. 1. Complete the following questions from your textbook: p11: #5 10. 2. Why would you never write 5 < x > 7?

3 e) x f) 2. Precalculus Worksheet P.1. 1. Complete the following questions from your textbook: p11: #5 10. 2. Why would you never write 5 < x > 7? Precalculus Worksheet P.1 1. Complete the following questions from your tetbook: p11: #5 10. Why would you never write 5 < > 7? 3. Why would you never write 3 > > 8? 4. Describe the graphs below using

More information

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper

Florida Math 0028. Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Florida Math 0028 Correlation of the ALEKS course Florida Math 0028 to the Florida Mathematics Competencies - Upper Exponents & Polynomials MDECU1: Applies the order of operations to evaluate algebraic

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 4.6 and 1.1) 8.1 Equivalent Inequalities Definition 8.1 Two inequalities are equivalent

More information

2.5 Zeros of a Polynomial Functions

2.5 Zeros of a Polynomial Functions .5 Zeros of a Polynomial Functions Section.5 Notes Page 1 The first rule we will talk about is Descartes Rule of Signs, which can be used to determine the possible times a graph crosses the x-axis and

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

More information

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS

NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS NEW YORK STATE TEACHER CERTIFICATION EXAMINATIONS TEST DESIGN AND FRAMEWORK September 2014 Authorized for Distribution by the New York State Education Department This test design and framework document

More information

South Carolina College- and Career-Ready (SCCCR) Algebra 1

South Carolina College- and Career-Ready (SCCCR) Algebra 1 South Carolina College- and Career-Ready (SCCCR) Algebra 1 South Carolina College- and Career-Ready Mathematical Process Standards The South Carolina College- and Career-Ready (SCCCR) Mathematical Process

More information

LINEAR EQUATIONS IN TWO VARIABLES

LINEAR EQUATIONS IN TWO VARIABLES 66 MATHEMATICS CHAPTER 4 LINEAR EQUATIONS IN TWO VARIABLES The principal use of the Analytic Art is to bring Mathematical Problems to Equations and to exhibit those Equations in the most simple terms that

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line College Algebra in Context with Applications for the Managerial, Life, and Social Sciences, 3rd Edition Ronald J. Harshbarger, University of South Carolina - Beaufort Lisa S. Yocco, Georgia Southern University

More information

Chapter 11 Number Theory

Chapter 11 Number Theory Chapter 11 Number Theory Number theory is one of the oldest branches of mathematics. For many years people who studied number theory delighted in its pure nature because there were few practical applications

More information

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper The following pages include the answer key for all machine-scored items, followed by the rubrics for the hand-scored items. - The rubrics show sample student responses. Other valid methods for solving

More information

Grade Level Year Total Points Core Points % At Standard 9 2003 10 5 7 %

Grade Level Year Total Points Core Points % At Standard 9 2003 10 5 7 % Performance Assessment Task Number Towers Grade 9 The task challenges a student to demonstrate understanding of the concepts of algebraic properties and representations. A student must make sense of the

More information

2.4 Real Zeros of Polynomial Functions

2.4 Real Zeros of Polynomial Functions SECTION 2.4 Real Zeros of Polynomial Functions 197 What you ll learn about Long Division and the Division Algorithm Remainder and Factor Theorems Synthetic Division Rational Zeros Theorem Upper and Lower

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs

CHAPTER 3. Methods of Proofs. 1. Logical Arguments and Formal Proofs CHAPTER 3 Methods of Proofs 1. Logical Arguments and Formal Proofs 1.1. Basic Terminology. An axiom is a statement that is given to be true. A rule of inference is a logical rule that is used to deduce

More information

Numerical Solution of Differential

Numerical Solution of Differential Chapter 13 Numerical Solution of Differential Equations We have considered numerical solution procedures for two kinds of equations: In chapter 10 the unknown was a real number; in chapter 6 the unknown

More information

Average rate of change

Average rate of change Average rate of change 1 1 Average rate of change A fundamental philosophical truth is that everything changes. 1 Average rate of change A fundamental philosophical truth is that everything changes. In

More information

Estimated Pre Calculus Pacing Timeline

Estimated Pre Calculus Pacing Timeline Estimated Pre Calculus Pacing Timeline 2010-2011 School Year The timeframes listed on this calendar are estimates based on a fifty-minute class period. You may need to adjust some of them from time to

More information

Math 4310 Handout - Quotient Vector Spaces

Math 4310 Handout - Quotient Vector Spaces Math 4310 Handout - Quotient Vector Spaces Dan Collins The textbook defines a subspace of a vector space in Chapter 4, but it avoids ever discussing the notion of a quotient space. This is understandable

More information

3.3 Real Zeros of Polynomials

3.3 Real Zeros of Polynomials 3.3 Real Zeros of Polynomials 69 3.3 Real Zeros of Polynomials In Section 3., we found that we can use synthetic division to determine if a given real number is a zero of a polynomial function. This section

More information

The program also provides supplemental modules on topics in geometry and probability and statistics.

The program also provides supplemental modules on topics in geometry and probability and statistics. Algebra 1 Course Overview Students develop algebraic fluency by learning the skills needed to solve equations and perform important manipulations with numbers, variables, equations, and inequalities. Students

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

Differentiation and Integration

Differentiation and Integration This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have

More information

MATH ADVISEMENT GUIDE

MATH ADVISEMENT GUIDE MATH ADVISEMENT GUIDE Recommendations for math courses are based on your placement results, degree program and career interests. Placement score: MAT 001 or MAT 00 You must complete required mathematics

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information