Practical and Efficient Evaluation of Inverse Functions

Size: px
Start display at page:

Download "Practical and Efficient Evaluation of Inverse Functions"

Transcription

1 J. C. HAYEN ORMATYC 017 TEXT PAGE A-1 Practical and Efficient Evaluation of Inverse Functions Jeffrey C. Hayen Oregon Institute of Technology ORMATYC 017

2 J. C. HAYEN ORMATYC 017 TEXT PAGE A- PRELIMINARY EXERCISE Evaluation of a Recurrence Relation (for a Mystery Function) k1 k( bk) Based upon the relation above, with b 7 and 0 0., complete the table below: b k k k 1 g( b) Epress the results entered (in columns 3 and 4) to 5 decimal places of precision.

3 J. C. HAYEN ORMATYC 017 TEXT PAGE A-3 A SET-THEORETIC APPROACH TO RELATIONS AND FUNCTIONS Definition (A Cartesian Product) Let A and B be sets. The set of all ordered pairs, with the first element in A and the last element in B, is called the Cartesian product of A with B, which is denoted by A B. Epressed in set-builder notation, Definition (A Relation) A B{ (, y): A, y B} Let A and B be sets. A relation from A to B is a subset of A B. Let R denote this relation, whereby R A B. Suppose that (, y) R. Then this association between and y may be conveniently epressed as Ry. Definition (The Domain and Range of a Relation) The domain and range of a relation R A B, respectively denoted by Dom( R ) and Rng( R ), are the sets defined by

4 J. C. HAYEN ORMATYC 017 TEXT PAGE A-4 { } { } Dom( R) A: ybwith Ry, Rng( R) yb: Awith Ry Definition (A Function) A function from A to B is a relation from A to B which has the essential properties identified below. Let f denote this relation, and suppose that ( ab, ) association between a and b is customarily epressed as f ( a) f. Then this b. Properties of f : 1. Dom( f ) A. ( ab, ) fand( ac, ) f c b Also, the aggregate of f along with its domain A and co-domain B is often denoted by f : A B, and ( ab, ) is routinely called an input-output pair (associated by f ). Definition (A 1-to-1 Function) A function f : A B is said to be one-to-one (or, equivalently, 1-to-1) if, and only if, ( ab, ) fand( db, ) f d a Alternatively epressed, f ( d) f( a) d a.

5 J. C. HAYEN ORMATYC 017 TEXT PAGE A-5 Definition (An Onto Function) A function f : A B is said to be onto if, and only if, Rng( f ) B. Definition (A 1-to-1 Correspondence) A function f : A B is said to be a one-to-one correspondence if, and only if, 1. f is 1-to-1. f is onto Theorem (An Inverse Function) Suppose that f : A B is a 1-to-1 correspondence. Then y B, A (which is unique) such that f ( ) y. This property induces a function g: B g( y) f( ) y A for which g is called the inverse function for f, and it is a 1-to-1 correspondence as well. 1 Remark: g may be denoted by f 1 ; alternatively, f may be denoted by g. Thus, g or f may be regarded as the inverse of (or the original for) f or g, respectively.

6 J. C. HAYEN ORMATYC 017 TEXT PAGE A-6 INTERPRETATIONS AND PROPERTIES OF 1-TO-1 CORRESPONDENCES A Mapping Diagram for an Invertible Function (Figure 1) Emphasis: Association of each input with a unique output. A Process Diagram for an Invertible Function (Figure ) Emphasis: Conversion of each input into a unique output. Remark: y f( ) and g( y) yield the same graphs. Remark: y f( ) and y g ( ) yield different graphs. An Epanded Diagram based upon f as the Original Function (Figure 3) Cancellation Property 1: g( f( )) An Epanded Diagram based upon g as the Original Function (Figure 4) Cancellation Property : f ( g( y)) y

7 J. C. HAYEN ORMATYC 017 TEXT PAGE A-7 INPUT-OUTPUT TABLES FOR ORIGINAL/INVERSE FUNCTIONS Eample: f ( ) {} and g( y) y with A 0 and B 0 {} Table 1. Output f (Input) Input Output Table. Output g(input) Input Output [ ] Issue Arbitrary Inputs for instance: g(3)? 1 g(3) g(3) 1.73

8 J. C. HAYEN ORMATYC 017 TEXT PAGE A-8 INPUT-OUTPUT TABLES FOR ORIGINAL/INVERSE FUNCTIONS Eample: f( ) and g( y) log ( y) with A and B Table 3. Output f (Input) Input Output Table 4. Output g(input) Input Output [ ] Issue Arbitrary Inputs for instance: g(3)? 1 g(3) g(3) 1.585

9 J. C. HAYEN ORMATYC 017 TEXT PAGE A-9 ANALYTICAL DETERMINATION OF INVERSE FUNCTIONS Eample: Inverse Hyperbolic Cosine Function f( ) cosh( ) e e ; 0 1 ( ) 1 ( ) y e e e e y0 ( e ) y( e ) 10 g( y) 1 g( y) cosh ( y) ln y y 1 ; y1 Eample: Inverse Hyperbolic Sine Function f( ) sinh( ) e e ; 1 ( ) 1 g( y) sinh ( y) ln y y 1 ; y

10 J. C. HAYEN ORMATYC 017 TEXT PAGE A-10 STANDARD NEWTON-RAPHSON METHOD Introduction to the Method The Newton-Raphson method is a numerical algorithm utilized to obtain an accurate but approimate solution or root to an equation of the specific form F( ) 0 (1) where F( ) represents any epression that involves a single variable, presumed to be denoted by in this instance. In advanced courses on numerical analysis, it can be shown that this method (a) has desirable convergence properties, and (b) yields a desired root to Eq. (1) of suitable precision if such a solution eists. The algorithm inherently employs an iterative process. Typically, the solve utility or equivalent feature available on scientific calculators is based upon a practical implementation of the Newton-Raphson method, which is commonly known as the Secant method.

11 J. C. HAYEN ORMATYC 017 TEXT PAGE A-11 An important caveat of both these methods is that a sufficiently-close initial guess for the solution of interest must be provided in order for the iterative process to be successful. However, techniques to obtain an appropriate initial guess are available. Derivation of the Algorithm Essential Concept: Locally approimate the function F( ) with a linear function in order to forecast a desired root p for which F( p) 0. Accordingly, consider y b( ) c, y F( ) () a where is assumed to be close to p. This linear function should serve to fulfill its intended purpose if the conditions stipulated below are satisfied: e y a dya d e dye (3) After application of these conditions, it is determined that

12 J. C. HAYEN ORMATYC 017 TEXT PAGE A-1 As a result, the relation for y a in Eqs. () becomes b F( ), c F( ) (4) ya F( )( ) F( ) (5) Net, suppose that p is a root to Eq. (1), and that is nearby p, so is regarded as an estimate for p. Then ye 0 since F( p) 0. But y a is presumed to acceptably approimate y e. As a result, let k and k 1 for which ya 0, so that Eq. (5) yields the relation 0 F( )( ) F( ) (6) k k1 k k It is desirable and effective to convert this relation into a mechanism to generate an increasingly accurate sequence of values that estimate the root p: k1 k F( k ) F ( ) k (7)

13 J. C. HAYEN ORMATYC 017 TEXT PAGE A-13 where k is a previous estimate for p while k 1 is an updated estimate for p. This relation is recursively applied to refine and improve each estimate for p, and it can be proven that the sequence of estimates { k } rapidly converges to the desired p under modest conditions on the function F( ) and the initial guess 0. In practice, the iterative process (and the sequence itself) is terminated when a specified degree of precision in the accuracy of the most recent estimate for p is achieved. See Figure 5 for an insightful depiction of the iterative process and its effectiveness. EVALUATION OF INVERSE FUNCTIONS (VIA ORIGINAL FUNCTIONS) In applied sciences, it is often convenient to epress certain formulas via an inverse function g that is based upon an original function f. It then becomes necessary to evaluate g at a particular input b. Let denote the output of g in this instance: g( b) (8) From the unique-output property of functions along with the cancellation properties

14 J. C. HAYEN ORMATYC 017 TEXT PAGE A-14 of invertible functions, Eq. (8) can be recast in terms of the original function f as f ( ) f( g( b)) f( ) b (9) In order to utilize the method of Eq. (7), Eq. (9) must be realigned with Eq. (1): Eample Evaluate b for (a) b 1 3, and (b) b 7. F( ) 0 ; F( ) f( ) b (10) F( ) b b b F ( ) Based upon Eq. (7), the algorithm for the evaluation of b becomes b 1 ( ) k1 k k Graphical Estimates and Spreadsheet Results

15 J. C. HAYEN ORMATYC 017 TEXT PAGE A-15 b 0.5 b b7.5 b Eample Evaluate ln ( b ) for (a) b 1 3, and (b) b 7. F( ) e b ln ( b) e b F ( ) e Based upon Eq. (7), the algorithm for the evaluation of ln ( b ) becomes k 1 k 1 k be Graphical Estimates and Spreadsheet Results b 1.0 ln ( b) b 7.0 ln ( b)

16 J. C. HAYEN ORMATYC 017 TEXT PAGE A-16 Eample Evaluate 1 sin ( b) for (a) 4 6 b 5, and (b) b. 5 1 F( ) sin( ) b sin ( b) sin ( ) b F ( ) cos( ) Based upon Eq. (7), the algorithm for the evaluation of 1 sin ( b) becomes k1 k tan ( k) bsec( k) Graphical Estimates and Spreadsheet Results b 1.0 sin ( b) b 1.0 sin ( b) is undefined EXTENDED NEWTON-RAPHSON METHOD Eplanation of the Method

17 J. C. HAYEN ORMATYC 017 TEXT PAGE A-17 This method is developed in almost the same manner as in the case of the standard method, ecept that the relations indicated below are utilized in an effort to forecast a desired root p for which F( p) 0: a y a( ) b( ) c, y F( ) (11) where is assumed to be close to p. It is anticipated that the quadratic function will fulfill its intended purpose even better than the linear function employed for the standard method if the conditions stipulated below are satisfied: e y a dya d e a d ye d y d dye (1) After application of these conditions, it is determined that

18 J. C. HAYEN ORMATYC 017 TEXT PAGE A-18 Presentation of the Algorithm a 1 F( ), b F( ), c F( ) (13) By proceeding with the same approach as in the case of the standard method, again with and 1 for which ya 0, the relation for y a in Eqs. (11) yields k k k1 b b 4ac k (14) a where a, b, and c are evaluated as indicated in Eqs. (13), ecept that is replaced by k. At this stage, for reasons to be discussed, it is advantageous to rationalize the numerator of Eq. (14), which then becomes k1 k c b b 4ac (15) It is now apparent that an ambiguity eists for the selection of the proper sign so as

19 J. C. HAYEN ORMATYC 017 TEXT PAGE A-19 to develop a useful recurrence relation for the algorithm of interest. This ambiguity can be resolved by first performing a simplification: k1 k c b b 14 ac/ b (16) Net, by carefully eamining representative cases (see diagrams in Figure 6), it can be concluded that the proper sign to select is sgn ( b ). As a result, k1 k c bsgn ( b) b 14 ac/ b (17) or, since sgn ( b) b b for any real number b, k1 k / cb / 1 1 4ac b (18) Last, substituting the actual epressions for a, b, and c into Eq. (18) reveals

20 J. C. HAYEN ORMATYC 017 TEXT PAGE A-0 F( k ) k1 k ( k) F( ) k (19) for which ( k ) acts as a modulating factor that accelerates convergence, where ( k), ( k) F( k) F( k) F( ) 1 1 ( ) [ ] k k (0) These particular functions possess some important properties: 1. ( k ) 0 and ( k ) 1 as F( k ) 0. ( k ) 0 and ( k ) 1 if F( k ) 0 EVALUATION OF INVERSE FUNCTIONS (VIA ORIGINAL FUNCTIONS) The previous eamples are now reconsidered via the etended method. (See Progression of Calculations in Spreadsheet Results)

21 J. C. HAYEN ORMATYC 017 TEXT PAGE A-1 IMPROVED NEWTON-RAPHSON METHOD Outline of the Method This method is still based upon the etended method presented above. This method utilizes a different technique to estimate the initial guess. The initial guess is bracketed via supplying reasonable upper and lower bounds on the value of for which f ( ) b. This procedure is demonstrated in a spreadsheet to be presented. An important element of this improved method is the formation of a locally interpolating quadratic polynomial for f ( ): a y a bc, y f( ) (1) where y a is assumed to closely follow y e between these bounds on. But the most important characteristic of this quadratic polynomial is that, for a particular y a, it can be solved for the required. Thus, in the case of ya be selected as this solution for. e b, the initial guess 0 will

22 J. C. HAYEN ORMATYC 017 TEXT PAGE A- Procedure for the Method Two bounds on must be supplied: LB and UB, with LB UB, such that f( ) b f( ) if f is strictly increasing LB LB UB UB or f( ) b f( ) if f is strictly decreasing () Such bounds eist because the function f must be strictly monotonic in the vicinity of the value of for which f ( ) b, a necessary condition for invertible functions. Based upon these bounds, let y f( ) 1 LB MP LB UB ( ), y f( ) y f( ) 3 UB 3 3 (3) The interpolating quadratic polynomial is then determined by the conditions

23 J. C. HAYEN ORMATYC 017 TEXT PAGE A a b c y a b c y a b c y (4) By means of the rule of Cramer, this system of linear equations can be solved for the variables ( a, b, c ): a b c y1( 3 ) y( 13) y3( 1) ( )( )( ) y ( ) y ( ) y ( ) ( )( )( ) y13( 3) y 31( 13) y31( 1) ( )( )( ) (5) Finally, the initial guess 0 is determined from the proper solution to the equation a bc b (6)

24 J. C. HAYEN ORMATYC 017 TEXT PAGE A-4 whose well-known candidate solutions are, b b 4 a( c b) (7) a The sign ambiguity apparent above is resolved as indicated below: if 0 LB UB or if 0 LB UB (8) With 0 determined, the etended method is then applied eactly as before, by means of Eq. (19), to complete the implementation of the improved method. EVALUATION OF INVERSE FUNCTIONS (VIA ORIGINAL FUNCTIONS) The previous eamples are now reconsidered via the improved method. (See Progression of Calculations in Spreadsheet Results)

25

26

27

28

29 J. C. Hayen ORMATYC 017 Graphics Page C-1 Reciprocal Function Standard Method b k k k +1 = g (b )

30 J. C. Hayen ORMATYC 017 Graphics Page C- Square-Root Function Standard Method b k k k +1 = g (b ) Natural Logarithm Function Standard Method b k k k +1 = g (b ) Inverse-Sine Function Standard Method b k k k +1 = g (b )

31 J. C. Hayen ORMATYC 017 Graphics Page C Graphical Estimation of Square-Root Function y

32 J. C. Hayen ORMATYC 017 Graphics Page C Graphical Estimation of Natural Logarithm Function y

33 J. C. Hayen ORMATYC 017 Graphics Page C-5.50 Graphical Estimation of Inverse-Sine Function y

34 J. C. Hayen ORMATYC 017 Graphics Page C-6 Square-Root Function Etended Method b k k F ( k ) F' ( k ) F" ( k ) k +1 = g (b ) Natural Logarithm Function Etended Method b k k F ( k ) F' ( k ) F" ( k ) k +1 = g (b ) Inverse-Sine Function Etended Method b k k F ( k ) F' ( k ) F" ( k ) k +1 = g (b )

35 J. C. Hayen ORMATYC 017 Graphics Page C-7 Natural Logarithm Function Improved Method b k k F ( k ) F' ( k ) F" ( k ) k +1 = g (b ) LB MP UB f ( LB ) f ( MP ) f ( UB ) Inverse-Sine Function Improved Method b k k F ( k ) F' ( k ) F" ( k ) k +1 = g (b ) LB MP UB f ( LB ) f ( MP ) f ( UB ) Inverse-Tangent Function Improved Method b k k F ( k ) F' ( k ) F" ( k ) k +1 = g (b ) LB MP UB f ( LB ) f ( MP ) f ( UB )

36 ENGINEERING Dynamics II (MECH 31) Eplicit Time Solutions An Eample Problem Vertical Projectile Motion with a Drag Force Vertical Projectile Motion Formulas The formulas given below eactly describe the motion of a projectile which may be modeled as a particle, has been vertically projected in a uniform gravitational field, and is subjected to a drag force that is proportional to the projectile speed squared: F kv Note: In the formulas below, k, v o, m, and g o should be regarded as known parameters. Ascent Relations: 0 t ta { [ ]} m y ln 1 kvo/ ( mgo) cos kgo/ m ( ta t) k / [ / ] v mg k tan kg m ( t t) o o a d / / [ ] 1 a o o o t m ( kg ) tan kv ( mg ), m h ln 1 kvo/ ( mgo) k [ ] Descent Relations: ta t t i { [ ]} m y ln 1 kvo/ ( mgo) sech kgo/ m ( t ta) k / [ / ] v mg k tanh kg m ( t t ) o o a / / [ ] 1 d o o o t m ( kg ) sinh kv ( mg ), v i v o o / 1 kv ( mg ) o Mathematical Definitions sech ( u) e e tanh ( u) e e [ ] 1 sinh ( u) ln u 1u Note: All of the relations above can be simplified via a parameter, which is defined below. u u u e e u u u

37 ENGINEERING Notation/Terminology t : elapsed time (from the projection instant) y : projectile position (vertical displacement) v : projectile speed k : drag coefficient v o : projection speed (initial speed) m : particle mass g o : gravity constant : medium resistance intensity, defined by o kv /( mg ) o t a : ascent time h : maimum height t d : descent time v i : impact speed t i : impact instant, defined by t i t a t d Note: t a and t d denote the durations of the ascent and descent phases, respectively, whereas t i denotes the terminal value of t or (equivalently) the duration of the entire projectile motion.

38

Core Mathematics 3 A2 compulsory unit for GCE Mathematics and GCE Pure Mathematics Mathematics. Unit C3. C3.1 Unit description

Core Mathematics 3 A2 compulsory unit for GCE Mathematics and GCE Pure Mathematics Mathematics. Unit C3. C3.1 Unit description Unit C3 Core Mathematics 3 A2 compulsory unit for GCE Mathematics and GCE Pure Mathematics Mathematics C3. Unit description Algebra and functions; trigonometry; eponentials and logarithms; differentiation;

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

4. Functions of one variable

4. Functions of one variable 4. Functions of one variable These lecture notes present my interpretation of Ruth Lawrence s lecture notes (in Hebrew) 1 In this chapter we are going to meet one of the most important concepts in mathematics:

More information

SOLUTIONS TO THE FINAL - PART 1 MATH 150 FALL 2016 KUNIYUKI PART 1: 135 POINTS, PART 2: 115 POINTS, TOTAL: 250 POINTS

SOLUTIONS TO THE FINAL - PART 1 MATH 150 FALL 2016 KUNIYUKI PART 1: 135 POINTS, PART 2: 115 POINTS, TOTAL: 250 POINTS SOLUTIONS TO THE FINAL - PART MATH 5 FALL 6 KUNIYUKI PART : 5 POINTS, PART : 5 POINTS, TOTAL: 5 POINTS No notes, books, or calculators allowed. 5 points: 45 problems, pts. each. You do not have to algebraically

More information

90 Chapter 5 Logarithmic, Exponential, and Other Transcendental Functions. Name Class. (a) (b) ln x (c) (a) (b) (c) 1 x. y e (a) 0 (b) y.

90 Chapter 5 Logarithmic, Exponential, and Other Transcendental Functions. Name Class. (a) (b) ln x (c) (a) (b) (c) 1 x. y e (a) 0 (b) y. 90 Chapter 5 Logarithmic, Eponential, and Other Transcendental Functions Test Form A Chapter 5 Name Class Date Section. Find the derivative: f ln. 6. Differentiate: y. ln y y y y. Find dy d if ey y. y

More information

FUNCTIONS OF ONE VARIABLE FUNCTION DEFINITIONS

FUNCTIONS OF ONE VARIABLE FUNCTION DEFINITIONS Page of 6 FUNCTIONS OF ONE VARIABLE FUNCTION DEFINITIONS 6. HYPERBOLIC FUNCTIONS These functions which are defined in terms of e will be seen later to be related to the trigonometic functions via comple

More information

Composition of and the Transformation of Functions

Composition of and the Transformation of Functions 1 3 Specific Outcome Demonstrate an understanding of operations on, and compositions of, functions. Demonstrate an understanding of the effects of horizontal and vertical translations on the graphs of

More information

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

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

More information

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

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

More information

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence Chapter 6 Nonlinear Equations 6. The Problem of Nonlinear Root-finding In this module we consider the problem of using numerical techniques to find the roots of nonlinear equations, f () =. Initially we

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

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of

More information

1 Functions and Inverses

1 Functions and Inverses October, 08 MAT86 Week Justin Ko Functions and Inverses Definition. A function f : D R is a rule that assigns each element in a set D to eactly one element f() in R. The set D is called the domain of f.

More information

INVERSE TRIGONOMETRIC FUNCTIONS Notes

INVERSE TRIGONOMETRIC FUNCTIONS Notes Inverse Trigonometric s MODULE - VII INVERSE TRIGONOMETRIC FUNCTIONS In the previous lesson, you have studied the definition of a function and different kinds of functions. We have defined inverse function.

More information

D sin x. (By Product Rule of Diff n.) ( ) D 2x ( ) 2. 10x4, or 24x 2 4x 7 ( ) ln x. ln x. , or. ( by Gen.

D sin x. (By Product Rule of Diff n.) ( ) D 2x ( ) 2. 10x4, or 24x 2 4x 7 ( ) ln x. ln x. , or. ( by Gen. SOLUTIONS TO THE FINAL - PART MATH 50 SPRING 07 KUNIYUKI PART : 35 POINTS, PART : 5 POINTS, TOTAL: 50 POINTS No notes, books, or calculators allowed. 35 points: 45 problems, 3 pts. each. You do not have

More information

1 Chapter 2 Perform arithmetic operations with polynomial expressions containing rational coefficients 2-2, 2-3, 2-4

1 Chapter 2 Perform arithmetic operations with polynomial expressions containing rational coefficients 2-2, 2-3, 2-4 NYS Performance Indicators Chapter Learning Objectives Text Sections Days A.N. Perform arithmetic operations with polynomial expressions containing rational coefficients. -, -5 A.A. Solve absolute value

More information

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO ROOTS OF EQUATIONS PT2.1 MOTIVATION Years ago, you learned to use the quadratic formula x = b ± b 2 4ac 2a to solve f(x) = ax 2 + bx + c = 0 (PT2.1) (PT2.2)

More information

MATH SKILL HANDBOOK. a (b ) II. Measurements and Significant Figures. 0 mm

MATH SKILL HANDBOOK. a (b ) II. Measurements and Significant Figures. 0 mm I. Symbols Δ change in quantity is defined as ± plus or minus a quantity a b ab is proportional to a (b ) = is equal to a b is approimately equal to a/b a_ b is less than or equal to a multiplied by b

More information

9.8 APPLICATIONS OF TAYLOR SERIES EXPLORATORY EXERCISES. Using Taylor Polynomials to Approximate a Sine Value EXAMPLE 8.1

9.8 APPLICATIONS OF TAYLOR SERIES EXPLORATORY EXERCISES. Using Taylor Polynomials to Approximate a Sine Value EXAMPLE 8.1 9-75 SECTION 9.8.. Applications of Taylor Series 677 and f 0) miles/min 3. Predict the location of the plane at time t min. 5. Suppose that an astronaut is at 0, 0) and the moon is represented by a circle

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

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

YEAR 13 - Mathematics Pure (C3) Term 1 plan

YEAR 13 - Mathematics Pure (C3) Term 1 plan Week Topic YEAR 13 - Mathematics Pure (C3) Term 1 plan 2016-2017 1-2 Algebra and functions Simplification of rational expressions including factorising and cancelling. Definition of a function. Domain

More information

Summer AP Assignment Coversheet Falls Church High School

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

More information

THE SERIES SUM OF DIVERGENT ALTERNATING INFINITE SERIES AND THE NATURE OF INFINITY. Peter G. Bass

THE SERIES SUM OF DIVERGENT ALTERNATING INFINITE SERIES AND THE NATURE OF INFINITY. Peter G. Bass THE SERIES SUM OF DIVERGENT ALTERNATING INFINITE SERIES AND THE NATURE OF INFINITY. Peter G. Bass PGBass M6 Ver..0.0 www.relativitydomains.com November 0 ABSTRACT. This paper presents three methods for

More information

FP1 PAST EXAM QUESTIONS ON NUMERICAL METHODS: NEWTON-RAPHSON ONLY

FP1 PAST EXAM QUESTIONS ON NUMERICAL METHODS: NEWTON-RAPHSON ONLY FP PAST EXAM QUESTIONS ON NUMERICAL METHODS: NEWTON-RAPHSON ONLY A number of questions demand that you know derivatives of functions now not included in FP. Just look up the derivatives in the mark scheme,

More information

CLASS NOTES Computational Methods for Engineering Applications I Spring 2015

CLASS NOTES Computational Methods for Engineering Applications I Spring 2015 CLASS NOTES Computational Methods for Engineering Applications I Spring 2015 Petros Koumoutsakos Gerardo Tauriello (Last update: July 2, 2015) IMPORTANT DISCLAIMERS 1. REFERENCES: Much of the material

More information

MEI Core 2. Sequences and series. Section 1: Definitions and Notation

MEI Core 2. Sequences and series. Section 1: Definitions and Notation Notes and Eamples MEI Core Sequences and series Section : Definitions and Notation In this section you will learn definitions and notation involving sequences and series, and some different ways in which

More information

Integral Theory. Prof. Dr. W. P. Kowalk Universität Oldenburg Version 2 from 29/04/08

Integral Theory. Prof. Dr. W. P. Kowalk Universität Oldenburg Version 2 from 29/04/08 Integral Theory Prof. Dr. W. P. Kowalk Universität Oldenburg Version 2 from 29/4/8 All rights reserved. This manuscript may be used as presented, copied in all or in part, and distributed everywhere, as

More information

The spacetime of special relativity

The spacetime of special relativity 1 The spacetime of special relativity We begin our discussion of the relativistic theory of gravity by reviewing some basic notions underlying the Newtonian and special-relativistic viewpoints of space

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

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

6.034f Neural Net Notes October 28, 2010

6.034f Neural Net Notes October 28, 2010 6.034f Neural Net Notes October 28, 2010 These notes are a supplement to material presented in lecture. I lay out the mathematics more prettily and etend the analysis to handle multiple-neurons per layer.

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

MATH 175: Final Exam Review for Pre-calculus

MATH 175: Final Exam Review for Pre-calculus MATH 75: Final Eam Review for Pre-calculus In order to prepare for the final eam, you need to be able to work problems involving the following topics:. Can you find and simplify the composition of two

More information

3.5 Continuity of a Function One Sided Continuity Intermediate Value Theorem... 23

3.5 Continuity of a Function One Sided Continuity Intermediate Value Theorem... 23 Chapter 3 Limit and Continuity Contents 3. Definition of Limit 3 3.2 Basic Limit Theorems 8 3.3 One sided Limit 4 3.4 Infinite Limit, Limit at infinity and Asymptotes 5 3.4. Infinite Limit and Vertical

More information

Pre-Calculus Mathematics Limit Process Calculus

Pre-Calculus Mathematics Limit Process Calculus NOTES : LIMITS AND DERIVATIVES Name: Date: Period: Mrs. Nguyen s Initial: LESSON.1 THE TANGENT AND VELOCITY PROBLEMS Pre-Calculus Mathematics Limit Process Calculus The type of it that is used to find

More information

ScienceWord and PagePlayer Graphical representation. Dr Emile C. B. COMLAN Novoasoft Representative in Africa

ScienceWord and PagePlayer Graphical representation. Dr Emile C. B. COMLAN Novoasoft Representative in Africa ScienceWord and PagePlayer Graphical representation Dr Emile C. B. COMLAN Novoasoft Representative in Africa Emails: ecomlan@scienceoffice.com ecomlan@yahoo.com Web site: www.scienceoffice.com Graphical

More information

Hyperbolic functions

Hyperbolic functions Roberto s Notes on Differential Calculus Chapter 5: Derivatives of transcendental functions Section Derivatives of Hyperbolic functions What you need to know already: Basic rules of differentiation, including

More information

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals 8. Basic Integration Rules In this section we will review various integration strategies. Strategies: I. Separate

More information

Summer AP Assignment Coversheet Falls Church High School

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

More information

GUIDANCE FOR TEACHING

GUIDANCE FOR TEACHING GCE AS/A LEVEL WJEC GCE AS/A Level in MATHEMATICS dr a ft APPROVED BY QUALIFICATIONS WALES GUIDANCE FOR TEACHING Teaching from 017 This Qualifications Wales regulated qualification is not available to

More information

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student AP Calculus AB SUMMER ASSIGNMENT Dear future Calculus AB student We are ecited to work with you net year in Calculus AB. In order to help you be prepared for this class, please complete the summer assignment.

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

MATH 175: Final Exam Review for Pre-calculus

MATH 175: Final Exam Review for Pre-calculus MATH 75: Final Eam Review for Pre-calculus In order to prepare for the final eam, you need too be able to work problems involving the following topics:. Can you graph rational functions by hand after algebraically

More information

QUIZ ON CHAPTERS 1 AND 2 - SOLUTIONS REVIEW / LIMITS AND CONTINUITY; MATH 150 SPRING 2017 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100%

QUIZ ON CHAPTERS 1 AND 2 - SOLUTIONS REVIEW / LIMITS AND CONTINUITY; MATH 150 SPRING 2017 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% QUIZ ON CHAPTERS AND 2 - SOLUTIONS REVIEW / LIMITS AND CONTINUITY; MATH 50 SPRING 207 KUNIYUKI 05 POINTS TOTAL, BUT 00 POINTS = 00% ) For a), b), and c) below, bo in the correct answer. (6 points total;

More information

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES

abc Mathematics Further Pure General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES abc General Certificate of Education Mathematics Further Pure SPECIMEN UNITS AND MARK SCHEMES ADVANCED SUBSIDIARY MATHEMATICS (56) ADVANCED SUBSIDIARY PURE MATHEMATICS (566) ADVANCED SUBSIDIARY FURTHER

More information

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

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

More information

Find the following limits. For each one, if it does not exist, tell why not. Show all necessary work.

Find the following limits. For each one, if it does not exist, tell why not. Show all necessary work. Calculus I Eam File Spring 008 Test #1 Find the following its. For each one, if it does not eist, tell why not. Show all necessary work. 1.) 4.) + 4 0 1.) 0 tan 5.) 1 1 1 1 cos 0 sin 3.) 4 16 3 1 6.) For

More information

NYS Algebra II and Trigonometry Suggested Sequence of Units (P.I's within each unit are NOT in any suggested order)

NYS Algebra II and Trigonometry Suggested Sequence of Units (P.I's within each unit are NOT in any suggested order) 1 of 6 UNIT P.I. 1 - INTEGERS 1 A2.A.1 Solve absolute value equations and inequalities involving linear expressions in one variable 1 A2.A.4 * Solve quadratic inequalities in one and two variables, algebraically

More information

Revision Checklist. Unit FP3: Further Pure Mathematics 3. Assessment information

Revision Checklist. Unit FP3: Further Pure Mathematics 3. Assessment information Revision Checklist Unit FP3: Further Pure Mathematics 3 Unit description Further matrix algebra; vectors, hyperbolic functions; differentiation; integration, further coordinate systems Assessment information

More information

a+bi form abscissa absolute value x x x absolute value equation x x absolute value function absolute value inequality x x accurate adjacent angles

a+bi form abscissa absolute value x x x absolute value equation x x absolute value function absolute value inequality x x accurate adjacent angles Words CR PS Reason Comm Geom ALG Stat Prob NSO a+bi form abscissa absolute value absolute value equation absolute value function absolute value inequality accurate adjacent angles adjacent sides algebraic

More information

CALCULUS I. Integrals. Paul Dawkins

CALCULUS I. Integrals. Paul Dawkins CALCULUS I Integrals Paul Dawkins Table of Contents Preface... ii Integrals... Introduction... Indefinite Integrals... Computing Indefinite Integrals... Substitution Rule for Indefinite Integrals... More

More information

Lecture 5: Finding limits analytically Simple indeterminate forms

Lecture 5: Finding limits analytically Simple indeterminate forms Lecture 5: Finding its analytically Simple indeterminate forms Objectives: (5.) Use algebraic techniques to resolve 0/0 indeterminate forms. (5.) Use the squeeze theorem to evaluate its. (5.3) Use trigonometric

More information

SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS

SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS STRUCTURE OF EXAMINATION PAPER. There will be one -hour paper consisting of 4 questions..

More information

CONTINUITY AND DIFFERENTIABILITY

CONTINUITY AND DIFFERENTIABILITY 5. Introduction The whole of science is nothing more than a refinement of everyday thinking. ALBERT EINSTEIN This chapter is essentially a continuation of our stu of differentiation of functions in Class

More information

Chapter 3: Topics in Differentiation

Chapter 3: Topics in Differentiation Chapter 3: Topics in Differentiation Summary: Having investigated the derivatives of common functions in Chapter (i.e., polynomials, rational functions, trigonometric functions, and their combinations),

More information

Solution Sheet 1.4 Questions 26-31

Solution Sheet 1.4 Questions 26-31 Solution Sheet 1.4 Questions 26-31 26. Using the Limit Rules evaluate i) ii) iii) 3 2 +4+1 0 2 +4+3, 3 2 +4+1 2 +4+3, 3 2 +4+1 1 2 +4+3. Note When using a Limit Rule you must write down which Rule you

More information

MA10103: Foundation Mathematics I. Lecture Notes Week 1

MA10103: Foundation Mathematics I. Lecture Notes Week 1 MA00: Foundation Mathematics I Lecture Notes Week Numbers The naturals are the nonnegative whole numbers, i.e., 0,,,, 4,.... The set of naturals is denoted by N. Warning: Sometimes only the positive integers

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter : Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of its.

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

Further factorising, simplifying, completing the square and algebraic proof

Further factorising, simplifying, completing the square and algebraic proof Further factorising, simplifying, completing the square and algebraic proof 8 CHAPTER 8. Further factorising Quadratic epressions of the form b c were factorised in Section 8. by finding two numbers whose

More information

Recurring Decimals. Mathswatch. Clip ) a) Convert the recurring decimal 036. to a fraction in its simplest form.

Recurring Decimals. Mathswatch. Clip ) a) Convert the recurring decimal 036. to a fraction in its simplest form. Clip Recurring Decimals ) a) Convert the recurring decimal 06. to a fraction in its simplest form. 8 b) Prove that the recurring decimal 07. = ) a) Change 4 9 to a decimal. 9 b) Prove that the recurring

More information

UNIT NUMBER DIFFERENTIATION 7 (Inverse hyperbolic functions) A.J.Hobson

UNIT NUMBER DIFFERENTIATION 7 (Inverse hyperbolic functions) A.J.Hobson JUST THE MATHS UNIT NUMBER 0.7 DIFFERENTIATION 7 (Inverse hyperbolic functions) by A.J.Hobson 0.7. Summary of results 0.7.2 The erivative of an inverse hyperbolic sine 0.7.3 The erivative of an inverse

More information

MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li

MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li 1 L Hospital s Rule Another useful application of mean value theorems is L Hospital s Rule. It helps us to evaluate its of indeterminate

More information

Exercise Set 6.2: Double-Angle and Half-Angle Formulas

Exercise Set 6.2: Double-Angle and Half-Angle Formulas Exercise Set : Double-Angle and Half-Angle Formulas Answer the following π 1 (a Evaluate sin π (b Evaluate π π (c Is sin = (d Graph f ( x = sin ( x and g ( x = sin ( x on the same set of axes (e Is sin

More information

Troy High School AP Calculus Summer Packet

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

More information

CHAPTER 4 ROOTS OF EQUATIONS

CHAPTER 4 ROOTS OF EQUATIONS CHAPTER 4 ROOTS OF EQUATIONS Chapter 3 : TOPIC COVERS (ROOTS OF EQUATIONS) Definition of Root of Equations Bracketing Method Graphical Method Bisection Method False Position Method Open Method One-Point

More information

Example - Newton-Raphson Method

Example - Newton-Raphson Method Eample - Newton-Raphson Method We now consider the following eample: minimize f( 3 3 + -- 4 4 Since f ( 3 2 + 3 3 and f ( 6 + 9 2 we form the following iteration: + n 3 ( n 3 3( n 2 ------------------------------------

More information

3.8 Limits At Infinity

3.8 Limits At Infinity 3.8. LIMITS AT INFINITY 53 Figure 3.5: Partial graph of f = /. We see here that f 0 as and as. 3.8 Limits At Infinity The its we introduce here differ from previous its in that here we are interested in

More information

Integration by substitution

Integration by substitution Roberto s Notes on Integral Calculus Chapter : Integration methods Section 1 Integration by substitution or by change of variable What you need to know already: What an indefinite integral is. The chain

More information

Solution of Nonlinear Equations: Graphical and Incremental Sea

Solution of Nonlinear Equations: Graphical and Incremental Sea Outlines Solution of Nonlinear Equations: Graphical and s September 2, 2004 Outlines Part I: Solution of Nonlinear Equations Solution of Nonlinear Equations Introduction General Form of the Problem Types

More information

Differential Calculus

Differential Calculus Differential Calculus. Compute the derivatives of the following functions a() = 4 3 7 + 4 + 5 b() = 3 + + c() = 3 + d() = sin cos e() = sin f() = log g() = tan h() = 3 6e 5 4 i() = + tan 3 j() = e k()

More information

Calculus Problem Sheet Prof Paul Sutcliffe. 2. State the domain and range of each of the following functions

Calculus Problem Sheet Prof Paul Sutcliffe. 2. State the domain and range of each of the following functions f( 8 6 4 8 6-3 - - 3 4 5 6 f(.9.8.7.6.5.4.3.. -4-3 - - 3 f( 7 6 5 4 3-3 - - Calculus Problem Sheet Prof Paul Sutcliffe. By applying the vertical line test, or otherwise, determine whether each of the following

More information

AP Exam Practice Questions for Chapter 3

AP Exam Practice Questions for Chapter 3 AP Eam Practice Questions for Chapter AP Eam Practice Questions for Chapter f + 6 7 9 f + 7 0 + 6 0 ( + )( ) 0,. The critical numbers of f are and. So, the answer is B.. Evaluate each statement. I: Because

More information

G r a d e 1 1 P r e - C a l c u l u s M a t h e m a t i c s ( 3 0 S ) Final Practice Exam Answer Key

G r a d e 1 1 P r e - C a l c u l u s M a t h e m a t i c s ( 3 0 S ) Final Practice Exam Answer Key G r a d e P r e - C a l c u l u s M a t h e m a t i c s ( 3 0 S ) Final Practice Eam Answer Key G r a d e P r e - C a l c u l u s M a t h e m a t i c s Final Practice Eam Answer Key Name: Student Number:

More information

Fourier Analysis Fourier Series C H A P T E R 1 1

Fourier Analysis Fourier Series C H A P T E R 1 1 C H A P T E R Fourier Analysis 474 This chapter on Fourier analysis covers three broad areas: Fourier series in Secs...4, more general orthonormal series called Sturm iouville epansions in Secs..5 and.6

More information

4.317 d 4 y. 4 dx d 2 y dy. 20. dt d 2 x. 21. y 3y 3y y y 6y 12y 8y y (4) y y y (4) 2y y 0. d 4 y 26.

4.317 d 4 y. 4 dx d 2 y dy. 20. dt d 2 x. 21. y 3y 3y y y 6y 12y 8y y (4) y y y (4) 2y y 0. d 4 y 26. 38 CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS sstems are also able, b means of their dsolve commands, to provide eplicit solutions of homogeneous linear constant-coefficient differential equations.

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

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

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

More information

ENGI 2422 First Order ODEs - Separable Page 3-01

ENGI 2422 First Order ODEs - Separable Page 3-01 ENGI 4 First Order ODEs - Separable Page 3-0 3. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with

More information

10.7. DIFFERENTIATION 7 (Inverse hyperbolic functions) A.J.Hobson

10.7. DIFFERENTIATION 7 (Inverse hyperbolic functions) A.J.Hobson JUST THE MATHS SLIDES NUMBER 0.7 DIFFERENTIATION 7 (Inverse hyperbolic functions) by A.J.Hobson 0.7. Summary of results 0.7.2 The erivative of an inverse hyperbolic sine 0.7.3 The erivative of an inverse

More information

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

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

More information

Pre-Calculus and Trigonometry Capacity Matrix

Pre-Calculus and Trigonometry Capacity Matrix Pre-Calculus and Capacity Matri Review Polynomials A1.1.4 A1.2.5 Add, subtract, multiply and simplify polynomials and rational epressions Solve polynomial equations and equations involving rational epressions

More information

(ii) y = ln 1 ] t 3 t x x2 9

(ii) y = ln 1 ] t 3 t x x2 9 Study Guide for Eam 1 1. You are supposed to be able to determine the domain of a function, looking at the conditions for its epression to be well-defined. Some eamples of the conditions are: What is inside

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

16.5. Maclaurin and Taylor Series. Introduction. Prerequisites. Learning Outcomes

16.5. Maclaurin and Taylor Series. Introduction. Prerequisites. Learning Outcomes Maclaurin and Talor Series 6.5 Introduction In this Section we eamine how functions ma be epressed in terms of power series. This is an etremel useful wa of epressing a function since (as we shall see)

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will produce various graphs of Taylor polynomials. Students will discover how the accuracy of a Taylor polynomial is associated with the degree of the Taylor polynomial. Students

More information

ENGI 3424 First Order ODEs Page 1-01

ENGI 3424 First Order ODEs Page 1-01 ENGI 344 First Order ODEs Page 1-01 1. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with respect

More information

Further Pure Mathematics 3 GCE Further Mathematics GCE Pure Mathematics and Further Mathematics (Additional) A2 optional unit

Further Pure Mathematics 3 GCE Further Mathematics GCE Pure Mathematics and Further Mathematics (Additional) A2 optional unit Unit FP3 Further Pure Mathematics 3 GCE Further Mathematics GCE Pure Mathematics and Further Mathematics (Additional) A optional unit FP3.1 Unit description Further matrix algebra; vectors, hyperbolic

More information

2017 Mathematics Paper 1 (Non-calculator) Higher. Finalised Marking Instructions

2017 Mathematics Paper 1 (Non-calculator) Higher. Finalised Marking Instructions National Qualifications 07 07 Mathematics Paper (Non-calculator) Higher Finalised Marking Instructions Scottish Qualifications Authority 07 The information in this publication may be reproduced to support

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

Continuity at a Point

Continuity at a Point Continuity at a Point When we eplored the limit of f() as approaches c, the emphasis was on the function values close to = c rather than what happens to the function at = c. We will now consider the following

More information

Calculus and Vectors, Grade 12

Calculus and Vectors, Grade 12 Calculus and Vectors, Grade University Preparation MCV4U This course builds on students previous eperience with functions and their developing understanding of rates of change. Students will solve problems

More information

Inverse Relations. 5 are inverses because their input and output are switched. For instance: f x x. x 5. f 4

Inverse Relations. 5 are inverses because their input and output are switched. For instance: f x x. x 5. f 4 Inverse Functions Inverse Relations The inverse of a relation is the set of ordered pairs obtained by switching the input with the output of each ordered pair in the original relation. (The domain of the

More information

Fixed Point Theorem and Sequences in One or Two Dimensions

Fixed Point Theorem and Sequences in One or Two Dimensions Fied Point Theorem and Sequences in One or Two Dimensions Dr. Wei-Chi Yang Let us consider a recursive sequence of n+ = n + sin n and the initial value can be an real number. Then we would like to ask

More information

10.1 COMPOSITION OF FUNCTIONS

10.1 COMPOSITION OF FUNCTIONS 0. COMPOSITION OF FUNCTIONS Composition of Functions The function f(g(t)) is said to be a composition of f with g. The function f(g(t)) is defined by using the output of the function g as the input to

More information

Solutions Exam 4 (Applications of Differentiation) 1. a. Applying the Quotient Rule we compute the derivative function of f as follows:

Solutions Exam 4 (Applications of Differentiation) 1. a. Applying the Quotient Rule we compute the derivative function of f as follows: MAT 4 Solutions Eam 4 (Applications of Differentiation) a Applying the Quotient Rule we compute the derivative function of f as follows: f () = 43 e 4 e (e ) = 43 4 e = 3 (4 ) e Hence f '( ) 0 for = 0

More information

Review of Essential Skills and Knowledge

Review of Essential Skills and Knowledge Review of Essential Skills and Knowledge R Eponent Laws...50 R Epanding and Simplifing Polnomial Epressions...5 R 3 Factoring Polnomial Epressions...5 R Working with Rational Epressions...55 R 5 Slope

More information

Calculus B Workshop #4 (March 23, 2012)

Calculus B Workshop #4 (March 23, 2012) Calculus B Workshop #4 (March 3, 0) Name: Circle one: -4pm 4-6pm Rules: () A minimum of TWO and a maimum of FOUR students in each group. () Work together and do the problems in order! (3) Your answers

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