Ch1 Algebra and functions. Ch 2 Sine and Cosine rule. Ch 10 Integration. Ch 9. Ch 3 Exponentials and Logarithms. Trigonometric.

Size: px
Start display at page:

Download "Ch1 Algebra and functions. Ch 2 Sine and Cosine rule. Ch 10 Integration. Ch 9. Ch 3 Exponentials and Logarithms. Trigonometric."

Transcription

1 Ch1 Algebra and functions Ch 10 Integration Ch 2 Sine and Cosine rule Ch 9 Trigonometric Identities Ch 3 Exponentials and Logarithms C2 Ch 8 Differentiation Ch 4 Coordinate geometry Ch 7 Trigonometric functions Ch 5 The binomial expansion Ch 6 Radians

2 Chapter 1 Algebra and functions egwgwgw 2

3 3

4 Chapter 2 Cosine and Sine rule egwgwgw 4

5 5

6 Chapter 3 Exponentials and logarithms egwgwgw 6

7 7

8 Chapter 4 Coordinate geometry in the xy plane egwgwgw 8

9 9

10 10

11 Chapter 5 - The Binomial Theorem The binomial theorem tells us how to expand brackets like (3-2x) 11 quickly. If we have some brackets to a power then there are three ways we can expand them. If n (the power) is quite small then we can just expand them as normal. (a + b) 2 = (a + b)(a + b) = 1a 2 + 2a 1 b 1 + 1b 2 (a + b) 3 = (a + b)(a + b)(a + b) = 1a 3 + 3a 2 b 1 + 3a 1 b 2 + b 3 (a + b) 4 = (a + b)(a + b)(a + b)(a + b) = 1a 4 + 4a 3 b 1 + 6a 2 b 2 + 4a 1 b 3 + b 4 After this it gets a little time consuming so we start to use 11

12 Pascal s triangle If we look at the first few expansions then we start to notice a pattern in the coefficients (the numbers in front of the x, x 2, x 3, etc). (a + b) 2 = 1a 2 + 2a 1 b 1 + 1b 2 (a + b) 3 = 1a 3 + 3a 2 b 1 + 3a 1 b 2 + 1b 3 (a + b) 4 = 1a 4 + 4a 3 b 1 + 6a 2 b 2 + 4a 1 b 3 + 1b 4 The coefficients when n (the power) is four are the same as the numbers on the fifth row of Pascal s triangle. Pascal s triangle Each number is equal to the two above it added together. This predicts that (a + b) 5 = 1a 5 + 5a 4 b a 3 b a 2 b 3 + 5a 1 b 4 + 1b 5 12

13 Expand (2x + 3y) Pascal s triangle says (a + b) 4 = 1a 4 + 4a 3 b 1 + 6a 2 b 2 + 4a 1 b 3 + 1b 4 (2x + 3y) 4 = 1.(2x) (2x) 3.(3y) (2x) 2 (3y) (2x) 1 (3y) (3y) 4 = 16x x 3.3y + 6.4x 2.9y x 1.27y y 4 81y 4 = 16x x 3 y + 216x 2 y xy

14 The Binomial theorem For brackets with powers much bigger than this like (3 + 2x) 17 we start to use the Binomial theorem. (1 + x) n = 1 + nx + n(n 1) 1 X 2 x 2 + n(n 1)(n 2) 1 X 2 X 3 x (1 + x) 7 = 1 + 7x +. 7 X 6 1 X 2 x2 + 7 X 6 X 5 1 X 2 X 3 x3 +. = 1 + 7x + 21x x

15 (1 + x) n = 1 + nx + n(n 1) 1 X 2 x 2 + n(n 1)(n 2) 1 X 2 X 3 x (1 + 2x) 9 = X (2x) + 9 X 8 1 X 2 (2x)2 + 9 X 8 X 7 1 X 2 X 3 (2x)3 +. = x + 36 X 4x X 8x 3 +. = x + 144x x 3 +. (1 + x 2 )10 = X ( x 2 ) + 10 X 9 1 X 2 (x 2 ) X 9 X 8 1 X 2 X 3 (x 2 ) = 1 + 5x + 45 x x x ( x3 8 ) +... = 1 + 5x x x

16 This formula only works if the number is 1. If the number isn t 1 then we need to make it 1 by bringing it out of the bracket. (1 + x) n = 1 + nx + n(n 1) 1 X 2 x 2 + n(n 1)(n 2) 1 X 2 X 3 x (2 + x) 6 = [2(1 + x 2 )]6 = 2 6 x (1 + x 2 )6 = 64 x (1 + 6 X ( x 2 ) + 6 X 5 1 X 2 (x 2 )2 + 6 X 5 X 4 1 X 2 X 3 (x 2 )3 +. = 64 x (1 + 3x + 15 x x x ( x3 8 ) +... = 64 x (1 + 3x x x = x x x

17 We can use the binomial theorem to calculate high powers of numbers, like (0.98) 10, quickly. (1 2x) 10 = 1 20x + 180x 2 960x Compare 1 2x and x = 0.98 x = 0.01 So if we substitute x = 0.01 into our expansion for (1 2x) 10 we get an approximation for (0.98) (1 2x) 10 = 1 20x + 180x 2 960x = 1 20(0.01) + 180(0.01) 2 960(0.01) 3 = x X = = and the real value of (0.98) 10 is so we get a very good approximation just using the first four terms of the expansion. We don t need to go any further than x 3 because (0.01) 4 is which is so small it is irrelevant. 17

18 We can also write the formula using combination and factorial notation. 9! (9 factorial) = 9 x 8 x 7 x 6 x 5 x 4 x 3 x 2 x 1 Bob has seven friends but only three spaces in his car. How many different ways can he choose three people to give a lift to out of a group of seven? Arrangements where order doesn t matter are called combinations. We can calculate the numbers of ways to choose 3 people from a group of 7 people by using factorial and 7C 3 = 7! 4! 3! = 7 3 these are all just different ways of writing the same thing. nc r = n! (n r)! r! = n r 18

19 (1 + x) n = 1 + nx + n(n 1) 1 X 2 x 2 + n(n 1)(n 2) 1 X 2 X 3 x (1 + x) n = n C 0 + n C 1 x 1 + n C 2 x n C r x r nc n x n (1 + x) n = n 0 + n 1 x x xr nc n 7 3 xn These are just three different ways of writing the same thing. Notice that n C 1 (the number of ways of choosing 1 person from n) is n and n C n (the number of ways of choosing n people from n people) is 1. If you have 8 friends, how many different ways can you choose 1 of them? 8. If you have 8 friends, how many different ways can you choose 8 of them? 1. 19

20 Chapter 6 Radian measure and its applications ufuful 20

21 21

22 Chapter 7 Geometric sequences and series Arithmetic sequences are adding (or taking away) number patterns. We always call the first number a and the number we add on each time d. Take the sequence with a = 4 and d = 3 1 st 2 nd 3 rd 4 th 4, 7, 10, 13, = 4, 4 + 1X3, 4 + 2X3, 4 + 3x3 = a, a + d, a + 2d, a + 3d Notice that the number of d s is always one less than the term number. In general the nth term is a + (n-1)xd so the 10 th term here would be 4 + 9X3 =

23 A Geometric sequence is a multiplying number pattern (though we could be multiplying by a fraction so the numbers are going down). We always call the first number a and the number we multiply by each time r. Take the sequence with a = 3 and r = 2 1 st 2 nd 3 rd 4 th 3, 6, 12, 24, = 3, 3 X 2 1, 3 X 2 2, 3 X 2 3, = a, a X r 1, a X r 2, a X r 3, Notice that the number of r s is always one less than the term number. In general the nth term is a X r n-1 so the 10 th term here would be 4 X 3 9 = 78, st 2 nd 3 rd 4 th n th a, ar, ar 2, ar 3, ar n-1 23

24 Notice that when we divide one term by another the a s cancel. This can be very useful when answering questions. 3rd term 2nd term = ar 2 = r ar 1 The second term of a geometric sequence is 2 and the fifth term is 54. Find the common ratio and the 10 th term th term = ar 4 = 54 2 nd term = ar 1 = ar 4 = ar r 3 = 27 r = 3 24

25 If we end up with r 2 = something the answer could be positive or negative. The second term of a geometric sequence is 5 and the fourth term is 20. Find the common ratio and the 10 th term ar 3 = 20 ar 1 = ar 3 = ar r 2 = 4 r = +2 or -2 25

26 We can use geometric sequences to solve interest questions. Ann invests an amount of money at a rate of interest of 4% per year. After 5 years it was worth 10,000. How much did she invest at the start? This is a geometric sequence with a = amount and r = After 5 years = 6 th term = ar 5 = 10,000 a X (1.04) 5 = 10,000 a X = 10,000 a = 10, a =

27 We can use the laws of logarithms to solve geometric sequence questions. What is the first term in the geometric progression 3, 6, 12, 24,... to exceed 1 million? This is a geometric sequence with a = 3 and r = 2 n th term = ar n-1 = 3 X 2 n X 2 n-1 > 1,000,000 log(3x2 n-1 ) > log 1,000,000 log 3 + log 2 n-1 > log 1,000,000 log 3 + (n-1)log 2 > log 1,000,000 (n-1)log 2 > log 1,000,000 log 3 n 1 > log 1,000,000 log 3 log 2 integer. n > n = 20 as n must be an 27

28 Up till now we have been looking at geometric sequences which involves each term by itself. We are now going to look at geometric series which are the sum of the sequences. Sum of the first n terms of a geometric series = S n S n = a + ar + ar ar n-3 + ar n-2 + ar n-1 S n = a(1 - rn ) 1 - r Sometimes it is more convenient to write it as S n = a(rn 1) r 1 by multiplying top and bottom by 1. 28

29 Proof of formula We are going to - write out the sum of the first n terms - multiply both sides by r - take the bottom line away from the top line - put both sides into brackets - divide through S n = a + ar + ar ar n-3 + ar n-2 + ar n-1 rs n = ar + ar 2 + ar ar n-2 + ar n-1 + ar n S n rs n = a ar n S n rs n = a - ar n (1 r)s n = a(1 r n ) S n = a(1 - r n ) 1 - r 29

30 Find the sum of the 1 st 10 terms of the following series This is a Geometric Series with a = 2, r = 3 and n = 10. S n = a(1 - r n ) 1 - r Sum of the first 10 terms = S 10 S 10 = 2( ) 1-3 = 59,

31 Find the how many terms are in the following series This is a Geometric Series with a = 1024, r = 1 2 but what is n? nth term = ar n-1 nth term = 1 ar n-1 = X ( 1 2 )n-1 = 1 ( 1 2 )n-1 = Log( 1 2 )n-1 = (n-1)log( 1 2 ) = Log (n-1) = Log Log 1 2 n = 1 31

32 What is the least value of n such that the sum exceeds 2,000,000? This is a geometric series with a = 1 and r = 2 S n = a(r n 1) r a(r n 1) r - 1 > 2,000,000 1(2 n 1) 2-1 > 2,000,000 2 n - 1 > 2,000,001 2 n > 2,000,001 log 2 n > log 2,000,001 n log 2 > log 2,000,001 n > log 2,000,001 log 2 n > 20.9 n = 21 as n must be an integer. 32

33 Find (3 X 2 r ) = 3 x X X X 2 10 = 3 X ( ) This is 3 X a geometric series with a = 2, r = 2 and n = S n = a(r n 1) r - 1 = 2(2 10 1) 2-1 =

34 If we look at the series with a = 3 and r = If we look at the series or sum at certain points Sum of 1 st 5 terms = S 5 = Sum of 1 st 10 terms = S 10 = Sum of 1 st 20 terms = S 20 = As the number of terms we are adding goes up the sum goes up as well but not by a lot. In fact it will never actually get to 6, it will just get closer and closer and closer for ever. We say that it tends to 6 or it has a limit of 6 or the sum to infinity is 6 This series is convergent. Not all series converge, some diverge. If the series is going to converge then r (the number we multiply by) must be between 1 and + 1. If it isn t then the series will be divergent. 34

35 Sum to infinity of a geometric series S = a 1 - r for lrl < 1 Proof of formula Take a number less than 1, say 1 2 (½) 2 = 0.25 (½) 3 = (½) 4 = The bigger n gets the smaller (½) n gets. It gets nearer and nearer (but never actually gets to) zero. We say as n tends to infinity (½) n tends to zero. As n», (½) n» 0 And this is true for any r between 1 and + 1. So in the formula r n disappears, (1 0) = 1 and S n = S = a(1 - r n ) 1 - r a 1 - r becomes 35

36 Find the sum to infinity of the series This is an infinite geometric series with a = 120 and r = S = a 1 - r = =

37 Find the sum to infinity of the series p + 1 p p This is an infinite geometric series with a = 1 and r = 1 p S = a 1 - r = p (multiply top and bottom by p) p = p

38 The sum of the first 4 terms of a geometric series is 15 and the sum to infinity is 16. Find the possible values of r Sum of 1 st n terms Sum to infinity S n = a(1 - r n ) 1 - r S = a 1 - r Sum of the first 4 terms Sum to infinity a(1 r 4 ) 1 - r = 15 a 1 - r = If we divide the 1 st equation by the 2 nd we get rid of the a and the 1 r (remember to divide we can flip the 2 nd fraction and multiply). 1 r 4 = r 4 = r = or r =

39 39

40 Chapter 8 Graphs of trigonometric functions ufufuli 40

41 41

42 Chapter 9 Differentiation ufuful 42

43 43

44 Chapter 10 Trigonometric identities and simple equations fuful 44

45 45

46 Chapter 11 - Integration ufufu 46

47 47

48 48

49 49

50 50

51 51

12.1 Arithmetic Progression Geometric Progression General things about sequences

12.1 Arithmetic Progression Geometric Progression General things about sequences ENGR11 Engineering Mathematics Lecture Notes SMS, Victoria University of Wellington Week Five. 1.1 Arithmetic Progression An arithmetic progression is a sequence where each term is found by adding a fixed

More information

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA

The Not-Formula Book for C2 Everything you need to know for Core 2 that won t be in the formula book Examination Board: AQA Not The Not-Formula Book for C Everything you need to know for Core that won t be in the formula book Examination Board: AQA Brief This document is intended as an aid for revision. Although it includes

More information

Examples of Finite Sequences (finite terms) Examples of Infinite Sequences (infinite terms)

Examples of Finite Sequences (finite terms) Examples of Infinite Sequences (infinite terms) Math 120 Intermediate Algebra Sec 10.1: Sequences Defn A sequence is a function whose domain is the set of positive integers. The formula for the nth term of a sequence is called the general term. Examples

More information

Sequences and Series, Induction. Review

Sequences and Series, Induction. Review Sequences and Series, Induction Review 1 Topics Arithmetic Sequences Arithmetic Series Geometric Sequences Geometric Series Factorial Notation Sigma Notation Binomial Theorem Mathematical Induction 2 Arithmetic

More information

Introduction to Series and Sequences Math 121 Calculus II Spring 2015

Introduction to Series and Sequences Math 121 Calculus II Spring 2015 Introduction to Series and Sequences Math Calculus II Spring 05 The goal. The main purpose of our study of series and sequences is to understand power series. A power series is like a polynomial of infinite

More information

Core Mathematics 2 Geometric Series

Core Mathematics 2 Geometric Series Core Mathematics 2 Geometric Series Edited by: K V Kumaran Email: kvkumaran@gmail.com Core Mathematics 2 Geometric Series 1 Geometric series The sum of a finite geometric series; the sum to infinity of

More information

Chapter 13 - Inverse Functions

Chapter 13 - Inverse Functions Chapter 13 - Inverse Functions In the second part of this book on Calculus, we shall be devoting our study to another type of function, the exponential function and its close relative the Sine function.

More information

Ch 4 Differentiation

Ch 4 Differentiation Ch 1 Partial fractions Ch 6 Integration Ch 2 Coordinate geometry C4 Ch 5 Vectors Ch 3 The binomial expansion Ch 4 Differentiation Chapter 1 Partial fractions We can add (or take away) two fractions only

More information

5.2 Infinite Series Brian E. Veitch

5.2 Infinite Series Brian E. Veitch 5. Infinite Series Since many quantities show up that cannot be computed exactly, we need some way of representing it (or approximating it). One way is to sum an infinite series. Recall that a n is the

More information

PATTERNS, SEQUENCES & SERIES (LIVE) 07 APRIL 2015 Section A: Summary Notes and Examples

PATTERNS, SEQUENCES & SERIES (LIVE) 07 APRIL 2015 Section A: Summary Notes and Examples PATTERNS, SEQUENCES & SERIES (LIVE) 07 APRIL 05 Section A: Summary Notes and Examples Grade Revision Before you begin working with grade patterns, sequences and series, it is important to revise what you

More information

Pure Core 2. Revision Notes

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

More information

1 Question related to polynomials

1 Question related to polynomials 07-08 MATH00J Lecture 6: Taylor Series Charles Li Warning: Skip the material involving the estimation of error term Reference: APEX Calculus This lecture introduced Taylor Polynomial and Taylor Series

More information

Pre-Calculus and Trigonometry Capacity Matrix

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

More information

Revision Questions. Sequences, Series, Binomial and Basic Differentiation

Revision Questions. Sequences, Series, Binomial and Basic Differentiation Revision Questions Sequences, Series, Binomial and Basic Differentiation 1 ARITHMETIC SEQUENCES BASIC QUESTIONS 1) An arithmetic sequence is defined a=5 and d=3. Write down the first 6 terms. ) An arithmetic

More information

Self-Directed Course: Transitional Math Module 4: Algebra

Self-Directed Course: Transitional Math Module 4: Algebra Lesson #1: Solving for the Unknown with no Coefficients During this unit, we will be dealing with several terms: Variable a letter that is used to represent an unknown number Coefficient a number placed

More information

SEQUENCES & SERIES. Arithmetic sequences LESSON

SEQUENCES & SERIES. Arithmetic sequences LESSON LESSON SEQUENCES & SERIES In mathematics you have already had some experience of working with number sequences and number patterns. In grade 11 you learnt about quadratic or second difference sequences.

More information

[Limits at infinity examples] Example. The graph of a function y = f(x) is shown below. Compute lim f(x) and lim f(x).

[Limits at infinity examples] Example. The graph of a function y = f(x) is shown below. Compute lim f(x) and lim f(x). [Limits at infinity eamples] Eample. The graph of a function y = f() is shown below. Compute f() and f(). y -8 As you go to the far right, the graph approaches y =, so f() =. As you go to the far left,

More information

SERIES

SERIES SERIES.... This chapter revisits sequences arithmetic then geometric to see how these ideas can be extended, and how they occur in other contexts. A sequence is a list of ordered numbers, whereas a series

More information

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences

AQA Level 2 Further mathematics Further algebra. Section 4: Proof and sequences AQA Level 2 Further mathematics Further algebra Section 4: Proof and sequences Notes and Examples These notes contain subsections on Algebraic proof Sequences The limit of a sequence Algebraic proof Proof

More information

Chapter 8 Sequences, Series, and Probability

Chapter 8 Sequences, Series, and Probability Chapter 8 Sequences, Series, and Probability Overview 8.1 Sequences and Series 8.2 Arithmetic Sequences and Partial Sums 8.3 Geometric Sequences and Partial Sums 8.5 The Binomial Theorem 8.6 Counting Principles

More information

Chapter 4 Sequences and Series

Chapter 4 Sequences and Series Chapter 4 Sequences and Series 4.1 Sequence Review Sequence: a set of elements (numbers or letters or a combination of both). The elements of the set all follow the same rule (logical progression). The

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information

Curriculum Guide Algebra 2 Advanced

Curriculum Guide Algebra 2 Advanced Unit 1: Equations and Inequalities Biblical Worldview Essential Questions: Is your life balanced as a believer? Are you a real Christian? 13 Lessons A2#1, A2#2 1. Use a number line to graph and order real

More information

Prentice Hall Mathematics, Algebra Correlated to: Achieve American Diploma Project Algebra II End-of-Course Exam Content Standards

Prentice Hall Mathematics, Algebra Correlated to: Achieve American Diploma Project Algebra II End-of-Course Exam Content Standards Core: Operations on Numbers and Expressions Priority: 15% Successful students will be able to perform operations with rational, real, and complex numbers, using both numeric and algebraic expressions,

More information

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

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

More information

Quantile Textbook Report

Quantile Textbook Report Quantile Textbook Report Algebra 2 Author Charles, Randall I., et al StateEdition West Virginia Grade Algebra 2 1 Expressions, Equations, and Inequalities 1.1 Patterns and Expressions 930Q 1.2 Properties

More information

Series. Definition. a 1 + a 2 + a 3 + is called an infinite series or just series. Denoted by. n=1

Series. Definition. a 1 + a 2 + a 3 + is called an infinite series or just series. Denoted by. n=1 Definition a 1 + a 2 + a 3 + is called an infinite series or just series. Denoted by a n, or a n. Chapter 11: Sequences and, Section 11.2 24 / 40 Given a series a n. The partial sum is the sum of the first

More information

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5.

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5. Chapter 5 Exponents 5. Exponent Concepts An exponent means repeated multiplication. For instance, 0 6 means 0 0 0 0 0 0, or,000,000. You ve probably noticed that there is a logical progression of operations.

More information

PLC Papers. Created For:

PLC Papers. Created For: PLC Papers Created For: Algebra and proof 2 Grade 8 Objective: Use algebra to construct proofs Question 1 a) If n is a positive integer explain why the expression 2n + 1 is always an odd number. b) Use

More information

Pre-calculus 12 Curriculum Outcomes Framework (110 hours)

Pre-calculus 12 Curriculum Outcomes Framework (110 hours) Curriculum Outcomes Framework (110 hours) Trigonometry (T) (35 40 hours) General Curriculum Outcome: Students will be expected to develop trigonometric reasoning. T01 Students will be expected to T01.01

More information

YEAR 12 - Mathematics Pure (C1) Term 1 plan

YEAR 12 - Mathematics Pure (C1) Term 1 plan Week YEAR 12 - Mathematics Pure (C1) Term 1 plan 2016-2017 1-2 Algebra Laws of indices for all rational exponents. Use and manipulation of surds. Quadratic functions and their graphs. The discriminant

More information

MCR3U Unit 7 Lesson Notes

MCR3U Unit 7 Lesson Notes 7.1 Arithmetic Sequences Sequence: An ordered list of numbers identified by a pattern or rule that may stop at some number or continue indefinitely. Ex. 1, 2, 4, 8,... Ex. 3, 7, 11, 15 Term (of a sequence):

More information

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required.

Candidates are expected to have available a calculator. Only division by (x + a) or (x a) will be required. Revision Checklist Unit C2: Core Mathematics 2 Unit description Algebra and functions; coordinate geometry in the (x, y) plane; sequences and series; trigonometry; exponentials and logarithms; differentiation;

More information

Supplemental Worksheet Problems To Accompany: The Pre-Algebra Tutor: Volume 2 Section 16 Solving Single Step Equations

Supplemental Worksheet Problems To Accompany: The Pre-Algebra Tutor: Volume 2 Section 16 Solving Single Step Equations Supplemental Worksheet Problems To Accompany: The Pre-Algebra Tutor: Volume 2 Please watch Section 16 of this DVD before working these problems. The DVD is located at: http://www.mathtutordvd.com/products/item67.cfm

More information

Algebra 2. Chapter 4 Exponential and Logarithmic Functions. Chapter 1 Foundations for Functions. Chapter 3 Polynomial Functions

Algebra 2. Chapter 4 Exponential and Logarithmic Functions. Chapter 1 Foundations for Functions. Chapter 3 Polynomial Functions Algebra 2 Chapter 1 Foundations for Chapter 2 Quadratic Chapter 3 Polynomial Chapter 4 Exponential and Logarithmic Chapter 5 Rational and Radical Chapter 6 Properties and Attributes of Chapter 7 Probability

More information

DRAFT. Pre-calculus Curriculum Map Quarter 1 Chapters P 2. Extraneous Critical numbers Test intervals

DRAFT. Pre-calculus Curriculum Map Quarter 1 Chapters P 2. Extraneous Critical numbers Test intervals Quarter 1 Chapters P 2 Plot points in the coordinate plane and use distance and midpoint formulas. Sketch graphs of equations. Find and use slope of a line to write and graph linear equations. Solve equations:

More information

Cathedral Catholic High School Course Catalog

Cathedral Catholic High School Course Catalog Cathedral Catholic High School Course Catalog Course Title: Pre-Calculus Course Description: This course is designed to prepare students to begin their college studies in introductory Calculus. Students

More information

Revision notes for Pure 1(9709/12)

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

More information

Year 12 Maths C1-C2-S1 2016/2017

Year 12 Maths C1-C2-S1 2016/2017 Half Term 1 5 th September 12 th September 19 th September 26 th September 3 rd October 10 th October 17 th October Basic algebra and Laws of indices Factorising expressions Manipulating surds and rationalising

More information

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson JUST THE MATHS UNIT NUMBER.5 DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) by A.J.Hobson.5. Maclaurin s series.5. Standard series.5.3 Taylor s series.5.4 Exercises.5.5 Answers to exercises

More information

SERIES AND SEQUENCE. solution. 3r + 2r 2. r=1. r=1 = = = 155. solution. r 3. 2r +

SERIES AND SEQUENCE. solution. 3r + 2r 2. r=1. r=1 = = = 155. solution. r 3. 2r + Series 1 + + 3 + 4 +... SERIES AND SEQUENCE Sequence 1,, 3, 4,... example The series 1 + + 3 + 4 +... + n = n r=1 r n r=1 r = 1 + + 3 +... + n = n(n + 1) Eg.1 The sum of the first 100 natural numbers is

More information

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document

Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Core A-level mathematics reproduced from the QCA s Subject criteria for Mathematics document Background knowledge: (a) The arithmetic of integers (including HCFs and LCMs), of fractions, and of real numbers.

More information

Review: Limits of Functions - 10/7/16

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

More information

10-6 Functions as Infinite Series

10-6 Functions as Infinite Series Use Use to find a power series representation of g(x) Indicate the interval on which the series converges Use a graphing calculator to graph g(x) and the sixth partial sum of its power series 1 g(x) to

More information

in a given order. Each of and so on represents a number. These are the terms of the sequence. For example the sequence

in a given order. Each of and so on represents a number. These are the terms of the sequence. For example the sequence INFINITE SEQUENCES AND SERIES Infinite series sometimes have a finite sum, as in Other infinite series do not have a finite sum, as with The sum of the first few terms gets larger and larger as we add

More information

Core 1 Module Revision Sheet J MS. 1. Basic Algebra

Core 1 Module Revision Sheet J MS. 1. Basic Algebra Core 1 Module Revision Sheet The C1 exam is 1 hour 0 minutes long and is in two sections Section A (6 marks) 8 10 short questions worth no more than 5 marks each Section B (6 marks) questions worth 12

More information

NFC ACADEMY COURSE OVERVIEW

NFC ACADEMY COURSE OVERVIEW NFC ACADEMY COURSE OVERVIEW Algebra II Honors is a full-year, high school math course intended for the student who has successfully completed the prerequisite course Algebra I. This course focuses on algebraic

More information

Sequences and Summations

Sequences and Summations COMP 182 Algorithmic Thinking Sequences and Summations Luay Nakhleh Computer Science Rice University Chapter 2, Section 4 Reading Material Sequences A sequence is a function from a subset of the set of

More information

Math 121. Practice Problems from Chapters 9, 10, 11 Fall 2016

Math 121. Practice Problems from Chapters 9, 10, 11 Fall 2016 Math 121. Practice Problems from Chapters 9, 10, 11 Fall 2016 Topic 1. Systems of Linear Equations in Two Variables 1. Solve systems of equations using elimination. For practice see Exercises 1, 2. 2.

More information

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach Section Notes Page Trigonometric Functions; Unit Circle Approach A unit circle is a circle centered at the origin with a radius of Its equation is x y = as shown in the drawing below Here the letter t

More information

5. Sequences & Recursion

5. Sequences & Recursion 5. Sequences & Recursion Terence Sim 1 / 42 A mathematician, like a painter or poet, is a maker of patterns. Reading Sections 5.1 5.4, 5.6 5.8 of Epp. Section 2.10 of Campbell. Godfrey Harold Hardy, 1877

More information

Math 1b Sequences and series summary

Math 1b Sequences and series summary Math b Sequences and series summary December 22, 2005 Sequences (Stewart p. 557) Notations for a sequence: or a, a 2, a 3,..., a n,... {a n }. The numbers a n are called the terms of the sequence.. Limit

More information

Intermediate Level Learning Targets

Intermediate Level Learning Targets Learning Target #1: Develop proficiency in analyzing, graphing and solving linear equations and inequalities. F1.1,,, B1. C1. 1.1 Students will be able to identify different types of relations and functions.

More information

Assignment 16 Assigned Weds Oct 11

Assignment 16 Assigned Weds Oct 11 Assignment 6 Assigned Weds Oct Section 8, Problem 3 a, a 3, a 3 5, a 4 7 Section 8, Problem 4 a, a 3, a 3, a 4 3 Section 8, Problem 9 a, a, a 3, a 4 4, a 5 8, a 6 6, a 7 3, a 8 64, a 9 8, a 0 56 Section

More information

PRECALCULUS GUIDED NOTES FOR REVIEW ONLY

PRECALCULUS GUIDED NOTES FOR REVIEW ONLY PRECALCULUS GUIDED NOTES Contents 1 Number Systems and Equations of One Variable 1 1.1 Real Numbers and Algebraic Expressions................ 1 1.1.a The Real Number System.................... 1 1.1.b

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

CS1800: Sequences & Sums. Professor Kevin Gold

CS1800: Sequences & Sums. Professor Kevin Gold CS1800: Sequences & Sums Professor Kevin Gold Moving Toward Analysis of Algorithms Today s tools help in the analysis of algorithms. We ll cover tools for deciding what equation best fits a sequence of

More information

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

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

More information

Curriculum Catalog

Curriculum Catalog 2017-2018 Curriculum Catalog 2017 Glynlyon, Inc. Table of Contents PRE-CALCULUS COURSE OVERVIEW...1 UNIT 1: RELATIONS AND FUNCTIONS... 1 UNIT 2: FUNCTIONS... 1 UNIT 3: TRIGONOMETRIC FUNCTIONS... 2 UNIT

More information

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1 MATH4: Calculus II Exam #4 review solutions 7/0/07 Page. The limaçon r = + sin θ came up on Quiz. Find the area inside the loop of it. Solution. The loop is the section of the graph in between its two

More information

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 =

1 + lim. n n+1. f(x) = x + 1, x 1. and we check that f is increasing, instead. Using the quotient rule, we easily find that. 1 (x + 1) 1 x (x + 1) 2 = Chapter 5 Sequences and series 5. Sequences Definition 5. (Sequence). A sequence is a function which is defined on the set N of natural numbers. Since such a function is uniquely determined by its values

More information

Year 12 Maths C1-C2-S1 2017/2018

Year 12 Maths C1-C2-S1 2017/2018 Half Term 1 5 th September 12 th September 19 th September 26 th September 3 rd October 10 th October 17 th October Basic algebra and Laws of indices Factorising expressions Manipulating surds and rationalising

More information

4.1 Induction: An informal introduction

4.1 Induction: An informal introduction Chapter 4 Induction and Recursion 4.1 Induction: An informal introduction This section is intended as a somewhat informal introduction to The Principle of Mathematical Induction (PMI): a theorem that establishes

More information

Infinite Limits. By Tuesday J. Johnson

Infinite Limits. By Tuesday J. Johnson Infinite Limits By Tuesday J. Johnson Suggested Review Topics Algebra skills reviews suggested: Evaluating functions Graphing functions Working with inequalities Working with absolute values Trigonometric

More information

WAYNESBORO AREA SCHOOL DISTRICT CURRICULUM ALGEBRA II

WAYNESBORO AREA SCHOOL DISTRICT CURRICULUM ALGEBRA II UNIT: Review of Basic Algebra Skills as Needed SR1 and any Supplemental Materials UNIT : What skills from Algebra I are used in Algebra II? Review Algebra I Skills as Needed SR1 and any additional resources

More information

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK

HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK HUDSONVILLE HIGH SCHOOL COURSE FRAMEWORK COURSE / SUBJECT Algebra 2B KEY COURSE OBJECTIVES/ENDURING UNDERSTANDINGS OVERARCHING/ESSENTIAL SKILLS OR QUESTIONS RATIONAL AND RADICAL FUNCTIONS PROPERTIES AND

More information

Topic Outline for Algebra 2 & and Trigonometry One Year Program

Topic Outline for Algebra 2 & and Trigonometry One Year Program Topic Outline for Algebra 2 & and Trigonometry One Year Program Algebra 2 & and Trigonometry - N - Semester 1 1. Rational Expressions 17 Days A. Factoring A2.A.7 B. Rationals A2.N.3 A2.A.17 A2.A.16 A2.A.23

More information

Rising 8th Grade Math. Algebra 1 Summer Review Packet

Rising 8th Grade Math. Algebra 1 Summer Review Packet Rising 8th Grade Math Algebra 1 Summer Review Packet 1. Clear parentheses using the distributive property. 2. Combine like terms within each side of the equal sign. Solving Multi-Step Equations 3. Add/subtract

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

Algebra II Learning Targets

Algebra II Learning Targets Chapter 0 Preparing for Advanced Algebra LT 0.1 Representing Functions Identify the domain and range of functions LT 0.2 FOIL Use the FOIL method to multiply binomials LT 0.3 Factoring Polynomials Use

More information

UNCORRECTED SAMPLE PAGES. Extension 1. The binomial expansion and. Digital resources for this chapter

UNCORRECTED SAMPLE PAGES. Extension 1. The binomial expansion and. Digital resources for this chapter 15 Pascal s In Chapter 10 we discussed the factoring of a polynomial into irreducible factors, so that it could be written in a form such as P(x) = (x 4) 2 (x + 1) 3 (x 2 + x + 1). In this chapter we will

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Review Notes for IB Standard Level Math

Review Notes for IB Standard Level Math Review Notes for IB Standard Level Math 1 Contents 1 Algebra 8 1.1 Rules of Basic Operations............................... 8 1.2 Rules of Roots..................................... 8 1.3 Rules of Exponents...................................

More information

8.5 Taylor Polynomials and Taylor Series

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

More information

Course Catalog. Pre-calculus Glynlyon, Inc.

Course Catalog. Pre-calculus Glynlyon, Inc. Course Catalog Pre-calculus 2016 Glynlyon, Inc. Table of Contents COURSE OVERVIEW... 1 UNIT 1: RELATIONS AND FUNCTIONS... 1 UNIT 2: FUNCTIONS... 1 UNIT 3: TRIGONOMETRIC FUNCTIONS... 2 UNIT 4: CIRCULAR

More information

Catholic Central High School

Catholic Central High School Catholic Central High School Course: Basic Algebra 2 Department: Mathematics Length: One year Credit: 1 Prerequisite: Completion of Basic Algebra 1 or Algebra 1, Basic Plane Geometry or Plane Geometry,

More information

Solve the equation. 1) x + 1 = 2 x. Use a method of your choice to solve the equation. 2) x2 + 3x - 28 = 0

Solve the equation. 1) x + 1 = 2 x. Use a method of your choice to solve the equation. 2) x2 + 3x - 28 = 0 Precalculus Final Exam Review Sheet Solve the equation. 1) x + 1 = 2 x Use a method of your choice to solve the equation. 2) x2 + 3x - 28 = 0 Write the sum or difference in the standard form a + bi. 3)

More information

2 Analogies between addition and multiplication

2 Analogies between addition and multiplication Problem Analysis The problem Start out with 99% water. Some of the water evaporates, end up with 98% water. How much of the water evaporates? Guesses Solution: Guesses: Not %. 2%. 5%. Not 00%. 3%..0%..5%.

More information

8 Systems of Linear Equations

8 Systems of Linear Equations 8 Systems of Linear Equations 8.1 Systems of linear equations in two variables To solve a system of linear equations of the form { a1 x + b 1 y = c 1 x + y = c 2 means to find all its solutions (all pairs

More information

Secondary Honors Algebra II Objectives

Secondary Honors Algebra II Objectives Secondary Honors Algebra II Objectives Chapter 1 Equations and Inequalities Students will learn to evaluate and simplify numerical and algebraic expressions, to solve linear and absolute value equations

More information

Dominican International School PRECALCULUS

Dominican International School PRECALCULUS Dominican International School PRECALCULUS GRADE EVEL: 11 1 Year, 1 Credit TEACHER: Yvonne Lee SY: 2017-2018 email: ylee@dishs.tp.edu.tw COURSE DESCRIPTION Pre-Calculus serves as a transition between algebra

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2018 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 1. Arithmetic and Algebra 1.1. Arithmetic of Numbers. While we have calculators and computers

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

Differentiation ( , 9.5)

Differentiation ( , 9.5) Chapter 2 Differentiation (8.1 8.3, 9.5) 2.1 Rate of Change (8.2.1 5) Recall that the equation of a straight line can be written as y = mx + c, where m is the slope or graient of the line, an c is the

More information

Algebra II Pacing Guide Last Updated: August, Guiding Question & Key Topics

Algebra II Pacing Guide Last Updated: August, Guiding Question & Key Topics 1-14 Unit 1 Investigations & AS I investigate functions, am I analyzing the function thoroughly and clearly communicating my reasoning to others? Solving puzzles in Teams Using a Graphing Calculator to

More information

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , ,

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , , Name: Date: Practice Midterm Exam Sections 1., 1.3,.1-.7, 6.1-6.5, 8.1-8.7 a108 Please develop your one page formula sheet as you try these problems. If you need to look something up, write it down on

More information

3.4 Introduction to power series

3.4 Introduction to power series 3.4 Introduction to power series Definition 3.4.. A polynomial in the variable x is an expression of the form n a i x i = a 0 + a x + a 2 x 2 + + a n x n + a n x n i=0 or a n x n + a n x n + + a 2 x 2

More information

Math 12 Final Exam Review 1

Math 12 Final Exam Review 1 Math 12 Final Exam Review 1 Part One Calculators are NOT PERMITTED for this part of the exam. 1. a) The sine of angle θ is 1 What are the 2 possible values of θ in the domain 0 θ 2π? 2 b) Draw these angles

More information

Core Connections Algebra 2 Checkpoint Materials

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

More information

Ch 9/10/11/12 Exam Review

Ch 9/10/11/12 Exam Review Ch 9/0// Exam Review The vector v has initial position P and terminal point Q. Write v in the form ai + bj; that is, find its position vector. ) P = (4, 6); Q = (-6, -) Find the vertex, focus, and directrix

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Mathematics for Computer Scientists

Mathematics for Computer Scientists Mathematics for Computer Scientists Lecture notes for the module G51MCS Venanzio Capretta University of Nottingham School of Computer Science Chapter 6 Modular Arithmetic 6.1 Pascal s Triangle One easy

More information

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005

PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO. Prepared by Kristina L. Gazdik. March 2005 PRECALCULUS BISHOP KELLY HIGH SCHOOL BOISE, IDAHO Prepared by Kristina L. Gazdik March 2005 1 TABLE OF CONTENTS Course Description.3 Scope and Sequence 4 Content Outlines UNIT I: FUNCTIONS AND THEIR GRAPHS

More information

4th Year Beginning of Year Test Revision Sheet

4th Year Beginning of Year Test Revision Sheet th Year Beginning of Year Test Revision Sheet This document attempts to sum up what you will need for the upcoming test next week. Email me on jonathan.m.stone@gmail.com with any queries. Equations With

More information

CALC 2 CONCEPT PACKET Complete

CALC 2 CONCEPT PACKET Complete CALC 2 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

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

Let s Get Series(ous)

Let s Get Series(ous) Department of Mathematics, Computer Science, and Statistics Bloomsburg University Bloomsburg, Pennsylvania 785 Let s Get Series(ous) Summary Presenting infinite series can be (used to be) a tedious and

More information

EXAMPLES OF PROOFS BY INDUCTION

EXAMPLES OF PROOFS BY INDUCTION EXAMPLES OF PROOFS BY INDUCTION KEITH CONRAD 1. Introduction In this handout we illustrate proofs by induction from several areas of mathematics: linear algebra, polynomial algebra, and calculus. Becoming

More information

Mathematics High School Functions

Mathematics High School Functions Mathematics High School Functions Functions describe situations where one quantity determines another. For example, the return on $10,000 invested at an annualized percentage rate of 4.25% is a function

More information