Math review. Math review

Size: px
Start display at page:

Download "Math review. Math review"

Transcription

1 Math review 1

2 Math review 3 1 series approximations 3 Taylor s Theorem 3 Binomial approximation 3 sin(x), for x in radians and x close to zero 4 cos(x), for x in radians and x close to zero 5 2 some geometry 6 right triangles 6 triangles in general 7 circles 8 3 exponentials 8 4 differential equations 9 5 Vectors 11 Scalar product 12 Cross product 12 Differentiation of vectors 13 Integration of vectors 13 Line integrals 14 6 Vector transformation properties 15 Under rotations 15 Matrix multiplication and rotation matrices 16 How unit vectors transform under rotations 18 Successive rotations in three dimensions 19 Kronecker delta symbol 20 Levi-Civita symbol 21 Tensors 22 7 Non-cartesian coordinate systems 24 cylindrical coordinates 25 spherical coordinates 25 8 partial derivatives 26 using partial derivatives to approximate changes in functions28 gradient operator 29 divergence operator 31 curl operator 32 2

3 9 quadratic formula 32 Math review 1 series approximations Taylor s Theorem 1 n f ( x) = f ( x0 ) + df ( x x d f 0) ( x x dx x= x + + 0) 0 n! dxn x= x + 0 This can be handy (Recall: n! = [n-1] n) n Binomial approximation Work out an approximation for ( 1 x ) Use x = 0 0 d n n 1 n x ( 1 x dx + ) = ( 1+ ) n + when x is small: 2 ( 1 n + x) = d n 1 n ( 1+ x ) = ( 1)( 1+ ) 2 d dx dx n 2 nn x 3

4 so n n n 1 ( 1 x) ( 1 x) n( 1 x) ( x 0) + = + x= x= n 2 2 n( n 1)( 1+ x) x= 0 ( x 0 ) + 2! 1 1 nx nn + + x 2 = ( ) 2 when 1 + x << we end up with ( ) n 1+ x 1+ nx This works when n is a fraction, too sin(x), for x in radians and x close to zero x = 0 0 dsin( x) d sin( x) = cos( x) = sin( x) 2 dx dx dcos( x) d cos( x) = sin( x) = cos( x) 2 dx dx 2 2 4

5 2 2 dsin( x) x d sin( x) sin( x) = sin(0) + x + dx 2! dx 3 3 x d sin( x) 3 x= 0 + 3! dx x= 0 2 x= x x = sin(0) + xcos(0) sin(0) cos(0) + 2! 3! x = 0 + x+ 0 + x for x1 3! cos(x), for x in radians and x close to zero again, x = dcos( x) x d cos( x) cos( x) = cos(0) + x + dx 2! dx 3 3 x d cos( x) 3 x= 0 + 3! dx x= 0 2 x= x x = for x 1 2! 2! 5

6 2 some geometry right triangles θ c a b a2+ b2= c 2 Integers n 1, n 2, n 3 for which 2 2 Pythagorean triples n + n = n are called Examples: 3, 4, 5; 5, 12, 13; 7, 24, 25; 8, 15, 17; 9, 40, 41; Trigonometric functions for right triangles: sin θ = b/ c cos θ= a/ c tan θ= b/ a csc θ = cb / sec θ= ca / cot θ=a / b Useful trig identities: sin2θ cos2θ 1 1 cot2θ csc2θ 1 tan 2θ=sec 2 = + = + + θ 6

7 ( ) ( ) Math review sin α + β = sinαcos β + cosαsin β cos α + β = cosαcos β sinαsin β ( ) ( ) ( ) ( ) ( ) ( ) sinα sin β = cos α β cos α + β cosα cos β = cos α β + cos α + β sinα cos β = sin α + β + sin α β triangles in general θ b c a θ c θ a b a2 + b2 2 ab cos θ = c2 (law of cosines) c ( θ ) ( θ ) ( θ ) sin sin sin a = b = c (law of sines) a b c 7

8 circles θ r s r tangent line 1 tangent and radius are perpendicular s= rθ θ in radians 2 ( ) 3 exponentials e x takes off like a rocket for large x de dx x d e x = e so = e n dx x n x Taylor s theorem: e x 2 x x = 1 + x ! n! n 2 1 This will be handy: for i 1 (so that i = ), 8

9 ix e ( ix) ( ix) ( ix) ( ix) = ! 3! 4! x x x i + 2! 3! 4! = 1 + ix x x i x x 2! 4! 3! = = cos x + i sin x 4 differential equations It is common in physics to describe how quantities change in response to external circumstances Because of this, calculus is the natural language for describing the physical world Many of our statements about how things work are phrased as differential equations An example: consider a box full of radioactive atoms The more atoms there are in the box, the more decays there should be per unit time In addition, the greater the decay rate (the shorter the half-life) for this species of atom, the more decays there ll be per unit time N(t) number of surviving atoms inside the box at time t Γ 1 τ is the decay rate where τ is the mean life of an atom 9

10 The number of decays per unit time is equal in magnitude, opposite in sign, to the change per unit time of the surviving population in the box Therefore, the statement The number of decays per unit time equals the number of surviving atoms in the box times the decay rate for that species of atom is equivalent to the differential equation ( ) dn t = N() t Γ or dt dn() t = Γ Nt () dt How can we solve this differential equation for N(t)? Note that dn() t dt is proportional to N(t) since Γ is a constant From a few pages back, after replacing x with t: de dt t at t de = e so = ae dt at Note that at de dt is proportional to e at since a is a constant Compare: dn() t dt = Γ Nt () and de dt at at = ae 10

11 It looks like Math review at Nt () e and a Γ works: Nt () = e Γt is a solution to the differential equation But solution! Nt () = 2e Γt is also a What to do? We have a first order differential equation, so we can determine the unique solution with the help of one initial condition (A second order differential equation would require two initial conditions) If we know N(0) we can use that: say there are N 0 atoms in the box at t = 0 The only version of N(t) that solves the differential equation and satisfies the initial condition is Nt ( ) = Ne Γ t 0 5 Vectors Vectors have a length and a direction b θ a Unit vectors in cartesian coordinates: xˆ, y, ˆ z ˆ or iˆ, ˆj, k ˆ Addition, subtraction, you know about 11

12 Scalar product a b = a b cosθ Component of a along b is a cosθ = ( ab ) b Also, if a = ax xˆ + ay yˆ + az zˆ b = b x xˆ + b y yˆ + b z zˆ then a b = a b + a b + a b x x y y z z Cross product a b = a b sinθ Direction is given by right hand rule For the vectors as drawn above: a b b (out of the paper) a (into the paper) a b = a b a b z + a b a b x + a b a b yˆ ( x y y x) ˆ ( y z z y) ˆ ( z x x z) 12

13 Differentiation of vectors Go back to the basic definition of a derivative: d at ( ) dt lim Δ t 0 at t at Δt ( +Δ ) ( ) y u t () u t t u t u t ( +Δ ) ( ) ( +Δ t) particle trajectory x d vt ( ) = xt ( ) dt is an example where this is useful Integration of vectors Same idea: an integral is just a big sum ti = t2 () =lim ( i ) { Δ t = t } t2 a t dt a t t 0 i 1 1 Δ t t t2 ti = t2 For example, v () t dt =lim { ( i ) t = t v t Δ t } t 1 Δ t 0 i 1 13

14 Recall that (for constant velocity) velocity time = distance When Δ t is small, v ( t i ) t i +Δ t () Δt displacement between t i and t2 Therefore, v t dt is the net displacement between t and t t Line integrals A S B Travel from point A to point B along the path labeled S Say there s an applied force acting, which might be a function of F s position along the path S: ( ) Recall that the work done by the force through a small interval is F i as long as F is almost constant over the interval Δs Net work done is F( s ) all intervals i i Δsi In the limit that the intervals become infinitesimal, Δ s Δ s 14

15 B Net work = F ds A 6 Vector transformation properties Under rotations rotate vector by θ a y a θ a y a ϕ a x a x let a a ax = a cos ϕ ay = a sinϕ a = a since lengths of vectors are invariant under rotations ( θ ϕ) ( θ ϕ ) a = a cos + a = a sin + x useful trig identities: ( ) ( ) cos θ + ϕ = cosθcos ϕ sinθsinϕ sin θ + ϕ = sinθcos ϕ + cosθsinϕ y 15

16 use this to rewrite a = acosϕ cos θ asinϕsinθ x = a cos θ a sinθ x a = asinϕ cos θ + acosϕsinθ y = a y cos θ + a y x sinθ Matrix multiplication and rotation matrices ( au + bw) ( av + bx) a b u v = c d w x ( cu dw) ( cv dx + + ) also: ( ax+ by) a b x = c d y cx dy ( + ) 16

17 We can write a as a x a, a similarly to get y a x cos θ sinθ = a y sin θ cosθ ax a y Note the utility of this: successive rotations can be represented as products of matrices a x cos β sin β ax = a sin β cosβ y ay = cos β sin β sin β cosβ cos α sinα ax sin α cosα a y = cos β sin β cos α sinα sin β cos β sin α cosα a x a y since matrix multiplication is associative This works fine in 3 dimensions: 17

18 ax ax ay = R ay where R is 3 3 rotation matrix az az How unit vectors transform under rotations x ˆ = ( 1 0 0) In the rotated frame it becomes R R R 1 R R R R 0 R = 21 R R R 0 R (Note that 1 st index is row, 2 nd is column) So: the 1 st column of R is the same as the representation of the new frame after rotation ˆx in Similarly, the 2 nd column of R is the same as the representation of ŷ and the 3 rd is ẑ xˆ yˆ= 0, yˆ zˆ = 0, zˆ xˆ= 0, regardless of which coordinate system we use (scalar product is invariant under rotations) so each column of R is perpendicular to every other column 18

19 xˆ yˆ = 0, yˆ zˆ = 0, zˆ xˆ = 0 so xˆ yˆ = R R + R R + R R = yˆ zˆ = R R + R R + R R = z ˆ xˆ = R R + R R + R R = Transformations of this sort are called orthogonal transformations: quantities that are orthogonal before remain orthogonal after Successive rotations in three dimensions Successive rotations (where the two rotation axes might be different) can be described like so: a = R Ra 2 1 In general, rotations do not commute: 19

20 Kronecker delta symbol δ ij 1 i= j = 0 i j The Kronecker delta symbol δ ij gives us another way of writing dot products: ab = ab ij i j δ ij 20

21 Also, since xˆ xˆ = 1, yˆ yˆ = 1, zˆ zˆ = 1 xˆ yˆ = 0, yˆ zˆ = 0, zˆ xˆ = 0 we have 3 R R = δ and k= 1 ki kj ij 3 R R = δ k= 1 ik jk ij Levi-Civita symbol ε ijk = 1 0 ( ) ( ) + 1 if ijk is an even permutation of , 312, or 231 if ijk is an odd permutation of , 132, or 321 if any two (or more) of ijk,, are equal It s not hard to see that i= 3 j= 3 k= 3 ˆ also written as ˆ a b = εijk ab i j k εijk ab i j k i= 1 j= 1 k= 1 i, j, k When working with these symbols, you can always write things out explicitly, replacing the indices i, j, and k with numbers and writing out each term in the sums It s messy, but clear 21

22 One can even show that be so moved! k ε ijk ε lmk = δ il δ jm δ im δ should you jl Tensors Let s say we constructed a 3 3 object out of vectors like so: Start with a, b ; define T so that ab ab ab z xx xy x T = a yx b a yy b a y b z ab z x ab z y ab z z In terms of components, T ij = ab i j (This is an outer product ) If we switched to a (rotated) coordinate system, determined the coordinates of a, b in this system, we d calculate T using the rule T ij = a i b j How is T related to T? We know: a = Ra and b = Rb In terms of components, a i = R a and b R k ik k j = b l jl l This comes from the definition of matrix multiplication 22

23 As a result, T ij = a b i j = R a R b k ik k l jl l For a particular choice of i, j, k, l, each of R, R, a, b ik il k l just numbers so we can change the order of our sums: are T a b ij = i j = R a R b R a k ik k = l jl l k = R a R b = R R a b ik k jl l l k k l ik jl k l R b ik k jl l l If we want, we can group things: T ij = R T R l k ik kl jl This is the th il component of the product R T The transpose of R is defined this way: RT R ij = ji (Useful: the transpose of a rotation matrix is also its inverse) This lets us write ( ) il ( ) T ij = RT R T l lj 23

24 From the definition of matrix multiplication, the sum is simply the ij th component of the product of the matrices RT and RT As a result, { RT} = T = T R R T R T I find I prefer to write it in terms of components: T ij = R R T kl ik jl kl Something that transforms this way is called a tensor (of rank 2) We ll see later how tensors can be useful 7 Non-cartesian coordinate systems Sometimes these will be convenient: don t be put off by their unfamiliarity! 24

25 cylindrical coordinates z r a x = r cosθ y = r sinθ z y θ x r, θ, z spherical coordinates z z = r cos θ θ r a x = r sin θ cos ϕ y = r sin θ sin ϕ y x ϕ r, θ, ϕ 25

26 The unit vectors changes which way they point as x moves around in space if we are working in a non-cartesian coordinate system This complicates the taking of derivatives Note the unfortunate change in the meaning of the angle θ when we switch from cylindrical to spherical coordinates 8 partial derivatives We ll work with functions of several variables Sometimes we ll want to know how the function changes if we change one variable while keeping all the others fixed For example, imagine we define a function h(x,y) that represents the height above sea level in Champaign as a function of latitude (x) and longitude (y) 2 2 Here s a graph of the function ( 03 ) 2 2 x y 5 3 h= x y e 26

27 The definition of a partial derivative with respect to y is this: (, ) hxy (, + Δy) hxy (, ) hxy y Note that x is held constant lim Δ y 0 Δy This amounts to measuring the slope as (in this case) you move parallel to the y axis It s easy to take partials: you treat all the variables except the selected one as if they were constants For example, if f 2 3 ( x, y, z) = x + 6 xy z + xz2 then 27

28 ( x2 ) f = + 6xy z + xz y y y y = xy z If you look in a small region around a particular x,y point any smooth function will look like a plane: using partial derivatives to approximate changes in functions How much does h change if we go from x,y to x+ Δx, y+ Δ y? ( ) ( ) ( ) ( ) Δ h = h x+δ x, y+δy h x, y { h x+δ x y+δy h x y+δ y } + { h( x y+δy) h( x y) } =,,,, 28

29 I ve just subtracted, then added the same thing For small Δx, Δy we have (, ) h x y+δy hx ( +Δ xy, +Δy) h( x, y+δy) Δx x from the definition of a partial derivative Also, as long as the partial derivative doesn t change violently with position, (, ) (, ) hxy+δy hxy x x As a result, Δh h Δ x + h Δy x y gradient operator The gradient operator (in two dimensions) is defined this way: xˆ + x yˆ y We use it like so: 29

30 hxy (, ) = xˆ h ( xy, ) + yˆ ( xy, ) x y If we move a small distance away from the point( x, y ) along the direction δ = xˆδ x + yˆδ y we find Δ h = h δ h x x + δ y y With our definition for, we can rewrite this as Δ h = δ ( h) In three (Cartesian) dimensions f x + y + z f x y z (,, x y z) ˆ ˆ ˆ ( x, y, z) Useful fact: the direction of changes most rapidly h is the direction in which hxy (, ) In cylindrical coordinates r, θ, z we have ˆ θ f r z r + + z f r z r r θ z (, θ, ) ˆ ˆ (, θ, ) 30

31 In spherical coordinates r, θ, ϕ we have ˆ θ ˆ ϕ f r r + + f r r r θ rsinθ ϕ (, θ, ϕ) ˆ (, θ, ) ϕ divergence operator The divergence operator acts on vector fields and is defined as specified below Cartesian coordinates: A A A y A z ( xyz,, ) ( xyz,, ) xˆ + ( xyz,, ) ˆ + ( xyz,, ) ˆ x y z A ( xyz) (,, ) ( ),, A xyz A ( xyz,, x y z ) A xyz,, + + x y Cylindrical coordinates: A r z A r z r A r z A r z (, θ, ) ( ) ˆ ( ) ˆ r, θ, + θ, θ, θ + z(, θ, ) 1 ( rar ) 1 Aθ Az Ar (, θ, z) + + r r r θ z Spherical coordinates: Arθϕ A rθϕ r A rθϕθ A rθϕϕˆ (,, ) (,, ) ˆ + (,, ) ˆ + (,, ) r θ 2 ( r Ar ) ( A sinθ ) A θ ϕ Ar (, θϕ, ) r r rsinθ θ rsinθ ϕ 31 z z zˆ

32 curl operator The curl operator acts on vector fields Its form in Cartesian coordinates is this: A ( xyz,, ) A y ( xyz,, ) A ( xyz,, ) x ( xyz,, ) A ( xyz,, ) A z + y ( xyz,, ) A ( xyz,, ) A x + z The forms in cylindrical and spherical coordinates are more complicated in appearance See a math reference for them x y z y z x zˆ xˆ yˆ 9 quadratic formula Very handy: if 2 ax bx c + + = 0 then x = ± 2 b b 4a 2a c 32

Introduction and Vectors Lecture 1

Introduction and Vectors Lecture 1 1 Introduction Introduction and Vectors Lecture 1 This is a course on classical Electromagnetism. It is the foundation for more advanced courses in modern physics. All physics of the modern era, from quantum

More information

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics LECTURE OUTLINE CHAPTER 3 Vectors in Physics 3-1 Scalars Versus Vectors Scalar a numerical value (number with units). May be positive or negative. Examples: temperature, speed, height, and mass. Vector

More information

Chapter 5 Analytic Trigonometry

Chapter 5 Analytic Trigonometry Chapter 5 Analytic Trigonometry Overview: 5.1 Using Fundamental Identities 5.2 Verifying Trigonometric Identities 5.3 Solving Trig Equations 5.4 Sum and Difference Formulas 5.5 Multiple-Angle and Product-to-sum

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

Electromagnetism HW 1 math review

Electromagnetism HW 1 math review Electromagnetism HW math review Problems -5 due Mon 7th Sep, 6- due Mon 4th Sep Exercise. The Levi-Civita symbol, ɛ ijk, also known as the completely antisymmetric rank-3 tensor, has the following properties:

More information

Cartesian Tensors. e 2. e 1. General vector (formal definition to follow) denoted by components

Cartesian Tensors. e 2. e 1. General vector (formal definition to follow) denoted by components Cartesian Tensors Reference: Jeffreys Cartesian Tensors 1 Coordinates and Vectors z x 3 e 3 y x 2 e 2 e 1 x x 1 Coordinates x i, i 123,, Unit vectors: e i, i 123,, General vector (formal definition to

More information

Tensors, and differential forms - Lecture 2

Tensors, and differential forms - Lecture 2 Tensors, and differential forms - Lecture 2 1 Introduction The concept of a tensor is derived from considering the properties of a function under a transformation of the coordinate system. A description

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

REFRESHER. William Stallings

REFRESHER. William Stallings BASIC MATH REFRESHER William Stallings Trigonometric Identities...2 Logarithms and Exponentials...4 Log Scales...5 Vectors, Matrices, and Determinants...7 Arithmetic...7 Determinants...8 Inverse of a Matrix...9

More information

A Primer on Three Vectors

A Primer on Three Vectors Michael Dine Department of Physics University of California, Santa Cruz September 2010 What makes E&M hard, more than anything else, is the problem that the electric and magnetic fields are vectors, and

More information

Math 005A Prerequisite Material Answer Key

Math 005A Prerequisite Material Answer Key Math 005A Prerequisite Material Answer Key 1. a) P = 4s (definition of perimeter and square) b) P = l + w (definition of perimeter and rectangle) c) P = a + b + c (definition of perimeter and triangle)

More information

2.20 Fall 2018 Math Review

2.20 Fall 2018 Math Review 2.20 Fall 2018 Math Review September 10, 2018 These notes are to help you through the math used in this class. This is just a refresher, so if you never learned one of these topics you should look more

More information

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know

Physics 110. Electricity and Magnetism. Professor Dine. Spring, Handout: Vectors and Tensors: Everything You Need to Know Physics 110. Electricity and Magnetism. Professor Dine Spring, 2008. Handout: Vectors and Tensors: Everything You Need to Know What makes E&M hard, more than anything else, is the problem that the electric

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

PHYS 705: Classical Mechanics. Rigid Body Motion Introduction + Math Review

PHYS 705: Classical Mechanics. Rigid Body Motion Introduction + Math Review 1 PHYS 705: Classical Mechanics Rigid Body Motion Introduction + Math Review 2 How to describe a rigid body? Rigid Body - a system of point particles fixed in space i r ij j subject to a holonomic constraint:

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

Section 7.3 Double Angle Identities

Section 7.3 Double Angle Identities Section 7.3 Double Angle Identities 3 Section 7.3 Double Angle Identities Two special cases of the sum of angles identities arise often enough that we choose to state these identities separately. Identities

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

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

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

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

Vectors for Physics. AP Physics C

Vectors for Physics. AP Physics C Vectors for Physics AP Physics C A Vector is a quantity that has a magnitude (size) AND a direction. can be in one-dimension, two-dimensions, or even three-dimensions can be represented using a magnitude

More information

VECTORS, TENSORS AND INDEX NOTATION

VECTORS, TENSORS AND INDEX NOTATION VECTORS, TENSORS AND INDEX NOTATION Enrico Nobile Dipartimento di Ingegneria e Architettura Università degli Studi di Trieste, 34127 TRIESTE March 5, 2018 Vectors & Tensors, E. Nobile March 5, 2018 1 /

More information

Vector calculus. Appendix A. A.1 Definitions. We shall only consider the case of three-dimensional spaces.

Vector calculus. Appendix A. A.1 Definitions. We shall only consider the case of three-dimensional spaces. Appendix A Vector calculus We shall only consider the case of three-dimensional spaces A Definitions A physical quantity is a scalar when it is only determined by its magnitude and a vector when it is

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

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r :

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : To convert from radians (rad) to degrees ( ) and vice versa, use the

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r :

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : To convert from radians (rad) to degrees ( ) and vice versa, use the

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

CHAPTERS 5-7 TRIG. FORMULAS PACKET

CHAPTERS 5-7 TRIG. FORMULAS PACKET CHAPTERS 5-7 TRIG. FORMULAS PACKET PRE-CALCULUS SECTION 5-2 IDENTITIES Reciprocal Identities sin x = ( 1 / csc x ) csc x = ( 1 / sin x ) cos x = ( 1 / sec x ) sec x = ( 1 / cos x ) tan x = ( 1 / cot x

More information

CALCULUS ASSESSMENT REVIEW

CALCULUS ASSESSMENT REVIEW CALCULUS ASSESSMENT REVIEW DEPARTMENT OF MATHEMATICS CHRISTOPHER NEWPORT UNIVERSITY 1. Introduction and Topics The purpose of these notes is to give an idea of what to expect on the Calculus Readiness

More information

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS MATH 3 FALL 0 FINAL EXAM - PRACTICE EXAM SOLUTIONS () You cut a slice from a circular pizza (centered at the origin) with radius 6 along radii at angles 4 and 3 with the positive horizontal axis. (a) (3

More information

AP Calculus Summer Packet

AP Calculus Summer Packet AP Calculus Summer Packet Writing The Equation Of A Line Example: Find the equation of a line that passes through ( 1, 2) and (5, 7). ü Things to remember: Slope formula, point-slope form, slopeintercept

More information

MAT137 Calculus! Lecture 6

MAT137 Calculus! Lecture 6 MAT137 Calculus! Lecture 6 Today: 3.2 Differentiation Rules; 3.3 Derivatives of higher order. 3.4 Related rates 3.5 Chain Rule 3.6 Derivative of Trig. Functions Next: 3.7 Implicit Differentiation 4.10

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Rotational motion of a rigid body spinning around a rotational axis ˆn;

Rotational motion of a rigid body spinning around a rotational axis ˆn; Physics 106a, Caltech 15 November, 2018 Lecture 14: Rotations The motion of solid bodies So far, we have been studying the motion of point particles, which are essentially just translational. Bodies with

More information

Math 1272 Solutions for Fall 2005 Final Exam

Math 1272 Solutions for Fall 2005 Final Exam Math 7 Solutions for Fall 5 Final Exam ) This fraction appears in Problem 5 of the undated-? exam; a solution can be found in that solution set. (E) ) This integral appears in Problem 6 of the Fall 4 exam;

More information

WORKSHEET #13 MATH 1260 FALL 2014

WORKSHEET #13 MATH 1260 FALL 2014 WORKSHEET #3 MATH 26 FALL 24 NOT DUE. Short answer: (a) Find the equation of the tangent plane to z = x 2 + y 2 at the point,, 2. z x (, ) = 2x = 2, z y (, ) = 2y = 2. So then the tangent plane equation

More information

Things You Should Know Coming Into Calc I

Things You Should Know Coming Into Calc I Things You Should Know Coming Into Calc I Algebraic Rules, Properties, Formulas, Ideas and Processes: 1) Rules and Properties of Exponents. Let x and y be positive real numbers, let a and b represent real

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Multiple Integrals 3. 2 Vector Fields 9 MATH 32B-2 (8W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Multiple Integrals 3 2 Vector Fields 9 3 Line and Surface Integrals 5 4 The Classical Integral Theorems 9 MATH 32B-2 (8W)

More information

REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ

REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ INVERSE FUNCTIONS Two functions are inverses if they undo each other. In other words, composing one function in the other will result in simply x (the

More information

We are already familiar with the concept of a scalar and vector. are unit vectors in the x and y directions respectively with

We are already familiar with the concept of a scalar and vector. are unit vectors in the x and y directions respectively with Math Review We are already familiar with the concept of a scalar and vector. Example: Position (x, y) in two dimensions 1 2 2 2 s ( x y ) where s is the length of x ( xy, ) xi yj And i, j ii 1 j j 1 i

More information

CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY

CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY CHAPTER 4. APPLICATIONS AND REVIEW IN TRIGONOMETRY In the present chapter we apply the vector algebra and the basic properties of the dot product described in the last chapter to planar geometry and trigonometry.

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

Lecture 3: Vectors. Any set of numbers that transform under a rotation the same way that a point in space does is called a vector.

Lecture 3: Vectors. Any set of numbers that transform under a rotation the same way that a point in space does is called a vector. Lecture 3: Vectors Any set of numbers that transform under a rotation the same way that a point in space does is called a vector i.e., A = λ A i ij j j In earlier courses, you may have learned that a vector

More information

n=0 ( 1)n /(n + 1) converges, but not

n=0 ( 1)n /(n + 1) converges, but not Math 07H Topics for the third exam (and beyond) (Technically, everything covered on the first two exams plus...) Absolute convergence and alternating series A series a n converges absolutely if a n converges.

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

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

GEOMETRY AND VECTORS

GEOMETRY AND VECTORS GEOMETRY AND VECTORS Distinguishing Between Points in Space One Approach Names: ( Fred, Steve, Alice...) Problem: distance & direction must be defined point-by-point More elegant take advantage of geometry

More information

PHY481: Electromagnetism

PHY481: Electromagnetism PHY481: Electromagnetism Vector tools Lecture 4 Carl Bromberg - Prof. of Physics Cartesian coordinates Definitions Vector x is defined relative to the origin of 1 coordinate system (x,y,z) In Cartsian

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

Tensor Analysis in Euclidean Space

Tensor Analysis in Euclidean Space Tensor Analysis in Euclidean Space James Emery Edited: 8/5/2016 Contents 1 Classical Tensor Notation 2 2 Multilinear Functionals 4 3 Operations With Tensors 5 4 The Directional Derivative 5 5 Curvilinear

More information

Math 232: Final Exam Version A Spring 2015 Instructor: Linda Green

Math 232: Final Exam Version A Spring 2015 Instructor: Linda Green Math 232: Final Exam Version A Spring 2015 Instructor: Linda Green Name: 1. Calculators are allowed. 2. You must show work for full and partial credit unless otherwise noted. In particular, you must evaluate

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

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1.

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1. Chapters 1 to 8 Course Review Chapters 1 to 8 Course Review Question 1 Page 509 a) i) ii) [2(16) 12 + 4][2 3+ 4] 4 1 [2(2.25) 4.5+ 4][2 3+ 4] 1.51 = 21 3 = 7 = 1 0.5 = 2 [2(1.21) 3.3+ 4][2 3+ 4] iii) =

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

Vectors and Geometry

Vectors and Geometry Vectors and Geometry Vectors In the context of geometry, a vector is a triplet of real numbers. In applications to a generalized parameters space, such as the space of random variables in a reliability

More information

PHY481: Electromagnetism

PHY481: Electromagnetism PHY481: Electromagnetism Vector tools Sorry, no office hours today I ve got to catch a plane for a meeting in Italy Lecture 3 Carl Bromberg - Prof. of Physics Cartesian coordinates Definitions Vector x

More information

Summer Review for Students Entering AP Calculus AB

Summer Review for Students Entering AP Calculus AB Summer Review for Students Entering AP Calculus AB Class: Date: AP Calculus AB Summer Packet Please show all work in the spaces provided The answers are provided at the end of the packet Algebraic Manipulation

More information

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR Appendix B The Derivative B.1 The Derivative of f In this chapter, we give a short summary of the derivative. Specifically, we want to compare/contrast how the derivative appears for functions whose domain

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

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

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES Overview Throughout the first few weeks of the semester, we have studied vector calculus using almost exclusively the familiar Cartesian x,y,z coordinate

More information

Crash Course in Trigonometry

Crash Course in Trigonometry Crash Course in Trigonometry Dr. Don Spickler September 5, 003 Contents 1 Trigonometric Functions 1 1.1 Introduction.................................... 1 1. Right Triangle Trigonometry...........................

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

Since 1 revolution = 1 = = Since 1 revolution = 1 = =

Since 1 revolution = 1 = = Since 1 revolution = 1 = = Fry Texas A&M University Math 150 Chapter 8A Fall 2015! 207 Since 1 revolution = 1 = = Since 1 revolution = 1 = = Convert to revolutions (or back to degrees and/or radians) a) 45! = b) 120! = c) 450! =

More information

Exam 1 Review SOLUTIONS

Exam 1 Review SOLUTIONS 1. True or False (and give a short reason): Exam 1 Review SOLUTIONS (a) If the parametric curve x = f(t), y = g(t) satisfies g (1) = 0, then it has a horizontal tangent line when t = 1. FALSE: To make

More information

Notes 19 Gradient and Laplacian

Notes 19 Gradient and Laplacian ECE 3318 Applied Electricity and Magnetism Spring 218 Prof. David R. Jackson Dept. of ECE Notes 19 Gradient and Laplacian 1 Gradient Φ ( x, y, z) =scalar function Φ Φ Φ grad Φ xˆ + yˆ + zˆ x y z We can

More information

Some elements of vector and tensor analysis and the Dirac δ-function

Some elements of vector and tensor analysis and the Dirac δ-function Chapter 1 Some elements of vector and tensor analysis and the Dirac δ-function The vector analysis is useful in physics formulate the laws of physics independently of any preferred direction in space experimentally

More information

Index Notation for Vector Calculus

Index Notation for Vector Calculus Index Notation for Vector Calculus by Ilan Ben-Yaacov and Francesc Roig Copyright c 2006 Index notation, also commonly known as subscript notation or tensor notation, is an extremely useful tool for performing

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

Tensors - Lecture 4. cos(β) sin(β) sin(β) cos(β) 0

Tensors - Lecture 4. cos(β) sin(β) sin(β) cos(β) 0 1 Introduction Tensors - Lecture 4 The concept of a tensor is derived from considering the properties of a function under a transformation of the corrdinate system. As previously discussed, such transformations

More information

Introduction to Vector Calculus (29) SOLVED EXAMPLES. (d) B. C A. (f) a unit vector perpendicular to both B. = ˆ 2k = = 8 = = 8

Introduction to Vector Calculus (29) SOLVED EXAMPLES. (d) B. C A. (f) a unit vector perpendicular to both B. = ˆ 2k = = 8 = = 8 Introduction to Vector Calculus (9) SOLVED EXAMPLES Q. If vector A i ˆ ˆj k, ˆ B i ˆ ˆj, C i ˆ 3j ˆ kˆ (a) A B (e) A B C (g) Solution: (b) A B (c) A. B C (d) B. C A then find (f) a unit vector perpendicular

More information

Material for review. By Lei. May, 2011

Material for review. By Lei. May, 2011 Material for review. By Lei. May, 20 You shouldn t only use this to do the review. Read your book and do the example problems. Do the problems in Midterms and homework once again to have a review. Some

More information

,, rectilinear,, spherical,, cylindrical. (6.1)

,, rectilinear,, spherical,, cylindrical. (6.1) Lecture 6 Review of Vectors Physics in more than one dimension (See Chapter 3 in Boas, but we try to take a more general approach and in a slightly different order) Recall that in the previous two lectures

More information

Spring Homework Part B Packet. MAT Calculus I

Spring Homework Part B Packet. MAT Calculus I Class: MAT 201-02 Spring 2015 Homework Part B Packet What you will find in this packet: Assignment Directions Class Assignments o Reminders to do your Part A problems (https://www.webassign.net) o All

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

(Section 4.7: Inverse Trig Functions) 4.82 PART F: EVALUATING INVERSE TRIG FUNCTIONS. Think:

(Section 4.7: Inverse Trig Functions) 4.82 PART F: EVALUATING INVERSE TRIG FUNCTIONS. Think: PART F: EVALUATING INVERSE TRIG FUNCTIONS Think: (Section 4.7: Inverse Trig Functions) 4.82 A trig function such as sin takes in angles (i.e., real numbers in its domain) as inputs and spits out outputs

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

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

Physics 40 Chapter 3: Vectors

Physics 40 Chapter 3: Vectors Physics 40 Chapter 3: Vectors Cartesian Coordinate System Also called rectangular coordinate system x-and y- axes intersect at the origin Points are labeled (x,y) Polar Coordinate System Origin and reference

More information

Table of Contents. Module 1

Table of Contents. Module 1 Table of Contents Module Order of operations 6 Signed Numbers Factorization of Integers 7 Further Signed Numbers 3 Fractions 8 Power Laws 4 Fractions and Decimals 9 Introduction to Algebra 5 Percentages

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

Chapter 5 Trigonometric Functions of Angles

Chapter 5 Trigonometric Functions of Angles Chapter 5 Trigonometric Functions of Angles Section 3 Points on Circles Using Sine and Cosine Signs Signs I Signs (+, +) I Signs II (+, +) I Signs II (, +) (+, +) I Signs II (, +) (+, +) I III Signs II

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. (a) 5

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

Week 2 Notes, Math 865, Tanveer

Week 2 Notes, Math 865, Tanveer Week 2 Notes, Math 865, Tanveer 1. Incompressible constant density equations in different forms Recall we derived the Navier-Stokes equation for incompressible constant density, i.e. homogeneous flows:

More information

INSTRUCTOR SAMPLE E. Check that your exam contains 25 questions numbered sequentially. Answer Questions 1-25 on your scantron.

INSTRUCTOR SAMPLE E. Check that your exam contains 25 questions numbered sequentially. Answer Questions 1-25 on your scantron. MATH 41 FINAL EXAM NAME SECTION NUMBER INSTRUCTOR SAMPLE E On your scantron, write and bubble your PSU ID, Section Number, and Test Version. Failure to correctly code these items may result in a loss of

More information

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is

2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time is . If P(A) = x, P = 2x, P(A B) = 2, P ( A B) = 2 3, then the value of x is (A) 5 8 5 36 6 36 36 2. A die is rolled 3 times, the probability of getting a number larger than the previous number each time

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

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

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

Chapter 2. Vector Analysis

Chapter 2. Vector Analysis Chapter 2. Vector nalysis Cheng; 3/4/2007; 2-2. verview t a given position and time a scalar function a magnitude, a vector function a magnitude and a direction Function conversion between different coordinates

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

Review of Vector Analysis in Cartesian Coordinates

Review of Vector Analysis in Cartesian Coordinates Review of Vector Analysis in Cartesian Coordinates 1 Scalar: A quantity that has magnitude, but no direction. Examples are mass, temperature, pressure, time, distance, and real numbers. Scalars are usually

More information

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li

Summary for Vector Calculus and Complex Calculus (Math 321) By Lei Li Summary for Vector alculus and omplex alculus (Math 321) By Lei Li 1 Vector alculus 1.1 Parametrization urves, surfaces, or volumes can be parametrized. Below, I ll talk about 3D case. Suppose we use e

More information