APPLICATIONS OF DIFFERENTIATION

Size: px
Start display at page:

Download "APPLICATIONS OF DIFFERENTIATION"

Transcription

1 4 APPLICATIONS OF DIFFERENTIATION

2 APPLICATIONS OF DIFFERENTIATION 4.8 Newton s Method In this section, we will learn: How to solve high degree equations using Newton s method.

3 INTRODUCTION Suppose that a car dealer offers to sell you a car for $18,000 or for payments of $375 per month for five years. You would like to know what monthly interest rate the dealer is, in effect, charging you.

4 INTRODUCTION Equation 1 To find the answer, you have to solve the equation 48(1 + ) 60 - (1 + ) = 0 How would you solve such an equation?

5 HIGH-DEGREE POLYNOMIALS For a quadratic equation a 2 + b + c = 0, there is a well-known formula for the roots. For third- and fourth-degree equations, there are also formulas for the roots. However, they are etremely complicated.

6 HIGH-DEGREE POLYNOMIALS If f is a polynomial of degree 5 or higher, there is no such formula.

7 TRANSCENDENTAL EQUATIONS Likewise, there is no formula that will enable us to find the eact roots of a transcendental equation such as cos =.

8 APPROXIMATE SOLUTION We can find an approimate solution by plotting the left side of the equation. Using a graphing device, and after eperimenting with viewing rectangles, we produce the graph below.

9 ZOOMING IN We see that, in addition to the solution = 0, which doesn t interest us, there is a solution between and Zooming in shows that the root is approimately

10 ZOOMING IN If we need more accuracy, we could zoom in repeatedly. That becomes tiresome, though.

11 NUMERICAL ROOTFINDERS A faster alternative is to use a numerical rootfinder on a calculator or computer algebra system. If we do so, we find that the root, correct to nine decimal places, is

12 NUMERICAL ROOTFINDERS How do those numerical rootfinders work? They use a variety of methods. Most, though, make some use of Newton s method, also called the Newton-Raphson method.

13 NEWTON S METHOD We will eplain how the method works, for two reasons: To show what happens inside a calculator or computer As an application of the idea of linear approimation

14 NEWTON S METHOD The geometry behind Newton s method is shown here. The root that we are trying to find is labeled r.

15 NEWTON S METHOD We start with a first approimation 1, which is obtained by one of the following methods: Guessing A rough sketch of the graph of f A computergenerated graph of f

16 NEWTON S METHOD Consider the tangent line L to the curve y = f() at the point ( 1,f( 1 )) and look at the -intercept of L, labeled 2.

17 NEWTON S METHOD Here s the idea behind the method. The tangent line is close to the curve. So, its -intercept, 2, is close to the -intercept of the curve (namely, the root r that we are seeking). As the tangent is a line, we can easily find its -intercept.

18 NEWTON S METHOD To find a formula for 2 in terms of 1, we use the fact that the slope of L is f ( 1 ). So, its equation is: y - f( 1 ) = f ( 1 )( - 1 )

19 SECOND APPROXIMATION As the -intercept of L is 2, we set y = 0 and obtain: 0 - f( 1 ) = f ( 1 )( 2-1 ) If f ( 1 ) 0, we can solve this equation for 2 : 2 1 f( ) f 1 '( ) 1 We use 2 as a second approimation to r.

20 THIRD APPROXIMATION Net, we repeat this procedure with 1 replaced by 2, using the tangent line at ( 2,f( 2 )). This gives a third approimation: 3 2 f( ) f 2 '( ) 2

21 SUCCESSIVE APPROXIMATIONS If we keep repeating this process, we obtain a sequence of approimations 1, 2, 3, 4,...

22 SUBSEQUENT APPROXIMATION Equation/Formula 2 In general, if the nth approimation is n and f ( n ) 0, then the net approimation is given by: n 1 n f( ) f n '( ) n

23 CONVERGENCE If the numbers n become closer and closer to r as n becomes large, then we say that the sequence converges to r and we write: lim n n r

24 CONVERGENCE The sequence of successive approimations converges to the desired root for functions of the type illustrated in the previous figure. However, in certain circumstances, it may not converge.

25 NON-CONVERGENCE Consider the situation shown here. You can see that 2 is a worse approimation than 1. This is likely to be the case when f ( 1 ) is close to 0.

26 NON-CONVERGENCE It might even happen that an approimation falls outside the domain of f, such as 3. Then, Newton s method fails. In that case, a better initial approimation 1 should be chosen.

27 NON-CONVERGENCE See Eercises for specific eamples in which Newton s method works very slowly or does not work at all.

28 NEWTON S METHOD Eample 1 Starting with 1 = 2, find the third approimation 3 to the root of the equation = 0

29 NEWTON S METHOD Eample 1 We apply Newton s method with f() = and f () = Newton himself used this equation to illustrate his method. He chose 1 = 2 after some eperimentation because f(1) = -6, f(2) = -1 and f(3) = 16

30 NEWTON S METHOD Equation 2 becomes: Eample 1 n 1 n 3 n n n 3 2

31 NEWTON S METHOD Eample 1 With n = 1, we have: (2) 5 2 3(2) 2

32 NEWTON S METHOD Eample 1 With n = 2, we obtain: It turns out that this third approimation is accurate to four decimal places (2.1) 5 2 3(2.1) 2

33 NEWTON S METHOD The figure shows the geometry behind the first step in Newton s method in the eample. As f (2) = 10, the tangent line to y = at (2, -1) has equation y = So, its -intercept is 2 = 2.1

34 NEWTON S METHOD Suppose that we want to achieve a given accuracy say, to eight decimal places using Newton s method. How do we know when to stop?

35 NEWTON S METHOD The rule of thumb that is generally used is that we can stop when successive approimations n and n+1 agree to eight decimal places. A precise statement concerning accuracy in the method will be given in Eercise 37 in Section 11.11

36 ITERATIVE PROCESS Notice that the procedure in going from n to n + 1 is the same for all values of n. It is called an iterative process. This means that the method is particularly convenient for use with a programmable calculator or a computer.

37 NEWTON S METHOD Eample 2 Use Newton s method to find to eight decimal places. 6 2 correct First, we observe that finding is equivalent to finding the positive root of the equation 6 2 = So, we take f() = 6 2 Then, f () = 6 5

38 NEWTON S METHOD Eample 2 So, Formula 2 (Newton s method) becomes: 6 n n 1 n 6 5 n 2

39 NEWTON S METHOD Eample 2 Choosing 1 = 1 as the initial approimation, we obtain: As 5 and 6 agree to eight decimal places, we conclude that to eight decimal places

40 NEWTON S METHOD Eample 3 Find, correct to si decimal places, the root of the equation cos =. We rewrite the equation in standard form: cos = 0 Therefore, we let f() = cos Then, f () = sin 1

41 NEWTON S METHOD So, Formula 2 becomes: Eample 3 n 1 cos n n n sin 1 n n cos n n sin 1 n

42 NEWTON S METHOD Eample 3 To guess a suitable value for 1, we sketch the graphs of y = cos and y =. It appears they intersect at a point whose -coordinate is somewhat less than 1.

43 NEWTON S METHOD So, let s take 1 = 1 as a convenient first approimation. Then, remembering to put our calculator in radian mode, we get: As 4 and 5 agree to si decimal places (eight, in fact), we conclude that the root of the equation, correct to si decimal places, is Eample

44 NEWTON S METHOD Instead of using this rough sketch to get a starting approimation for the method in the eample, we could have used the more accurate graph that a calculator or computer provides.

45 NEWTON S METHOD This figure suggests that we use 1 = 0.75 as the initial approimation.

46 NEWTON S METHOD Then, Newton s method gives: So we obtain the same answer as before but with one fewer step.

47 NEWTON S METHOD VS. GRAPHING DEVICES You might wonder why we bother at all with Newton s method if a graphing device is available. Isn t it easier to zoom in repeatedly and find the roots as we did in Section 1.4?

48 NEWTON S METHOD VS. GRAPHING DEVICES If only one or two decimal places of accuracy are required, then indeed the method is inappropriate and a graphing device suffices. However, if si or eight decimal places are required, then repeated zooming becomes tiresome.

49 NEWTON S METHOD VS. GRAPHING DEVICES It is usually faster and more efficient to use a computer and the method in tandem. You start with the graphing device and finish with the method.

converges to a root, it may not always be the root you have in mind.

converges to a root, it may not always be the root you have in mind. Math 1206 Calculus Sec. 4.9: Newton s Method I. Introduction For linear and quadratic equations there are simple formulas for solving for the roots. For third- and fourth-degree equations there are also

More information

(a) Show that there is a root α of f (x) = 0 in the interval [1.2, 1.3]. (2)

(a) Show that there is a root α of f (x) = 0 in the interval [1.2, 1.3]. (2) . f() = 4 cosec 4 +, where is in radians. (a) Show that there is a root α of f () = 0 in the interval [.,.3]. Show that the equation f() = 0 can be written in the form = + sin 4 Use the iterative formula

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

3.2 Logarithmic Functions and Their Graphs

3.2 Logarithmic Functions and Their Graphs 96 Chapter 3 Eponential and Logarithmic Functions 3.2 Logarithmic Functions and Their Graphs Logarithmic Functions In Section.6, you studied the concept of an inverse function. There, you learned that

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

Chapter 3: Root Finding. September 26, 2005

Chapter 3: Root Finding. September 26, 2005 Chapter 3: Root Finding September 26, 2005 Outline 1 Root Finding 2 3.1 The Bisection Method 3 3.2 Newton s Method: Derivation and Examples 4 3.3 How To Stop Newton s Method 5 3.4 Application: Division

More information

Polynomial Functions of Higher Degree

Polynomial Functions of Higher Degree SAMPLE CHAPTER. NOT FOR DISTRIBUTION. 4 Polynomial Functions of Higher Degree Polynomial functions of degree greater than 2 can be used to model data such as the annual temperature fluctuations in Daytona

More information

Study Guide and Intervention. The Quadratic Formula and the Discriminant. Quadratic Formula. Replace a with 1, b with -5, and c with -14.

Study Guide and Intervention. The Quadratic Formula and the Discriminant. Quadratic Formula. Replace a with 1, b with -5, and c with -14. Study Guide and Intervention Quadratic Formula The Quadratic Formula can be used to solve any quadratic equation once it is written in the form a 2 + b + c = 0. Quadratic Formula The solutions of a 2 +

More information

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY

4.7. Newton s Method. Procedure for Newton s Method HISTORICAL BIOGRAPHY 4. Newton s Method 99 4. Newton s Method HISTORICAL BIOGRAPHY Niels Henrik Abel (18 189) One of the basic problems of mathematics is solving equations. Using the quadratic root formula, we know how to

More information

Numerical Methods. Root Finding

Numerical Methods. Root Finding Numerical Methods Solving Non Linear 1-Dimensional Equations Root Finding Given a real valued function f of one variable (say ), the idea is to find an such that: f() 0 1 Root Finding Eamples Find real

More information

Chapter 3. Exponential and Logarithmic Functions. Selected Applications

Chapter 3. Exponential and Logarithmic Functions. Selected Applications Chapter 3 Eponential and Logarithmic Functions 3. Eponential Functions and Their Graphs 3.2 Logarithmic Functions and Their Graphs 3.3 Properties of Logarithms 3.4 Solving Eponential and Logarithmic Equations

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

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION The method we used to sketch curves in Section 4.5 was a culmination of much of our study of differential calculus. The graph was the final

More information

Sections 5.1: Areas and Distances

Sections 5.1: Areas and Distances Sections.: Areas and Distances In this section we shall consider problems closely related to the problems we considered at the beginning of the semester (the tangent and velocity problems). Specifically,

More information

Analytic Trigonometry

Analytic Trigonometry 0 Analytic Trigonometry In this chapter, you will study analytic trigonometry. Analytic trigonometry is used to simplify trigonometric epressions and solve trigonometric equations. In this chapter, you

More information

Spring 2015, Math 111 Lab 8: Newton s Method

Spring 2015, Math 111 Lab 8: Newton s Method Spring 2015, Math 111 Lab 8: William and Mary April 7, 2015 Spring 2015, Math 111 Lab 8: Historical Outline Intuition Learning Objectives Today, we will be looking at applications of. Learning Objectives:

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

Section Differential Equations: Modeling, Slope Fields, and Euler s Method

Section Differential Equations: Modeling, Slope Fields, and Euler s Method Section.. Differential Equations: Modeling, Slope Fields, and Euler s Method Preliminar Eample. Phsical Situation Modeling Differential Equation An object is taken out of an oven and placed in a room where

More information

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 119 Mark Sparks 2012

Daily Lessons and Assessments for AP* Calculus AB, A Complete Course Page 119 Mark Sparks 2012 Unit # Understanding the Derivative Homework Packet f ( h) f ( Find lim for each of the functions below. Then, find the equation of the tangent line to h 0 h the graph of f( at the given value of. 1. f

More information

ROOT FINDING REVIEW MICHELLE FENG

ROOT FINDING REVIEW MICHELLE FENG ROOT FINDING REVIEW MICHELLE FENG 1.1. Bisection Method. 1. Root Finding Methods (1) Very naive approach based on the Intermediate Value Theorem (2) You need to be looking in an interval with only one

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

Section 3.1 Extreme Values

Section 3.1 Extreme Values Math 132 Extreme Values Section 3.1 Section 3.1 Extreme Values Example 1: Given the following is the graph of f(x) Where is the maximum (x-value)? What is the maximum (y-value)? Where is the minimum (x-value)?

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

Section 3.3 Graphs of Polynomial Functions

Section 3.3 Graphs of Polynomial Functions 3.3 Graphs of Polynomial Functions 179 Section 3.3 Graphs of Polynomial Functions In the previous section we eplored the short run behavior of quadratics, a special case of polynomials. In this section

More information

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS General Form: y a b c Where a, b and c are constants To solve a quadratic equation, the equation

More information

NUMERICAL METHODS FOR SOLVING EQUATIONS

NUMERICAL METHODS FOR SOLVING EQUATIONS Mathematics Revision Guides Numerical Methods for Solving Equations Page of M.K. HOME TUITION Mathematics Revision Guides Level: AS / A Level AQA : C3 Edecel: C3 OCR: C3 NUMERICAL METHODS FOR SOLVING EQUATIONS

More information

Unit 11 - Solving Quadratic Functions PART TWO

Unit 11 - Solving Quadratic Functions PART TWO Unit 11 - Solving Quadratic Functions PART TWO PREREQUISITE SKILLS: students should be able to add, subtract and multiply polynomials students should be able to factor polynomials students should be able

More information

6.5 Trigonometric Equations

6.5 Trigonometric Equations 6. Trigonometric Equations In this section, we discuss conditional trigonometric equations, that is, equations involving trigonometric functions that are satisfied only by some values of the variable (or

More information

Limits and Their Properties

Limits and Their Properties Chapter 1 Limits and Their Properties Course Number Section 1.1 A Preview of Calculus Objective: In this lesson you learned how calculus compares with precalculus. I. What is Calculus? (Pages 42 44) Calculus

More information

Learning Targets: Standard Form: Quadratic Function. Parabola. Vertex Max/Min. x-coordinate of vertex Axis of symmetry. y-intercept.

Learning Targets: Standard Form: Quadratic Function. Parabola. Vertex Max/Min. x-coordinate of vertex Axis of symmetry. y-intercept. Name: Hour: Algebra A Lesson:.1 Graphing Quadratic Functions Learning Targets: Term Picture/Formula In your own words: Quadratic Function Standard Form: Parabola Verte Ma/Min -coordinate of verte Ais of

More information

MA 114 Worksheet #01: Integration by parts

MA 114 Worksheet #01: Integration by parts Fall 8 MA 4 Worksheet Thursday, 3 August 8 MA 4 Worksheet #: Integration by parts. For each of the following integrals, determine if it is best evaluated by integration by parts or by substitution. If

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

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

3.1 Graphs of Polynomials

3.1 Graphs of Polynomials 3.1 Graphs of Polynomials Three of the families of functions studied thus far: constant, linear and quadratic, belong to a much larger group of functions called polynomials. We begin our formal study of

More information

The Chain Rule. This is a generalization of the (general) power rule which we have already met in the form: then f (x) = r [g(x)] r 1 g (x).

The Chain Rule. This is a generalization of the (general) power rule which we have already met in the form: then f (x) = r [g(x)] r 1 g (x). The Chain Rule This is a generalization of the general) power rule which we have already met in the form: If f) = g)] r then f ) = r g)] r g ). Here, g) is any differentiable function and r is any real

More information

9.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED LESSON

9.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED LESSON CONDENSED LESSON 9.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations solve

More information

Section 4.5 Graphs of Logarithmic Functions

Section 4.5 Graphs of Logarithmic Functions 6 Chapter 4 Section 4. Graphs of Logarithmic Functions Recall that the eponential function f ( ) would produce this table of values -3 - -1 0 1 3 f() 1/8 ¼ ½ 1 4 8 Since the arithmic function is an inverse

More information

Exact Differential Equations. The general solution of the equation is f x, y C. If f has continuous second partials, then M y 2 f

Exact Differential Equations. The general solution of the equation is f x, y C. If f has continuous second partials, then M y 2 f APPENDIX C Additional Topics in Differential Equations APPENDIX C. Eact First-Order Equations Eact Differential Equations Integrating Factors Eact Differential Equations In Chapter 6, ou studied applications

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

2.13 Linearization and Differentials

2.13 Linearization and Differentials Linearization and Differentials Section Notes Page Sometimes we can approimate more complicated functions with simpler ones These would give us enough accuracy for certain situations and are easier to

More information

12.1 The Extrema of a Function

12.1 The Extrema of a Function . The Etrema of a Function Question : What is the difference between a relative etremum and an absolute etremum? Question : What is a critical point of a function? Question : How do you find the relative

More information

Basic ALGEBRA 2 SUMMER PACKET

Basic ALGEBRA 2 SUMMER PACKET Name Basic ALGEBRA SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Algebra II. We will use these concepts on a regular basis throughout

More information

What can I tell from a survey?

What can I tell from a survey? CCA Ch 10: Solving Comple Equations Name Team # 10.1.1 What can I tell from a survey? Association in Two-Way Tables 10-1. a. c. d. d. 10-. a. Complete the following two-way table: Laptop No Laptop TOTAL

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.2 The Product and Quotient Rules In this section, we will learn about: Formulas that enable us to differentiate new functions formed from old functions by

More information

Section 3.3 Limits Involving Infinity - Asymptotes

Section 3.3 Limits Involving Infinity - Asymptotes 76 Section. Limits Involving Infinity - Asymptotes We begin our discussion with analyzing its as increases or decreases without bound. We will then eplore functions that have its at infinity. Let s consider

More information

is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input x at x = b.

is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input x at x = b. Uses of differentials to estimate errors. Recall the derivative notation df d is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input at = b. Eamples.

More information

Core Connections Algebra 2 Checkpoint Materials

Core Connections Algebra 2 Checkpoint Materials Core Connections Algebra 2 Note to Students (and their Teachers) Students master different skills at different speeds. No two students learn eactly the same way at the same time. At some point you will

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

Introduction to Calculus

Introduction to Calculus 8 Introduction to Calculus TERMINOLOGY Composite function: A function of a function. One function, f (), is a composite of one function to another function, for eample g() Continuity: Describing a line

More information

Methods for Advanced Mathematics (C3) Coursework Numerical Methods

Methods for Advanced Mathematics (C3) Coursework Numerical Methods Woodhouse College 0 Page Introduction... 3 Terminolog... 3 Activit... 4 Wh use numerical methods?... Change of sign... Activit... 6 Interval Bisection... 7 Decimal Search... 8 Coursework Requirements on

More information

f x, y x 2 y 2 2x 6y 14. Then

f x, y x 2 y 2 2x 6y 14. Then SECTION 11.7 MAXIMUM AND MINIMUM VALUES 645 absolute minimum FIGURE 1 local maimum local minimum absolute maimum Look at the hills and valles in the graph of f shown in Figure 1. There are two points a,

More information

Analytic Trigonometry

Analytic Trigonometry Analytic Trigonometry 7. Using Fundamental Identities 7. Verifying Trigonometric Identities 7.3 Solving Trigonometric Equations 7.4 Sum and Difference Formulas 7.5 Multiple-Angle and Product-to-Sum Formula

More information

A. Incorrect! Apply the rational root test to determine if any rational roots exist.

A. Incorrect! Apply the rational root test to determine if any rational roots exist. College Algebra - Problem Drill 13: Zeros of Polynomial Functions No. 1 of 10 1. Determine which statement is true given f() = 3 + 4. A. f() is irreducible. B. f() has no real roots. C. There is a root

More information

VII. Techniques of Integration

VII. Techniques of Integration VII. Techniques of Integration Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration of functions given

More information

Factorizing a Polynomial. What is Quadratic Equation? What is Polynomial Factorization? Factorizing by grouping like terms. Factorizing by identities

Factorizing a Polynomial. What is Quadratic Equation? What is Polynomial Factorization? Factorizing by grouping like terms. Factorizing by identities Chapter 3 Quadratic Equation and Polynomial Factorization What is Quadratic Equation? Quadratic equation ( 二次方程 ) is a type of polynomials. It is an equation that the left-hand-side is a polynomial with

More information

APPM 1360 Final Exam Spring 2016

APPM 1360 Final Exam Spring 2016 APPM 36 Final Eam Spring 6. 8 points) State whether each of the following quantities converge or diverge. Eplain your reasoning. a) The sequence a, a, a 3,... where a n ln8n) lnn + ) n!) b) ln d c) arctan

More information

Core Connections Algebra 2 Checkpoint Materials

Core Connections Algebra 2 Checkpoint Materials Core Connections Algebra 2 Note to Students (and their Teachers) Students master different skills at different speeds. No two students learn eactly the same way at the same time. At some point you will

More information

Logarithmic Functions. 4. f(f -1 (x)) = x and f -1 (f(x)) = x. 5. The graph of f -1 is the reflection of the graph of f about the line y = x.

Logarithmic Functions. 4. f(f -1 (x)) = x and f -1 (f(x)) = x. 5. The graph of f -1 is the reflection of the graph of f about the line y = x. SECTION. Logarithmic Functions 83 SECTION. Logarithmic Functions Objectives Change from logarithmic to eponential form. Change from eponential to logarithmic form. 3 Evaluate logarithms. 4 Use basic logarithmic

More information

Part Two. Diagnostic Test

Part Two. Diagnostic Test Part Two Diagnostic Test AP Calculus AB and BC Diagnostic Tests Take a moment to gauge your readiness for the AP Calculus eam by taking either the AB diagnostic test or the BC diagnostic test, depending

More information

Logarithmic differentiation

Logarithmic differentiation Roberto s Notes on Differential Calculus Chapter 5: Derivatives of transcendental functions Section Logarithmic differentiation What you need to know already: All basic differentiation rules, implicit

More information

Pre-Calculus Module 4

Pre-Calculus Module 4 Pre-Calculus Module 4 4 th Nine Weeks Table of Contents Precalculus Module 4 Unit 9 Rational Functions Rational Functions with Removable Discontinuities (1 5) End Behavior of Rational Functions (6) Rational

More information

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}

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} 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

More information

Chapter 2 Limits 2.2 The Limit of a Function. 30. [T] Complete the following table for the function. Round your solutions to four decimal places.

Chapter 2 Limits 2.2 The Limit of a Function. 30. [T] Complete the following table for the function. Round your solutions to four decimal places. OpenSta Calculus Chapter Limits. The Limit of a Function Section Eercises For the following eercises, consider the function f 1. 1 30. [T] Complete the following table for the function. Round your solutions

More information

SECTION 2.5: THE INDETERMINATE FORMS 0 0 AND

SECTION 2.5: THE INDETERMINATE FORMS 0 0 AND (Section 2.5: The Indeterminate Forms 0/0 and / ) 2.5. SECTION 2.5: THE INDETERMINATE FORMS 0 0 AND LEARNING OBJECTIVES Understand what it means for a Limit Form to be indeterminate. Recognize indeterminate

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

BE SURE THAT YOU HAVE LOOKED AT, THOUGHT ABOUT AND TRIED THE SUGGESTED PROBLEMS ON THIS REVIEW GUIDE PRIOR TO LOOKING AT THESE COMMENTS!!!

BE SURE THAT YOU HAVE LOOKED AT, THOUGHT ABOUT AND TRIED THE SUGGESTED PROBLEMS ON THIS REVIEW GUIDE PRIOR TO LOOKING AT THESE COMMENTS!!! Review Guide for MAT0 Final Eam Part I. Thursday December 7 th during regular class time Part is worth 50% of your Final Eam grade. Syllabus approved calculators can be used on this part of the eam but

More information

X. Numerical Methods

X. Numerical Methods X. Numerical Methods. Taylor Approximation Suppose that f is a function defined in a neighborhood of a point c, and suppose that f has derivatives of all orders near c. In section 5 of chapter 9 we introduced

More information

Full file at

Full file at . Find the equation of the tangent line to y 6 at. y 9 y y 9 y Ans: A Difficulty: Moderate Section:.. Find an equation of the tangent line to y = f() at =. f y = 6 + 8 y = y = 6 + 8 y = + Ans: D Difficulty:

More information

6.1 Antiderivatives and Slope Fields Calculus

6.1 Antiderivatives and Slope Fields Calculus 6. Antiderivatives and Slope Fields Calculus 6. ANTIDERIVATIVES AND SLOPE FIELDS Indefinite Integrals In the previous chapter we dealt with definite integrals. Definite integrals had limits of integration.

More information

The region enclosed by the curve of f and the x-axis is rotated 360 about the x-axis. Find the volume of the solid formed.

The region enclosed by the curve of f and the x-axis is rotated 360 about the x-axis. Find the volume of the solid formed. Section A ln. Let g() =, for > 0. ln Use the quotient rule to show that g ( ). 3 (b) The graph of g has a maimum point at A. Find the -coordinate of A. (Total 7 marks) 6. Let h() =. Find h (0). cos 3.

More information

+ 2 on the interval [-1,3]

+ 2 on the interval [-1,3] Section.1 Etrema on an Interval 1. Understand the definition of etrema of a function on an interval.. Understand the definition of relative etrema of a function on an open interval.. Find etrema on a closed

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES 11.11 Applications of Taylor Polynomials In this section, we will learn about: Two types of applications of Taylor polynomials. APPLICATIONS

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

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS

3.2 LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Section. Logarithmic Functions and Their Graphs 7. LOGARITHMIC FUNCTIONS AND THEIR GRAPHS Ariel Skelle/Corbis What ou should learn Recognize and evaluate logarithmic functions with base a. Graph logarithmic

More information

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs

1.5. Analyzing Graphs of Functions. The Graph of a Function. What you should learn. Why you should learn it. 54 Chapter 1 Functions and Their Graphs 0_005.qd /7/05 8: AM Page 5 5 Chapter Functions and Their Graphs.5 Analzing Graphs of Functions What ou should learn Use the Vertical Line Test for functions. Find the zeros of functions. Determine intervals

More information

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002 171, Calculus 1 Summer 1, 018 CRN 5048, Section 001 Time: MTWR, 6:0 p.m. 8:0 p.m. Room: BR-4 CRN 5048, Section 00 Time: MTWR, 11:0 a.m. 1:0 p.m. Room: BR-4 CONTENTS Syllabus Reviews for tests 1 Review

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Unit #3 Rules of Differentiation Homework Packet

Unit #3 Rules of Differentiation Homework Packet Unit #3 Rules of Differentiation Homework Packet In the table below, a function is given. Show the algebraic analysis that leads to the derivative of the function. Find the derivative by the specified

More information

Solutions to the Exercises of Chapter 5

Solutions to the Exercises of Chapter 5 Solutions to the Eercises of Chapter 5 5A. Lines and Their Equations. The slope is 5 5. Since (, is a point on the line, y ( ( is an ( 6 8 8 equation of the line in point-slope form. This simplifies to

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

West Essex Regional School District. AP Calculus AB. Summer Packet

West Essex Regional School District. AP Calculus AB. Summer Packet West Esse Regional School District AP Calculus AB Summer Packet 05-06 Calculus AB Calculus AB covers the equivalent of a one semester college calculus course. Our focus will be on differential and integral

More information

Grade 11 Mathematics Page 1 of 6 Final Exam Review (updated 2013)

Grade 11 Mathematics Page 1 of 6 Final Exam Review (updated 2013) Grade Mathematics Page of Final Eam Review (updated 0) REVIEW CHAPTER Algebraic Tools for Operating With Functions. Simplify ( 9 ) (7 ).. Epand and simplify. ( ) ( ) ( ) ( 0 )( ). Simplify each of the

More information

In #1-5, find the indicated limits. For each one, if it does not exist, tell why not. Show all necessary work.

In #1-5, find the indicated limits. For each one, if it does not exist, tell why not. Show all necessary work. Calculus I Eam File Fall 7 Test # In #-5, find the indicated limits. For each one, if it does not eist, tell why not. Show all necessary work. lim sin.) lim.) 3.) lim 3 3-5 4 cos 4.) lim 5.) lim sin 6.)

More information

Paula s Peaches (Learning Task)

Paula s Peaches (Learning Task) Paula s Peaches (Learning Task) Name Date Mathematical Goals Factorization Solving quadratic equations Essential Questions How do we use quadratic functions to represent contetual situations? How do we

More information

Slopes and Rates of Change

Slopes and Rates of Change Slopes and Rates of Change If a particle is moving in a straight line at a constant velocity, then the graph of the function of distance versus time is as follows s s = f(t) t s s t t = average velocity

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

Exponential Growth. b.) What will the population be in 3 years?

Exponential Growth. b.) What will the population be in 3 years? 0 Eponential Growth y = a b a b Suppose your school has 4512 students this year. The student population is growing 2.5% each year. a.) Write an equation to model the student population. b.) What will the

More information

8.7 MacLaurin Polynomials

8.7 MacLaurin Polynomials 8.7 maclaurin polynomials 67 8.7 MacLaurin Polynomials In this chapter you have learned to find antiderivatives of a wide variety of elementary functions, but many more such functions fail to have an antiderivative

More information

Rules for Differentiation Finding the Derivative of a Product of Two Functions. What does this equation of f '(

Rules for Differentiation Finding the Derivative of a Product of Two Functions. What does this equation of f '( Rules for Differentiation Finding the Derivative of a Product of Two Functions Rewrite the function f( = ( )( + 1) as a cubic function. Then, find f '(. What does this equation of f '( represent, again?

More information

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435 PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435 Professor Biswa Nath Datta Department of Mathematical Sciences Northern Illinois University DeKalb, IL. 60115 USA E mail: dattab@math.niu.edu

More information

APPLICATIONS OF INTEGRATION

APPLICATIONS OF INTEGRATION 6 APPLICATIONS OF INTEGRATION APPLICATIONS OF INTEGRATION 6.5 Average Value of a Function In this section, we will learn about: Applying integration to find out the average value of a function. AVERAGE

More information

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Introduction: In applications, it often turns out that one cannot solve the differential equations or antiderivatives that show up in the real

More information

Pure Core 2. Revision Notes

Pure Core 2. Revision Notes Pure Core Revision Notes June 06 Pure Core Algebra... Polynomials... Factorising... Standard results... Long division... Remainder theorem... 4 Factor theorem... 5 Choosing a suitable factor... 6 Cubic

More information

Chapter 29 BC Calculus Practice Test

Chapter 29 BC Calculus Practice Test Chapter 9 BC Calculus Practice Test The Eam AP Calculus BC Eam SECTION I: Multiple-Choice Questions DO NOT OPEN THIS BOOKLET UNTIL YOU ARE TOLD TO DO SO. At a Glance Total Time hour and 5 minutes Number

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

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

Equations and Inequalities

Equations and Inequalities Equations and Inequalities Figure 1 CHAPTER OUTLINE 1 The Rectangular Coordinate Systems and Graphs Linear Equations in One Variable Models and Applications Comple Numbers Quadratic Equations 6 Other Types

More information

5. Find the slope intercept equation of the line parallel to y = 3x + 1 through the point (4, 5).

5. Find the slope intercept equation of the line parallel to y = 3x + 1 through the point (4, 5). Rewrite using rational eponents. 2 1. 2. 5 5. 8 4 4. 4 5. Find the slope intercept equation of the line parallel to y = + 1 through the point (4, 5). 6. Use the limit definition to find the derivative

More information

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places.

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places. NUMERICAL METHODS 1. Rearranging the equation x 3 =.5 gives the iterative formula x n+1 = g(x n ), where g(x) = (2x 2 ) 1. (a) Starting with x = 1, compute the x n up to n = 6, and describe what is happening.

More information

QUADRATIC FUNCTIONS. ( x 7)(5x 6) = 2. Exercises: 1 3x 5 Sum: 8. We ll expand it by using the distributive property; 9. Let s use the FOIL method;

QUADRATIC FUNCTIONS. ( x 7)(5x 6) = 2. Exercises: 1 3x 5 Sum: 8. We ll expand it by using the distributive property; 9. Let s use the FOIL method; QUADRATIC FUNCTIONS A. Eercises: 1.. 3. + = + = + + = +. ( 1)(3 5) (3 5) 1(3 5) 6 10 3 5 6 13 5 = = + = +. ( 7)(5 6) (5 6) 7(5 6) 5 6 35 4 5 41 4 3 5 6 10 1 3 5 Sum: 6 + 10+ 3 5 ( + 1)(3 5) = 6 + 13 5

More information