Basics of space and vectors. Points and distance. Vectors

Size: px
Start display at page:

Download "Basics of space and vectors. Points and distance. Vectors"

Transcription

1 Bsics of spce nd vectors Points nd distnce One wy to describe our position in three dimensionl spce is using rtesin coordintes (x, y, z) where we hve fixed three orthogonl directions nd we move x units in the first direction, y units in the second direction, nd z units in the third direction The x-xis consists of points of the form (x, 0, 0), the y-xis consists of points of the form (0, y, 0) nd the z-xis consists of points of the form (0, 0, z) The xy-plne consists of points of the form (x, y, 0), the xz-plne consists of points of the form (x, 0, z) nd the yz-plne consists of points of the form (0, y, z) You should be ble to sketch picture of three dimensionl spce nd mrk ech one of these xes nd plnes Once we cn describe position the next step is to mesure (stright-line) distnce In two dimensions we cn use the Pythgoren Theorem to get the distnce between points (x 1, y 1 ) nd (x 2, y 2 ) to be D = (x 2 x 1 ) 2 + (y 2 y 1 ) 2 On the other hnd for three dimensions we will use the Pythgoren Theorem (twice) to get the distnce between points (x 1, y 1, z 1 ) nd (x 2, y 2, z 2 ) to be D = (x 2 x 1 ) 2 + (y 2 y 1 ) 2 + (z 2 z 1 ) 2 A sphere is set of points which re fixed distnce, r, wy from centrl point, (h, k, l) Using the distnce formul (where we conveniently squre to get rid of the inconvenient squre roots) we hve tht sphere is the set of points stisfying (x h) 2 + (y k) 2 + (z l) 2 = r 2 ometimes we will not hve sphere given to us in this form in which cse we should rewrite it (ie, using complete the squre) If we wnt to hve ll the points in solid sphere then we hve (x h) 2 + (y k) 2 + (z l) 2 r 2, the volume of this sphere is 4 3 πr3 The midpoint between (x 1, y 1, z 1 ) nd (x 2, y 2, z 2 ) is the point ( x1 + x 2, y 1 + y 2, z ) 1 + z We cn describe motion of prticle by describing position t ech time t This gives us prmetric equtions ( x(t), y(t), z(t) ) We cn tke prmetric eqution nd sk how long is the curve This cn be found by splitting the curve into tiny little pieces, using the distnce formul on ech piece, nd dding them bck up (ie, doing integrl clculus) The limit of this process gives us length = b (x (t) ) 2 + ( y (t) ) 2 + ( z (t) ) 2 dt Vectors ometimes we re interested in quntities tht hve both length nd direction (ie, velocity or force) We will refer to these s vectors Most of our discussion will be bout three dimensionl vectors but most ides generlize to ll dimensions We note tht vectors re not tied to specific points, ie, they cn be trnslted to ny other loction nd still be n equivlent vector Geometriclly vector is directed line segment nd we cn dd vectors by chining them one fter nother, nd we cn scle vectors by chnging the length (note tht scling by negtive number reverses the direction of the vector, this llow for subtrction of vectors) For our purposes it will be convenient to work with vector in terms of quntities, ie, lgebriclly This is done by writing the vector in component form u =, b, c where is the mount of chnge in the x direction, b is the mount of chnge in the y direction nd c is the mount of chnge in the z direction As n exmple, the vector going from the point (x 1, y 1, z 1 ) to the point (x 2, y 2, z 2 ) is x 2 x 1, y 2 y 1, z 2 z 1 In component form we cn esily dd nd scle vectors, working component by component, ie,, b, c + d, e, f = + d, b + e, c + f k, b, c = k, kb, kc The mgnitude of vector (ie, the length) cn be found in component form by trnslting the vector so tht the til is t the origin nd looking t the distnce between the tip of the vector nd the origin In prticulr we hve, b, c = 2 + b 2 + c 2 A vector is unit vector if it hs length 1, ny vector tht is not the zero-vector (0 = 0, 0, 0 ) cn be scled to unit vector by dividing its mgnitude, ie, u/ u This will be used whenever we wnt to tlk bout something hppening in prticulr direction Three importnt unit vectors re i = 1, 0, 0, j = 0, 1, 0 nd k = 0, 0, 1 These re known s the stndrd unit vectors nd we cn rewrite our vectors

2 s combintions of these three vectors, ie,, b, c =, 0, 0 + 0, b, 0 + 0, 0, c = 1, 0, 0 + b 0, 1, 0 + c 0, 0, 1 = i + bj + ck Dot product While we cn conveniently dd nd scle vectors there is no convenient wy to multiply vectors together There re two pproches tht ct like multipliction, we strt with the first clled the dot product We hve (vector) (vector) = number In other words the dot product tkes two vectors nd produces number In two nd three dimensions this behves s follows (this works similrly in other dimensions): 1, b 1 2, b 2 = b 1 b 2 1, b 1, c 1 2, b 2, c 2 = b 1 b 2 + c 1 c 2 With this definition it is esy to estblish some bsic fcts tht mke it look like multipliction, ie, u v = v u, u 0 = 0, u ( v + w) = u v + u w Wht mkes the dot product useful is the geometric interprettion Let u =, b, c then we hve u u =, b, c, b, c = 2 + b 2 + c 2 = u 2 (the sme result holds in other dimensions s well) ombining this with the lw of cosines we get the following: u v = u v cos θ or cos θ = u v u v This llows us to find ngles between vectors One specil ngle between vectors is right ngle (90 or π 2 ) For such n ngle we hve tht cos θ = 0 nd this leds us to n esy test of whether two vectors re t right ngles to ech other Nmely, two vectors re orthogonl or perpendiculr if u v = 0; this follows the convention tht the 0 vector is perpendiculr to every other vector On side note, we sy tht two vectors re prllel if they re sclr multiples of one nother (this includes the possibility of reversing direction) This cn be used to find the projection of one vector onto nother, ie, proj v u which is the vector u projected down onto the vector v We hve proj v u = ( ) u v v v v imilrly given force vector F nd vector on which the force moves n object long D we hve tht the work is w = F D Plnes will ply n importnt role in our clss We think of plnes s our generliztion of lines nd when we found lines we needed point nd slope which we cn think of s point nd direction When we find plne we will similrly need point nd direction (which we cn use vector for) But for direction we don t wnt to use vector in the plne becuse there re mny possible directions Insted we will use vector tht is perpendiculr to the plne, wht we cll the norml vector In prticulr the norml vector n is perpendiculr to every vector in the plne Given point (x 0, y 0, z 0 ) nd n =, b, c then point (x, y, z) is in the plne if nd only if the vector x x 0, y y 0, z z 0 (which is vector in the plne) is orthogonl to n, ie, or rerrnging 0 = n x x 0, y y 0, z z 0 = (x x 0 ) + b(y y 0 ) + c(z z 0 ) x + by + cz = x 0 + by 0 + cz }{{ 0 = d } =d In this lst form it is esy to red off the norml vector to the plne In generl when we re deling with plnes we will be working with norml vectors o two plnes re prllel when the norml vectors re prllel, the ngle between plnes is the ngle between norml vectors, nd so on ross product ross product, denoted with, gives wy to multiply vectors together nd get new vector, ie, (vector) (vector)=(vector) But there is big ctch, nmely it only works in three dimensions (conveniently though we live in three dimensions so we cn tolerte this limittion) We hve 1, 2, 3 b 1, b 2, b 3 = 2 b 3 3 b 2, 3 b 1 1 b 3, 1 b 2 2 b 1 This cn be hrd to remember, more convenient form is to write it s determinnt of prticulr mtrix, nmely we hve 1, 2, 3 b 1, b 2, b 3 = i j k b 1 b 2 b 3 ie, the first row is the stndrd unit vectors i, j nd k; the second row is the entries of the first vector nd the third row is the entries of the second vector There re severl wys to tke determinnts, one wy is to copy the first two columns over gin then multiply long the six digonls dd the ones where,

3 the digonls go down from left to right nd subtrct the ones where the digonls go up from left to right Another lterntive is to use cofctor expnsions, ie, we hve 1, 2, 3 b 1, b 2, b 3 = i j k b 1 b 2 b 3 = i 2 3 b 2 b 3 j 1 3 b 1 b 3 + k 1 2 b 1 b 2 where to tke the determinnt of two-by-two mtrix we hve b c d = d cb With this rule in plce it is esy to check to see tht it grees with the first definition given bove The reson tht the cross product is useful is becuse we hve geometricl interprettion of wht is going on A vector hs two prts, direction nd mgnitude For the cross product we cn describe wht is going on for ech of these prts We hve the following: Direction: Mgnitude: ( u v) u nd ( u v) v u v = u v sin θ The first property tells us tht the cross product is perpendiculr to the vectors we strted with This is not enough to nil down the direction so we lso will insist it obeys the right hnd rule (not importnt for us) This is one of the most useful properties of the cross product nd we cn use it to find norml vectors to plnes, ie, the norml vector is perpendiculr to the plne so if we cn find two distinct vectors in the plne we cn tke the cross product nd get the norml vector This lso gives us method to test to see if we did the cross product correctly, ie, we must hve u ( u v) = 0 nd v ( u v) = 0 This is fst to compute nd helps us identify if we hve mde mistke in tking the cross product The second property, the mgnitude, hs geometric interprettion Nmely, this sys tht the mgnitude of the cross product is the re of the prllelogrm formed by the vectors u nd v By cutting the prllelogrm in hlf we cn get the re of the tringle with two sides formed by u nd v, ie, Are of = 1 u v 2 We cn lso go one step further nd determine tht the re of the prllelepiped formed by the three vectors u, v nd w is w ( u v) We hve (mong others) the following rules for cross product, notice in prticulr order mkes difference in the sign: u v = ( v u) u ( v + w) = u v + u w u 0 = 0 u u = 0 ombining the distributive property with how cross product works for the stndrd unit vectors lso gives wy to compute the cross product, ie, i i = 0 j i = k k i = j i j = k j j = 0 k j = i i k = j j k = i k k = 0 Vector vlued functions A vector-vlued function is function which produces vector for the output ince vector cn be broken down into its component prts this function cn be described by how it is behving in ech component, ie, F(t) = f(t), g(t), h(t) = f(t)i + g(t)j + h(t)k We cn sk clculus questions bout these functions, ie, limits, derivtives, nti-derivtives nd definite integrls The key is tht we will define these items in the sme wy nd since we know tht vector ddition nd scling works component-by-component nd clculus in the end boils down to fncy dditions nd scling we conclude tht it suffices to work component by component (to be fir this should be crefully checked; but we will leve those detils for future courses) More prticulrly we hve the following: lim F(t) = t c lim t c f(t), lim g(t), lim h(t) t c t c F (t) = f (t), g (t), h (t) F(t) dt = f(t) dt, g(t) dt, h(t) dt b b F(t) dt = f(t) dt, b g(t) dt, b h(t) dt On side note, when finding the nti-derivtive of vector vlued function we will hve seprte constnt for ech component Of course we cn combine these constnts into single vector nd conclude tht two ntiderivtives of vector-vlued function differ by constnt vector The vrious derivtive rules tht

4 we hve lerned for rel-vlued functions lso generlize s we would expect d ( ) F(t) + G(t) = F (t) + G (t) dt d ( ( )) ( F p(t) = F p(t) ) p (t) dt d ( ) p(t)f(t) = p (t)f(t) + p(t)f (t) dt d ( ) F(t) G(t) = F (t) G(t) + F(t) G (t) dt d ( ) F(t) G(t) = F (t) G(t) + F(t) G (t) dt Amzingly ll three of the different wys to tke products involving vectors (sclr, dot nd cross) obey the sme product rule s before Woohoo! As n ppliction, suppose we hve prmetric curve ( x(t), y(t), z(t) ) Then we cn think of this s vector vlued function by putting vector from the origin to the loction of the prticle t time t, ie, r(t) = x(t), y(t), z(t) Then we hve tht v(t) = r (t) represents the velocity of the prticle t time t nd (t) = v (t) = r (t) equls the ccelertion of the prticle t time t This cn be used to describe how the behvior of the prticle (ie, loction, direction of motion, ccelertion, nd so on) By tking ntiderivtives we cn lso find position given some informtion bout velocity nd/or ccelertion Note tht the mgnitude of velocity is speed, nd if we wnt to find distnce trveled by the prticle from t = to t = b we cn do this by finding the integrl of speed o we hve Length = b v(t) dt = b r (t) dt By expnding this we see we get the sme expression tht we hd before for length We note tht r(t) r (t) if nd only if r(t) is constnt, we will use this lter Lines To find line we will need two items: point on the line, (x 0, y 0, z 0 ); nd direction vector for the line,, b, c Once we hve these then we cn write n eqution for the line There re three different wys we hve discussed to write such n eqution The first is vector formt where we find ll the points (in vector form) which cn be done by strting t the given point nd dding some multiple of the direction vector, ie, x, y, z = x 0, y 0, z 0 + t, b, c olving for ech component we get prmetric form, ie, find prmetric eqution for the line x = x 0 + t y = y 0 + bt z = z 0 + ct If we solve for t in prmetric form we cn get n expression for the line only in terms of x, y nd z known s symmetric form, ie, x x 0 = y y 0 b = z z 0 c This ssumes tht, b, c 0, if one of them is 0 then we simply write this s combintion of equtions For exmple if = 0 then the line would be x = x 0 nd y y 0 b = z z 0 c In ech of the forms given bove it is esy to find point on the line nd the direction vector of the line We note tht these equtions re not unique for lines, ie, we cn choose different point or choose prllel vector nd still hve the sme line Given prmetric curve ( x(t), y(t), z(t) ) we cn trnsform it to vector vlued function by drwing vector from the origin to the current loction on the prmetric curve, ie, r(t) = x(t), y(t), z(t) ecll tht velocity is given by v(t) = r (t) Velocity encodes both the speed of the prticle nd the current direction in which the prticle is moving If we imgine the prticle s trveling long trck nd t some time t 0 we deril from the trck, then how does the prticle move? Well it strts t the point it deriled t, r(t 0 ), it will move in the direction given by velocity, r (t 0 ) This movement will thus lie on the line contining the point r(t 0 ) nd the direction vector r (t 0 ) This is known s the tngent line Decomposing ccelertion We cn continue to refine our converstion bout motion If we only cre bout the direction tht the prticle is trveling in (nd not the speed), then we would nturlly wnt to consider unit vector in the direction of movement We hve the following r(t) = position v(t) = r (t) = velocity (t) = r (t) = ccelertion T(t) = r (t) r = unit tngent vector (t) N(t) = T (t) T = unit norml vector (t) The unit tngent vector is pointing in the direction of motion ince T = 1 (ie, it is unit) we hve using

5 result from lst week tht T is perpendiculr to T, nd hence T is perpendiculr to N This indictes tht N is perpendiculr to the direction vector T, tht is to sy perpendiculr to the motion of the prticle On the other hnd since T is relted to velocity we would expect tht T should be relted to ccelertion, ie, N should hve something to do with ccelertion This turns out to be the cse In prticulr we hve the following: T = r r r = T T + N N nd N = r r r Which is to sy tht we cn split ccelertion into two prts; one prt in the direction the prticle is currently moving, nd nother in direction orthogonl to how the prticle is currently moving The first term is essentilly the projection of r onto r, ie, we hve proj r (r ) = r r r r r = r r r r r = r r r T = TT The other term essentilly is projection onto the orthogonl direction which cn be done by using cross products Alterntively, we cn mke the observtion tht N N = T T From the perspective of the prticle then ll of the interesting informtion bout the motion (position, velocity nd ccelertion) re ll contined in the single plne contining the point nd the vectors T nd N The norml vector to this plne is known s the binorml vector nd is denoted B = T N This plne is known s the osculting plne (or kissing plne, ie, it gently kisses the curve) urvture Given curve we cn sk how bendy the curve is Which is to sy we wnt to mesure how fst the curve is turning We re creful here to sy tht we re not interested in our speed of rottion in regrds to how we trvel long the curve, ie, this is not dependent on the prmeteriztion A first pproch is to look t how quickly our direction, T, is chnging s we chnge our position long the curve, s o curvture (which is denoted with the Greek letter κ) is given by κ = dt ds This is gret, but is hrd to compute for must curves o using the chin rule we cn rewrite this s κ = T r This is better but we cn even mke it more strightforwrd (ie, T tends to hve squre roots which re best to void when tking derivtives if we cn) This is done by reclling tht T shows up s prt of N nd so is connected to N Using this we derive κ = r r r 3 In the specil cse of prmeteriztion (x(t), y(t)) this becomes κ = x y x y ( (x ) 2 + (y ) 2) 3/2 oordinte systems There re three min wys to describe point in spce We hve lredy discussed the rtesin coordinte system (lso known s rectngulr coordintes) The other two re generliztions of polr coordintes in the plne, so before jumping into them we briefly recll fcts bout polr coordintes In the plne we cn describe our position by strting t the origin looking in the direction of the positive x-xis We then rotte (counter-clockwise) n ngle θ nd then move distnce r out In prticulr every point cn be uniquely described by distnce r 0 nd n ngle 0 θ < 2π In converting bck nd forth between these coordinte systems we hve the following: x = r cos θ y = r sin θ r = x 2 + y 2 tn θ = y/x It is useful to remember r 2 = x 2 + y 2 Using these reltionships it is possible (though not lwys convenient!) to switch from one coordinte system to the other On side note we do not sy θ = rctn(y/x) becuse the inverse tngent only hs rnge of hlf of revolution nd not full revolution Tht mens we would need to dd some correcting term in some cses to get the correct ngle The first generliztion to three dimensions is known s cylindricl coordintes This cn be thought of s polr plus z Every point cn be described by r, θ nd z (we will ssume tht r 0 nd 0 θ < 2π) The wy it works is tht we use r nd θ s before to move to point in the plne Then we move up or down ccording to z Given wht we lredy know bout polr coordintes this mkes converting bck nd forth between rtesin coordintes nd cylindricl coordintes very esy We hve the following: x = r cos θ y = r sin θ z = z r = x 2 + y 2 tn θ = y/x z = z

6 The second generliztion to three dimensions is known s sphericl coordintes This is more in the spirit of polr coordintes in tht we first strt t the origin nd then turn to look in the direction of the desired point We then move sufficient distnce to get to tht point To determine where to look we will need two ngles, one tells us how to rotte left/right in the xy-plne (θ, this is the exct sme θ s in cylindricl coordintes nd we will ssume 0 θ < 2π); the second ngle then tells us how to rotte up/down, φ The wy tht φ is mesured is s the ngle off of the positive z-xis o we hve tht φ = 0 corresponds to the positive z-xis, φ = 1 2π corresponds to points in the xy-plne nd φ = π corresponds to the negtive z-xis, so 0 φ π Finlly the distnce we move will be ρ 0 To be ble to convert from sphericl to rtesin nd vice-vers we observe tht since ρ is the distnce we move tht it corresponds to the distnce from (x, y, z) to (0, 0, 0) nd we hve formul for tht We cn lso find z by drwing right tringle from the origin, to our point, to the z-xis By using properties of right tringles we cn find z = ρ cos φ To find x nd y we note tht the length of the other prt of the tringle is ρ sin φ nd this corresponds to the r in cylindricl/polr coordintes which cn help us solve for x nd y (Note: the bove dilogue mkes much more sense when drwing picture t the sme time) o we hve the following: nd x = ρ sin φ cos θ y = ρ sin φ sin θ z = ρ cos φ ρ = x 2 + y 2 + z 2 tn θ = y/x ( ) z φ = rccos x2 + y 2 + z 2 It is useful to remember ρ 2 = x 2 + y 2 + z 2 nd tht z = ρ cos φ nd r 2 = x 2 + y 2 = ρ 2 sin 2 φ The reson to hve multiple coordinte systems is tht some surfces re esy to describe in one coordinte system but very difficult to describe in nother The following re some wys to describe the sme surfce in vrious coordinte systems phere centered t the origin of rdius m rtesin: x 2 + y 2 + z 2 = m 2 ylindricl: r 2 + z 2 = m 2 phericl: ρ = m ylinder with center z-xis of rdius m rtesin: x 2 + y 2 = m 2 ylindricl: phericl: r = m ρ = m csc φ one with ngle off the positive z-xis of α rtesin: z = cot α x 2 + y 2 ylindricl: phericl: z = cot α r φ = α In generl, given formul for surfce we cn identify the coordinte system used (ie, if we see z nd r we re in cylindricl; if we see φ or ρ we re in sphericl) Being ble to convert between coordinte systems will be useful in future chpter Qudric surfces To understnd surfces we will often look t cross sections These re found by looking t where plne intersects the surfce nd exmining the resulting curve(s) We will be prticulrly interested in trces which correspond to plnes of the form x = c, y = c or z = c Note tht in such plnes one of the vribles is fixed so ny eqution describing surfce reduces the number of equtions involved A specil type of surfce is cylinder These re surfces which hve identicl trces in one of the vribles, ie, x 2 + y 2 = 1 in three dimensions forms wht we normlly cll cylinder becuse for ech slice of the form z = c we get unit circle These re esy to identify when written out s equtions becuse they re missing vrible With our bckground in understnding conic sections (ie, ellipses, prbols, hyperbols nd so forth) we re redy to understnd wht is going on for cross sections of qudric surfces These re surfces which cn be written in the form Ax 2 +By 2 +z 2 +Dxy+Exz+Fyz+Gx+Hy+Iz+J = 0 where A, B,, J re constnts But by trnsltion nd rottion we only need to consider such surfces of the form Ax 2 + By 2 + z 2 + J = 0 or Ax 2 + By 2 + Iz = 0 These give the following surfces: x 2 Ellipsoids: 2 + y2 b 2 + z2 c 2 = 1 ross sections: ellipses, empty Hyperboloid of one sheet: 2 + y2 b 2 z2 c 2 = 1 ross sections: ellipses, hyperbols Hyperboloid of two sheets: 2 y2 b 2 z2 c 2 = 1 ross sections: ellipses, hyperbols, empty Elliptic prboloid: z = x2 2 + y2 b 2 ross sections: ellipses, prbols, empty x 2 x 2

7 Hyperbolic prboloid: z = x2 2 y2 b 2 ross sections: prbols, hyperbols Elliptic cone: z 2 = x2 2 + y2 b 2 ross sections: ellipses, hyperbols

8 Multivrible differentition Functions of severl vribles Up to this point we hve looked t functions of single vrible, for exmple prmetric curve hs single prmeter, usully thought of s time We re now redy to look t functions of severl vribles, ie, multi-vrible functions These re functions which tke severl inputs nd produce n output (usully the output will be single number; t the end of the semester we will look t the cse when the output is vector), ie, f(x, y) or g(x, y, z) The domin of function is the set of ll inputs for which we get vlid output The domin will either be given to us (ie, we re interested in restriction of the function) or we will determine the domin bsed on the function given to us There re three problems tht will possibly occur, nmely: Division by zero: 0 qure root of negtive: (< 0) Log of non-positive number: ln( 0) Generlly speking, s long s n input voids these three problems then the point will be in our domin For function f(x, y) the domin will be some subset of the plne The rnge of function is the set of ll possible outputs Generlly speking, the domin is usully very esy to find while the rnge tkes lot of work! A function f(x, y) cn be represented grphiclly by plotting ll points of the form ( x, y, f(x, y) ) The result will be surfce in three dimensions One wy to understnd this surfce is to look t level curves, these correspond to wht we previously clled trces with respect to z Nmely they re the curves in the plne tht correspond to solutions f(x, y) = k The collection of these curves produces the contour mp By exmining the contour mp we cn understnd how our function behves The contour mp is similr to topogrphicl mp used by hikers o for exmple where lines re bunched together re plces where the function rpidly chnges When we move long line we do not chnge the output Being ble to connect surfces with contour plots is useful bility which comes with lot of prctice For functions g(x, y, z) we could similrly try to plot ll points of the form ( x, y, z, g(x, y, z) ) ; but this is four dimensionl object which is very hrd to drw! However, we cn still get useful informtion by looking t level surfces which correspond to the set of points stisfying g(x, y, z) = c By understnding level surfces we cn get some intuition bout wht is hppening with our function Prtil derivtives One wy to understnd function is to look t slices Previously we sw tht level curves cme from looking t slices of the form z = k We could lso look t slices of the from x = x 0 or y = y 0 The surfce corresponding to our function when intersected with such plne gives curve in tht plne And we love curves! In prticulr, we cn find the slope of the tngent lines to these curves This leds to the ide of prtil derivtives Given z = f(x, y) we hve f z (x, y) = x x = f f(x + h, y) f(x, y) x(x, y) = lim, h 0 h f z (x, y) = y y = f f(x, y + h) f(x, y) y(x, y) = lim h 0 h Tking prtil derivtives is just like tking derivtives of single vrible functions s long s we remember the following rule: When tking prtil derivtive with respect to vrible, tret ll the other vribles s constnts Nottionlly we use the symbol (pronounced prtil ) This cts similrly to d, ie, previously we hd dy z dx nd now we hve x But both nottions re sking the sme thing, how does one vrible chnge s we perturb the other vrible We will lwys use the d for functions of single vrible nd lwys use the for functions of two or more vribles The other nottion, f x, is similr to wht ws previously f, we need the subscript to help specify which vrible we re tking derivtive with respect to We cn lso tke higher order prtil derivtives, including mixed prtil derivtives The nottion helps us to keep trck of which derivtives we tke nd in which order we tke them, for exmple there re four second order prtil derivtives, 2 f x 2 = f xx, 2 f y x = f xy, 2 f x y = f yx, 2 f y 2 = f yy imilr nottion works for higher order prtil derivtives When the function is nice (which will essentilly lwys be the cse in our clss) then f xy = f yx In other words the order of tking prtil derivtives does not mtter This is true whenever f xy nd f yx re continuous in neighborhood Finlly we note tht the sme nottion nd ides work for functions of three or more vribles Limits Often we hve to del with expressions which re mbiguous, the clssic exmple of this is 0/0 There is no vlue for this becuse ny vlue could work

9 o if we cnnot know wht it is, the we cn sk the question wht should it be This is where limits come in, nmely we look t wht is hppening to the expression t points nerby nd bsed on wht is hppening we cn indicte wht the vlue should be or indicte tht there is no vlue tht it should be (ie, if the points nerby re giving mbiguous possibilities) Nottionlly we hve lim f(x, y) = L (x,y) (,b) which is red s the limit s (x, y) pproches (, b) of f(x, y) is L Intuitively wht this mens is tht s (x, y) gets close to (, b) then f(x, y) gets close to L When we moved to limits of two vribles we opened up whole new cn of wesome Previously we could only tlk bout pproching vlue from either the left or the right Now we cn pproch from the left, from the top, from different ngle, long spirl, long prbol, long nything we wnt If the limit exists then we will lwys get the sme nswer However, if we ever get two different nswers when we pproch in two different wys then the limit does not exist (DNE for short) As n exmple x 2 y 2 lim (x,y) (0,0) x 2 + y 2 = DNE becuse if we pproch long the x-xis it ppers to pproch 1, but if we pproch long the y-xis it ppers to pproch 1 which re totlly not the sme A function is continuous when wht hppens is wht we expected to hppen, ie, ontinuous lim f(x, y) = f(, b) (x,y) (,b) Polynomils re continuous, s re sin, cos, rctn, e nd mny others We cn dd/subtrct/multiply continuous functions nd the result will be continuous function; we cn lso divide nd the result is continuous wherever the denomintor is not 0 We cn lso compose continuous functions (put function in function) nd get continuous functions When deling with limits we first check to see if it is continuous nd plug in the point to see wht we get; if we get vlue then we re done nd if we get 0 0 then the limit does not exist If we get 0/0 then we strt looking t different wys to pproch the limiting point; if we get two different vlues we re done If we re still not done then we need to try to rewrite the function or perhps bound one prt; this is nontrivil nd there is whole clss dedicted to teching this (we will mostly void this sitution!) For future reference we will need some nottion Given set, n interior point x is point where we cn put smll bll centered t x completely inside of ; boundry point y is point where every smll bll centered round y contins points both inside nd outside of An open set is set where every point is n interior point; closed set is point which includes ll the boundry points A bounded set is set which cn be plced inside of single lrge bll Differentibility A function is differentible if loclly the function is liner (ie, flt) Put nother wy, if we zoom in close enough the function becomes more nd more like plne More mthemticlly we hve f(x, y) = f(x 0, y 0 ) + f x (x 0, y 0 )(x x 0 ) + f y (x 0, y 0 )(y y 0 ) }{{} = tngent plne / liner pproximtion + g 1 (x, y)(x x 0 ) + g 2 (x, y)(y y 0 ) }{{} = error where g 1, g 2 0 s (x, y) (x 0, y 0 ), which is to sy tht for points (x, y) ner (x 0, y 0 ) the error is tiny The choice of the prtil derivtives is driven by the need to mtch up with the cross sections with the plnes x = x 0 nd y = y 0 o we need to hve prtil derivtives t the point we re interested in If the prtil derivtives exist nd re continuous in neighborhood round (x 0, y 0 ) then the function is differentible t tht point ince the prtil derivtives will ply n importnt rule in wht is to follow we hve specil vector which consists of the prtil derivtives, this is the grdient vector Given f we denote the grdient of f by f f If z = f(x, y) then f = If w = g(x, y, z) then g = x, f y g x, g y, g z The grdient will tke over mny of the roles tht ws previously done by the derivtive For exmple the bove formultion of differentibility becomes f(x, y) f(x 0, y 0 ) + f(x 0, y 0 ) x x 0, y y 0 In lter chpter we will see it is useful to think of s vector of prtil derivtives, ie, = x, y,, x so tht the grdient corresponds to scling this vector by f We note tht the grdient vector stisfies mny bsic properties we would expect of derivtive including

10 (f + g) = f + g, showing is liner (cf) = c f, for some constnt c (fg) = g f + f g, the product rule Finlly, we note tht if function is differentible t point then it must lso be continuous t tht point Properties of the grdient If we look t the individul terms in the grdient we see tht f x is indicting how the function is behving in the x-direction Tht is to sy tht if we strt from n initil point nd move in the (positive) x-direction then the initil rte of chnge of the function is given by this prtil derivtive imilrly we hve tht f y indictes how the function is behving in the y-direction But wht if we wnt to know how the function is behving in some other direction? To nswer this kind of question we will use directionl derivtives, f(p + h u) f(p) D u f(p) = lim h 0 h Where D u f(p) is the directionl derivtive of f in the direction u from the point p = (x 0, y 0 ), or lterntively the rte of chnge of f s we strt out from p in the direction u To indicte direction we will lwys use unit vectors If we think of f s elevtion nd p s indicting our ltitude/longitude position nd u indicting which direction we wnt to go, then D u f(p) indictes how steep it is from our current loction if we move in the direction indicted by u We hve lredy mstered doing directionl derivtives in the x nd y directions (these re our old friends, the prtil derivtives) The nice thing is tht when our function is differentible finding directionl derivtives in ny direction is just s esy In prticulr we hve the following: D u f(p) = f(p) u (Usully the hrdest thing bout these problems is to remember to mke sure tht u is unit vector) ecll tht u v = u v cos θ, nd since u is unit vector we hve D u f(p) = f(p) cos θ ince 1 cos θ 1 this gives bounds on how lrge the directionl derivtive cn be, nd in which direction we chieve mximum nd minimum vlues In prticulr we hve the following: f(p) is mximum rte of increse t p f(p) points in the direction which gives the mximum rte of increse t p f(p) is mximum rte of decrese t p f(p) points in the direction which gives the mximum rte of decrese t p In prticulr the grdient encodes informtion bout how to move to chieve mximum rtes of increse nd/or decrese On the other hnd D u f(p) = 0 long level curves or level surfces This is becuse on level curve or level surfce the function is constnt (ie, unchnging) o if u is tngent to level curve we cn conclude tht f(p) is perpendiculr to u Or put more succinctly: f(p) is perpendiculr to level curves/surfces This gives n esy wy to find the norml for tngent plnes to surfce, nmely given surfce described by F(p) = k we use F(p) s the norml vector hin rule The chin rule pplies when we hve function inside of function For exmple z = f(x, y), x = x(t) nd y = y(t) In this cse, z is ultimtely function of t nd so it is nturl to sk how does z vry s we vry t, or in other words wht is dz dt From differentibility we cn rerrnge the terms to get z = z z x + y + EO x y where z = f(x, y) f(x 0, y 0 ), x = x x 0 nd y = y y 0 Also we note tht the error term is very smll, much smller thn our other terms nd becomes insignificnt ner (x 0, y 0 ) If we now divide both sides by t nd tke limit s t 0 we hve dz dt = z dx x dt + z dy y dt In the bove expression we hve used both dz nd z We use the d when we re treting the function s depending on single vrible nd the when we re treting the function s depending on two or more vribles; however they both re sking to do the sme thing, nmely tke derivtive The sme ide works in more complicted situtions For instnce we could hve tht z = f(x, y) nd tht x = x(s, t) nd y = y(s, t) so tht z depends on both s nd t In this cse we hve z s = z x x s + z y y s z t = z x x t + z y y t In generl whenever we del with functions within functions (possibly within functions themselves, n inception of functions if you will) then we cn find

11 how the vribles chnge with respect to one nother One esy wy to keep trck is to form tree showing the dependencies mong the vribles Then to find the derivtive of the top vrible with respect to one of the leves we simply dd up the product of the prtil derivtives of the pths (s discussed in clss) One specil cse tht we hve is when we hve implicit reltionships mong the vribles For exmple, F(x, y) = 0 defines y s function of x o F depends on x nd y but the reltionship lso shows tht y is function of x Tking the derivtive of both sides with respect to x using the chin rule we get F x + F y dy dx = 0 or dy dx = F x F y imilrly we get the following: F(x, y, z) = k = z x = F x F z nd z y = F y F z These types of formul re useful when we wnt to pproximte the chnge in output given tht we know the pproximte chnges of our input In prticulr this cn be used for error tolernce but we cn lso use this to give pproximte vlues for the function ner point tht we cn esily evlute the function Tngent plnes re trying to mimic the function so tht it grees loclly with the function in both the vlue of the function nd the first order prtil derivtives of the function We cn lso try to find function tht mtches the vlue, the first order prtil derivtives nd the second order prtil derivtives These re done by using the Tylor polynomils The second order Tylor polynomils re shown below (where the function nd derivtives re ll evluted t the point (x 0, y 0 )): z = f + f x (x x 0 ) + f y (y y 0 ) f xx(x x 0 ) 2 + f xy (x x 0 )(y y 0 ) f yy(y y 0 ) 2 Tngent plnes nd other miscellny We hve seen tngent plnes done in two different wys When we did differentibility for function z = f(x, y) we sid tht function loclly looks like plne long with some possible error, the plne we got ws s follows: z = f(x 0, y 0 )+ f x (x 0, y 0 )(x x 0 )+ f y (x 0, y 0 )(y y 0 ) The second wy we hve seen these tngent plnes is when deling with F(x, y, z) = k, which we cn think of s level surfce In this cse for point p = (x 0, y 0, z 0 ) we cn use the properties of grdient to note tht F(p) will be our norml vector so tht our tngent plne is F(p) x x 0, y y 0, z z 0 = 0 or if we expnd out the bove we get the following: F x (p)(x x 0) + F y (p)(y y 0) + F z (p)(z z 0) = 0 It is importnt to note tht these two definitions re comptible, ie, if we wnted the tngent plne for z = f(x, y) we would get the sme plne s if we worked with the function F(x, y, z) = f(x, y) z = 0 We cn rerrnge our terms bove to get the following: z f x x + f y y or in differentil form dz = f x dx + f y dy Optimiztion The gol of optimiztion is to mximize or minimize function There re two types of mximums A globl mximum is point where the function evluted t tht point is t lest s lrge or lrger thn the function evluted nywhere else A locl mximum is point where the function evluted t tht point is t lest s lrge or lrger thn the function evluted t points nerby imilr definitions pply for minimums The nice fct is tht optimiztion works similrly to single vrible clculus, ie, we generlly look for criticl points nd then pply test of some sort One nice fct tht still holds is tht if function is continuous on closed nd bounded set then the function must chieve mximum nd minimum vlue on tht set At mximum (similrly minimum) we cnnot get bigger, so the grdient should not be nonzero (otherwise moving in the direction of the grdient llows us to increse nd moving in the direction opposite the grdient llows us to decrese) o we hve tht mximums nd minimum will occur t criticl points, these include: Where f = 0 (ie, criticl points) Where f is undefined At boundry For function we find criticl points by looking t f nd where it is 0, equivlently where the prtil derivtives re 0 Once we hve the criticl points the next step is to determine wht type of criticl point

12 it is In single vrible clculus we hd the first nd second derivtive tests; in multi-vrible clculus we hve the econd Prtils Test This is done by noting tht t criticl point the prtil derivtives re equl to zero nd so nerby using the second order Tylor polynomil we hve f(x, y) f(x 0, y 0 ) [ x y] [ fxx f xy f yx f yy ][ ] x y We cn use properties of 2 2 mtrices (ie, eigenvlues) to link the locl behvior to the determinnt of this mtrix, ie, D = f xx f yy (f xy ) 2 We hve the following possibilities If D > 0 nd f xx < 0 (or f yy < 0) then it is locl mximum o if mximizing the function f(x, y) given tht g(x, y) = k then the method of Lgrnge multipliers reduces down to solving the following equtions: f(x, y) = λ g(x, y) nd g(x, y) = k This leds to lrge system of nonliner equtions (ie, one for ech prtil derivtive nd one for the constrint) When in doubt on how to solve such system the following technique tends to work: olve for λ nd set the vrious terms equl to lmbd equl to one nother This gives nother reltionship between x nd y tht cn be used with g(x, y) = k to solve for the possible points yielding mximum nd/or minimum Once we hve these points we plug into the function, the lrgest vlue is the mximum nd the smllest vlue is the minimum If D > 0 nd f xx > 0 (or f yy > 0) then it is locl minimum If D < 0 then it is sddle, neither mx or min If D = 0 the test is inconclusive When finding the mximum nd/or minimum on closed nd bounded set we know tht it must exist, so we find ll the plces where it could exist nd then test ech point In short we do the following: 1 Find ll criticl points in the interior using f 2 Find ll criticl points on boundry (reduce dimensions down) 3 Plug in list of criticl points into function 4 Lrgest number on list is mx; smllest is min Lgrnge multipliers The technique of Lgrnge multipliers is used to solve optimiztion problems with constrint These re usully esy to identify, ie, there will be two functions one tht is being mximized nd the other tht is constrint on the vribles (ie, given tht or such tht ) Essentilly wht it will boil down to is tht if the grdients of the function we re optimizing nd the function tht is our constrint re not prllel then by slightly perturbing long our constrint we cn increse or decrese our vlue o we cn conclude tht if we re t point where we re mximizing or minimizing the two grdient vectors must be prllel (this includes the possibility tht one of them is 0)

13 Multivrible integrtion Multivrible integrtion Integrtion is ment to nswer the question how much, depending on the problem nd how we set up the integrl we cn be finding how much volume, how much surfce re, how much mss, etc The philosophy of integrtion boils down to breking up the quntity tht we re interested in finding into smll mngeble prts, ech prt of which is esy to find, nd then dding them up to get the totl We wnt to do this for multivrible functions o we strt by considering function f(x, y) nd rectngulr region tht we wnt to integrte over In this cse we will interpret f(x, y) s height nd we wnt to find volume Our region tht we will integrte over (ie, the bse ), which we will denote by, will consist of the points x b nd c y d We subdivide up into smll pieces so tht for these pieces the volume becomes essentilly tht of the volume of tll nd skinny box, nmely f(x k, y k ) A k The point (x k, y k ) is point inside of the smll subdivision nd A k is the re of the subdivision o to find n pproximtion for the totl we now dd these ltogether to get Volume f(x k, y k ) A k This method gives wy to pproximte integrls when we cnnot directly integrte using tools of clculus Also this is essentilly wy tht computers do numericl integrtion, computers just love dding lots of numbers together To get better pproximtion we tke the limit, where here the limiting process is refining our subdivision, nottionlly this is P 0 (this nottion is not importnt!) nd we hve Volume = lim f(xk, y k ) A k = P 0 f(x, y) da This ssumes tht the limit exists, fortuntely for us if we know tht f is continuous on then the limit exists, or we sy f is integrble on In prticulr for the functions tht we re interested in the integrl will lwys exist ince integrtion boils down to dding, nd dding behves nicely we get the following properties: kf(x, y) da = k f(x, y) da ( ) f(x, y) + g(x, y) da = f(x, y) da + g(x, y) da If the region tht we re working on cn be split into two prts which only overlp on their borders, ie, cn be broken into two pieces 1 nd 2, then f(x, y) da = f(x, y) da + f(x, y) da 1 2 If f g on then f(x, y) da Iterted integrtion g(x, y) da Let us continue with trying to integrte f(x, y) over the region with x b nd c y d Insted of breking the rectngle down into ever more refined smller rectngles (s we did lst week), we will find it more convenient to find the volume by slicing the function For exmple by tking the volume tht we re trying to find nd looking t thin strips where we hold y constnt Then the volume of one smll strip is A(y) y where A(y) is the re of the cross section Tking limits we cn conclude Volume = d c A(y) dy On the other hnd we hve tht our cross section will look like function of x s x rnges between nd b, in prticulr it will be the function f(x, y) (remember tht in our cross section tht we re holding y fixed) o we hve A(y) = b Putting these together we hve f(x, y) da = f(x, y) dx d b c f(x, y) dx dy This is nested integrl or n iterted integrl When evluting this integrl we lwys work from the inside out, tht is we perform the inside integrl nd then evlute the bounds nd then we go to the next integrl We could hve strted this whole converstion by slicing in different wy, ie, holding x constnt The sme ides crry through nd we cn conclude tht f(x, y) da = b d c f(x, y) dy dx Notice tht we chnged both the order on the bounds nd the order of the d terms Nottion is importnt The inside integrl goes with the inside d term nd then we work our wy out step by step Also, it is useful to keep trck of bounds while doing these integrls, for exmple we could be more specific bout

14 the bounds (so tht we re less likely to mke mistke) As n exmple we hve b d c f(x, y) dy dx = x=b y=d x= y=c f(x, y) dy dx When f(x, y) = g(x)h(y) we cn use properties of constnts with respect to integrtion to conclude d b c ( b g(x)h(y) dx dy = )( d ) g(x) dx h(y) dy c We note tht for some functions (for exmple ones involving bsolute vlue) it is sometimes more convenient to brek the integrl up into pieces On similr note we cn use symmetry in some cses to simplify n integrl Integrtion beyond rectngles While we love our flt things, we will hve to del with things which re not flt, this includes hving regions tht re not rectngles We will del with two generl cses A region is y-simple when it cn be described by x b nd φ 1 (x) y φ 2 (x) For such region it is good for us to hold x constnt nd tke thin verticl strips Doing this we get f(x, y) da = b φ2 (x) φ 1 (x) f(x, y) dy dx A region is x-simple when it cn be described by c y d nd ψ 1 (y) x ψ 2 (y) For such region it is good for us to hold y constnt nd tke thin horizontl strips Doing this we get f(x, y) da = d ψ2 (y) c ψ 1 (y) f(x, y) dx dy Unlike rectngles, chnging the order of integrtion is not s simple s swpping few symbols round To chnge the order of integrtion we need to chnge the wy tht we describe our region We hve the following generl procedure: 1 Write down the current bounds 2 Drw picture, clerly indicting the region tht we re integrting nd (idelly) how we re currently integrting 3 elbel ny bounding curves s needed, ie, chnge y = f(x) to x = f 1 (y) 4 Use the picture to determine how to write down the new bounds Work from the outside in 5 Woohoo! Bounds chnged hnging the bounds cn tke some previously impossible function to integrte nd help us to integrte etting up nd chnging the bounds re some of the most importnt ides from this chpter nd you cn expect to be tested on them Note tht when we chnge bounds it might require us to brek our integrl up into severl pieces (ie, whenever bounding curve chnges) onversely it might lso llow us to consolidte severl integrls Integrtion in polr coordintes We cn lso integrte in polr coordintes The importnt prt bout this process is how we chop our region up In rtesin coordintes the ide is to subdivide the region into smll rectngles so tht the re of ech rectngle is dx dy or dy dx In polr coordintes when we subdivide we brek things into smll pieces of θ, ie, dθ, nd smll pieces of r, ie, dr o tht insted of smll rectngles we re looking t pieces of circulr wedges We know how to find the re of wedges (ie, given circle of rdius r nd centrl ngle of α, the re of the wedge is 1 2 αr2 ) nd so we cn determine tht the re of our little piece is r dr dθ In summry we hve: dy dx in rtesin coordintes da = r dr dθ in polr coordintes We lso need to rewrite the function tht we re trying to integrte in terms of r nd θ which cn be done using x = r cos θ nd y = r sin θ (nother often used fct is x 2 + y 2 = r 2 ), so we hve f(x, y) da = f(r cos θ, r sin θ) r dr dθ Where we lso need to describe our region in terms of r nd θ While it is possible to hve to integrte r dθ dr this will hppen rrely in prctice o in generl to describe region we do the following: 1 Find the bounds for θ, these will either be given or re found by looking for the intersection of curves 2 Once the bounds for θ re known pick typicl θ between the bounds nd look for how r vries, ie, from the closest curve in the direction of θ to the frthest curve in the direction of θ (If there ever is trnsition between curves we simple brek the integrl into pieces) The best time to use polr coordintes re in the following situtions: We re told to do problem in polr coordintes, or re given curves describing our region in polr coordintes

15 Our region cn esily be described using polr coordintes, prticulrly true when we hve circles centered t the origin or on the x or y xis If we hve x 2 + y 2 on the inside of some function nd we cn t integrte If we cnnot mke progress in rtesin coordintes Applictions of integrtion There re severl questions tht we cn nswer with integrtion, for exmple, Volume = (height) da where the height is usully mesured s the distnce from the surfce z = f(x, y) to the xy-plne But remembering in this formt hs the dvntge of hndling more generl situtions, ie, finding the volume between two surfces In this cse we figure out the region we integrte over nd for the height we do top bottom We cn lso use double integrtion to nswer questions bout regions in the plne We cn think of region s corresponding to lmin, ie, thin plte which hs vrying thickness or density which we denote using δ(x, y) The first problem to consider is the mss If the density is constnt the mss is simply found by multiplying the density times the re When the density vries we cn pproximte the mss by the following: subdivide the lmin into pieces (smll prts of size A); pproximte the mss of ech piece (ie, δ(x, y) A); dd the msses up (ie, δ(x, y) A) Tking the limits of finer subdivision this sum becomes n integrl nd we hve Mss = (density) da = δ(x, y) da If we were to spin this region round line we could look t vrious quntities ssocited with this ction For exmple the (first) moment mesures torsionl effects, specificlly the turning effect provided by this force To find the moment of prticle we tke force times distnce to where we rotte round To find the moment of the lmin we repet the sme ide s bove by finding the moment of ech smll piece of subdivision nd dding Tking the limits of finer subdivisions this becomes n integrl nd we hve Moment = (distnce)(density) da We let M x denote the moment with respect to spinning round the x-xis nd M y denote the moment with respect to spinning round the y-xis ince the distnce from (x, y) to the x-xis is y nd the distnce to the y-xis is x we immeditely hve M x = yδ(x, y) da nd M y = xδ(x, y) da Given moment we cn find the center of mss (x, y) (the point t which the lmin blnces) by x = M y M = xδ(x, y) da, δ(x, y) da y = M x M = yδ(x, y) da δ(x, y) da Alterntively we cn think of x s the weighted verge of x where we hve weighted ech x vlue ccording to the mss t tht point When finding the center of mss it is convenient to use symmetry We need symmetry of both the region nd the density function We cn lso find the second moment, or the moment of inerti This works similr to the moment, the only difference being insted of using (distnce) we use (distnce) 2 o we hve Inerti = (distnce) 2 (density) da We let I x denote the inerti with respect to spinning round the x-xis, I y denote the inerti with respect to spinning round the y-xis, nd I z the inerti with respect to spinning round the z-xis (ie, spinning the plne round the origin) ince the distnce from (x, y) to the x-xis is y, the distnce to the y-xis is x, nd the distnce to the origin is x 2 + y 2 we immeditely hve I x = y 2 δ(x, y) da, I y = x 2 δ(x, y) da, I z = (x 2 + y 2 )δ(x, y) da = I y + I x hnging gers, let us go bck to the cse when we hve z = f(x, y) s surfce We cn then sk the question bout how much surfce re lies bove prticulr region We pproch this s lwys by subdividing into little pieces, pproximting ech piece, nd dding bck up For exmple if we subdivide the region into little rectngles of size x by y we cn look t wht is hppening t the surfce bove this smll rectngle Becuse we re looking t smll rectngle the piece bove it will be lmost flt nd so cn be well pproximted by using prllelogrm In prticulr the prllelogrm whose two sides re formed by the vectors x, 0, x fx nd 0, y, y f y

Basics of space and vectors. Points and distance. Vectors

Basics of space and vectors. Points and distance. Vectors Bsics of spce nd vectors Points nd distnce One wy to describe our position in three dimensionl spce is using Crtesin coordintes x, y, z) where we hve fixed three orthogonl directions nd we move x units

More information

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009 Mth 3B Review Steve 18 Mrch 2009 About the finl Fridy Mrch 20, 3pm-6pm, Lkretz 110 No notes, no book, no clcultor Ten questions Five review questions (Chpters 6,7,8) Five new questions (Chpters 9,10) No

More information

Partial Derivatives. Limits. For a single variable function f (x), the limit lim

Partial Derivatives. Limits. For a single variable function f (x), the limit lim Limits Prtil Derivtives For single vrible function f (x), the limit lim x f (x) exists only if the right-hnd side limit equls to the left-hnd side limit, i.e., lim f (x) = lim f (x). x x + For two vribles

More information

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007 A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H Thoms Shores Deprtment of Mthemtics University of Nebrsk Spring 2007 Contents Rtes of Chnge nd Derivtives 1 Dierentils 4 Are nd Integrls 5 Multivrite Clculus

More information

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

More information

Math 8 Winter 2015 Applications of Integration

Math 8 Winter 2015 Applications of Integration Mth 8 Winter 205 Applictions of Integrtion Here re few importnt pplictions of integrtion. The pplictions you my see on n exm in this course include only the Net Chnge Theorem (which is relly just the Fundmentl

More information

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

Section 14.3 Arc Length and Curvature

Section 14.3 Arc Length and Curvature Section 4.3 Arc Length nd Curvture Clculus on Curves in Spce In this section, we ly the foundtions for describing the movement of n object in spce.. Vector Function Bsics In Clc, formul for rc length in

More information

The Regulated and Riemann Integrals

The Regulated and Riemann Integrals Chpter 1 The Regulted nd Riemnn Integrls 1.1 Introduction We will consider severl different pproches to defining the definite integrl f(x) dx of function f(x). These definitions will ll ssign the sme vlue

More information

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b.

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b. Mth 255 - Vector lculus II Notes 4.2 Pth nd Line Integrls We begin with discussion of pth integrls (the book clls them sclr line integrls). We will do this for function of two vribles, but these ides cn

More information

Line and Surface Integrals: An Intuitive Understanding

Line and Surface Integrals: An Intuitive Understanding Line nd Surfce Integrls: An Intuitive Understnding Joseph Breen Introduction Multivrible clculus is ll bout bstrcting the ides of differentition nd integrtion from the fmilir single vrible cse to tht of

More information

Review of Calculus, cont d

Review of Calculus, cont d Jim Lmbers MAT 460 Fll Semester 2009-10 Lecture 3 Notes These notes correspond to Section 1.1 in the text. Review of Clculus, cont d Riemnn Sums nd the Definite Integrl There re mny cses in which some

More information

Things to Memorize: A Partial List. January 27, 2017

Things to Memorize: A Partial List. January 27, 2017 Things to Memorize: A Prtil List Jnury 27, 2017 Chpter 2 Vectors - Bsic Fcts A vector hs mgnitude (lso clled size/length/norm) nd direction. It does not hve fixed position, so the sme vector cn e moved

More information

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim Mth 9 Course Summry/Study Guide Fll, 2005 [1] Limits Definition of Limit: We sy tht L is the limit of f(x) s x pproches if f(x) gets closer nd closer to L s x gets closer nd closer to. We write lim f(x)

More information

Chapter 0. What is the Lebesgue integral about?

Chapter 0. What is the Lebesgue integral about? Chpter 0. Wht is the Lebesgue integrl bout? The pln is to hve tutoril sheet ech week, most often on Fridy, (to be done during the clss) where you will try to get used to the ides introduced in the previous

More information

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that Arc Length of Curves in Three Dimensionl Spce If the vector function r(t) f(t) i + g(t) j + h(t) k trces out the curve C s t vries, we cn mesure distnces long C using formul nerly identicl to one tht we

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a).

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a). The Fundmentl Theorems of Clculus Mth 4, Section 0, Spring 009 We now know enough bout definite integrls to give precise formultions of the Fundmentl Theorems of Clculus. We will lso look t some bsic emples

More information

MORE FUNCTION GRAPHING; OPTIMIZATION. (Last edited October 28, 2013 at 11:09pm.)

MORE FUNCTION GRAPHING; OPTIMIZATION. (Last edited October 28, 2013 at 11:09pm.) MORE FUNCTION GRAPHING; OPTIMIZATION FRI, OCT 25, 203 (Lst edited October 28, 203 t :09pm.) Exercise. Let n be n rbitrry positive integer. Give n exmple of function with exctly n verticl symptotes. Give

More information

4.4 Areas, Integrals and Antiderivatives

4.4 Areas, Integrals and Antiderivatives . res, integrls nd ntiderivtives 333. Ares, Integrls nd Antiderivtives This section explores properties of functions defined s res nd exmines some connections mong res, integrls nd ntiderivtives. In order

More information

Week 10: Line Integrals

Week 10: Line Integrals Week 10: Line Integrls Introduction In this finl week we return to prmetrised curves nd consider integrtion long such curves. We lredy sw this in Week 2 when we integrted long curve to find its length.

More information

MATH 144: Business Calculus Final Review

MATH 144: Business Calculus Final Review MATH 144: Business Clculus Finl Review 1 Skills 1. Clculte severl limits. 2. Find verticl nd horizontl symptotes for given rtionl function. 3. Clculte derivtive by definition. 4. Clculte severl derivtives

More information

and that at t = 0 the object is at position 5. Find the position of the object at t = 2.

and that at t = 0 the object is at position 5. Find the position of the object at t = 2. 7.2 The Fundmentl Theorem of Clculus 49 re mny, mny problems tht pper much different on the surfce but tht turn out to be the sme s these problems, in the sense tht when we try to pproimte solutions we

More information

Review of basic calculus

Review of basic calculus Review of bsic clculus This brief review reclls some of the most importnt concepts, definitions, nd theorems from bsic clculus. It is not intended to tech bsic clculus from scrtch. If ny of the items below

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 2013 Outline 1 Riemnn Sums 2 Riemnn Integrls 3 Properties

More information

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors

Higher Checklist (Unit 3) Higher Checklist (Unit 3) Vectors Vectors Skill Achieved? Know tht sclr is quntity tht hs only size (no direction) Identify rel-life exmples of sclrs such s, temperture, mss, distnce, time, speed, energy nd electric chrge Know tht vector

More information

Main topics for the First Midterm

Main topics for the First Midterm Min topics for the First Midterm The Midterm will cover Section 1.8, Chpters 2-3, Sections 4.1-4.8, nd Sections 5.1-5.3 (essentilly ll of the mteril covered in clss). Be sure to know the results of the

More information

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams

Chapter 4 Contravariance, Covariance, and Spacetime Diagrams Chpter 4 Contrvrince, Covrince, nd Spcetime Digrms 4. The Components of Vector in Skewed Coordintes We hve seen in Chpter 3; figure 3.9, tht in order to show inertil motion tht is consistent with the Lorentz

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 203 Outline Riemnn Sums Riemnn Integrls Properties Abstrct

More information

Stuff You Need to Know From Calculus

Stuff You Need to Know From Calculus Stuff You Need to Know From Clculus For the first time in the semester, the stuff we re doing is finlly going to look like clculus (with vector slnt, of course). This mens tht in order to succeed, you

More information

Chapters 4 & 5 Integrals & Applications

Chapters 4 & 5 Integrals & Applications Contents Chpters 4 & 5 Integrls & Applictions Motivtion to Chpters 4 & 5 2 Chpter 4 3 Ares nd Distnces 3. VIDEO - Ares Under Functions............................................ 3.2 VIDEO - Applictions

More information

Main topics for the Second Midterm

Main topics for the Second Midterm Min topics for the Second Midterm The Midterm will cover Sections 5.4-5.9, Sections 6.1-6.3, nd Sections 7.1-7.7 (essentilly ll of the mteril covered in clss from the First Midterm). Be sure to know the

More information

ODE: Existence and Uniqueness of a Solution

ODE: Existence and Uniqueness of a Solution Mth 22 Fll 213 Jerry Kzdn ODE: Existence nd Uniqueness of Solution The Fundmentl Theorem of Clculus tells us how to solve the ordinry differentil eqution (ODE) du = f(t) dt with initil condition u() =

More information

7.2 The Definite Integral

7.2 The Definite Integral 7.2 The Definite Integrl the definite integrl In the previous section, it ws found tht if function f is continuous nd nonnegtive, then the re under the grph of f on [, b] is given by F (b) F (), where

More information

Overview of Calculus I

Overview of Calculus I Overview of Clculus I Prof. Jim Swift Northern Arizon University There re three key concepts in clculus: The limit, the derivtive, nd the integrl. You need to understnd the definitions of these three things,

More information

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2019 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS MATH00030 SEMESTER 208/209 DR. ANTHONY BROWN 7.. Introduction to Integrtion. 7. Integrl Clculus As ws the cse with the chpter on differentil

More information

5.7 Improper Integrals

5.7 Improper Integrals 458 pplictions of definite integrls 5.7 Improper Integrls In Section 5.4, we computed the work required to lift pylod of mss m from the surfce of moon of mss nd rdius R to height H bove the surfce of the

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 UNIFORM CONVERGENCE Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 Suppose f n : Ω R or f n : Ω C is sequence of rel or complex functions, nd f n f s n in some sense. Furthermore,

More information

Lecture 1. Functional series. Pointwise and uniform convergence.

Lecture 1. Functional series. Pointwise and uniform convergence. 1 Introduction. Lecture 1. Functionl series. Pointwise nd uniform convergence. In this course we study mongst other things Fourier series. The Fourier series for periodic function f(x) with period 2π is

More information

p(t) dt + i 1 re it ireit dt =

p(t) dt + i 1 re it ireit dt = Note: This mteril is contined in Kreyszig, Chpter 13. Complex integrtion We will define integrls of complex functions long curves in C. (This is bit similr to [relvlued] line integrls P dx + Q dy in R2.)

More information

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1 Mth 33 Volume Stewrt 5.2 Geometry of integrls. In this section, we will lern how to compute volumes using integrls defined by slice nlysis. First, we recll from Clculus I how to compute res. Given the

More information

. Double-angle formulas. Your answer should involve trig functions of θ, and not of 2θ. sin 2 (θ) =

. Double-angle formulas. Your answer should involve trig functions of θ, and not of 2θ. sin 2 (θ) = Review of some needed Trig. Identities for Integrtion. Your nswers should be n ngle in RADIANS. rccos( 1 ) = π rccos( - 1 ) = 2π 2 3 2 3 rcsin( 1 ) = π rcsin( - 1 ) = -π 2 6 2 6 Cn you do similr problems?

More information

Section 17.2 Line Integrals

Section 17.2 Line Integrals Section 7. Line Integrls Integrting Vector Fields nd Functions long urve In this section we consider the problem of integrting functions, both sclr nd vector (vector fields) long curve in the plne. We

More information

Space Curves. Recall the parametric equations of a curve in xy-plane and compare them with parametric equations of a curve in space.

Space Curves. Recall the parametric equations of a curve in xy-plane and compare them with parametric equations of a curve in space. Clculus 3 Li Vs Spce Curves Recll the prmetric equtions of curve in xy-plne nd compre them with prmetric equtions of curve in spce. Prmetric curve in plne x = x(t) y = y(t) Prmetric curve in spce x = x(t)

More information

Recitation 3: Applications of the Derivative. 1 Higher-Order Derivatives and their Applications

Recitation 3: Applications of the Derivative. 1 Higher-Order Derivatives and their Applications Mth 1c TA: Pdric Brtlett Recittion 3: Applictions of the Derivtive Week 3 Cltech 013 1 Higher-Order Derivtives nd their Applictions Another thing we could wnt to do with the derivtive, motivted by wht

More information

( ) Same as above but m = f x = f x - symmetric to y-axis. find where f ( x) Relative: Find where f ( x) x a + lim exists ( lim f exists.

( ) Same as above but m = f x = f x - symmetric to y-axis. find where f ( x) Relative: Find where f ( x) x a + lim exists ( lim f exists. AP Clculus Finl Review Sheet solutions When you see the words This is wht you think of doing Find the zeros Set function =, fctor or use qudrtic eqution if qudrtic, grph to find zeros on clcultor Find

More information

f(a+h) f(a) x a h 0. This is the rate at which

f(a+h) f(a) x a h 0. This is the rate at which M408S Concept Inventory smple nswers These questions re open-ended, nd re intended to cover the min topics tht we lerned in M408S. These re not crnk-out-n-nswer problems! (There re plenty of those in the

More information

. Double-angle formulas. Your answer should involve trig functions of θ, and not of 2θ. cos(2θ) = sin(2θ) =.

. Double-angle formulas. Your answer should involve trig functions of θ, and not of 2θ. cos(2θ) = sin(2θ) =. Review of some needed Trig Identities for Integrtion Your nswers should be n ngle in RADIANS rccos( 1 2 ) = rccos( - 1 2 ) = rcsin( 1 2 ) = rcsin( - 1 2 ) = Cn you do similr problems? Review of Bsic Concepts

More information

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral Improper Integrls Every time tht we hve evluted definite integrl such s f(x) dx, we hve mde two implicit ssumptions bout the integrl:. The intervl [, b] is finite, nd. f(x) is continuous on [, b]. If one

More information

2. VECTORS AND MATRICES IN 3 DIMENSIONS

2. VECTORS AND MATRICES IN 3 DIMENSIONS 2 VECTORS AND MATRICES IN 3 DIMENSIONS 21 Extending the Theory of 2-dimensionl Vectors x A point in 3-dimensionl spce cn e represented y column vector of the form y z z-xis y-xis z x y x-xis Most of the

More information

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS.

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS. THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS RADON ROSBOROUGH https://intuitiveexplntionscom/picrd-lindelof-theorem/ This document is proof of the existence-uniqueness theorem

More information

Math 113 Exam 1-Review

Math 113 Exam 1-Review Mth 113 Exm 1-Review September 26, 2016 Exm 1 covers 6.1-7.3 in the textbook. It is dvisble to lso review the mteril from 5.3 nd 5.5 s this will be helpful in solving some of the problems. 6.1 Are Between

More information

5.2 Volumes: Disks and Washers

5.2 Volumes: Disks and Washers 4 pplictions of definite integrls 5. Volumes: Disks nd Wshers In the previous section, we computed volumes of solids for which we could determine the re of cross-section or slice. In this section, we restrict

More information

MATH 253 WORKSHEET 24 MORE INTEGRATION IN POLAR COORDINATES. r dr = = 4 = Here we used: (1) The half-angle formula cos 2 θ = 1 2

MATH 253 WORKSHEET 24 MORE INTEGRATION IN POLAR COORDINATES. r dr = = 4 = Here we used: (1) The half-angle formula cos 2 θ = 1 2 MATH 53 WORKSHEET MORE INTEGRATION IN POLAR COORDINATES ) Find the volume of the solid lying bove the xy-plne, below the prboloid x + y nd inside the cylinder x ) + y. ) We found lst time the set of points

More information

MATH 13 FINAL STUDY GUIDE, WINTER 2012

MATH 13 FINAL STUDY GUIDE, WINTER 2012 MATH 13 FINAL TUY GUI, WINTR 2012 This is ment to be quick reference guide for the topics you might wnt to know for the finl. It probbly isn t comprehensive, but should cover most of wht we studied in

More information

Test , 8.2, 8.4 (density only), 8.5 (work only), 9.1, 9.2 and 9.3 related test 1 material and material from prior classes

Test , 8.2, 8.4 (density only), 8.5 (work only), 9.1, 9.2 and 9.3 related test 1 material and material from prior classes Test 2 8., 8.2, 8.4 (density only), 8.5 (work only), 9., 9.2 nd 9.3 relted test mteril nd mteril from prior clsses Locl to Globl Perspectives Anlyze smll pieces to understnd the big picture. Exmples: numericl

More information

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008

Math 520 Final Exam Topic Outline Sections 1 3 (Xiao/Dumas/Liaw) Spring 2008 Mth 520 Finl Exm Topic Outline Sections 1 3 (Xio/Dums/Liw) Spring 2008 The finl exm will be held on Tuesdy, My 13, 2-5pm in 117 McMilln Wht will be covered The finl exm will cover the mteril from ll of

More information

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique?

How do we solve these things, especially when they get complicated? How do we know when a system has a solution, and when is it unique? XII. LINEAR ALGEBRA: SOLVING SYSTEMS OF EQUATIONS Tody we re going to tlk bout solving systems of liner equtions. These re problems tht give couple of equtions with couple of unknowns, like: 6 2 3 7 4

More information

Calculus I-II Review Sheet

Calculus I-II Review Sheet Clculus I-II Review Sheet 1 Definitions 1.1 Functions A function is f is incresing on n intervl if x y implies f(x) f(y), nd decresing if x y implies f(x) f(y). It is clled monotonic if it is either incresing

More information

Math Calculus with Analytic Geometry II

Math Calculus with Analytic Geometry II orem of definite Mth 5.0 with Anlytic Geometry II Jnury 4, 0 orem of definite If < b then b f (x) dx = ( under f bove x-xis) ( bove f under x-xis) Exmple 8 0 3 9 x dx = π 3 4 = 9π 4 orem of definite Problem

More information

Indefinite Integral. Chapter Integration - reverse of differentiation

Indefinite Integral. Chapter Integration - reverse of differentiation Chpter Indefinite Integrl Most of the mthemticl opertions hve inverse opertions. The inverse opertion of differentition is clled integrtion. For exmple, describing process t the given moment knowing the

More information

Math 100 Review Sheet

Math 100 Review Sheet Mth 100 Review Sheet Joseph H. Silvermn December 2010 This outline of Mth 100 is summry of the mteril covered in the course. It is designed to be study id, but it is only n outline nd should be used s

More information

Math& 152 Section Integration by Parts

Math& 152 Section Integration by Parts Mth& 5 Section 7. - Integrtion by Prts Integrtion by prts is rule tht trnsforms the integrl of the product of two functions into other (idelly simpler) integrls. Recll from Clculus I tht given two differentible

More information

Math 1B, lecture 4: Error bounds for numerical methods

Math 1B, lecture 4: Error bounds for numerical methods Mth B, lecture 4: Error bounds for numericl methods Nthn Pflueger 4 September 0 Introduction The five numericl methods descried in the previous lecture ll operte by the sme principle: they pproximte the

More information

Line Integrals. Chapter Definition

Line Integrals. Chapter Definition hpter 2 Line Integrls 2.1 Definition When we re integrting function of one vrible, we integrte long n intervl on one of the xes. We now generlize this ide by integrting long ny curve in the xy-plne. It

More information

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac REVIEW OF ALGEBRA Here we review the bsic rules nd procedures of lgebr tht you need to know in order to be successful in clculus. ARITHMETIC OPERATIONS The rel numbers hve the following properties: b b

More information

dt. However, we might also be curious about dy

dt. However, we might also be curious about dy Section 0. The Clculus of Prmetric Curves Even though curve defined prmetricly my not be function, we cn still consider concepts such s rtes of chnge. However, the concepts will need specil tretment. For

More information

Math 0230 Calculus 2 Lectures

Math 0230 Calculus 2 Lectures Mth Clculus Lectures Chpter 7 Applictions of Integrtion Numertion of sections corresponds to the text Jmes Stewrt, Essentil Clculus, Erly Trnscendentls, Second edition. Section 7. Ares Between Curves Two

More information

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function?

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function? Mth 125 Summry Here re some thoughts I ws hving while considering wht to put on the first midterm. The core of your studying should be the ssigned homework problems: mke sure you relly understnd those

More information

SYDE 112, LECTURES 3 & 4: The Fundamental Theorem of Calculus

SYDE 112, LECTURES 3 & 4: The Fundamental Theorem of Calculus SYDE 112, LECTURES & 4: The Fundmentl Theorem of Clculus So fr we hve introduced two new concepts in this course: ntidifferentition nd Riemnn sums. It turns out tht these quntities re relted, but it is

More information

5.5 The Substitution Rule

5.5 The Substitution Rule 5.5 The Substitution Rule Given the usefulness of the Fundmentl Theorem, we wnt some helpful methods for finding ntiderivtives. At the moment, if n nti-derivtive is not esily recognizble, then we re in

More information

We divide the interval [a, b] into subintervals of equal length x = b a n

We divide the interval [a, b] into subintervals of equal length x = b a n Arc Length Given curve C defined by function f(x), we wnt to find the length of this curve between nd b. We do this by using process similr to wht we did in defining the Riemnn Sum of definite integrl:

More information

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1 Exm, Mthemtics 471, Section ETY6 6:5 pm 7:4 pm, Mrch 1, 16, IH-115 Instructor: Attil Máté 1 17 copies 1. ) Stte the usul sufficient condition for the fixed-point itertion to converge when solving the eqution

More information

Math 32B Discussion Session Session 7 Notes August 28, 2018

Math 32B Discussion Session Session 7 Notes August 28, 2018 Mth 32B iscussion ession ession 7 Notes August 28, 28 In tody s discussion we ll tlk bout surfce integrls both of sclr functions nd of vector fields nd we ll try to relte these to the mny other integrls

More information

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by.

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by. NUMERICAL INTEGRATION 1 Introduction The inverse process to differentition in clculus is integrtion. Mthemticlly, integrtion is represented by f(x) dx which stnds for the integrl of the function f(x) with

More information

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp.

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp. MA123, Chpter 1: Formuls for integrls: integrls, ntiderivtives, nd the Fundmentl Theorem of Clculus (pp. 27-233, Gootmn) Chpter Gols: Assignments: Understnd the sttement of the Fundmentl Theorem of Clculus.

More information

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus

7.1 Integral as Net Change and 7.2 Areas in the Plane Calculus 7.1 Integrl s Net Chnge nd 7. Ares in the Plne Clculus 7.1 INTEGRAL AS NET CHANGE Notecrds from 7.1: Displcement vs Totl Distnce, Integrl s Net Chnge We hve lredy seen how the position of n oject cn e

More information

The practical version

The practical version Roerto s Notes on Integrl Clculus Chpter 4: Definite integrls nd the FTC Section 7 The Fundmentl Theorem of Clculus: The prcticl version Wht you need to know lredy: The theoreticl version of the FTC. Wht

More information

AP Calculus Multiple Choice: BC Edition Solutions

AP Calculus Multiple Choice: BC Edition Solutions AP Clculus Multiple Choice: BC Edition Solutions J. Slon Mrch 8, 04 ) 0 dx ( x) is A) B) C) D) E) Divergent This function inside the integrl hs verticl symptotes t x =, nd the integrl bounds contin this

More information

Math 6A Notes. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30pm Last updated 6/1/2016

Math 6A Notes. Written by Victoria Kala SH 6432u Office Hours: R 12:30 1:30pm Last updated 6/1/2016 Prmetric Equtions Mth 6A Notes Written by Victori Kl vtkl@mth.ucsb.edu H 6432u Office Hours: R 12:30 1:30pm Lst updted 6/1/2016 If x = f(t), y = g(t), we sy tht x nd y re prmetric equtions of the prmeter

More information

Polynomials and Division Theory

Polynomials and Division Theory Higher Checklist (Unit ) Higher Checklist (Unit ) Polynomils nd Division Theory Skill Achieved? Know tht polynomil (expression) is of the form: n x + n x n + n x n + + n x + x + 0 where the i R re the

More information

A. Limits - L Hopital s Rule ( ) How to find it: Try and find limits by traditional methods (plugging in). If you get 0 0 or!!, apply C.! 1 6 C.

A. Limits - L Hopital s Rule ( ) How to find it: Try and find limits by traditional methods (plugging in). If you get 0 0 or!!, apply C.! 1 6 C. A. Limits - L Hopitl s Rule Wht you re finding: L Hopitl s Rule is used to find limits of the form f ( x) lim where lim f x x! c g x ( ) = or lim f ( x) = limg( x) = ". ( ) x! c limg( x) = 0 x! c x! c

More information

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as Improper Integrls Two different types of integrls cn qulify s improper. The first type of improper integrl (which we will refer to s Type I) involves evluting n integrl over n infinite region. In the grph

More information

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties; Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

W. We shall do so one by one, starting with I 1, and we shall do it greedily, trying

W. We shall do so one by one, starting with I 1, and we shall do it greedily, trying Vitli covers 1 Definition. A Vitli cover of set E R is set V of closed intervls with positive length so tht, for every δ > 0 nd every x E, there is some I V with λ(i ) < δ nd x I. 2 Lemm (Vitli covering)

More information

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014 SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 014 Mrk Scheme: Ech prt of Question 1 is worth four mrks which re wrded solely for the correct nswer.

More information

Definite integral. Mathematics FRDIS MENDELU

Definite integral. Mathematics FRDIS MENDELU Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová Brno 1 Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function defined on [, b]. Wht is the re of the

More information

Bridging the gap: GCSE AS Level

Bridging the gap: GCSE AS Level Bridging the gp: GCSE AS Level CONTENTS Chpter Removing rckets pge Chpter Liner equtions Chpter Simultneous equtions 8 Chpter Fctors 0 Chpter Chnge the suject of the formul Chpter 6 Solving qudrtic equtions

More information

Math 113 Fall Final Exam Review. 2. Applications of Integration Chapter 6 including sections and section 6.8

Math 113 Fall Final Exam Review. 2. Applications of Integration Chapter 6 including sections and section 6.8 Mth 3 Fll 0 The scope of the finl exm will include: Finl Exm Review. Integrls Chpter 5 including sections 5. 5.7, 5.0. Applictions of Integrtion Chpter 6 including sections 6. 6.5 nd section 6.8 3. Infinite

More information

Topics Covered AP Calculus AB

Topics Covered AP Calculus AB Topics Covered AP Clculus AB ) Elementry Functions ) Properties of Functions i) A function f is defined s set of ll ordered pirs (, y), such tht for ech element, there corresponds ectly one element y.

More information

AB Calculus Review Sheet

AB Calculus Review Sheet AB Clculus Review Sheet Legend: A Preclculus, B Limits, C Differentil Clculus, D Applictions of Differentil Clculus, E Integrl Clculus, F Applictions of Integrl Clculus, G Prticle Motion nd Rtes This is

More information

Anti-derivatives/Indefinite Integrals of Basic Functions

Anti-derivatives/Indefinite Integrals of Basic Functions Anti-derivtives/Indefinite Integrls of Bsic Functions Power Rule: In prticulr, this mens tht x n+ x n n + + C, dx = ln x + C, if n if n = x 0 dx = dx = dx = x + C nd x (lthough you won t use the second

More information

Multiple Integrals. Review of Single Integrals. Planar Area. Volume of Solid of Revolution

Multiple Integrals. Review of Single Integrals. Planar Area. Volume of Solid of Revolution Multiple Integrls eview of Single Integrls eding Trim 7.1 eview Appliction of Integrls: Are 7. eview Appliction of Integrls: Volumes 7.3 eview Appliction of Integrls: Lengths of Curves Assignment web pge

More information

Math 1102: Calculus I (Math/Sci majors) MWF 3pm, Fulton Hall 230 Homework 2 solutions

Math 1102: Calculus I (Math/Sci majors) MWF 3pm, Fulton Hall 230 Homework 2 solutions Mth 1102: Clculus I (Mth/Sci mjors) MWF 3pm, Fulton Hll 230 Homework 2 solutions Plese write netly, nd show ll work. Cution: An nswer with no work is wrong! Do the following problems from Chpter III: 6,

More information

Quadratic Forms. Quadratic Forms

Quadratic Forms. Quadratic Forms Qudrtic Forms Recll the Simon & Blume excerpt from n erlier lecture which sid tht the min tsk of clculus is to pproximte nonliner functions with liner functions. It s ctully more ccurte to sy tht we pproximte

More information

l 2 p2 n 4n 2, the total surface area of the

l 2 p2 n 4n 2, the total surface area of the Week 6 Lectures Sections 7.5, 7.6 Section 7.5: Surfce re of Revolution Surfce re of Cone: Let C be circle of rdius r. Let P n be n n-sided regulr polygon of perimeter p n with vertices on C. Form cone

More information

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0)

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0) 1 Tylor polynomils In Section 3.5, we discussed how to pproximte function f(x) round point in terms of its first derivtive f (x) evluted t, tht is using the liner pproximtion f() + f ()(x ). We clled this

More information

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30 Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová (Mendel University) Definite integrl MENDELU / Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function

More information

( ) as a fraction. Determine location of the highest

( ) as a fraction. Determine location of the highest AB Clculus Exm Review Sheet - Solutions A. Preclculus Type prolems A1 A2 A3 A4 A5 A6 A7 This is wht you think of doing Find the zeros of f ( x). Set function equl to 0. Fctor or use qudrtic eqution if

More information