Honors AP Calculus BC Trig Integration Techniques 13 December 2013

Size: px
Start display at page:

Download "Honors AP Calculus BC Trig Integration Techniques 13 December 2013"

Transcription

1 Honors AP Calculus BC Name: Trig Integration Techniques 13 December 2013 Integration Techniques Antidifferentiation Substitutiion (antidifferentiation of the Chain rule) Integration by Parts (antidifferentiation of the Product rule) o straightforward o repeated (tabular) o circular Trigonometric Substitution (for a 2 x 2, x 2 a 2, a 2 + x 2 forms see page 2) Separation of Variables (lesson on December 16 th ) 1 Partial Fraction Decomposition (when is involved lesson on December (x a )(x b ) 18h ) Powers of Trig Functions (see pages 3-5) Laplace Transforms (after Christmas break) Solving Differential Equations (specifically Initial Value Problems) Graphically (Slope Fields draw possible solution from initial point) Numerically (Euler s Method calculate approximate values from initial point) Analytically (using integration techniques, initial value determines C) Analytically, we can currently solve differential equations of the form: = ax and = af (x) [antidifferentiation] dx dx dx = a f ʹ (g(x)) g ʹ (x) [substitution] = af (x) g ʹ (x) [integration by parts] dx but we cannot yet solve differential equations of the form: = ay and = af (x) g(y) [separation of variables] dx dx = f (x) + g(y) dx d 2 y dx = a y ʹ + by (more often written as f (x) = y ʹ + 2by ʹ + cy) 2 The last two forms require a technique called Laplace Transforms which is not in the book but is really interesting and useful.

2 Trig Integration Techniques page 2 Trig Substitution In finding the area of a circle, we usually employ a geometric method rather than trying to integrate r 2 x 2 dx. However, this form shows up in situations where a purely geometric method is not available. In this case we will use another form of substitution called trigonometric substitution. Trigonometric Substitution is based on the relationship of the sides in a right triangle. We are able to use another variable to simplify the integral. sinθ = x a x = a sinθ tanθ = x a x = a tanθ secθ = x a x = a secθ a 2 x 2 = a 2 (asinθ) 2 = a 2 (1 sin 2 θ) = acosθ a 2 + x 2 = a 2 + (atanθ) 2 = a 2 (1+ tan 2 θ) = asecθ x 2 a 2 = (asecθ) 2 a 2 = a 2 (sec 2 θ 1) = atanθ Let us look at the example of the circle: 9 x 2 dx. In this case, 9 x 2 is a 2 x 2 so a = 3, x = 3sinθ and 9 x 2 = 3cosθ. We also need to keep in mind that dx = 3cosθ dθ. 9 x 2 dx = 3cosθ 3cosθdθ = 9 cos 2 θdθ = 9 ( 1 cos(2θ ) dθ = 9 1 2θ 1 sin(2θ) 4 Using x = 3sinθ to solve for θ and substituting back in gives9 1 2 sin 1 x 3 Not every problem has such a messy answer. + C ( 1 4 sin( 2sin 1 ( x 3) )) + C. 9 x 2 dx looks worse as a problem but see what happens when we do the trigonometric substitution used in the last example. 9 x 2 dx = x 2 3cosθ 3cosθdθ = cot 2 θdθ = csc 2 θ 1 9sin 2 θ x 2 + C = cot sin 1 x 3 dθ = cotθ θ ( ) sin 1 ( x 3) + C Problems in the book: p.338, 340/47 52 and 81 84

3 Trig Integration Techniques page 3 Powers of Trig Functions We have done the following trigonometric integration problems: sin(bx)dx = 1 b cos(bx) + C cos(bx)dx = 1 b sin(bx) + C (use substitution with u = sine or cosine) sin(bx)cos(bx)dx = 1 2b sin 2 (bx) + C = 1 2b cos 2 (bx) + C sec 2 (bx)dx = 1 b tan(bx) + C sec(bx)tan(bx)dx = 1 b sec(bx) + C (rewrite tan(bx) in terms of sine and cosine, then use substitution) tan(bx)dx = 1 b lncos(bx) + C = 1 b lnsec(bx) + C We have also dealt with sin 2 (bx)dx and cos 2 (bx)dx by using the power reducing identities derived last year: sin 2 x = 1 ( 2 1 cos(2x) ) and cos2 x = 1 ( 2 1+ cos(2x) ). However, we have struggled a bit when the powers on the trig functions got higher, for example sec 3 (bx)dx. Below are examples of techniques available to address such problems. All of the examples have an integrand with sin 3 (x) and an increasing number of cosines. Example 1: sin 3 (x)dx sin 3 (x)dx = 1 cos 2 x sin(x)dx = sin(x)dx u 2 du Example 2: sin 3 (x)cos(x)dx sin 3 (x)cos(x)dx = u 3 du Example 3: sin 3 (x)cos 2 (x)dx sin 3 (x)cos 2 (x)dx = sin(x) ( 1 cos 2 x)cos 2 (x)dx = ( cos 2 x cos 4 x)sin(x)dx = ( u 4 u 2 )du Example 4: sin 3 (x)cos 3 (x)dx sin 3 (x)cos 3 (x)dx = sin(x) ( 1 cos 2 x)cos 3 (x)dx and finish like example 3 or sin 3 (x)cos 3 (x)dx = ( sin(x)cos(x) ) 3 1 dx = sin(2x) 3 ( 2 ) dx and finish like example 1. These examples lead us to some strategies for evaluating sin m (x)cos n (x)dx (a) If the power of the sine is odd (m is odd), save one sine factor and use sin 2 (x) = 1 cos 2 (x) to express the remaining factors in terms of cosine (b) If the power of the cosine is odd (n is odd), save one cosine factor and use cos 2 (x) = 1 sin 2 (x) to express the remaining factors in terms of sine (c) If the powers are both odd, either technique can be used or the half-angle identity sin(x)cos(x) = 1 2 sin(2x) can be used (see example 4 above). (d) If the powers of both sine and cosine are even, use the power-reducing identities mentioned above and then revisit strategies a, b, or c.

4 Trig Integration Techniques page 4 There are similar examples and strategies when working with tangent and secant but we need to be able to find the indefinite integral sec(x)dx first. sec(x) + tan(x) sec(x)dx = sec(x) sec(x) + tan(x) dx = sec 2 (x) + sec(x)tan(x) dx. sec(x) + tan(x) At this point we substitute u = sec(x) + tan(x) and du = (sec(x)tan(x) + sec 2 (x))dx. so du sec(x)dx = = lnsec(x) + tan(x) + C u Example 5: tan 3 (x)dx tan 3 (x)dx = tan(x) sec 2 x 1 dx = u du tan(x)dx Example 6: tan 3 (x)sec(x)dx tan 3 (x)sec(x)dx = tan 2 (x)tan(x)sec(x)dx = ( sec 2 x 1)tan(x)sec(x)dx = u 2 du tan(x)sec(x)dx Example 7: tan 3 (x)sec 2 (x)dx tan 3 (x)sec 2 (x)dx = u 3 du Example 8: tan 3 (x)sec 3 (x)dx tan 3 (x)sec 3 (x)dx = ( sec 2 x 1)sec 2 (x) tan(x)sec(x)dx u 2 du = u 2 1 Example 9: sec 3 (x)dx Your first thought might be to rewrite this as ( tan 2 (x) +1)sec(x)dx but this will lead to a circular situation that ends with 0 = 0. It is better to use integration by parts with u = sec(x) and dv = sec 2 (x)dx. sec 3 (x)dx = sec(x)tan(x) sec(x)tan 2 (x)dx = sec(x)tan(x) sec(x) ( sec 2 (x) 1)dx = sec(x)tan(x) sec 3 (x)dx + sec(x)dx Strategies for evaluating tan m (x)sec n (x)dx (a) If the power of tangent is odd (m is odd), save a factor of sec(x)tan(x) and use tan 2 (x) = sec 2 (x) 1 to express the remaining factors in terms of secant. (b) If the power of secant is even (n is even), save a factor of sec 2 (x) and use sec 2 (x) = 1 + tan 2 (x) to express the remaining factors in terms of tangent. (c) Other cases are not as clear cut and will require trying strategies like integration by parts with the identities.

5 Trig Integration Techniques page 5 Final notes: (a) cosecant and cotangent follow similar strategies to secant and tangent. Be careful with the negatives. csc 2 (x)dx = cot(x) + C csc(x)cot(x)dx = csc(x) + C cot(x)dx = lnsin(x) + C = lncsc(x) + C (b) If you must evaluate sin(mx)cos(nx)dx then it is helpful to employ the identities: sin AcosB = 1 [ 2 sin(a B) + sin(a + B) ] sin AsinB = 1 [ 2 cos(a B) cos(a + B) ] cos AcosB = 1 [ 2 cos(a B) + cos(a + B) ] Problems 1. cos 3 (x)dx 2. sin 5 (x)cos 2 (x)dx 3. sin 4 (x)dx 4. sin 2 (πx)cos 4 (πx)dx 5. tan 6 (x)sec 4 (x)dx 6. tan 3 (2x)sec 5 (2x)dx 7. cot 3 (x)csc 3 (x)dx 8. cot 4 (x)csc 6 (x)dx 9. sin(8x)cos(5x)dx 10. cos(πx)cos(4πx)dx

Chapter 7 Notes, Stewart 7e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m xcos n (x)dx...

Chapter 7 Notes, Stewart 7e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m xcos n (x)dx... Contents 7.1 Integration by Parts........................................ 2 7.2 Trigonometric Integrals...................................... 8 7.2.1 Evaluating sin m xcos n (x)dx..............................

More information

8.3 Trigonometric Substitution

8.3 Trigonometric Substitution 8.3 8.3 Trigonometric Substitution Three Basic Substitutions Recall the derivative formulas for the inverse trigonometric functions of sine, secant, tangent. () () (3) d d d ( sin x ) = ( tan x ) = +x

More information

CK- 12 Algebra II with Trigonometry Concepts 1

CK- 12 Algebra II with Trigonometry Concepts 1 14.1 Graphing Sine and Cosine 1. A.,1 B. (, 1) C. 3,0 D. 11 1, 6 E. (, 1) F. G. H. 11, 4 7, 1 11, 3. 3. 5 9,,,,,,, 4 4 4 4 3 5 3, and, 3 3 CK- 1 Algebra II with Trigonometry Concepts 1 4.ans-1401-01 5.

More information

Chapter 1. Functions 1.3. Trigonometric Functions

Chapter 1. Functions 1.3. Trigonometric Functions 1.3 Trigonometric Functions 1 Chapter 1. Functions 1.3. Trigonometric Functions Definition. The number of radians in the central angle A CB within a circle of radius r is defined as the number of radius

More information

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained.

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained. Angle in Standard Position With the Cartesian plane, we define an angle in Standard Position if it has its vertex on the origin and one of its sides ( called the initial side ) is always on the positive

More information

Math Analysis Chapter 5 Notes: Analytic Trigonometric

Math Analysis Chapter 5 Notes: Analytic Trigonometric Math Analysis Chapter 5 Notes: Analytic Trigonometric Day 9: Section 5.1-Verifying Trigonometric Identities Fundamental Trig Identities Reciprocal Identities: 1 1 1 sin u = cos u = tan u = cscu secu cot

More information

Integration 1/10. Integration. Student Guidance Centre Learning Development Service

Integration 1/10. Integration. Student Guidance Centre Learning Development Service Integration / Integration Student Guidance Centre Learning Development Service lds@qub.ac.uk Integration / Contents Introduction. Indefinite Integration....................... Definite Integration.......................

More information

Chapter 8 Integration Techniques and Improper Integrals

Chapter 8 Integration Techniques and Improper Integrals Chapter 8 Integration Techniques and Improper Integrals 8.1 Basic Integration Rules 8.2 Integration by Parts 8.4 Trigonometric Substitutions 8.5 Partial Fractions 8.6 Numerical Integration 8.7 Integration

More information

Inverse Trig Functions

Inverse Trig Functions 6.6i Inverse Trigonometric Functions Inverse Sine Function Does g(x) = sin(x) have an inverse? What restriction would we need to make so that at least a piece of this function has an inverse? Given f (x)

More information

Lesson 33 - Trigonometric Identities. Pre-Calculus

Lesson 33 - Trigonometric Identities. Pre-Calculus Lesson 33 - Trigonometric Identities Pre-Calculus 1 (A) Review of Equations An equation is an algebraic statement that is true for only several values of the variable The linear equation 5 = 2x 3 is only

More information

Math 226 Calculus Spring 2016 Exam 2V1

Math 226 Calculus Spring 2016 Exam 2V1 Math 6 Calculus Spring 6 Exam V () (35 Points) Evaluate the following integrals. (a) (7 Points) tan 5 (x) sec 3 (x) dx (b) (8 Points) cos 4 (x) dx Math 6 Calculus Spring 6 Exam V () (Continued) Evaluate

More information

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following:

The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Trigonometric Integrals The goal of today is to determine what u-substitution to use for trigonometric integrals. The most common substitutions are the following: Substitution u sinx u cosx u tanx u secx

More information

3.1 Fundamental Identities

3.1 Fundamental Identities www.ck.org Chapter. Trigonometric Identities and Equations. Fundamental Identities Introduction We now enter into the proof portion of trigonometry. Starting with the basic definitions of sine, cosine,

More information

Math Section 4.3 Unit Circle Trigonometry

Math Section 4.3 Unit Circle Trigonometry Math 10 - Section 4. Unit Circle Trigonometry An angle is in standard position if its vertex is at the origin and its initial side is along the positive x axis. Positive angles are measured counterclockwise

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

More information

Using the Definitions of the Trigonometric Functions

Using the Definitions of the Trigonometric Functions 1.4 Using the Definitions of the Trigonometric Functions Reciprocal Identities Signs and Ranges of Function Values Pythagorean Identities Quotient Identities February 1, 2013 Mrs. Poland Objectives Objective

More information

Trigonometry Trigonometry comes from the Greek word meaning measurement of triangles Angles are typically labeled with Greek letters

Trigonometry Trigonometry comes from the Greek word meaning measurement of triangles Angles are typically labeled with Greek letters Trigonometry Trigonometry comes from the Greek word meaning measurement of triangles Angles are typically labeled with Greek letters α( alpha), β ( beta), θ ( theta) as well as upper case letters A,B,

More information

Algebra 2/Trig AIIT.17 Trig Identities Notes. Name: Date: Block:

Algebra 2/Trig AIIT.17 Trig Identities Notes. Name: Date: Block: Algebra /Trig AIIT.7 Trig Identities Notes Mrs. Grieser Name: Date: Block: Trigonometric Identities When two trig expressions can be proven to be equal to each other, the statement is called a trig identity

More information

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6

Calculus II Practice Test Problems for Chapter 7 Page 1 of 6 Calculus II Practice Test Problems for Chapter 7 Page of 6 This is a set of practice test problems for Chapter 7. This is in no way an inclusive set of problems there can be other types of problems on

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. and θ is in quadrant IV. 1)

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. and θ is in quadrant IV. 1) Chapter 5-6 Review Math 116 Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Use the fundamental identities to find the value of the trigonometric

More information

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle.

One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the unit circle. 2.24 Tanz and the Reciprocals Derivatives of Other Trigonometric Functions One of the powerful themes in trigonometry is that the entire subject emanates from a very simple idea: locating a point on the

More information

Math Final Exam Review

Math Final Exam Review Math - Final Exam Review. Find dx x + 6x +. Name: Solution: We complete the square to see if this function has a nice form. Note we have: x + 6x + (x + + dx x + 6x + dx (x + + Note that this looks a lot

More information

Calculus II. George Voutsadakis 1. LSSU Math 152. Lake Superior State University. 1 Mathematics and Computer Science

Calculus II. George Voutsadakis 1. LSSU Math 152. Lake Superior State University. 1 Mathematics and Computer Science Calculus II George Voutsadakis Mathematics and Computer Science Lake Superior State University LSSU Math 52 George Voutsadakis (LSSU) Calculus II February 205 / 88 Outline Techniques of Integration Integration

More information

PRELIM 2 REVIEW QUESTIONS Math 1910 Section 205/209

PRELIM 2 REVIEW QUESTIONS Math 1910 Section 205/209 PRELIM 2 REVIEW QUESTIONS Math 9 Section 25/29 () Calculate the following integrals. (a) (b) x 2 dx SOLUTION: This is just the area under a semicircle of radius, so π/2. sin 2 (x) cos (x) dx SOLUTION:

More information

secθ 1 cosθ The pythagorean identities can also be expressed as radicals

secθ 1 cosθ The pythagorean identities can also be expressed as radicals Basic Identities Section Objectives: Students will know how to use fundamental trigonometric identities to evaluate trigonometric functions and simplify trigonometric expressions. We use trig. identities

More information

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is Radian Measure Given any circle with radius r, if θ is a central angle of the circle and s is the length of the arc sustained by θ, we define the radian measure of θ by: θ = s r For a semi-circle with

More information

Honors Algebra 2 Chapter 14 Page 1

Honors Algebra 2 Chapter 14 Page 1 Section. (Introduction) Graphs of Trig Functions Objectives:. To graph basic trig functions using t-bar method. A. Sine and Cosecant. y = sinθ y y y y 0 --- --- 80 --- --- 30 0 0 300 5 35 5 35 60 50 0

More information

Section 5.4 The Other Trigonometric Functions

Section 5.4 The Other Trigonometric Functions Section 5.4 The Other Trigonometric Functions Section 5.4 The Other Trigonometric Functions In the previous section, we defined the e and coe functions as ratios of the sides of a right triangle in a circle.

More information

Section 6.2 Trigonometric Functions: Unit Circle Approach

Section 6.2 Trigonometric Functions: Unit Circle Approach Section. Trigonometric Functions: Unit Circle Approach The unit circle is a circle of radius centered at the origin. If we have an angle in standard position superimposed on the unit circle, the terminal

More information

Lesson 22 - Trigonometric Identities

Lesson 22 - Trigonometric Identities POP QUIZ Lesson - Trigonometric Identities IB Math HL () Solve 5 = x 3 () Solve 0 = x x 6 (3) Solve = /x (4) Solve 4 = x (5) Solve sin(θ) = (6) Solve x x x x (6) Solve x + = (x + ) (7) Solve 4(x ) = (x

More information

1.3 Basic Trigonometric Functions

1.3 Basic Trigonometric Functions www.ck1.org Chapter 1. Right Triangles and an Introduction to Trigonometry 1. Basic Trigonometric Functions Learning Objectives Find the values of the six trigonometric functions for angles in right triangles.

More information

The Product Rule state that if f and g are differentiable functions, then

The Product Rule state that if f and g are differentiable functions, then Chpter 6 Techniques of Integrtion 6. Integrtion by Prts Every differentition rule hs corresponding integrtion rule. For instnce, the Substitution Rule for integrtion corresponds to the Chin Rule for differentition.

More information

Methods of Integration

Methods of Integration Methods of Integration Essential Formulas k d = k +C sind = cos +C n d = n+ n + +C cosd = sin +C e d = e +C tand = ln sec +C d = ln +C cotd = ln sin +C + d = tan +C lnd = ln +C secd = ln sec + tan +C cscd

More information

Core Mathematics 3 Trigonometry

Core Mathematics 3 Trigonometry Edexcel past paper questions Core Mathematics 3 Trigonometry Edited by: K V Kumaran Email: kvkumaran@gmail.com Core Maths 3 Trigonometry Page 1 C3 Trigonometry In C you were introduced to radian measure

More information

Example. Evaluate. 3x 2 4 x dx.

Example. Evaluate. 3x 2 4 x dx. 3x 2 4 x 3 + 4 dx. Solution: We need a new technique to integrate this function. Notice that if we let u x 3 + 4, and we compute the differential du of u, we get: du 3x 2 dx Going back to our integral,

More information

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10

Calculus II Practice Test 1 Problems: , 6.5, Page 1 of 10 Calculus II Practice Test Problems: 6.-6.3, 6.5, 7.-7.3 Page of This is in no way an inclusive set of problems there can be other types of problems on the actual test. To prepare for the test: review homework,

More information

A-Level Mathematics TRIGONOMETRY. G. David Boswell - R2S Explore 2019

A-Level Mathematics TRIGONOMETRY. G. David Boswell - R2S Explore 2019 A-Level Mathematics TRIGONOMETRY G. David Boswell - R2S Explore 2019 1. Graphs the functions sin kx, cos kx, tan kx, where k R; In these forms, the value of k determines the periodicity of the trig functions.

More information

PRE-CALCULUS TRIG APPLICATIONS UNIT Simplifying Trigonometric Expressions

PRE-CALCULUS TRIG APPLICATIONS UNIT Simplifying Trigonometric Expressions What is an Identity? PRE-CALCULUS TRIG APPLICATIONS UNIT Simplifying Trigonometric Expressions What is it used for? The Reciprocal Identities: sin θ = cos θ = tan θ = csc θ = sec θ = ctn θ = The Quotient

More information

Formulas to remember

Formulas to remember Complex numbers Let z = x + iy be a complex number The conjugate z = x iy Formulas to remember The real part Re(z) = x = z+z The imaginary part Im(z) = y = z z i The norm z = zz = x + y The reciprocal

More information

Unit 6 Trigonometric Identities

Unit 6 Trigonometric Identities Unit 6 Trigonometric Identities Prove trigonometric identities Solve trigonometric equations Prove trigonometric identities, using: Reciprocal identities Quotient identities Pythagorean identities Sum

More information

M152: Calculus II Midterm Exam Review

M152: Calculus II Midterm Exam Review M52: Calculus II Midterm Exam Review Chapter 4. 4.2 : Mean Value Theorem. - Know the statement and idea of Mean Value Theorem. - Know how to find values of c making the theorem true. - Realize the importance

More information

WORKBOOK. MATH 30. PRE-CALCULUS MATHEMATICS.

WORKBOOK. MATH 30. PRE-CALCULUS MATHEMATICS. WORKBOOK. MATH 30. PRE-CALCULUS MATHEMATICS. DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE Contributor: U.N.Iyer Department of Mathematics and Computer Science, CP 315, Bronx Community College, University

More information

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations.

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. Section 6.3 - Solving Trigonometric Equations Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations. These are equations from algebra: Linear Equation: Solve:

More information

Chapter 7: Techniques of Integration

Chapter 7: Techniques of Integration Chapter 7: Techniques of Integration MATH 206-01: Calculus II Department of Mathematics University of Louisville last corrected September 14, 2013 1 / 43 Chapter 7: Techniques of Integration 7.1. Integration

More information

weebly.com/ Core Mathematics 3 Trigonometry

weebly.com/ Core Mathematics 3 Trigonometry http://kumarmaths. weebly.com/ Core Mathematics 3 Trigonometry Core Maths 3 Trigonometry Page 1 C3 Trigonometry In C you were introduced to radian measure and had to find areas of sectors and segments.

More information

2 Trigonometric functions

2 Trigonometric functions Theodore Voronov. Mathematics 1G1. Autumn 014 Trigonometric functions Trigonometry provides methods to relate angles and lengths but the functions we define have many other applications in mathematics..1

More information

Fundamental Trigonometric Identities

Fundamental Trigonometric Identities Fundamental Trigonometric Identities MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: recognize and write the fundamental trigonometric

More information

PART ONE: Solve algebraically and check. Be sure to show all work.

PART ONE: Solve algebraically and check. Be sure to show all work. NAME AP CALCULUS BC SUMMER ASSIGNMENT 2017 DIRECTIONS: Each part must be completed separately on looseleaf. All work should be shown and done in a neat and precise manner. Any questions pertaining to the

More information

Math Worksheet 1. f(x) = (x a) 2 + b. = x 2 6x = (x 2 6x + 9) = (x 3) 2 1

Math Worksheet 1. f(x) = (x a) 2 + b. = x 2 6x = (x 2 6x + 9) = (x 3) 2 1 Names Date Math 00 Worksheet. Consider the function f(x) = x 6x + 8 (a) Complete the square and write the function in the form f(x) = (x a) + b. f(x) = x 6x + 8 ( ) ( ) 6 6 = x 6x + + 8 = (x 6x + 9) 9

More information

Math Calculus II Homework # Due Date Solutions

Math Calculus II Homework # Due Date Solutions Math 35 - Calculus II Homework # - 007.08.3 Due Date - 007.09.07 Solutions Part : Problems from sections 7.3 and 7.4. Section 7.3: 9. + d We will use the substitution cot(θ, d csc (θ. This gives + + cot

More information

These items need to be included in the notebook. Follow the order listed.

These items need to be included in the notebook. Follow the order listed. * Use the provided sheets. * This notebook should be your best written work. Quality counts in this project. Proper notation and terminology is important. We will follow the order used in class. Anyone

More information

Unit 6 Trigonometric Identities Prove trigonometric identities Solve trigonometric equations

Unit 6 Trigonometric Identities Prove trigonometric identities Solve trigonometric equations Unit 6 Trigonometric Identities Prove trigonometric identities Solve trigonometric equations Prove trigonometric identities, using: Reciprocal identities Quotient identities Pythagorean identities Sum

More information

Chapter 4 Trigonometric Functions

Chapter 4 Trigonometric Functions Chapter 4 Trigonometric Functions Overview: 4.1 Radian and Degree Measure 4.2 Trigonometric Functions: The Unit Circle 4.3 Right Triangle Trigonometry 4.4 Trigonometric Functions of Any Angle 4.5 Graphs

More information

There are some trigonometric identities given on the last page.

There are some trigonometric identities given on the last page. MA 114 Calculus II Fall 2015 Exam 4 December 15, 2015 Name: Section: Last 4 digits of student ID #: No books or notes may be used. Turn off all your electronic devices and do not wear ear-plugs during

More information

The six trigonometric functions

The six trigonometric functions PRE-CALCULUS: by Finney,Demana,Watts and Kennedy Chapter 4: Trigonomic Functions 4.: Trigonomic Functions of Acute Angles What you'll Learn About Right Triangle Trigonometry/ Two Famous Triangles Evaluating

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

CHAIN RULE: DAY 2 WITH TRIG FUNCTIONS. Section 2.4A Calculus AP/Dual, Revised /30/2018 1:44 AM 2.4A: Chain Rule Day 2 1

CHAIN RULE: DAY 2 WITH TRIG FUNCTIONS. Section 2.4A Calculus AP/Dual, Revised /30/2018 1:44 AM 2.4A: Chain Rule Day 2 1 CHAIN RULE: DAY WITH TRIG FUNCTIONS Section.4A Calculus AP/Dual, Revised 018 viet.dang@humbleisd.net 7/30/018 1:44 AM.4A: Chain Rule Day 1 THE CHAIN RULE A. d dx f g x = f g x g x B. If f(x) is a differentiable

More information

Analytic Trigonometry

Analytic Trigonometry Chapter 5 Analytic Trigonometry Course Number Section 5.1 Using Fundamental Identities Objective: In this lesson you learned how to use fundamental trigonometric identities to evaluate trigonometric functions

More information

Practice Problems: Integration by Parts

Practice Problems: Integration by Parts Practice Problems: Integration by Parts Answers. (a) Neither term will get simpler through differentiation, so let s try some choice for u and dv, and see how it works out (we can always go back and try

More information

MAT137 - Term 2, Week 5

MAT137 - Term 2, Week 5 MAT137 - Term 2, Week 5 Test 3 is tomorrow, February 3, at 4pm. See the course website for details. Today we will: Talk more about integration by parts. Talk about integrating certain combinations of trig

More information

NOTES 10: ANALYTIC TRIGONOMETRY

NOTES 10: ANALYTIC TRIGONOMETRY NOTES 0: ANALYTIC TRIGONOMETRY Name: Date: Period: Mrs. Nguyen s Initial: LESSON 0. USING FUNDAMENTAL TRIGONOMETRIC IDENTITIES FUNDAMENTAL TRIGONOMETRIC INDENTITIES Reciprocal Identities sin csc cos sec

More information

Pre- Calculus Mathematics Trigonometric Identities and Equations

Pre- Calculus Mathematics Trigonometric Identities and Equations Pre- Calculus Mathematics 12 6.1 Trigonometric Identities and Equations Goal: 1. Identify the Fundamental Trigonometric Identities 2. Simplify a Trigonometric Expression 3. Determine the restrictions on

More information

AP CALCULUS SUMMER WORKSHEET

AP CALCULUS SUMMER WORKSHEET AP CALCULUS SUMMER WORKSHEET DUE: First Day of School, 2011 Complete this assignment at your leisure during the summer. I strongly recommend you complete a little each week. It is designed to help you

More information

More with Angles Reference Angles

More with Angles Reference Angles More with Angles Reference Angles A reference angle is the angle formed by the terminal side of an angle θ, and the (closest) x axis. A reference angle, θ', is always 0 o

More information

5, tan = 4. csc = Simplify: 3. Simplify: 4. Factor and simplify: cos x sin x cos x

5, tan = 4. csc = Simplify: 3. Simplify: 4. Factor and simplify: cos x sin x cos x Precalculus Final Review 1. Given the following values, evaluate (if possible) the other four trigonometric functions using the fundamental trigonometric identities or triangles csc = - 3 5, tan = 4 3.

More information

Pre-Calc Trig ~1~ NJCTL.org. Unit Circle Class Work Find the exact value of the given expression. 7. Given the terminal point ( 3, 2 10.

Pre-Calc Trig ~1~ NJCTL.org. Unit Circle Class Work Find the exact value of the given expression. 7. Given the terminal point ( 3, 2 10. Unit Circle Class Work Find the exact value of the given expression. 1. cos π 3. sin 7π 3. sec π 3. tan 5π 6 5. cot 15π 6. csc 9π 7. Given the terminal point ( 3, 10 ) find tanθ 7 7 8. Given the terminal

More information

Course Notes for Calculus , Spring 2015

Course Notes for Calculus , Spring 2015 Course Notes for Calculus 110.109, Spring 2015 Nishanth Gudapati In the previous course (Calculus 110.108) we introduced the notion of integration and a few basic techniques of integration like substitution

More information

Chapter 5: Trigonometric Functions of Angles Homework Solutions

Chapter 5: Trigonometric Functions of Angles Homework Solutions Chapter : Trigonometric Functions of Angles Homework Solutions Section.1 1. D = ( ( 1)) + ( ( )) = + 8 = 100 = 10. D + ( ( )) + ( ( )) = + = 1. (x + ) + (y ) =. (x ) + (y + 7) = r To find the radius, we

More information

Chapter 5 Notes. 5.1 Using Fundamental Identities

Chapter 5 Notes. 5.1 Using Fundamental Identities Chapter 5 Notes 5.1 Using Fundamental Identities 1. Simplify each expression to its lowest terms. Write the answer to part as the product of factors. (a) sin x csc x cot x ( 1+ sinσ + cosσ ) (c) 1 tanx

More information

Math 250 Skills Assessment Test

Math 250 Skills Assessment Test Math 5 Skills Assessment Test Page Math 5 Skills Assessment Test The purpose of this test is purely diagnostic (before beginning your review, it will be helpful to assess both strengths and weaknesses).

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

Sum and Difference Identities

Sum and Difference Identities Sum and Difference Identities By: OpenStaxCollege Mount McKinley, in Denali National Park, Alaska, rises 20,237 feet (6,168 m) above sea level. It is the highest peak in North America. (credit: Daniel

More information

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Trigonometry ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH0000 SEMESTER 1 017/018 DR. ANTHONY BROWN 5. Trigonometry 5.1. Parity and Co-Function Identities. In Section 4.6 of Chapter 4 we looked

More information

SESSION 6 Trig. Equations and Identities. Math 30-1 R 3. (Revisit, Review and Revive)

SESSION 6 Trig. Equations and Identities. Math 30-1 R 3. (Revisit, Review and Revive) SESSION 6 Trig. Equations and Identities Math 30-1 R 3 (Revisit, Review and Revive) 1 P a g e 2 P a g e Mathematics 30-1 Learning Outcomes Specific Outcome 5: Solve, algebraically and graphically, first

More information

6.1: Verifying Trigonometric Identities Date: Pre-Calculus

6.1: Verifying Trigonometric Identities Date: Pre-Calculus 6.1: Verifying Trigonometric Identities Date: Pre-Calculus Using Fundamental Identities to Verify Other Identities: To verify an identity, we show that side of the identity can be simplified so that it

More information

June 9 Math 1113 sec 002 Summer 2014

June 9 Math 1113 sec 002 Summer 2014 June 9 Math 1113 sec 002 Summer 2014 Section 6.5: Inverse Trigonometric Functions Definition: (Inverse Sine) For x in the interval [ 1, 1] the inverse sine of x is denoted by either and is defined by the

More information

HOMEWORK SOLUTIONS MATH 1910 Sections 8.2, 8.3, 8.5 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 8.2, 8.3, 8.5 Fall 2016 HOMEWORK SOLUTIONS MATH 191 Sections 8., 8., 8.5 Fall 16 Problem 8..19 Evaluate using methods similar to those that apply to integral tan m xsec n x. cot x SOLUTION. Using the reduction formula for cot

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Notes on Radian Measure

Notes on Radian Measure MAT 170 Pre-Calculus Notes on Radian Measure Radian Angles Terri L. Miller Spring 009 revised April 17, 009 1. Radian Measure Recall that a unit circle is the circle centered at the origin with a radius

More information

AP CALCULUS SUMMER WORKSHEET

AP CALCULUS SUMMER WORKSHEET AP CALCULUS SUMMER WORKSHEET DUE: First Day of School Aug. 19, 2010 Complete this assignment at your leisure during the summer. It is designed to help you become more comfortable with your graphing calculator,

More information

Section 8.2: Integration by Parts When you finish your homework, you should be able to

Section 8.2: Integration by Parts When you finish your homework, you should be able to Section 8.2: Integration by Parts When you finish your homework, you should be able to π Use the integration by parts technique to find indefinite integral and evaluate definite integrals π Use the tabular

More information

7.2 Trigonometric Integrals

7.2 Trigonometric Integrals 7.2 1 7.2 Trigonometric Integrals Products of Powers of Sines and Cosines We wish to evaluate integrals of the form: sin m x cos n xdx where m and n are nonnegative integers. Recall the double angle formulas

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Trigonometric Functions. Section 1.6

Trigonometric Functions. Section 1.6 Trigonometric Functions Section 1.6 Quick Review Radian Measure The radian measure of the angle ACB at the center of the unit circle equals the length of the arc that ACB cuts from the unit circle. Radian

More information

f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx

f(x) g(x) = [f (x)g(x) dx + f(x)g (x)dx Chapter 7 is concerned with all the integrals that can t be evaluated with simple antidifferentiation. Chart of Integrals on Page 463 7.1 Integration by Parts Like with the Chain Rule substitutions with

More information

Trigonometry LESSON SIX - Trigonometric Identities I Lesson Notes

Trigonometry LESSON SIX - Trigonometric Identities I Lesson Notes LESSON SIX - Trigonometric Identities I Example Understanding Trigonometric Identities. a) Why are trigonometric identities considered to be a special type of trigonometric equation? Trigonometric Identities

More information

6.2 Trigonometric Integrals and Substitutions

6.2 Trigonometric Integrals and Substitutions Arkansas Tech University MATH 9: Calculus II Dr. Marcel B. Finan 6. Trigonometric Integrals and Substitutions In this section, we discuss integrals with trigonometric integrands and integrals that can

More information

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically 1 MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically Definition Trigonometric identity Investigate 1. Using the diagram

More information

5 Trigonometric Functions

5 Trigonometric Functions 5 Trigonometric Functions 5.1 The Unit Circle Definition 5.1 The unit circle is the circle of radius 1 centered at the origin in the xyplane: x + y = 1 Example: The point P Terminal Points (, 6 ) is on

More information

More Final Practice Problems

More Final Practice Problems 8.0 Calculus Jason Starr Final Exam at 9:00am sharp Fall 005 Tuesday, December 0, 005 More 8.0 Final Practice Problems Here are some further practice problems with solutions for the 8.0 Final Exam. Many

More information

DEPARTMENT OF MATHEMATICS

DEPARTMENT OF MATHEMATICS DEPARTMENT OF MATHEMATICS A2 level Mathematics Core 3 course workbook 2015-2016 Name: Welcome to Core 3 (C3) Mathematics. We hope that you will use this workbook to give you an organised set of notes for

More information

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued)

Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Tangent Lines Sec. 2.1, 2.7, & 2.8 (continued) Prove this Result How Can a Derivative Not Exist? Remember that the derivative at a point (or slope of a tangent line) is a LIMIT, so it doesn t exist whenever

More information

SOLUTIONS FOR PRACTICE FINAL EXAM

SOLUTIONS FOR PRACTICE FINAL EXAM SOLUTIONS FOR PRACTICE FINAL EXAM ANDREW J. BLUMBERG. Solutions () Short answer questions: (a) State the mean value theorem. Proof. The mean value theorem says that if f is continuous on (a, b) and differentiable

More information

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear.

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear. Precalculus Review Functions to KNOW! 1. Polynomial Functions Types: General form Generic Graph and unique properties Constants Linear Quadratic Cubic Generalizations for Polynomial Functions - The domain

More information

Sect 7.4 Trigonometric Functions of Any Angles

Sect 7.4 Trigonometric Functions of Any Angles Sect 7.4 Trigonometric Functions of Any Angles Objective #: Extending the definition to find the trigonometric function of any angle. Before we can extend the definition our trigonometric functions, we

More information

MA Spring 2013 Lecture Topics

MA Spring 2013 Lecture Topics LECTURE 1 Chapter 12.1 Coordinate Systems Chapter 12.2 Vectors MA 16200 Spring 2013 Lecture Topics Let a,b,c,d be constants. 1. Describe a right hand rectangular coordinate system. Plot point (a,b,c) inn

More information

Solving Equations. Pure Math 30: Explained! 255

Solving Equations. Pure Math 30: Explained!   255 Solving Equations Pure Math : Explained! www.puremath.com 55 Part One - Graphically Solving Equations Solving trigonometric equations graphically: When a question asks you to solve a system of trigonometric

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

Trigonometric Ratios. θ + k 360

Trigonometric Ratios. θ + k 360 Trigonometric Ratios These notes are intended as a summary of section 6.1 (p. 466 474) in your workbook. You should also read the section for more complete explanations and additional examples. Coterminal

More information

Unit #3 : Differentiability, Computing Derivatives

Unit #3 : Differentiability, Computing Derivatives Unit #3 : Differentiability, Computing Derivatives Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute derivative

More information