Review of Basic Math for Computer Graphics. CENG 315 Computer Graphics M. Abdullah Bulbul

Size: px
Start display at page:

Download "Review of Basic Math for Computer Graphics. CENG 315 Computer Graphics M. Abdullah Bulbul"

Transcription

1 Review of Basic Math for Computer Graphics CENG 315 Computer Graphics M. Abdullah Bulbul

2 Sets m S n S x T y T z T m n set S x y z set T A x B: all possible pairs (a,b) where a A, b B A 2 = S, S S x T = { (m,x), (m,y), (m,z), (n,x), (n,y), (n,z) } S 2 = { (m,m), (m,n), (n,m), (n,n) }

3 Useful sets

4 Trigonometry Radians Angle = length of the unit circle that is cut by the two direcoons. Angles degrees = radians * 180/π

5 Pythagorean theorem Right triangle sin(x) =? cos(x) =? tan(x) =? cot(x) =? csc(x) = 1/sin(x) sec(x) = 1/cos(x) Unit circle

6 Useful identities sin(-x) = -sin(x) cos(-x) = cos(x) tan(-x) = -tan(x) sin(π/2 - x) = cos(x) cos(π/2 - x) = sin(x) tan(π/2 - x) = cot(x)

7 Useful identities Pythagorean idenooes: sin 2 (x) + cos 2 (x) =? sec 2 (x) tan 2 (x) =? sin(a+b) = sin(a)cos(b) + sin(b)cos(a) sin(2a) = 2sin(a)cos(a) sin(a-b) = sin(a)cos(b) - sin(b)cos(a) cos(a+b) = cos(a)cos(b) sin(a)sin(b) cos(2a) = cos 2 (a) sin 2 (a) cos(a-b) = cos(a)cos(b) + sin(a)sin(b)

8 Vectors A vector: a length & a direcoon a Usually wri\en as a (bold) Absolute posioon is not important Magnitude = a Used to store offsets, displacements, locaoons To define a locaoon you need an origin

9 Vector addition a a + b a b b b + a commutaove: a+b = b+a

10 Unary minus and subtraction a -a Check subtracoon on a parallelogram

11 2D Cartesian Space a = x a y a a T = x a y a a = 4x 3y

12 2D Cartesian Space A 2D vector can be wri\en as a combinaoon of any two nonzero vectors that are not parallel Linear independence c = k 1 a + k 2 b Exercise

13 Linear independence

14 Linear independence & basis Any two parallels that are not parallel forms a 2D basis. Can go any where by a combinaoon of them Unit vectors are special case Orthonormal basis Simplifies things

15 Vector Multiplication Dot (scalar) product Cross product

16 Dot (scalar) product b x a a.b = b.a =?

17 Dot (scalar) product b x a.b = b.a =? = a b cos(x) a DistribuOve: a.(b+c) = a.b + a.c x = cos -1 ( a.b / ( a b ) ) (most common use)

18 Dot product in cartesian coordinates x a y a x b y b a.b =. =?

19 Dot product in cartesian coordinates x a y a x b y b a.b =. =? (Fairly simple) = x a x b + y a y b

20 Common uses of dot product Find angle between two vectors (light and surface example) ProjecOon of a vector on another one Computed easily on cartesian components

21 Projection of a vector on another b a b x b a a

22 Projection of a vector on another b a b x b a a infer it (5 minutes)

23 Cross product The result of a dot product was scalar The result of a cross product is a vector Perpendicular to both vectors Length: Area of the parallelogram a b = a b sin(ϕ) DirecOon: Right hand rule

24 Cross product X Y = +Z Y X = -Z Y Z = +X Z Y = -X Z X = +Y X Z = -Y a b = -b a a a =? a (b+c) = a b + a c Be\er on the board

25 Cross product on Cartesian space x y z a b = a x a y a z = b x b y b z a y b z a z b y a z b x a x b z a x b y a y b x

26 Orthonormal bases Managing coordinate systems is important! Orthonormal bases is the key. In 2D: u and v form an orthonormal basis if they are Each of them are unit length u = v = 1 Orthogonal to each other u. v = 0

27 Orthonormal bases In 3D: u, v and w form an orthonormal basis if they are All of unit length u = v = w = 1 Any pair of them are orthogonal to each other u. v = 0, v. w = 0, u. w = 0 Right handed if w = u v Otherwise len handed There are infinitely many orthonormal bases

28 Orthonormal bases In 3D: u, v and w form an orthonormal basis if they are All of unit length u = v = w = 1 Any pair of them are orthogonal to each other u. v = 0, v. w = 0, u. w = 0 Right handed if w = u v Otherwise len handed There are infinitely many orthonormal bases

29 Canonical orthonormal basis Cartesian canonical orthonormal basis x = (1, 0, 0) y = (0, 1, 0) z = (0, 0, 1)

30 Constructing an orthonormal basis given a single vector Easier on the board

31 Matrix What is a matrix IdenOty matrix Transpose Determinant Matrix vector muloplicaoon Matrix matrix muloplicaoon

π = d Addition Formulae Revision of some Trigonometry from Unit 1Exact Values H U1 O3 Trigonometry 26th November 2013 H U2 O3 Trig Formulae

π = d Addition Formulae Revision of some Trigonometry from Unit 1Exact Values H U1 O3 Trigonometry 26th November 2013 H U2 O3 Trig Formulae 26th November 2013 H U1 O3 Trigonometry Addition Formulae Revision of some Trigonometry from Unit 1Exact Values 2 30 o 30 o 3 2 r π = d 180 1 1 45 o 45 o 2 45 o 45 o 1 1 60 o 60 o 1 2 1 180 x x 180 + x

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 1004E Get out of your seat and mingle until you find someone with a name that either has:

MATH 1004E Get out of your seat and mingle until you find someone with a name that either has: Monday 11:35-1:5 CORE CONCEPTS: Pre-calc review (key terms, exponents, factoring, rationalizing) Basic functions (absolute, trigonometric) Intro to limits (one-sided) OPENER (10min): Mingling Name Game

More information

MATH 127 SAMPLE FINAL EXAM I II III TOTAL

MATH 127 SAMPLE FINAL EXAM I II III TOTAL MATH 17 SAMPLE FINAL EXAM Name: Section: Do not write on this page below this line Part I II III TOTAL Score Part I. Multiple choice answer exercises with exactly one correct answer. Each correct answer

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

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

1d C4 Integration cot4x 1 4 1e C4 Integration trig reverse chain 1

1d C4 Integration cot4x 1 4 1e C4 Integration trig reverse chain 1 A Assignment Nu Cover Sheet Name: Drill Current work Question Done BP Ready Topic Comment Aa C4 Integration Repeated linear factors 3 (x ) 3 (x ) + c Ab C4 Integration cos^ conversion x + sinx + c Ac C4

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

Hi AP AB Calculus Class of :

Hi AP AB Calculus Class of : Hi AP AB Calculus Class of 2017 2018: In order to complete the syllabus that the College Board requires and to have sufficient time to review and practice for the exam, I am asking you to do a (mandatory)

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

FIRST SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLIGY- OCTOBER, 2013

FIRST SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLIGY- OCTOBER, 2013 TED (10)-1002 (REVISION-2010) Reg. No.. Signature. FIRST SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLIGY- OCTOBER, 2013 TECHNICAL MATHEMATICS- I (Common Except DCP and CABM) (Maximum marks: 100)

More information

MTH 122: Section 204. Plane Trigonometry. Test 1

MTH 122: Section 204. Plane Trigonometry. Test 1 MTH 122: Section 204. Plane Trigonometry. Test 1 Section A: No use of calculator is allowed. Show your work and clearly identify your answer. 1. a). Complete the following table. α 0 π/6 π/4 π/3 π/2 π

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

D. 6. Correct to the nearest tenth, the perimeter of the shaded portion of the rectangle is:

D. 6. Correct to the nearest tenth, the perimeter of the shaded portion of the rectangle is: Trigonometry PART 1 Machine Scored Answers are on the back page Full, worked out solutions can be found at MATH 0-1 PRACTICE EXAM 1. An angle in standard position θ has reference angle of 0 with sinθ

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

Contact hour per week: 04 Contact hour per Semester: 64 ALGEBRA 1 DETERMINANTS 2 2 MATRICES 4 3 BINOMIAL THEOREM 3 4 LOGARITHMS 2 5 VECTOR ALGEBRA 6

Contact hour per week: 04 Contact hour per Semester: 64 ALGEBRA 1 DETERMINANTS 2 2 MATRICES 4 3 BINOMIAL THEOREM 3 4 LOGARITHMS 2 5 VECTOR ALGEBRA 6 BOARD OF TECHNICAL EXAMINATION KARNATAKA SUBJECT: APPLIED MATHEMATICS I For I- semester DIPLOMA COURSES OF ALL BRANCHES Contact hour per week: 04 Contact hour per Semester: 64 UNIT NO. CHAPTER TITLE CONTACT

More information

Pre-Calculus II: Trigonometry Exam 1 Preparation Solutions. Math&142 November 8, 2016

Pre-Calculus II: Trigonometry Exam 1 Preparation Solutions. Math&142 November 8, 2016 Pre-Calculus II: Trigonometry Exam 1 Preparation Solutions Math&1 November 8, 016 1. Convert the angle in degrees to radian. Express the answer as a multiple of π. a 87 π rad 180 = 87π 180 rad b 16 π rad

More information

Calculating the Derivative Using Derivative Rules Implicit Functions Higher-Order Derivatives

Calculating the Derivative Using Derivative Rules Implicit Functions Higher-Order Derivatives Topic 4 Outline 1 Derivative Rules Calculating the Derivative Using Derivative Rules Implicit Functions Higher-Order Derivatives D. Kalajdzievska (University of Manitoba) Math 1500 Fall 2015 1 / 32 Topic

More information

Spherical trigonometry

Spherical trigonometry Spherical trigonometry 1 The spherical Pythagorean theorem Proposition 1.1 On a sphere of radius, any right triangle AC with C being the right angle satisfies cos(c/) = cos(a/) cos(b/). (1) Proof: Let

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

TRIGONOMETRY OUTCOMES

TRIGONOMETRY OUTCOMES TRIGONOMETRY OUTCOMES C10. Solve problems involving limits of trigonometric functions. C11. Apply derivatives of trigonometric functions. C12. Solve problems involving inverse trigonometric functions.

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

TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER

TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER Prof. Israel N. Nwaguru MATH 11 CHAPTER,,, AND - REVIEW WORKOUT EACH PROBLEM NEATLY AND ORDERLY ON SEPARATE SHEET THEN CHOSE THE BEST ANSWER TO EARN ANY CREDIT, YOU MUST SHOW STEPS LEADING TO THE ANSWER

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

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 59 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

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

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

Math 5 Trigonometry Chapter 4 Test Fall 08 Name Show work for credit. Write all responses on separate paper. Do not use a calculator.

Math 5 Trigonometry Chapter 4 Test Fall 08 Name Show work for credit. Write all responses on separate paper. Do not use a calculator. Math 5 Trigonometry Chapter Test Fall 08 Name Show work for credit. Write all responses on separate paper. Do not use a calculator. 23 1. Consider an arclength of t = travelled counter-clockwise around

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

Core 3 (A2) Practice Examination Questions

Core 3 (A2) Practice Examination Questions Core 3 (A) Practice Examination Questions Trigonometry Mr A Slack Trigonometric Identities and Equations I know what secant; cosecant and cotangent graphs look like and can identify appropriate restricted

More information

Math 229 Mock Final Exam Solution

Math 229 Mock Final Exam Solution Name: Math 229 Mock Final Exam Solution Disclaimer: This mock exam is for practice purposes only. No graphing calulators TI-89 is allowed on this test. Be sure that all of your work is shown and that it

More information

Math 112, Precalculus Mathematics Sample for the Final Exam.

Math 112, Precalculus Mathematics Sample for the Final Exam. Math 11, Precalculus Mathematics Sample for the Final Exam. Solutions. There is no promise of infallibility. If you get a different solution, do not be discouraged, but do contact me. (1) If the graph

More information

Solving equations UNCORRECTED PAGE PROOFS

Solving equations UNCORRECTED PAGE PROOFS 1 Solving equations 1.1 Kick off with CAS 1. Polynomials 1.3 Trigonometric symmetry properties 1.4 Trigonometric equations and general solutions 1.5 Literal equations and simultaneous equations 1.6 Review

More information

Dear Future CALCULUS Student,

Dear Future CALCULUS Student, Dear Future CALCULUS Student, I am looking forward to teaching the AP Calculus AB class this coming year and hope that you are looking forward to the class as well. Here a few things you need to know prior

More information

1 Arithmetic calculations (calculator is not allowed)

1 Arithmetic calculations (calculator is not allowed) 1 ARITHMETIC CALCULATIONS (CALCULATOR IS NOT ALLOWED) 1 Arithmetic calculations (calculator is not allowed) 1.1 Check the result Problem 1.1. Problem 1.2. Problem 1.3. Problem 1.4. 78 5 6 + 24 3 4 99 1

More information

Dear Future CALCULUS Student,

Dear Future CALCULUS Student, Dear Future CALCULUS Student, I am looking forward to teaching the AP Calculus AB class this coming year and hope that you are looking forward to the class as well. Here a few things you need to know prior

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

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

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

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

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

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

Formulae and Summary

Formulae and Summary Appendix A Formulae and Summary Note to student: It is not useful to memorise all the formulae, partly because many of the complicated formulae may be obtained from the simpler ones. Rather, you should

More information

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley & Sons, Inc. This material is used by

More information

GAUTENG DEPARTMENT OF EDUCATION SENIOR SECONDARY INTERVENTION PROGRAMME MATHEMATICS GRADE 12 SESSION 20 (LEARNER NOTES)

GAUTENG DEPARTMENT OF EDUCATION SENIOR SECONDARY INTERVENTION PROGRAMME MATHEMATICS GRADE 12 SESSION 20 (LEARNER NOTES) MATHEMATICS GRADE SESSION 0 (LEARNER NOTES) TRIGONOMETRY () Learner Note: Trigonometry is an extremely important and large part of Paper. You must ensure that you master all the basic rules and definitions

More information

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

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

Trigonometric Identities and Equations

Trigonometric Identities and Equations Trigonometric Identities and Equations Art Fortgang, (ArtF) Lori Jordan, (LoriJ) Say Thanks to the Authors Click http://www.ck.org/saythanks (No sign in required) To access a customizable version of this

More information

7.1 Projections and Components

7.1 Projections and Components 7. Projections and Components As we have seen, the dot product of two vectors tells us the cosine of the angle between them. So far, we have only used this to find the angle between two vectors, but cosines

More information

1 Solving equations 1.1 Kick off with CAS 1. Polynomials 1. Trigonometric symmetry properties 1.4 Trigonometric equations and general solutions 1.5 Literal and simultaneous equations 1.6 Review 1.1 Kick

More information

Trigonometric Identities and Equations

Trigonometric Identities and Equations Chapter 4 Trigonometric Identities and Equations Trigonometric identities describe equalities between related trigonometric expressions while trigonometric equations ask us to determine the specific values

More information

Summer Work Packet for MPH Math Classes

Summer Work Packet for MPH Math Classes Summer Work Packet for MPH Math Classes Students going into AP Calculus AB Sept. 018 Name: This packet is designed to help students stay current with their math skills. Each math class expects a certain

More information

Mathematics Revision Questions for the University of Bristol School of Physics

Mathematics Revision Questions for the University of Bristol School of Physics Mathematics Revision Questions for the University of Bristol School of Physics You will not be surprised to find you have to use a lot of maths in your stu of physics at university! You need to be completely

More information

SEKOLAH MENENGAH ZON A KUCHING LEMBAGA PEPERIKSAAN PEPERIKSAAN PERCUBAAN SPM 2008

SEKOLAH MENENGAH ZON A KUCHING LEMBAGA PEPERIKSAAN PEPERIKSAAN PERCUBAAN SPM 2008 SULIT 7/ Matematik Tambahan Kertas Sept 008 Jam Name :.. Form :.. SEKOLAH MENENGAH ZON A KUCHING LEMBAGA PEPERIKSAAN PEPERIKSAAN PERCUBAAN SPM 008 MATEMATIK TAMBAHAN Kertas Dua jam JANGAN BUKA KERTAS SOALAN

More information

2 Recollection of elementary functions. II

2 Recollection of elementary functions. II Recollection of elementary functions. II Last updated: October 5, 08. In this section we continue recollection of elementary functions. In particular, we consider exponential, trigonometric and hyperbolic

More information

0 Review of Basic Concepts

0 Review of Basic Concepts Calculus I (part 0): Review of Basic Concepts (by Evan Dummit, 016, v..10) Contents 0 Review of Basic Concepts 1 0.1 Numbers, Sets, and Intervals........................................ 1 0. Functions...................................................

More information

Math 112, Precalculus Mathematics Sample for the Final Exam.

Math 112, Precalculus Mathematics Sample for the Final Exam. Math 11, Precalculus Mathematics Sample for the Final Exam. Phone use is not allowed on this exam. You may use a standard two sided sheet of note paper and a calculator. The actual final exam consists

More information

Trig Identities, Solving Trig Equations Answer Section

Trig Identities, Solving Trig Equations Answer Section Trig Identities, Solving Trig Equations Answer Section MULTIPLE CHOICE. ANS: B PTS: REF: Knowledge and Understanding OBJ: 7. - Compound Angle Formulas. ANS: A PTS: REF: Knowledge and Understanding OBJ:

More information

INVERSE TRIGONOMETRY: SA 4 MARKS

INVERSE TRIGONOMETRY: SA 4 MARKS INVERSE TRIGONOMETRY: SA MARKS To prove Q. Prove that sin - tan - 7 = π 5 Ans L.H.S = Sin - tan - 7 5 = A- tan - 7 = tan - 7 tan- let A = Sin - 5 Sin A = 5 = tan - ( ( ) ) tan - 7 9 6 tan A = A = tan-

More information

Trigonometric Identities

Trigonometric Identities Trigonometric Identities Bradley Hughes Larry Ottman Lori Jordan Mara Landers Andrea Hayes Brenda Meery Art Fortgang Say Thanks to the Authors Click http://www.ck1.org/saythanks (No sign in required) To

More information

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

2 2xdx. Craigmount High School Mathematics Department

2 2xdx. Craigmount High School Mathematics Department Π 5 3 xdx 5 cosx 4 6 3 8 Help Your Child With Higher Maths Introduction We ve designed this booklet so that you can use it with your child throughout the session, as he/she moves through the Higher course,

More information

TRIGONOMETRY. Units: π radians rad = 180 degrees = 180 full (complete) circle = 2π = 360

TRIGONOMETRY. Units: π radians rad = 180 degrees = 180 full (complete) circle = 2π = 360 TRIGONOMETRY Units: π radians 3.14159265 rad 180 degrees 180 full (complete) circle 2π 360 Special Values: 0 30 (π/6) 45 (π/4) 60 (π/3) 90 (π/2) sin(θ) 0 ½ 1/ 2 3/2 1 cos(θ) 1 3/2 1/ 2 ½ 0 tan(θ) 0 1/

More information

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring /

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring / The Cross Product Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) The Cross Product Spring 2012 1 / 15 Introduction The cross product is the second multiplication operation between vectors we will

More information

Math 2153, Exam III, Apr. 17, 2008

Math 2153, Exam III, Apr. 17, 2008 Math 53, Exam III, Apr. 7, 8 Name: Score: Each problem is worth 5 points. The total is 5 points. For series convergence or ivergence, please write own the name of the test you are using an etails of using

More information

Math 112, Precalculus Mathematics Solutions to Sample for the Final Exam.

Math 112, Precalculus Mathematics Solutions to Sample for the Final Exam. Math 11, Precalculus Mathematics Solutions to Sample for the Final Exam. Phone and calculator use is not allowed on this exam. You may use a standard one sided sheet of note paper. The actual final exam

More information

Trigonometric Functions () 1 / 28

Trigonometric Functions () 1 / 28 Trigonometric Functions () 1 / 28 Trigonometric Moel On a certain ay, ig tie at Pacific Beac was at minigt. Te water level at ig tie was 9.9 feet an later at te following low tie, te tie eigt was 0.1 ft.

More information

FAIRFIELD COUNTY MATH LEAGUE (FCML) Match 4 Round 1 Arithmetic: Basic Statistics

FAIRFIELD COUNTY MATH LEAGUE (FCML) Match 4 Round 1 Arithmetic: Basic Statistics Match 4 Round 1 Arithmetic: Basic Statistics 1.) 4.8 (or_4 4/5 or 14/5).) 40.) 0 x 1 x...x n 1 point: The geometric mean of the numbers x1, x, xn is. What is the product of the arithmetic mean and the

More information

Unit 8. ANALYTIC GEOMETRY.

Unit 8. ANALYTIC GEOMETRY. Unit 8. ANALYTIC GEOMETRY. 1. VECTORS IN THE PLANE A vector is a line segment running from point A (tail) to point B (head). 1.1 DIRECTION OF A VECTOR The direction of a vector is the direction of the

More information

Calculus & Analytic Geometry I

Calculus & Analytic Geometry I Functions Form the Foundation What is a function? A function is a rule that assigns to each element x (called the input or independent variable) in a set D exactly one element f(x) (called the ouput or

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

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

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

More information

2017 FAMAT State Convention. Alpha Trigonometry

2017 FAMAT State Convention. Alpha Trigonometry 017 FAMAT State Convention Alpha Trigonometry 1 On this test, select the best answer choice for each question. If you believe that the correct answer is not among the choices, or that the question is flawed,

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

VECTOR NAME OF THE CHAPTER. By, Srinivasamurthy s.v. Lecturer in mathematics. K.P.C.L.P.U.College. jogfalls PART-B TWO MARKS QUESTIONS

VECTOR NAME OF THE CHAPTER. By, Srinivasamurthy s.v. Lecturer in mathematics. K.P.C.L.P.U.College. jogfalls PART-B TWO MARKS QUESTIONS NAME OF THE CHAPTER VECTOR PART-A ONE MARKS PART-B TWO MARKS PART-C FIVE MARKS PART-D SIX OR FOUR MARKS PART-E TWO OR FOUR 1 1 1 1 1 16 TOTAL MARKS ALLOTED APPROXIMATELY By, Srinivasamurthy s.v Lecturer

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

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

Famous IDs: Sum-Angle Identities

Famous IDs: Sum-Angle Identities 07 notes Famous IDs: Sum-Angle Identities Main Idea We continue to expand the list of very famous trigonometric identities, and to practice our proving skills. We now prove the second most famous/most

More information

Antiderivatives. Mathematics 11: Lecture 30. Dan Sloughter. Furman University. November 7, 2007

Antiderivatives. Mathematics 11: Lecture 30. Dan Sloughter. Furman University. November 7, 2007 Antiderivatives Mathematics 11: Lecture 30 Dan Sloughter Furman University November 7, 2007 Dan Sloughter (Furman University) Antiderivatives November 7, 2007 1 / 9 Definition Recall: Suppose F and f are

More information

Mathematics for Graphics and Vision

Mathematics for Graphics and Vision Mathematics for Graphics and Vision Steven Mills March 3, 06 Contents Introduction 5 Scalars 6. Visualising Scalars........................ 6. Operations on Scalars...................... 6.3 A Note on

More information

Practice 14. imathesis.com By Carlos Sotuyo

Practice 14. imathesis.com By Carlos Sotuyo Practice 4 imathesis.com By Carlos Sotuyo Suggested solutions for Miscellaneous exercises 0, problems 5-0, pages 53 to 55 from Pure Mathematics, by Hugh Neil and Douglas Quailing, Cambridge University

More information

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

Math Trigonometry Final Exam

Math Trigonometry Final Exam Math 1613 - Trigonometry Final Exam Name: Instructions: Please show all of your work. If you need more room than the problem allows, use a new plain white sheet of paper with the problem number printed

More information

Exam 3: December 3 rd 7:00-8:30

Exam 3: December 3 rd 7:00-8:30 MTH 111 - Fall 01 Exam Review (Solutions) Exam : December rd 7:00-8:0 Name: This exam review contains questions similar to those you should expect to see on Exam. The questions included in this review,

More information

HKUST. MATH1014 Calculus II. Directions:

HKUST. MATH1014 Calculus II. Directions: HKUST MATH114 Calculus II Midterm Eamination (Sample Version) Name: Student ID: Lecture Section: Directions: This is a closed book eamination. No Calculator is allowed in this eamination. DO NOT open the

More information

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - )

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - ) Review for Algebra 2 CC Radicals: r x p 1 r x p p r = x p r = x Imaginary Numbers: i = 1 Polynomials (to Solve) Try Factoring: i 2 = 1 Step 1: Greatest Common Factor Step 2: Count the number of terms If

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

x 2 x 2 4 x 2 x + 4 4x + 8 3x (4 x) x 2

x 2 x 2 4 x 2 x + 4 4x + 8 3x (4 x) x 2 MTH 111 - Spring 015 Exam Review (Solutions) Exam (Chafee Hall 71): April rd, 6:00-7:0 Name: 1. Solve the rational inequality x +. State your solution in interval notation. x DO NOT simply multiply both

More information

Part r A A A 1 Mark Part r B B B 2 Marks Mark P t ar t t C C 5 Mar M ks Part r E 4 Marks Mark Tot To a t l

Part r A A A 1 Mark Part r B B B 2 Marks Mark P t ar t t C C 5 Mar M ks Part r E 4 Marks Mark Tot To a t l Part Part P t Part Part Total A B C E 1 Mark 2 Marks 5 Marks M k 4 Marks CIRCLES 12 Marks approximately Definition ; A circle is defined as the locus of a point which moves such that its distance from

More information

FIRST SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLIGY- OCTOBER, TECHNICAL MATHEMATICS- I (Common Except DCP and CABM)

FIRST SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLIGY- OCTOBER, TECHNICAL MATHEMATICS- I (Common Except DCP and CABM) TED (10)-1002 (REVISION-2010) Reg. No.. Signature. FIRST SEMESTER DIPLOMA EXAMINATION IN ENGINEERING/ TECHNOLIGY- OCTOBER, 2010 TECHNICAL MATHEMATICS- I (Common Except DCP and CABM) (Maximum marks: 100)

More information

Alpha Trigonometry Solutions MA National Convention. Answers:

Alpha Trigonometry Solutions MA National Convention. Answers: Answers: 1 A C C D 5 A 6 C 7 B 8 A 9 A 10 A 11 C 1 D 1 E 1 B 15 C 16 C 17 D 18 C 19 B 0 C 1 E A C C 5 E 6 B 7 E 8 D 9 D 0 B 1 Solutions: 1 A Need to check each answer to 1 k60 and 1 (60 ) = 06. C An even

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

Trigonometry - Part 1 (12 pages; 4/9/16) fmng.uk

Trigonometry - Part 1 (12 pages; 4/9/16) fmng.uk Trigonometry - Part 1 (12 pages; 4/9/16) (1) Sin, cos & tan of 30, 60 & 45 sin30 = 1 2 ; sin60 = 3 2 cos30 = 3 2 ; cos60 = 1 2 cos45 = sin45 = 1 2 = 2 2 tan45 = 1 tan30 = 1 ; tan60 = 3 3 Graphs of y =

More information

Π xdx cos 2 x

Π xdx cos 2 x Π 5 3 xdx 5 4 6 3 8 cos x Help Your Child with Higher Maths Introduction We ve designed this booklet so that you can use it with your child throughout the session, as he/she moves through the Higher course,

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

MAT137 Calculus! Lecture 9

MAT137 Calculus! Lecture 9 MAT137 Calculus! Lecture 9 Today we will study: Limits at infinity. L Hôpital s Rule. Mean Value Theorem. (11.5,11.6, 4.1) PS3 is due this Friday June 16. Next class: Applications of the Mean Value Theorem.

More information

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications.

The Cross Product. In this section, we will learn about: Cross products of vectors and their applications. The Cross Product In this section, we will learn about: Cross products of vectors and their applications. THE CROSS PRODUCT The cross product a x b of two vectors a and b, unlike the dot product, is a

More information