Maclaurin and Taylor Series

Size: px
Start display at page:

Download "Maclaurin and Taylor Series"

Transcription

1 Maclaurin and Talor Series 6.5 Introduction In this block 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) we can then replace complicated functions in terms of simple polnomials. The onl requirement (of an significance) is that the complicated function should be smooth; this means that at a point of interest, it must be possible to differentiate the function as often as we please. Prerequisites Before starting this Block ou should... Learning Outcomes After completing this Block ou should be able to... find the Maclaurin and Talor series epansions of given functions find Maclaurin epansions of functions b combining known power series together find Maclaurin epansions b using differentiation and integration have knowledge of power series and of the ratio test 2 be able to differentiate simple functions 3 be familiar with the rules for combining power series Learning Stle To achieve what is epected of ou... allocate sufficient stud time briefl revise the prerequisite material attempt ever guided eercise and most of the other eercises

2 . Maclaurin and Talor Series As we shall see, man functions can be represented b power series. In fact we have alread seen in earlier Blocks eamples of such a representation. For eample, = < ln( + ) = < e = ! ! all The first two eamples show that, as long as we constrain to lie within the domain < (or, equivalentl, <<), then in the first case has the same numerical value as and in the second case ln(+) has the same numerical value as In the third eample we see that e has the same numerical value as but in 2! this case there is no restriction to be placed on the value of since this power series converges for all values of. The following diagram shows this situation geometricall. As more and more terms are used from the series the curve representing 2! 3! e is better and better approimated. In (a) we show the linear approimation to e. In (b) and (c) we show, respectivel, the quadratic and cubic approimations ! ! + 3 3! e e e (a) (b) (c) These power series representations are etremel important, from man points of view. Numericall, we can simpl replace the function b the quadratic epression as long as is so small so that powers of greater than or equal to 3 can be ignored in comparison to quadratic terms. This approach can be used to approimate more complicated functions in terms of simpler polnomials. Our aim now is to see how these power series epansions are obtained. 2. The Maclaurin Series Consider a function f() which can be differentiated at = 0 as often as we please. For eample e, cos, sin would fit into this categor but would not. Let us assume that f() can be represented b a power series in : f() =a 0 + a + a a a = a p p p=0 Engineering Mathematics: Open Learning Unit Level 2

3 where a 0,a,a 2,... are constants to be determined. If we substitute = 0 then, clearl f(0) = a 0 The other constants can be determined b further differentiating and, on each differentiation, substituting = 0. For eample, differentiating once: so, putting =0,wehavef (0) = a. Continuing to differentiate: f () =0+a +2a 2 +3a a f () =0+2a 2 + 3(2)a 3 + 4(3)a so Further: so f (0)=2a 2 or a 2 = 2 f (0) f () = 3(2)a 3 + 4(3)(2)a f (0) = 3(2)a 3 impling a 3 = 3(2) f (0) Continuing in this wa we easil find that (remembering that 0! = ) a n = n! f (n) (0) n =0,, 2,... where f (n) (0) means the value of the n th derivative at = 0 and f (0) (0) means f(0). Bringing all these results together we find Ke Point If f() can be differentiated as often as we please: f() =f(0) + f (0) + 2 2! f (0) + 3 3! f (0) +...= This is called the Maclaurin epansion of f() p=0 p! f (p) (0) p Eample Find the Maclaurin epansion of cos. 3 Engineering Mathematics: Open Learning Unit Level

4 Solution Here f() = cos and, differentiating a number of times: f() = cos, f () = sin, f () = cos, f () = sin etc. Thus, evaluating each of these at =0: f(0)=, f (0)=0, f (0) =, f (0) = 0 etc. Now, substituting into f() =f(0) + f (0) + 2 2! f (0) + 3 3! f (0) +..., implies cos = 2 2! + 4 4! 6 6! +... The reader should confirm (b finding the radius of convergence) that this series is convergent for all values of. The geometrical approimation to cos b the first few terms of its Maclaurin series are shown in the following diagram. 2 2! + 4 4! cos cos 2 2! cos Tr each part of this eercise Find the Maclaurin epansion of ln( + ). (Note that we cannot find a Maclaurin epansion of the function ln since this function cannot be differentiated at = 0). Part (a) Find the first few derivatives of f() = ln( + ) Part (b) Now obtain f(0), f (0), f (0), f (0),... Part (c) Hence, obtain the Maclaurin epansion of ln( + ). Part (d) Now obtain the interval of convergence? Note that when = ln2= so the alternating harmonic series converges to ln , a claim first made in Block 2. Engineering Mathematics: Open Learning Unit Level 4

5 Eample Find the Maclaurin epansion of e ln( + ). Solution Here, instead of finding the derivatives of f() =e ln( + ), we can multipl together the Maclaurin epansions we alread know: e = ! all 3! and ln( + ) = < 3 The resulting power series will onl be convergent if <. That is ) e ln( + ) = (+ + )( 2 2! + 3 3! = = < 40 (You must take care not to miss relevant terms when carring through the multiplication). The Maclaurin epansion of a product of two functions: f()g() is obtained b multipling together the Maclaurin epansions of f() and of g() and collecting like terms together. The product series will have a radius of convergence equal to the smaller of the two separate radii of convergence. Tr each part of this eercise Find the Maclaurin epansion of cos 2 up to powers of 4. Hence write down the epansion of sin 2 to powers of 6. Part (a) First, write down the epansion of cos Part (b) Now, b multiplication, find the epansion of cos 2. (The reader could tr to obtain the power series epansion for cos 2 b using the trigonometric identit cos 2 = ( + cos 2)). 2 Part (c) Now obtain the epansion of sin 2. 5 Engineering Mathematics: Open Learning Unit Level

6 3. Differentiation of Maclaurin Series We have alread noted that, b the binomial series, = < Thus, with replaced b + = < Also, we have obtained the Maclaurin epansion of ln( + ): ln( + ) = < 4 Now, we differentiate both sides with respect to : + = This demonstrates that the Maclaurin epansion of a function f() ma be differentiated term b term to give a series which will be the Maclaurin epansion of df. d As we noted in block 4 the derived series will have the same radius of convergence as the original series. Tr each part of this eercise Find the Maclaurin epansion of ( ) 3. Part (a) First write down the epansion of ( ) Part (b) Now, b differentiation, obtain the epansion of ( ) 2 Part (c) Differentiate again to obtain the epansion of ( ) 3. The final series: has radius of convergence R = since the original series, before differentiation, has this radius of convergence (but this can also be found directl using the formula R = lim a n n a n+ and using the fact that the coefficient of the nth term is a n = n(n +)). 2 Engineering Mathematics: Open Learning Unit Level 6

7 4. The Talor Series The Talor series is a generalisation of the Maclaurin series being a power series developed in powers of ( 0 ) rather than in powers of. Thus Ke Point If the function f() can be differentiated as often as we please at = 0 then: f() =f( 0 )+( 0 )f ( 0 )+ ( 0) 2 f ( 0 )+... 2! This is called the Talor series of f() about the point 0. The reader will see that the Maclaurin epansion is obtained if 0 is chosen to be zero. Tr each part of this eercise Obtain the Talor series epansion of of ( 2)). about = 2. (That is, find a power series in powers Part (a) First, obtain the derivatives of f() = Part (b) Now evaluate these derivatives at 0 =2. Part (c) Hence, write down the Talor epansion of f() = about =2 The reader should confirm that this series is convergent if 2 <. In the diagram following some of the terms from the Talor series are plotted to compare with ( ). +( 2) ( 2) 2 +( 2) ( 2) +( 2) ( 2) 2 7 Engineering Mathematics: Open Learning Unit Level

8 5. Computer Eercise or Activit For this eercise it will be necessar for ou to access the computer package DERIVE. DERIVE can be used to obtain the Maclaurin series epansion of most functions. For eample to obtain the Maclaurin epansion of we would ke Author: Epression /( ). DERIVE ( ) responds with. Now ke Calculus:Talor series. In the bo presented choose as Variable, then 0 as the Epansion Point and (sa) 5 as Order. Then on hitting the Simplif button DERIVE responds as epected. To obtain a Talor series (i.e. epansion about some point other than 0) is a straightforward eercise; just choose the appropriate value for the Epansion Point. However, note that DERIVE alwas presents the Talor series in powers of (which is not the wa we have presented the epansion in the tet). You need to be a little careful here. If ou want the Talor epansion of (sa) about the point = 2 to order (sa) 5 then DERIVE will obtain the epression (as we have in the tet) = +( 2) ( 2)2 +( 2) 3 ( 2) 4 +( 2) 5 and then epand this to present it as: The coefficients of the powers of will necessaril change as the order changes. For eample to epand the same function about the same point ( = 2) to order 6 will produce the response from DERIVE: which is the epanded form of +( 2) ( 2) 2 +( 2) 3 ( 2) 4 +( 2) 5 ( 2) 6 Engineering Mathematics: Open Learning Unit Level 8

9 End of Block Engineering Mathematics: Open Learning Unit Level

10 f () = +, f () = ( + ) 2, f () = 2 ( + ), 3 f(n) () = ( )n+ (n )! ( + ) n Engineering Mathematics: Open Learning Unit Level 0

11 f(0)=0 f (0)=, f (0) =, f (0)=2, f (n) (0)=( ) n+ (n )! Engineering Mathematics: Open Learning Unit Level

12 ln( + ) = ( )n+,...+ n +... This has alread been obtained in Block n Engineering Mathematics: Open Learning Unit Level 2

13 R =. Also at = the series is convergent (alternating harmonic series) and at = the series is divergent. Hence this Maclaurin eapnsion is onl valid if <. The geometrical closeness of the polnomial terms with the function ln( + ) for < are displaed in the following diagram ln( + ) ln( + ) ln( + ) Engineering Mathematics: Open Learning Unit Level

14 cos = 2 2! + 4 4! +... Engineering Mathematics: Open Learning Unit Level 4

15 ( )( ) cos 2 = ! 4! 2! 4! =( )+( + 4 2! 4! 2! 4...)+(4...)+ = 4! Engineering Mathematics: Open Learning Unit Level

16 ( ) sin 2 = cos 2 = = Engineering Mathematics: Open Learning Unit Level 6

17 = < 7 Engineering Mathematics: Open Learning Unit Level

18 ( ) 2 = d d ( )= Engineering Mathematics: Open Learning Unit Level 8

19 = d ( ) 3 2 d ( ) = [2 + 6 ( ) ]= Engineering Mathematics: Open Learning Unit Level

20 f () = ( ) 2, f () = 2 ( ) 3,... f (n) () = n! ( ) n+ Engineering Mathematics: Open Learning Unit Level 20

21 f (2)=, f (2) = 2,... f (n) (2)=( ) n+ n! 2 Engineering Mathematics: Open Learning Unit Level

22 = +( 2) ( 2)2 +( 2) Engineering Mathematics: Open Learning Unit Level 22

Higher. Polynomials and Quadratics 64

Higher. Polynomials and Quadratics 64 hsn.uk.net Higher Mathematics UNIT OUTCOME 1 Polnomials and Quadratics Contents Polnomials and Quadratics 64 1 Quadratics 64 The Discriminant 66 3 Completing the Square 67 4 Sketching Parabolas 70 5 Determining

More information

SAMPLE. Polynomial functions

SAMPLE. Polynomial functions Objectives C H A P T E R 4 Polnomial functions To be able to use the technique of equating coefficients. To introduce the functions of the form f () = a( + h) n + k and to sketch graphs of this form through

More information

C3: Functions. Learning objectives

C3: Functions. Learning objectives CHAPTER C3: Functions Learning objectives After studing this chapter ou should: be familiar with the terms one-one and man-one mappings understand the terms domain and range for a mapping understand the

More information

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes The Circle 2.6 Introduction A circle is one of the most familiar geometrical figures. In this brief Section we discuss the basic coordinate geometr of a circle - in particular the basic equation representing

More information

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes

2.6. The Circle. Introduction. Prerequisites. Learning Outcomes The Circle 2.6 Introduction A circle is one of the most familiar geometrical figures and has been around a long time! In this brief Section we discuss the basic coordinate geometr of a circle - in particular

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

LESSON EIII.E EXPONENTS AND LOGARITHMS

LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS OVERVIEW Here s what ou ll learn in this lesson: Eponential Functions a. Graphing eponential functions b. Applications of eponential

More information

Polynomials. Jackie Nicholas Jacquie Hargreaves Janet Hunter

Polynomials. Jackie Nicholas Jacquie Hargreaves Janet Hunter Mathematics Learning Centre Polnomials Jackie Nicholas Jacquie Hargreaves Janet Hunter c 26 Universit of Sdne Mathematics Learning Centre, Universit of Sdne 1 1 Polnomials Man of the functions we will

More information

When I was 3.1 POLYNOMIAL FUNCTIONS

When I was 3.1 POLYNOMIAL FUNCTIONS 146 Chapter 3 Polnomial and Rational Functions Section 3.1 begins with basic definitions and graphical concepts and gives an overview of ke properties of polnomial functions. In Sections 3.2 and 3.3 we

More information

Downloaded from www.heinemann.co.uk/ib. equations. 2.4 The reciprocal function x 1 x

Downloaded from www.heinemann.co.uk/ib. equations. 2.4 The reciprocal function x 1 x Functions and equations Assessment statements. Concept of function f : f (); domain, range, image (value). Composite functions (f g); identit function. Inverse function f.. The graph of a function; its

More information

INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4. Example 1

INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4. Example 1 Chapter 1 INVESTIGATIONS AND FUNCTIONS 1.1.1 1.1.4 This opening section introduces the students to man of the big ideas of Algebra 2, as well as different was of thinking and various problem solving strategies.

More information

Implicit Differentiation

Implicit Differentiation Revision Notes 2 Calculus 1270 Fall 2007 INSTRUCTOR: Peter Roper OFFICE: LCB 313 [EMAIL: roper@math.utah.edu] Standard Disclaimer These notes are not a complete review of the course thus far, and some

More information

SECTION 2.2. Distance and Midpoint Formulas; Circles

SECTION 2.2. Distance and Midpoint Formulas; Circles SECTION. Objectives. Find the distance between two points.. Find the midpoint of a line segment.. Write the standard form of a circle s equation.. Give the center and radius of a circle whose equation

More information

Core Maths C3. Revision Notes

Core Maths C3. Revision Notes Core Maths C Revision Notes October 0 Core Maths C Algebraic fractions... Cancelling common factors... Multipling and dividing fractions... Adding and subtracting fractions... Equations... 4 Functions...

More information

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form

Solving Quadratic Equations by Graphing. Consider an equation of the form. y ax 2 bx c a 0. In an equation of the form SECTION 11.3 Solving Quadratic Equations b Graphing 11.3 OBJECTIVES 1. Find an ais of smmetr 2. Find a verte 3. Graph a parabola 4. Solve quadratic equations b graphing 5. Solve an application involving

More information

Mathematics Placement Packet Colorado College Department of Mathematics and Computer Science

Mathematics Placement Packet Colorado College Department of Mathematics and Computer Science Mathematics Placement Packet Colorado College Department of Mathematics and Computer Science Colorado College has two all college requirements (QR and SI) which can be satisfied in full, or part, b taking

More information

More Equations and Inequalities

More Equations and Inequalities Section. Sets of Numbers and Interval Notation 9 More Equations and Inequalities 9 9. Compound Inequalities 9. Polnomial and Rational Inequalities 9. Absolute Value Equations 9. Absolute Value Inequalities

More information

LINEAR FUNCTIONS OF 2 VARIABLES

LINEAR FUNCTIONS OF 2 VARIABLES CHAPTER 4: LINEAR FUNCTIONS OF 2 VARIABLES 4.1 RATES OF CHANGES IN DIFFERENT DIRECTIONS From Precalculus, we know that is a linear function if the rate of change of the function is constant. I.e., for

More information

SECTION 5-1 Exponential Functions

SECTION 5-1 Exponential Functions 354 5 Eponential and Logarithmic Functions Most of the functions we have considered so far have been polnomial and rational functions, with a few others involving roots or powers of polnomial or rational

More information

The Distance Formula and the Circle

The Distance Formula and the Circle 10.2 The Distance Formula and the Circle 10.2 OBJECTIVES 1. Given a center and radius, find the equation of a circle 2. Given an equation for a circle, find the center and radius 3. Given an equation,

More information

D.3. Angles and Degree Measure. Review of Trigonometric Functions

D.3. Angles and Degree Measure. Review of Trigonometric Functions APPENDIX D Precalculus Review D7 SECTION D. Review of Trigonometric Functions Angles and Degree Measure Radian Measure The Trigonometric Functions Evaluating Trigonometric Functions Solving Trigonometric

More information

Mathematical goals. Starting points. Materials required. Time needed

Mathematical goals. Starting points. Materials required. Time needed Level A7 of challenge: C A7 Interpreting functions, graphs and tables tables Mathematical goals Starting points Materials required Time needed To enable learners to understand: the relationship between

More information

ax 2 by 2 cxy dx ey f 0 The Distance Formula The distance d between two points (x 1, y 1 ) and (x 2, y 2 ) is given by d (x 2 x 1 )

ax 2 by 2 cxy dx ey f 0 The Distance Formula The distance d between two points (x 1, y 1 ) and (x 2, y 2 ) is given by d (x 2 x 1 ) SECTION 1. The Circle 1. OBJECTIVES The second conic section we look at is the circle. The circle can be described b using the standard form for a conic section, 1. Identif the graph of an equation as

More information

5.2 Inverse Functions

5.2 Inverse Functions 78 Further Topics in Functions. Inverse Functions Thinking of a function as a process like we did in Section., in this section we seek another function which might reverse that process. As in real life,

More information

The Big Picture. Correlation. Scatter Plots. Data

The Big Picture. Correlation. Scatter Plots. Data The Big Picture Correlation Bret Hanlon and Bret Larget Department of Statistics Universit of Wisconsin Madison December 6, We have just completed a length series of lectures on ANOVA where we considered

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS 379 Chapter 9 DIFFERENTIAL EQUATIONS He who seeks f methods without having a definite problem in mind seeks f the most part in vain. D. HILBERT 9. Introduction In Class XI and in

More information

Taylor Polynomials. for each dollar that you invest, giving you an 11% profit.

Taylor Polynomials. for each dollar that you invest, giving you an 11% profit. Taylor Polynomials Question A broker offers you bonds at 90% of their face value. When you cash them in later at their full face value, what percentage profit will you make? Answer The answer is not 0%.

More information

We start with the basic operations on polynomials, that is adding, subtracting, and multiplying.

We start with the basic operations on polynomials, that is adding, subtracting, and multiplying. R. Polnomials In this section we want to review all that we know about polnomials. We start with the basic operations on polnomials, that is adding, subtracting, and multipling. Recall, to add subtract

More information

9.5 CALCULUS AND POLAR COORDINATES

9.5 CALCULUS AND POLAR COORDINATES smi9885_ch09b.qd 5/7/0 :5 PM Page 760 760 Chapter 9 Parametric Equations and Polar Coordinates 9.5 CALCULUS AND POLAR COORDINATES Now that we have introduced ou to polar coordinates and looked at a variet

More information

Chapter 6 Quadratic Functions

Chapter 6 Quadratic Functions Chapter 6 Quadratic Functions Determine the characteristics of quadratic functions Sketch Quadratics Solve problems modelled b Quadratics 6.1Quadratic Functions A quadratic function is of the form where

More information

Trigonometry Review Workshop 1

Trigonometry Review Workshop 1 Trigonometr Review Workshop Definitions: Let P(,) be an point (not the origin) on the terminal side of an angle with measure θ and let r be the distance from the origin to P. Then the si trig functions

More information

Find the Relationship: An Exercise in Graphing Analysis

Find the Relationship: An Exercise in Graphing Analysis Find the Relationship: An Eercise in Graphing Analsis Computer 5 In several laborator investigations ou do this ear, a primar purpose will be to find the mathematical relationship between two variables.

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Chapter 6 Eponential and Logarithmic Functions Section summaries Section 6.1 Composite Functions Some functions are constructed in several steps, where each of the individual steps is a function. For eample,

More information

Section 5-9 Inverse Trigonometric Functions

Section 5-9 Inverse Trigonometric Functions 46 5 TRIGONOMETRIC FUNCTIONS Section 5-9 Inverse Trigonometric Functions Inverse Sine Function Inverse Cosine Function Inverse Tangent Function Summar Inverse Cotangent, Secant, and Cosecant Functions

More information

Zeros of Polynomial Functions. The Fundamental Theorem of Algebra. The Fundamental Theorem of Algebra. zero in the complex number system.

Zeros of Polynomial Functions. The Fundamental Theorem of Algebra. The Fundamental Theorem of Algebra. zero in the complex number system. _.qd /7/ 9:6 AM Page 69 Section. Zeros of Polnomial Functions 69. Zeros of Polnomial Functions What ou should learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polnomial

More information

1.6. Piecewise Functions. LEARN ABOUT the Math. Representing the problem using a graphical model

1.6. Piecewise Functions. LEARN ABOUT the Math. Representing the problem using a graphical model . Piecewise Functions YOU WILL NEED graph paper graphing calculator GOAL Understand, interpret, and graph situations that are described b piecewise functions. LEARN ABOUT the Math A cit parking lot uses

More information

Imagine a cube with any side length. Imagine increasing the height by 2 cm, the. Imagine a cube. x x

Imagine a cube with any side length. Imagine increasing the height by 2 cm, the. Imagine a cube. x x OBJECTIVES Eplore functions defined b rddegree polnomials (cubic functions) Use graphs of polnomial equations to find the roots and write the equations in factored form Relate the graphs of polnomial equations

More information

Zero and Negative Exponents and Scientific Notation. a a n a m n. Now, suppose that we allow m to equal n. We then have. a am m a 0 (1) a m

Zero and Negative Exponents and Scientific Notation. a a n a m n. Now, suppose that we allow m to equal n. We then have. a am m a 0 (1) a m 0. E a m p l e 666SECTION 0. OBJECTIVES. Define the zero eponent. Simplif epressions with negative eponents. Write a number in scientific notation. Solve an application of scientific notation We must have

More information

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors SECTION 5. Eact First-Order Equations 09 SECTION 5. Eact First-Order Equations Eact Differential Equations Integrating Factors Eact Differential Equations In Section 5.6, ou studied applications of differential

More information

y 1 x dx ln x y a x dx 3. y e x dx e x 15. y sinh x dx cosh x y cos x dx sin x y csc 2 x dx cot x 7. y sec 2 x dx tan x 9. y sec x tan x dx sec x

y 1 x dx ln x y a x dx 3. y e x dx e x 15. y sinh x dx cosh x y cos x dx sin x y csc 2 x dx cot x 7. y sec 2 x dx tan x 9. y sec x tan x dx sec x Strateg for Integration As we have seen, integration is more challenging than differentiation. In finding the derivative of a function it is obvious which differentiation formula we should appl. But it

More information

Systems of Linear Equations: Solving by Substitution

Systems of Linear Equations: Solving by Substitution 8.3 Sstems of Linear Equations: Solving b Substitution 8.3 OBJECTIVES 1. Solve sstems using the substitution method 2. Solve applications of sstems of equations In Sections 8.1 and 8.2, we looked at graphing

More information

THE POWER RULES. Raising an Exponential Expression to a Power

THE POWER RULES. Raising an Exponential Expression to a Power 8 (5-) Chapter 5 Eponents and Polnomials 5. THE POWER RULES In this section Raising an Eponential Epression to a Power Raising a Product to a Power Raising a Quotient to a Power Variable Eponents Summar

More information

Graphing Quadratic Equations

Graphing Quadratic Equations .4 Graphing Quadratic Equations.4 OBJECTIVE. Graph a quadratic equation b plotting points In Section 6.3 ou learned to graph first-degree equations. Similar methods will allow ou to graph quadratic equations

More information

MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60

MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60 MATH REVIEW SHEETS BEGINNING ALGEBRA MATH 60 A Summar of Concepts Needed to be Successful in Mathematics The following sheets list the ke concepts which are taught in the specified math course. The sheets

More information

Affine Transformations

Affine Transformations A P P E N D I X C Affine Transformations CONTENTS C The need for geometric transformations 335 C2 Affine transformations 336 C3 Matri representation of the linear transformations 338 C4 Homogeneous coordinates

More information

Graphing Linear Equations

Graphing Linear Equations 6.3 Graphing Linear Equations 6.3 OBJECTIVES 1. Graph a linear equation b plotting points 2. Graph a linear equation b the intercept method 3. Graph a linear equation b solving the equation for We are

More information

Functions and Graphs CHAPTER INTRODUCTION. The function concept is one of the most important ideas in mathematics. The study

Functions and Graphs CHAPTER INTRODUCTION. The function concept is one of the most important ideas in mathematics. The study Functions and Graphs CHAPTER 2 INTRODUCTION The function concept is one of the most important ideas in mathematics. The stud 2-1 Functions 2-2 Elementar Functions: Graphs and Transformations 2-3 Quadratic

More information

Ellington High School Principal

Ellington High School Principal Mr. Neil Rinaldi Ellington High School Principal 7 MAPLE STREET ELLINGTON, CT 0609 Mr. Dan Uriano (860) 896- Fa (860) 896-66 Assistant Principal Mr. Peter Corbett Lead Teacher Mrs. Suzanne Markowski Guidance

More information

Integrating algebraic fractions

Integrating algebraic fractions Integrating algebraic fractions Sometimes the integral of an algebraic fraction can be found by first epressing the algebraic fraction as the sum of its partial fractions. In this unit we will illustrate

More information

7.3 Parabolas. 7.3 Parabolas 505

7.3 Parabolas. 7.3 Parabolas 505 7. Parabolas 0 7. Parabolas We have alread learned that the graph of a quadratic function f() = a + b + c (a 0) is called a parabola. To our surprise and delight, we ma also define parabolas in terms of

More information

CHAPTER 7: FACTORING POLYNOMIALS

CHAPTER 7: FACTORING POLYNOMIALS CHAPTER 7: FACTORING POLYNOMIALS FACTOR (noun) An of two or more quantities which form a product when multiplied together. 1 can be rewritten as 3*, where 3 and are FACTORS of 1. FACTOR (verb) - To factor

More information

7.3 Solving Systems by Elimination

7.3 Solving Systems by Elimination 7. Solving Sstems b Elimination In the last section we saw the Substitution Method. It turns out there is another method for solving a sstem of linear equations that is also ver good. First, we will need

More information

Plane Stress Transformations

Plane Stress Transformations 6 Plane Stress Transformations ASEN 311 - Structures ASEN 311 Lecture 6 Slide 1 Plane Stress State ASEN 311 - Structures Recall that in a bod in plane stress, the general 3D stress state with 9 components

More information

To Be or Not To Be a Linear Equation: That Is the Question

To Be or Not To Be a Linear Equation: That Is the Question To Be or Not To Be a Linear Equation: That Is the Question Linear Equation in Two Variables A linear equation in two variables is an equation that can be written in the form A + B C where A and B are not

More information

Direct Variation. 1. Write an equation for a direct variation relationship 2. Graph the equation of a direct variation relationship

Direct Variation. 1. Write an equation for a direct variation relationship 2. Graph the equation of a direct variation relationship 6.5 Direct Variation 6.5 OBJECTIVES 1. Write an equation for a direct variation relationship 2. Graph the equation of a direct variation relationship Pedro makes $25 an hour as an electrician. If he works

More information

1. a. standard form of a parabola with. 2 b 1 2 horizontal axis of symmetry 2. x 2 y 2 r 2 o. standard form of an ellipse centered

1. a. standard form of a parabola with. 2 b 1 2 horizontal axis of symmetry 2. x 2 y 2 r 2 o. standard form of an ellipse centered Conic Sections. Distance Formula and Circles. More on the Parabola. The Ellipse and Hperbola. Nonlinear Sstems of Equations in Two Variables. Nonlinear Inequalities and Sstems of Inequalities In Chapter,

More information

Section V.2: Magnitudes, Directions, and Components of Vectors

Section V.2: Magnitudes, Directions, and Components of Vectors Section V.: Magnitudes, Directions, and Components of Vectors Vectors in the plane If we graph a vector in the coordinate plane instead of just a grid, there are a few things to note. Firstl, directions

More information

I think that starting

I think that starting . Graphs of Functions 69. GRAPHS OF FUNCTIONS One can envisage that mathematical theor will go on being elaborated and etended indefinitel. How strange that the results of just the first few centuries

More information

f x a 0 n 1 a 0 a 1 cos x a 2 cos 2x a 3 cos 3x b 1 sin x b 2 sin 2x b 3 sin 3x a n cos nx b n sin nx n 1 f x dx y

f x a 0 n 1 a 0 a 1 cos x a 2 cos 2x a 3 cos 3x b 1 sin x b 2 sin 2x b 3 sin 3x a n cos nx b n sin nx n 1 f x dx y Fourier Series When the French mathematician Joseph Fourier (768 83) was tring to solve a problem in heat conduction, he needed to epress a function f as an infinite series of sine and cosine functions:

More information

Quadratic Equations and Functions

Quadratic Equations and Functions Quadratic Equations and Functions. Square Root Propert and Completing the Square. Quadratic Formula. Equations in Quadratic Form. Graphs of Quadratic Functions. Verte of a Parabola and Applications In

More information

sin(θ) = opp hyp cos(θ) = adj hyp tan(θ) = opp adj

sin(θ) = opp hyp cos(θ) = adj hyp tan(θ) = opp adj Math, Trigonometr and Vectors Geometr 33º What is the angle equal to? a) α = 7 b) α = 57 c) α = 33 d) α = 90 e) α cannot be determined α Trig Definitions Here's a familiar image. To make predictive models

More information

Polynomial Degree and Finite Differences

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

More information

Example 1: Model A Model B Total Available. Gizmos. Dodads. System:

Example 1: Model A Model B Total Available. Gizmos. Dodads. System: Lesson : Sstems of Equations and Matrices Outline Objectives: I can solve sstems of three linear equations in three variables. I can solve sstems of linear inequalities I can model and solve real-world

More information

Representation of functions as power series

Representation of functions as power series Representation of functions as power series Dr. Philippe B. Laval Kennesaw State University November 9, 008 Abstract This document is a summary of the theory and techniques used to represent functions

More information

Ax 2 Cy 2 Dx Ey F 0. Here we show that the general second-degree equation. Ax 2 Bxy Cy 2 Dx Ey F 0. y X sin Y cos P(X, Y) X

Ax 2 Cy 2 Dx Ey F 0. Here we show that the general second-degree equation. Ax 2 Bxy Cy 2 Dx Ey F 0. y X sin Y cos P(X, Y) X Rotation of Aes ROTATION OF AES Rotation of Aes For a discussion of conic sections, see Calculus, Fourth Edition, Section 11.6 Calculus, Earl Transcendentals, Fourth Edition, Section 1.6 In precalculus

More information

Shake, Rattle and Roll

Shake, Rattle and Roll 00 College Board. All rights reserved. 00 College Board. All rights reserved. SUGGESTED LEARNING STRATEGIES: Shared Reading, Marking the Tet, Visualization, Interactive Word Wall Roller coasters are scar

More information

SECTION 7-4 Algebraic Vectors

SECTION 7-4 Algebraic Vectors 7-4 lgebraic Vectors 531 SECTIN 7-4 lgebraic Vectors From Geometric Vectors to lgebraic Vectors Vector ddition and Scalar Multiplication Unit Vectors lgebraic Properties Static Equilibrium Geometric vectors

More information

PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS

PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS A ver important set of curves which has received considerabl attention in recent ears in connection with the factoring of large numbers

More information

Math, Trigonometry and Vectors. Geometry. Trig Definitions. sin(θ) = opp hyp. cos(θ) = adj hyp. tan(θ) = opp adj. Here's a familiar image.

Math, Trigonometry and Vectors. Geometry. Trig Definitions. sin(θ) = opp hyp. cos(θ) = adj hyp. tan(θ) = opp adj. Here's a familiar image. Math, Trigonometr and Vectors Geometr Trig Definitions Here's a familiar image. To make predictive models of the phsical world, we'll need to make visualizations, which we can then turn into analtical

More information

Chapter 2: Boolean Algebra and Logic Gates. Boolean Algebra

Chapter 2: Boolean Algebra and Logic Gates. Boolean Algebra The Universit Of Alabama in Huntsville Computer Science Chapter 2: Boolean Algebra and Logic Gates The Universit Of Alabama in Huntsville Computer Science Boolean Algebra The algebraic sstem usuall used

More information

Chapter 8. Lines and Planes. By the end of this chapter, you will

Chapter 8. Lines and Planes. By the end of this chapter, you will Chapter 8 Lines and Planes In this chapter, ou will revisit our knowledge of intersecting lines in two dimensions and etend those ideas into three dimensions. You will investigate the nature of planes

More information

MATH 102 College Algebra

MATH 102 College Algebra FACTORING Factoring polnomials ls is simpl the reverse process of the special product formulas. Thus, the reverse process of special product formulas will be used to factor polnomials. To factor polnomials

More information

Linear Equations in Two Variables

Linear Equations in Two Variables Section. Sets of Numbers and Interval Notation 0 Linear Equations in Two Variables. The Rectangular Coordinate Sstem and Midpoint Formula. Linear Equations in Two Variables. Slope of a Line. Equations

More information

Connecting Transformational Geometry and Transformations of Functions

Connecting Transformational Geometry and Transformations of Functions Connecting Transformational Geometr and Transformations of Functions Introductor Statements and Assumptions Isometries are rigid transformations that preserve distance and angles and therefore shapes.

More information

MEMORANDUM. All students taking the CLC Math Placement Exam PLACEMENT INTO CALCULUS AND ANALYTIC GEOMETRY I, MTH 145:

MEMORANDUM. All students taking the CLC Math Placement Exam PLACEMENT INTO CALCULUS AND ANALYTIC GEOMETRY I, MTH 145: MEMORANDUM To: All students taking the CLC Math Placement Eam From: CLC Mathematics Department Subject: What to epect on the Placement Eam Date: April 0 Placement into MTH 45 Solutions This memo is an

More information

Roots of equation fx are the values of x which satisfy the above expression. Also referred to as the zeros of an equation

Roots of equation fx are the values of x which satisfy the above expression. Also referred to as the zeros of an equation LECTURE 20 SOLVING FOR ROOTS OF NONLINEAR EQUATIONS Consider the equation f = 0 Roots of equation f are the values of which satisfy the above epression. Also referred to as the zeros of an equation f()

More information

4 Constrained Optimization: The Method of Lagrange Multipliers. Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 551

4 Constrained Optimization: The Method of Lagrange Multipliers. Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 551 Chapter 7 Section 4 Constrained Optimization: The Method of Lagrange Multipliers 551 LEVEL CURVES 2 7 2 45. f(, ) ln 46. f(, ) 6 2 12 4 16 3 47. f(, ) 2 4 4 2 (11 18) 48. Sometimes ou can classif the critical

More information

Classifying Solutions to Systems of Equations

Classifying Solutions to Systems of Equations CONCEPT DEVELOPMENT Mathematics Assessment Project CLASSROOM CHALLENGES A Formative Assessment Lesson Classifing Solutions to Sstems of Equations Mathematics Assessment Resource Service Universit of Nottingham

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.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

More information

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

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

More information

POLYNOMIAL FUNCTIONS

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

More information

5.1. A Formula for Slope. Investigation: Points and Slope CONDENSED

5.1. A Formula for Slope. Investigation: Points and Slope CONDENSED CONDENSED L E S S O N 5.1 A Formula for Slope In this lesson ou will learn how to calculate the slope of a line given two points on the line determine whether a point lies on the same line as two given

More information

North Carolina Community College System Diagnostic and Placement Test Sample Questions

North Carolina Community College System Diagnostic and Placement Test Sample Questions North Carolina Communit College Sstem Diagnostic and Placement Test Sample Questions 0 The College Board. College Board, ACCUPLACER, WritePlacer and the acorn logo are registered trademarks of the College

More information

ALGEBRA 1 SKILL BUILDERS

ALGEBRA 1 SKILL BUILDERS ALGEBRA 1 SKILL BUILDERS (Etra Practice) Introduction to Students and Their Teachers Learning is an individual endeavor. Some ideas come easil; others take time--sometimes lots of time- -to grasp. In addition,

More information

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx Trigonometric Integrals In this section we use trigonometric identities to integrate certain combinations of trigonometric functions. We start with powers of sine and cosine. EXAMPLE Evaluate cos 3 x dx.

More information

D.2. The Cartesian Plane. The Cartesian Plane The Distance and Midpoint Formulas Equations of Circles. D10 APPENDIX D Precalculus Review

D.2. The Cartesian Plane. The Cartesian Plane The Distance and Midpoint Formulas Equations of Circles. D10 APPENDIX D Precalculus Review D0 APPENDIX D Precalculus Review SECTION D. The Cartesian Plane The Cartesian Plane The Distance and Midpoint Formulas Equations of Circles The Cartesian Plane An ordered pair, of real numbers has as its

More information

MATH 132: CALCULUS II SYLLABUS

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

More information

FINAL EXAM REVIEW MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

FINAL EXAM REVIEW MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. FINAL EXAM REVIEW MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine whether or not the relationship shown in the table is a function. 1) -

More information

Solving Systems of Equations

Solving Systems of Equations Solving Sstems of Equations When we have or more equations and or more unknowns, we use a sstem of equations to find the solution. Definition: A solution of a sstem of equations is an ordered pair that

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series In the preceding section we were able to find power series representations for a certain restricted class of functions. Here we investigate more general problems: Which functions

More information

7.7 Solving Rational Equations

7.7 Solving Rational Equations Section 7.7 Solving Rational Equations 7 7.7 Solving Rational Equations When simplifying comple fractions in the previous section, we saw that multiplying both numerator and denominator by the appropriate

More information

Pearson s Correlation Coefficient

Pearson s Correlation Coefficient Pearson s Correlation Coefficient In this lesson, we will find a quantitative measure to describe the strength of a linear relationship (instead of using the terms strong or weak). A quantitative measure

More information

A power series about x = a is the series of the form

A power series about x = a is the series of the form POWER SERIES AND THE USES OF POWER SERIES Elizabeth Wood Now we are finally going to start working with a topic that uses all of the information from the previous topics. The topic that we are going to

More information

2.3 TRANSFORMATIONS OF GRAPHS

2.3 TRANSFORMATIONS OF GRAPHS 78 Chapter Functions 7. Overtime Pa A carpenter earns $0 per hour when he works 0 hours or fewer per week, and time-and-ahalf for the number of hours he works above 0. Let denote the number of hours he

More information

2.4. Factoring Quadratic Expressions. Goal. Explore 2.4. Launch 2.4

2.4. Factoring Quadratic Expressions. Goal. Explore 2.4. Launch 2.4 2.4 Factoring Quadratic Epressions Goal Use the area model and Distributive Property to rewrite an epression that is in epanded form into an equivalent epression in factored form The area of a rectangle

More information

The Mathematics of Engineering Surveying (3)

The Mathematics of Engineering Surveying (3) The Mathematics of Engineering Surveing (3) Scenario s a new graduate ou have gained emploment as a graduate engineer working for a major contractor that emplos 2000 staff and has an annual turnover of

More information

Sect. 1.3: Factoring

Sect. 1.3: Factoring Sect. 1.3: Factoring MAT 109, Fall 2015 Tuesday, 1 September 2015 Algebraic epression review Epanding algebraic epressions Distributive property a(b + c) = a b + a c (b + c) a = b a + c a Special epansion

More information

Chapter 13 Introduction to Linear Regression and Correlation Analysis

Chapter 13 Introduction to Linear Regression and Correlation Analysis Chapter 3 Student Lecture Notes 3- Chapter 3 Introduction to Linear Regression and Correlation Analsis Fall 2006 Fundamentals of Business Statistics Chapter Goals To understand the methods for displaing

More information

Modelling musical chords using sine waves

Modelling musical chords using sine waves Modelling musical chords using sine waves Introduction From the stimulus word Harmon, I chose to look at the transmission of sound waves in music. As a keen musician mself, I was curious to understand

More information

COMPLEX STRESS TUTORIAL 3 COMPLEX STRESS AND STRAIN

COMPLEX STRESS TUTORIAL 3 COMPLEX STRESS AND STRAIN COMPLX STRSS TUTORIAL COMPLX STRSS AND STRAIN This tutorial is not part of the decel unit mechanical Principles but covers elements of the following sllabi. o Parts of the ngineering Council eam subject

More information