ES.182A Topic 36 Notes Jeremy Orloff

Size: px
Start display at page:

Download "ES.182A Topic 36 Notes Jeremy Orloff"

Transcription

1 ES.82A Topic 36 Notes Jerem Orloff 36 Vector fields and line integrals in the plane 36. Vector analsis We now will begin our stud of the part of 8.2 called vector analsis. This is the stud of vector fields (defined below) and various tpes of integrals involving them. As alwas, we ll be able to think of the integrals as sums (or more technicall, as limits of sums). We will learn several big, somewhat abstract theorems: Green s, Gauss and Stokes. As usual, we ll tr to convince ou that these are not as difficult as the seem at first. In fact, we will see that the are all, in essence, fanc versions of the fundamental theorem of calculus. These theorems will offer us magical was of of computing different tpes of integrals in the plane and in space, which allow us to avoid the hard work we ve alread encountered with double integrals. There are wide applications of these theorems to science and engineering. You will use them etensivel in Vector Fields (or vector valued functions) A vector field in the plane is an assignment of a vector to ever point (, ) in the plane. Algebraicall a vector field is a function of (, ) whose value is a vector, i.e. F(, ) is a vector field if F(, ) = M(, )i + N(, )j = M, N So algebraicall, a vector field is nothing more than two ordinar functions of two variables. Once we get to vector fields in space, we will see that man phsical things are most naturall modeled as vector fields. That is, even before we know an algebraic description, we ll have a phsical description that attaches a vector to each point in space. Eample 36.. point (, ). (a.) A constant field: F(, ) = gj, i.e. the vector is the same at each (a.2) (A quick 3D eample.) Near the surface of the earth there is a (roughl) constant gravitational field F(,, z) = gk. This is another wa of saing that a mass m placed in this field eperiences a force mgk. (b.) In a radial vector field the vector at each point, points along the radial line from the origin. The vector field F(, ) =, is radial (see figures below) because, at the point (, ), the vector, can be drawn as a vector from the origin to the point. This is clearl along the radial line from the origin. (b.2) If we scale, at each point it is still radial. For eample, (Here r is our usual polar r.) V(, ) = i +, 2 j = + 2 r 2.

2 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 2 This vector field ehibits another important feature for us: it is not defined at the origin because the denominator becomes zero there. We will sa that V has a singularit at the origin. (c) In a tangential vector field the vector at each point is tangent to the circle through the point, centered at the origin. For eample, we have the unit tangential field F =,. r We know this is tangential because it is perpendicular to the radial vector,. (See below for a visualization.) You should be able to show that each vector is a unit vector. (d) We alread know about the gradient of a function. Now we get to call it a gradient vector field. That is, suppose f(, ) is an ordinar function of two variables, then using several of our notations F(, ) = f(, ) = f f f (, ), (, ) =, f = f i + f j. For eample, if f(, ) = 2 then f = 2, 2 = 2 i + 2 j Visualization of vector fields This can be summarized as: draw little arrows in the plane. More specificall, for a field F, at each of a number of points (, ) draw the vector F(, ) Eample Sketch the vector fields, (a.), (b.2) and (c) from the previous eample. answer: These are given below. Note that in (b.2), the denominator r 2 increases as we move awa from the origin, so the vectors get smaller. We call this a shrinking radial field. You can imagine the field as representing the velocit of water pouring outward from a source at (,).) (a.) onstant vector field (b.2) Shrinking radial field It s amusing a mabe useful to combine (b.2) and (c) in one figure: (c) Unit tangential field

3 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 3 A radial field (blue) and the unit tangent field (orange) A word on scales for vector fields Suppose and have dimensions of length in meters and the vector field F has dimension of force in Newtons. What scale should we use when we visualize F as arrows in the -plane? For eample, suppose F(, ) = 2, 3. We need to plot F in the same direction as 2, 3, but because the dimensions are different we can choose a different scale for the length, i.e. we don t have to plot it as 2 units in the -direction and 3 units in the -direction, we could plot it as unit in and.5 units in. The confusion is even greater if and have different dimensions and if the coordinates of F have different dimensions. We ll pla the math card and not think too hard about this. In the eamples above, we did the simplest thing and used the same scales for F as for Line integrals: introduction Line integral (also called path integrals) are computed along a curve. We will start b learning a straightforward method of computing line integrals. This won t be motivated, but ou will see that the computations are not difficult. After that, we will motivate line integrals b computing the work done b a force. This will use our familiar idea of dividing the curve into little pieces and constructing an integral as a sum from a basic formula. Finall, we will go back and uncover some ke properties of line integrals and get more practice computing them Definition and computation of line integrals along a parametrized curve We need the following ingredients: A vector field F(, ) = M(, )i + N(, )j = M, N A parametrized curve : r(t) = (t)i + (t)j = (t), (t), with t running from a to b. Note: since r =,, we have dr = d, d.

4 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 4 Definition. The line integral of F along is defined as F dr = M, N d, d = M d + N d. omment: The notation F dr is common in phsics and M d + N d in thermodnamics. (Though everone uses both notations.) We ll see what these notations mean in practice with some eamples. Eample Let F(, ) = 2, 2 and let be the curve r(t) = t, t 2, with t running from to. ompute the line integral I = F dr. Do this first using the notation M d + N d. Then repeat the computation using the notation F dr. answer: First we draw the curve, which is the part of the parabola = 2 running from (, ) to (, ). (i) Using the notation M d + N d. We have r =,, so = t, = t 2. In this notation F = M, N, so M = 2 and N = 2. We put everthing in terms of t: d = dt d = 2t dt M = (t 2 )(t 2 ) = t 4 N = t 2t 2 Now we can put all of these in the integral. Since t runs from to, these are our limits. I = M d + N d = t 4 dt + (t 2t 2 )2t dt = t 4 + 2t 2 4t 3 dt = 2 5. (ii) Using the notation F dr. Again, we have to put everthing in terms of t: F = M, N = t 4, t 2t 2 dr dt dr =, 2t, so d r = dt =, 2t dt dt

5 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 5 Thus, F dr = t 4, t 2t 2, 2t dt = t 4 + (t 2t 2 )2t dt. So the integral becomes I = F dr = This is eactl the same integral as in method (i). t 4 + (t 2t 2 )2t dt Work done b a force along a curve Having seen that line integrals are not unpleasant to compute, we will now tr to motivate our interest in doing so. We will see that the work done b a force moving a bod along a path is naturall computed as a line integral. Similar to integrals we ve seen before, the work integral will be constructed b dividing the path into little pieces. The work on each piece will come from a basic formula and the total work will be the sum over all the pieces, i.e. an integral Basic formula: work done b a constant force along a small line We ll start with the simplest situation: a constant force F pushes a bod a distance s along a straight line. Our goal is to compute the work done b the force. The figure shows the force F which pushes the bod a distance s along a line in the direction of the unit vector T. The angle between the force F and the direction T is θ. F length= s θ T=unit vector vector= r = s T We know from phsics that the work done b the force on the bod is the component of the force in the direction of motion times the distance moved. That is, work = F cos(θ) s We want to phrase this in terms of vectors. Since T = we know F T = F cos(θ). Using this in the formula for work we have work = F T s. () Equation is important and we will see it again. For now, we want to make one more substitution. We ll call the vector s T = r. This is the displacement of the bod. (Note, it is essentiall the same as our formula ds dt T = dr.) Using this, Equation becomes dt work = F r. (2) This is the basic work formula that we ll use to compute work along an entire curve

6 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE Work done b a variable force along an entire curve Now suppose a variable force F moves a bod along a curve. Our goal is to compute the total work done b the force. The figure shows the curve broken into 5 small pieces, the jth piece has displacement r j. If the pieces are small enough, then the force on the jth piece is approimatel constant. This is shown as F j. r 5 r 4 F 3 F 4 F F 2 r 3 F 5 r r 2 Also, if the pieces are small enough, then each segment is approimatel a straight line and the force is approimatel constant. So we can appl our basic formula for work and approimate the work done b the force moving the bod along the jth piece as W j F j r j. The total work is the sum of the work over each piece. total work = W j F j r j. Now, as usual, we let the pieces get infinitesimall small, so the sum becomes an integral and the approimation becomes eact. We get: total work = F dr. The subscript indicates that it is the curve that has been split into pieces. That is, the total work is computed as a line integral of the force over the curve! 36.6 Properties of line integrals In this section we will uncover some properties of line integrals b working some eamples. Eample First look back at the value found in Eample Now, use the same vector field as in Eample But, in this case, let be the straight line from (, ) to (, ), i.e. same endpoints, but different path. ompute the line integral F dr. answer: As alwas, start b sketching the curve:

7 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 7 We ll use the notation M d + N d. Parametrize the curve: = t, = t, with t from to. Put everthing in terms of t: Now we put this into the integral I = M d + N d = d = dt d = dt M = 2 = t 3 N = 2 = t t 3 dt t dt = t 3 t dt = 4. This is a different value from Eample 36.3, which leads to the important principle: Important principle for line integrals. Line integrals over two different paths with the same endpoints ma be different. Eample Again, look back at the value found in Eample Now, use the same vector field and curve as Eample 36.3 ecept use the following (different) parametrization of. = sin(t), = sin 2 (t); t π/2. ompute the line integral F dr. answer: We won t sketch the curve it is identical to the one in Eample Putting everthing in terms of t we have d = cos(t) dt We put these in the integral I = I = = = π/2 π/2 d = 2 sin(t) cos(t) dt M = 2 = sin 2 (t) sin 2 (t) = sin 4 (t) N = 2 = sin(t) 2 sin 2 (t) M d + N d and compute sin 4 (t) cos(t) dt + (sin(t) 2 sin 2 (t))2 sin(t) cos(t) dt ( sin 4 (t) + 2 sin 2 (t) 4 sin 3 (t) ) cos(t) dt (Let u = sin(t), du = cos(t) dt.) = 2 5. u 4 + 2u 2 4u 3 du

8 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 8 This is the same value we got in Eample 36.3! In fact, the u substitution led to eactl the same integral! This leads us to the important principle: Important principle for line integrals. The parametrization of the curve doesn t affect the value of line the integral over the curve. You should note that our work with work make this reasonable, since we developed the line integral abstractl, without an reference to a parametrization List of properties of line integrals. Independent of parametrization: The value of the line integral F dr is independent of the parametrization of. 2. Reversing direction on the curve changes the sign: If is a curve, then we write for the same curve traversed in the opposite direction. In this case F dr = F dr. (See the net eample.) Eample Let be the curve from Eample Sketch and and give a parametrization of. answer: follows the parabola = 2 from (,) to (,), so the curve covers the same section of the parabola, but goes from (,) to (,), i.e. we reversed the direction of the arrow. goes from (,) to (,) goes from (,) to (,) The curve can be parametrized as r(t) = t, t 2, with t running from to. The easiest wa to reverse this is to have t run from to With this parametrization the t limits on the integral are reversed, which, we know from 8., changes the sign of the integral. If ou insist on an increasing parameter, we can parametrize b r(u) = u, ( u) 2, with u runnning from to. 3. (Intrinsic formula) We can write the line integral as F dr = F T ds where T = unit tangent vector to and ds = differential of arclength.

9 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 9 Reason: We know from our work on parametrized curves that dr dt = Tds. So, dr = T ds. dt (A comparison of Equations and 2 above, essentiall shows the same thing.) 4. If is a closed curve we use the notation F dr = M d + N d. The little circle on the integral sign indicates the curve is closed, i.e. starts and ends at the same point Rectangular paths Eample Evaluate I = (,) to (,) shown below. d+( + 2) d where is the rectangular path from (, ) 2 answer: The path is given in two pieces labeled and 2. This means we will have to split the integral into two pieces, i.e. I = d + ( + 2) d = d + ( + 2) d + d + ( + 2) d. 2 We ll do the integration one piece at a time. First, d + ( + 2) d. Parametrize : We ll use as the parameter: =, =, with running from to Put everthing in terms of : =, =, d = d, d =, M =, N (skip, since d = ). Put this in the integral and compute: M d + N d = M d = Net, the integral over 2. d =. Parametrize 2 : Use parameter : =, =, runs from to. Put everthing in terms of : =, =, d =, d = d, M (skip, since d = ), N = + 2 = + 2

10 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE Put this in the integral and compute M d + N d = N d = 2 2 Adding, the pieces we have I = 2 =. + 2 d = 2. Shorthand. Because d = on and d = on 2 we can write M d + N d = + 2 M d + N d. 2 Using the shorthand will save us some writing in the future. Eample Evaluate I = d + d where is the unit circle traversed in a counterclockwise (W) direction. answer: Parametrization: = cos(t), = sin(t), t 2π. So, d = sin(t) dt, d = cos(t) dt. We get I = 2π sin t( sin t) dt + cos t(cos t) dt = 2π dt = 2π Some super-duper, reall seriousl important eamples In these eamples we are going to integrate a tangential field around a closed loop. We will see in the net few topics that these are ke computations. In the following r is the usual polar distance r 2 = Eample Let F =, r 2 r, and let be the unit circle traversed in a counterclockwise (W) direction. ompute I = F 2 dr answer: Sketch and the vector field F.

11 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE Parametrize : = cos(t), = sin(t), t 2π. Put everthing in terms of t: (Note, on the unit circle r =.) d = cos(t) dt, d = sin(t) dt, M = r 2 = sin(t), N = r 2 = cos(t). Put this in the integral and compute: I = 2π sin(t)( sin(t)) dt + cos(t)(cos(t)) dt = 2π Eample 36.. Redo the previous using the intrinsic formula: sin 2 (t) + cos 2 (t) dt = 2π F dr = dt = 2π. F T ds. answer: T = unit tangent to the unit circle. That is, on the unit circle T = i + j. So, on the unit circle, Thus, F T = /r 2, /r 2, = r 2 =. I = F T ds = ds = 2π. The value 2π comes because we know the arclenth of the unit circle. Lesson: It pas to think geometricall. Eample 36.. Let F be the same as the previous eamples. Let 2 be the unit circle centered on (2,) traversed counterclockwise. ompute I 2 = F dr. 2 answer: Parametrize 2 : = 2 + cos(t), = sin(t), t from to 2π. Put everthing in terms of t: (Note, r 2 is not constant.) d = sin(t) dt d = cos(t) dt r 2 = = (2 + cos(t)) 2 + sin 2 (t) = cos(t) M = r 2 = sin(t) cos(t) N = r 2 = 2 + cos(t) cos(t)

12 36 VETOR FIELDS AND LINE INTEGRALS IN THE PLANE 2 Put this in the integral: I 2 = M d + N d = 2 2π sin 2 (t) + 2 cos(t) + cos 2 (t) cos(t) O! We put this into Wolfram Alpha and found I 2 =. dt = 2π + 2 cos(t) cos(t) dt Note. We should suspect that the value of is no accident. This is true and we will see this it once we learn Green s theorem. Avoiding actuall computing an integral like this should be motivation enough for us to learn Green s theorem. 8. challenge. ompute the integral for I 2. Hints: You can use the substitution u = tan(t/2) and partial fractions. It s best to use smmetr and compute 2 times the integral from to π.

Line Integrals and Green s Theorem Jeremy Orloff

Line Integrals and Green s Theorem Jeremy Orloff Line Integrals and Green s Theorem Jerem Orloff Vector Fields (or vector valued functions) Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v)

More information

Green s Theorem Jeremy Orloff

Green s Theorem Jeremy Orloff Green s Theorem Jerem Orloff Line integrals and Green s theorem. Vector Fields Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v) = ai + bj runs

More information

ES.182A Topic 41 Notes Jeremy Orloff. 41 Extensions and applications of Green s theorem

ES.182A Topic 41 Notes Jeremy Orloff. 41 Extensions and applications of Green s theorem ES.182A Topic 41 Notes Jerem Orloff 41 Etensions and applications of Green s theorem 41.1 eview of Green s theorem: Tangential (work) form: F T ds = curlf d d M d + N d = N M d d. Normal (flu) form: F

More information

Topic 3 Notes Jeremy Orloff

Topic 3 Notes Jeremy Orloff Topic 3 Notes Jerem Orloff 3 Line integrals and auch s theorem 3.1 Introduction The basic theme here is that comple line integrals will mirror much of what we ve seen for multivariable calculus line integrals.

More information

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces.

Lab 5 Forces Part 1. Physics 211 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces. b Lab 5 Forces Part 1 Phsics 211 Lab Introduction This is the first week of a two part lab that deals with forces and related concepts. A force is a push or a pull on an object that can be caused b a variet

More information

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter.

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter. Solutions Review for Eam #1 Math 1260 1. Consider the points P = (2, 5, 1) and Q = (4, 1, 1). (a) Find the distance from P to Q. Solution. dist(p, Q) = (4 2) 2 + (1 + 5) 2 + (1 + 1) 2 = 4 + 36 + 4 = 44

More information

18.02 Review Jeremy Orloff. 1 Review of multivariable calculus (18.02) constructs

18.02 Review Jeremy Orloff. 1 Review of multivariable calculus (18.02) constructs 18.02 eview Jerem Orloff 1 eview of multivariable calculus (18.02) constructs 1.1 Introduction These notes are a terse summar of what we ll need from multivariable calculus. If, after reading these, some

More information

Vector Fields. Field (II) Field (V)

Vector Fields. Field (II) Field (V) Math 1a Vector Fields 1. Match the following vector fields to the pictures, below. Eplain our reasoning. (Notice that in some of the pictures all of the vectors have been uniforml scaled so that the picture

More information

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1.

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1. Thursda, November 5 Green s Theorem Green s Theorem is a 2-dimensional version of the Fundamental Theorem of alculus: it relates the (integral of) a vector field F on the boundar of a region to the integral

More information

MATH Line integrals III Fall The fundamental theorem of line integrals. In general C

MATH Line integrals III Fall The fundamental theorem of line integrals. In general C MATH 255 Line integrals III Fall 216 In general 1. The fundamental theorem of line integrals v T ds depends on the curve between the starting point and the ending point. onsider two was to get from (1,

More information

11.4 Polar Coordinates

11.4 Polar Coordinates 11. Polar Coordinates 917 11. Polar Coordinates In Section 1.1, we introduced the Cartesian coordinates of a point in the plane as a means of assigning ordered pairs of numbers to points in the plane.

More information

Vector fields, line integrals, and Green s Theorem

Vector fields, line integrals, and Green s Theorem Vector fields, line integrals, and Green s Theorem Line integrals The problem: Suppose ou have a surface = f(, ) defined over a region D. Restrict the domain of the function to the values of and which

More information

Lab 5 Forces Part 1. Physics 225 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces.

Lab 5 Forces Part 1. Physics 225 Lab. You will be using Newton s 2 nd Law to help you examine the nature of these forces. b Lab 5 orces Part 1 Introduction his is the first week of a two part lab that deals with forces and related concepts. A force is a push or a pull on an object that can be caused b a variet of reasons.

More information

x y plane is the plane in which the stresses act, yy xy xy Figure 3.5.1: non-zero stress components acting in the x y plane

x y plane is the plane in which the stresses act, yy xy xy Figure 3.5.1: non-zero stress components acting in the x y plane 3.5 Plane Stress This section is concerned with a special two-dimensional state of stress called plane stress. It is important for two reasons: () it arises in real components (particularl in thin components

More information

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force Phsics 360 Notes on Griffths - pluses and minuses No tetbook is perfect, and Griffithsisnoeception. Themajorplusisthat it is prett readable. For minuses, see below. Much of what G sas about the del operator

More information

Methods of Solving Ordinary Differential Equations (Online)

Methods of Solving Ordinary Differential Equations (Online) 7in 0in Felder c0_online.te V3 - Januar, 05 0:5 A.M. Page CHAPTER 0 Methods of Solving Ordinar Differential Equations (Online) 0.3 Phase Portraits Just as a slope field (Section.4) gives us a wa to visualize

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Chapter 12 Vectors and the Geometr of Space Comments. What does multivariable mean in the name Multivariable Calculus? It means we stud functions that involve more than one variable in either the input

More information

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000 Higher Mathematics UNIT Mathematics HSN000 This document was produced speciall for the HSN.uk.net website, and we require that an copies or derivative works attribute the work to Higher Still Notes. For

More information

17.3. Parametric Curves. Introduction. Prerequisites. Learning Outcomes

17.3. Parametric Curves. Introduction. Prerequisites. Learning Outcomes Parametric Curves 7.3 Introduction In this Section we eamine et another wa of defining curves - the parametric description. We shall see that this is, in some was, far more useful than either the Cartesian

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator,

a. plotting points in Cartesian coordinates (Grade 9 and 10), b. using a graphing calculator such as the TI-83 Graphing Calculator, GRADE PRE-CALCULUS UNIT C: QUADRATIC FUNCTIONS CLASS NOTES FRAME. After linear functions, = m + b, and their graph the Quadratic Functions are the net most important equation or function. The Quadratic

More information

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b

9.1 VECTORS. A Geometric View of Vectors LEARNING OBJECTIVES. = a, b vectors and POLAR COORDINATES LEARNING OBJECTIVES In this section, ou will: View vectors geometricall. Find magnitude and direction. Perform vector addition and scalar multiplication. Find the component

More information

Calculus: Several Variables Lecture 27

Calculus: Several Variables Lecture 27 alculus: Several Variables Lecture 27 Instructor: Maksim Maydanskiy Lecture 27 Plan 1. Work integrals over a curve continued. (15.4) Work integral and circulation. Example by inspection. omputation via

More information

Unit 10 - Graphing Quadratic Functions

Unit 10 - Graphing Quadratic Functions Unit - Graphing Quadratic Functions PREREQUISITE SKILLS: students should be able to add, subtract and multipl polnomials students should be able to factor polnomials students should be able to identif

More information

Conservative fields and potential functions. (Sect. 16.3) The line integral of a vector field along a curve.

Conservative fields and potential functions. (Sect. 16.3) The line integral of a vector field along a curve. onservative fields and potential functions. (Sect. 16.3) eview: Line integral of a vector field. onservative fields. The line integral of conservative fields. Finding the potential of a conservative field.

More information

11.1 Double Riemann Sums and Double Integrals over Rectangles

11.1 Double Riemann Sums and Double Integrals over Rectangles Chapter 11 Multiple Integrals 11.1 ouble Riemann Sums and ouble Integrals over Rectangles Motivating Questions In this section, we strive to understand the ideas generated b the following important questions:

More information

ES.182A Problem Section 11, Fall 2018 Solutions

ES.182A Problem Section 11, Fall 2018 Solutions Problem 25.1. (a) z = 2 2 + 2 (b) z = 2 2 ES.182A Problem Section 11, Fall 2018 Solutions Sketch the following quadratic surfaces. answer: The figure for part (a) (on the left) shows the z trace with =

More information

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context.

. This is the Basic Chain Rule. x dt y dt z dt Chain Rule in this context. Math 18.0A Gradients, Chain Rule, Implicit Dierentiation, igher Order Derivatives These notes ocus on our things: (a) the application o gradients to ind normal vectors to curves suraces; (b) the generaliation

More information

Ideas from Vector Calculus Kurt Bryan

Ideas from Vector Calculus Kurt Bryan Ideas from Vector Calculus Kurt Bryan Most of the facts I state below are for functions of two or three variables, but with noted exceptions all are true for functions of n variables..1 Tangent Line Approximation

More information

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents

Unit 3 NOTES Honors Common Core Math 2 1. Day 1: Properties of Exponents Unit NOTES Honors Common Core Math Da : Properties of Eponents Warm-Up: Before we begin toda s lesson, how much do ou remember about eponents? Use epanded form to write the rules for the eponents. OBJECTIVE

More information

Module 3, Section 4 Analytic Geometry II

Module 3, Section 4 Analytic Geometry II Principles of Mathematics 11 Section, Introduction 01 Introduction, Section Analtic Geometr II As the lesson titles show, this section etends what ou have learned about Analtic Geometr to several related

More information

Preface. Implicit Differentiation. y =

Preface. Implicit Differentiation. y = Preface Here are the solutions to the practice problems for m Calculus I notes. Some solutions will have more or less detail than other solutions. The level of detail in each solution will depend up on

More information

A11.1 Areas under curves

A11.1 Areas under curves Applications 11.1 Areas under curves A11.1 Areas under curves Before ou start You should be able to: calculate the value of given the value of in algebraic equations of curves calculate the area of a trapezium.

More information

Tangent Lines. Limits 1

Tangent Lines. Limits 1 Limits Tangent Lines The concept of the tangent line to a circle dates back at least to the earl das of Greek geometr, that is, at least 5 ears. The tangent line to a circle with centre O at a point A

More information

Practice Questions for Midterm 2 - Math 1060Q - Fall 2013

Practice Questions for Midterm 2 - Math 1060Q - Fall 2013 Eam Review Practice Questions for Midterm - Math 060Q - Fall 0 The following is a selection of problems to help prepare ou for the second midterm eam. Please note the following: anthing from Module/Chapter

More information

Lesson 9.1 Using the Distance Formula

Lesson 9.1 Using the Distance Formula Lesson. Using the Distance Formula. Find the eact distance between each pair of points. a. (0, 0) and (, ) b. (0, 0) and (7, ) c. (, 8) and (, ) d. (, ) and (, 7) e. (, 7) and (8, ) f. (8, ) and (, 0)

More information

Differentiation and applications

Differentiation and applications FS O PA G E PR O U N C O R R EC TE D Differentiation and applications. Kick off with CAS. Limits, continuit and differentiabilit. Derivatives of power functions.4 C oordinate geometr applications of differentiation.5

More information

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #24 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #4 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

Derivatives 2: The Derivative at a Point

Derivatives 2: The Derivative at a Point Derivatives 2: The Derivative at a Point 69 Derivatives 2: The Derivative at a Point Model 1: Review of Velocit In the previous activit we eplored position functions (distance versus time) and learned

More information

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals Math Summar of Important Algebra & Trigonometr Concepts Chapter & Appendi D, Stewart, Calculus Earl Transcendentals Function a rule that assigns to each element in a set D eactl one element, called f (

More information

10.2 The Unit Circle: Cosine and Sine

10.2 The Unit Circle: Cosine and Sine 0. The Unit Circle: Cosine and Sine 77 0. The Unit Circle: Cosine and Sine In Section 0.., we introduced circular motion and derived a formula which describes the linear velocit of an object moving on

More information

Chapter 9 Overview: Parametric and Polar Coordinates

Chapter 9 Overview: Parametric and Polar Coordinates Chapter 9 Overview: Parametric and Polar Coordinates As we saw briefly last year, there are axis systems other than the Cartesian System for graphing (vector coordinates, polar coordinates, rectangular

More information

P.4 Lines in the Plane

P.4 Lines in the Plane 28 CHAPTER P Prerequisites P.4 Lines in the Plane What ou ll learn about Slope of a Line Point-Slope Form Equation of a Line Slope-Intercept Form Equation of a Line Graphing Linear Equations in Two Variables

More information

ZETA MATHS. Higher Mathematics Revision Checklist

ZETA MATHS. Higher Mathematics Revision Checklist ZETA MATHS Higher Mathematics Revision Checklist Contents: Epressions & Functions Page Logarithmic & Eponential Functions Addition Formulae. 3 Wave Function.... 4 Graphs of Functions. 5 Sets of Functions

More information

KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS

KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS Chapter 8 KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS Figure 8.1: 195 196 CHAPTER 8. KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS 8.1 Motivation In Chapter 3, the conservation of linear momentum for a

More information

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 52 HSN22100

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 52 HSN22100 Higher Mathematics UNIT OUTCOME 1 Polnomials and Quadratics Contents Polnomials and Quadratics 5 1 Quadratics 5 The Discriminant 54 Completing the Square 55 4 Sketching Parabolas 57 5 Determining the Equation

More information

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general

Coordinate geometry. + bx + c. Vertical asymptote. Sketch graphs of hyperbolas (including asymptotic behaviour) from the general A Sketch graphs of = a m b n c where m = or and n = or B Reciprocal graphs C Graphs of circles and ellipses D Graphs of hperbolas E Partial fractions F Sketch graphs using partial fractions Coordinate

More information

VECTOR FUNCTIONS. which a space curve proceeds at any point.

VECTOR FUNCTIONS. which a space curve proceeds at any point. 3 VECTOR FUNCTIONS Tangent vectors show the direction in which a space curve proceeds at an point. The functions that we have been using so far have been real-valued functions. We now stud functions whose

More information

DIFFERENTIAL EQUATIONS First Order Differential Equations. Paul Dawkins

DIFFERENTIAL EQUATIONS First Order Differential Equations. Paul Dawkins DIFFERENTIAL EQUATIONS First Order Paul Dawkins Table of Contents Preface... First Order... 3 Introduction... 3 Linear... 4 Separable... 7 Eact... 8 Bernoulli... 39 Substitutions... 46 Intervals of Validit...

More information

MATH141: Calculus II Exam #1 review 6/8/2017 Page 1

MATH141: Calculus II Exam #1 review 6/8/2017 Page 1 MATH: Calculus II Eam # review /8/7 Page No review sheet can cover everything that is potentially fair game for an eam, but I tried to hit on all of the topics with these questions, as well as show you

More information

Symmetry Arguments and the Role They Play in Using Gauss Law

Symmetry Arguments and the Role They Play in Using Gauss Law Smmetr Arguments and the Role The la in Using Gauss Law K. M. Westerberg (9/2005) Smmetr plas a ver important role in science in general, and phsics in particular. Arguments based on smmetr can often simplif

More information

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000

Mathematics. Mathematics 2. hsn.uk.net. Higher HSN22000 hsn.uk.net Higher Mathematics UNIT Mathematics HSN000 This document was produced speciall for the HSN.uk.net website, and we require that an copies or derivative works attribute the work to Higher Still

More information

STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE. Functions & Graphs

STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE. Functions & Graphs STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE Functions & Graphs Contents Functions and Relations... 1 Interval Notation... 3 Graphs: Linear Functions... 5 Lines and Gradients... 7 Graphs: Quadratic

More information

One of the most common applications of Calculus involves determining maximum or minimum values.

One of the most common applications of Calculus involves determining maximum or minimum values. 8 LESSON 5- MAX/MIN APPLICATIONS (OPTIMIZATION) One of the most common applications of Calculus involves determining maimum or minimum values. Procedure:. Choose variables and/or draw a labeled figure..

More information

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

Lesson 29 MA Nick Egbert

Lesson 29 MA Nick Egbert Lesson 9 MA 16 Nick Egbert Overview In this lesson we build on the previous two b complicating our domains of integration and discussing the average value of functions of two variables. Lesson So far the

More information

Math 261 Solutions to Sample Final Exam Problems

Math 261 Solutions to Sample Final Exam Problems Math 61 Solutions to Sample Final Eam Problems 1 Math 61 Solutions to Sample Final Eam Problems 1. Let F i + ( + ) j, and let G ( + ) i + ( ) j, where C 1 is the curve consisting of the circle of radius,

More information

The telescopes at the W.M. Keck Observatory in Hawaii use hyperbolic mirrors.

The telescopes at the W.M. Keck Observatory in Hawaii use hyperbolic mirrors. UNIT 15 Conic Sections The telescopes at the W.M. Keck Observator in Hawaii use hperbolic mirrors. Copright 009, K1 Inc. All rights reserved. This material ma not be reproduced in whole or in part, including

More information

2.1 Rates of Change and Limits AP Calculus

2.1 Rates of Change and Limits AP Calculus . Rates of Change and Limits AP Calculus. RATES OF CHANGE AND LIMITS Limits Limits are what separate Calculus from pre calculus. Using a it is also the foundational principle behind the two most important

More information

Triple Integrals. y x

Triple Integrals. y x Triple Integrals. (a) If is an solid (in space), what does the triple integral dv represent? Wh? (b) Suppose the shape of a solid object is described b the solid, and f(,, ) gives the densit of the object

More information

MTH234 Chapter 16 - Vector Calculus Michigan State University

MTH234 Chapter 16 - Vector Calculus Michigan State University MTH234 hapter 6 - Vector alculus Michigan State Universit 4 Green s Theorem Green s Theorem gives a relationship between double integrals and line integrals around simple closed curves. (Start and end

More information

The standard form of the equation of a circle is based on the distance formula. The distance formula, in turn, is based on the Pythagorean Theorem.

The standard form of the equation of a circle is based on the distance formula. The distance formula, in turn, is based on the Pythagorean Theorem. Unit, Lesson. Deriving the Equation of a Circle The graph of an equation in and is the set of all points (, ) in a coordinate plane that satisf the equation. Some equations have graphs with precise geometric

More information

Welcome. to Electrostatics

Welcome. to Electrostatics Welcome to Electrostatics Outline 1. Coulomb s Law 2. The Electric Field - Examples 3. Gauss Law - Examples 4. Conductors in Electric Field Coulomb s Law Coulomb s law quantifies the magnitude of the electrostatic

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

= x. Algebra II Notes Quadratic Functions Unit Graphing Quadratic Functions. Math Background

= x. Algebra II Notes Quadratic Functions Unit Graphing Quadratic Functions. Math Background Algebra II Notes Quadratic Functions Unit 3.1 3. Graphing Quadratic Functions Math Background Previousl, ou Identified and graphed linear functions Applied transformations to parent functions Graphed quadratic

More information

Chapter 14: Vector Calculus

Chapter 14: Vector Calculus Chapter 14: Vector Calculus Introduction to Vector Functions Section 14.1 Limits, Continuity, Vector Derivatives a. Limit of a Vector Function b. Limit Rules c. Component By Component Limits d. Continuity

More information

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations The Cartesian Coordinate Sstem- Pictures of Equations Concepts: The Cartesian Coordinate Sstem Graphs of Equations in Two Variables -intercepts and -intercepts Distance in Two Dimensions and the Pthagorean

More information

8.7 Systems of Non-Linear Equations and Inequalities

8.7 Systems of Non-Linear Equations and Inequalities 8.7 Sstems of Non-Linear Equations and Inequalities 67 8.7 Sstems of Non-Linear Equations and Inequalities In this section, we stud sstems of non-linear equations and inequalities. Unlike the sstems of

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II

LESSON #42 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART 2 COMMON CORE ALGEBRA II LESSON #4 - INVERSES OF FUNCTIONS AND FUNCTION NOTATION PART COMMON CORE ALGEBRA II You will recall from unit 1 that in order to find the inverse of a function, ou must switch and and solve for. Also,

More information

Vector Calculus, Maths II

Vector Calculus, Maths II Section A Vector Calculus, Maths II REVISION (VECTORS) 1. Position vector of a point P(x, y, z) is given as + y and its magnitude by 2. The scalar components of a vector are its direction ratios, and represent

More information

AP Calculus. (Mr. Surowski) Homework from Chapter 7 (and some of Chapter 8)

AP Calculus. (Mr. Surowski) Homework from Chapter 7 (and some of Chapter 8) AP Calculus (Mr. Surowski) Homework from Chapter 7 (and some of Chapter 8) Lesson 30 Integral as accumulation (7.):, 3, 5, 8 0, 7, 20 22, 25 (to do quadratic regression on our (TI-84 calculators, refer

More information

AQA Level 2 Further mathematics Number & algebra. Section 3: Functions and their graphs

AQA Level 2 Further mathematics Number & algebra. Section 3: Functions and their graphs AQA Level Further mathematics Number & algebra Section : Functions and their graphs Notes and Eamples These notes contain subsections on: The language of functions Gradients The equation of a straight

More information

Arc Length and Curvature

Arc Length and Curvature Arc Length and Curvature. Last time, we saw that r(t) = cos t, sin t, t parameteried the pictured curve. (a) Find the arc length of the curve between (, 0, 0) and (, 0, π). (b) Find the unit tangent vector

More information

Cubic and quartic functions

Cubic and quartic functions 3 Cubic and quartic functions 3A Epanding 3B Long division of polnomials 3C Polnomial values 3D The remainder and factor theorems 3E Factorising polnomials 3F Sum and difference of two cubes 3G Solving

More information

5. Zeros. We deduce that the graph crosses the x-axis at the points x = 0, 1, 2 and 4, and nowhere else. And that s exactly what we see in the graph.

5. Zeros. We deduce that the graph crosses the x-axis at the points x = 0, 1, 2 and 4, and nowhere else. And that s exactly what we see in the graph. . Zeros Eample 1. At the right we have drawn the graph of the polnomial = ( 1) ( 2) ( 4). Argue that the form of the algebraic formula allows ou to see right awa where the graph is above the -ais, where

More information

Section 8.5 Parametric Equations

Section 8.5 Parametric Equations 504 Chapter 8 Section 8.5 Parametric Equations Man shapes, even ones as simple as circles, cannot be represented as an equation where is a function of. Consider, for eample, the path a moon follows as

More information

tan t = y x, x Z 0 sin u 2 = ; 1 - cos u cos u 2 = ; 1 + cos u tan u 2 = 1 - cos u cos a cos b = 1 2 sin a cos b = 1 2

tan t = y x, x Z 0 sin u 2 = ; 1 - cos u cos u 2 = ; 1 + cos u tan u 2 = 1 - cos u cos a cos b = 1 2 sin a cos b = 1 2 TRIGONOMETRIC FUNCTIONS Let t be a real number and let P =, be the point on the unit circle that corresponds to t. sin t = cos t = tan t =, Z 0 csc t =, Z 0 sec t =, Z 0 cot t =. Z 0 P (, ) t s t units

More information

Methods for Advanced Mathematics (C3) Coursework Numerical Methods

Methods for Advanced Mathematics (C3) Coursework Numerical Methods Woodhouse College 0 Page Introduction... 3 Terminolog... 3 Activit... 4 Wh use numerical methods?... Change of sign... Activit... 6 Interval Bisection... 7 Decimal Search... 8 Coursework Requirements on

More information

3.7 InveRSe FUnCTIOnS

3.7 InveRSe FUnCTIOnS CHAPTER functions learning ObjeCTIveS In this section, ou will: Verif inverse functions. Determine the domain and range of an inverse function, and restrict the domain of a function to make it one-to-one.

More information

Math Review Packet #5 Algebra II (Part 2) Notes

Math Review Packet #5 Algebra II (Part 2) Notes SCIE 0, Spring 0 Miller Math Review Packet #5 Algebra II (Part ) Notes Quadratic Functions (cont.) So far, we have onl looked at quadratic functions in which the term is squared. A more general form of

More information

Major Ideas in Calc 3 / Exam Review Topics

Major Ideas in Calc 3 / Exam Review Topics Major Ideas in Calc 3 / Exam Review Topics Here are some highlights of the things you should know to succeed in this class. I can not guarantee that this list is exhaustive!!!! Please be sure you are able

More information

The Force Table Introduction: Theory:

The Force Table Introduction: Theory: 1 The Force Table Introduction: "The Force Table" is a simple tool for demonstrating Newton s First Law and the vector nature of forces. This tool is based on the principle of equilibrium. An object is

More information

Some linear transformations on R 2 Math 130 Linear Algebra D Joyce, Fall 2013

Some linear transformations on R 2 Math 130 Linear Algebra D Joyce, Fall 2013 Some linear transformations on R 2 Math 3 Linear Algebra D Joce, Fall 23 Let s look at some some linear transformations on the plane R 2. We ll look at several kinds of operators on R 2 including reflections,

More information

Functions of Several Variables

Functions of Several Variables Chapter 1 Functions of Several Variables 1.1 Introduction A real valued function of n variables is a function f : R, where the domain is a subset of R n. So: for each ( 1,,..., n ) in, the value of f is

More information

REVISION SHEET MECHANICS 1 MOTION GRAPHS OCR MEI. Displacement-time graphs and distance-time graphs

REVISION SHEET MECHANICS 1 MOTION GRAPHS OCR MEI. Displacement-time graphs and distance-time graphs the Further Mhemics network www.fmnetwork.org.uk V 07 1 REVISION SHEET MECHANICS 1 MOTION GRAPHS The main ideas are AQA Edx MEI OCR Displacement-time graphs M1 M1 M1 M1 Distance-time graphs M1 M1 M1 M1

More information

Chapter 18 Quadratic Function 2

Chapter 18 Quadratic Function 2 Chapter 18 Quadratic Function Completed Square Form 1 Consider this special set of numbers - the square numbers or the set of perfect squares. 4 = = 9 = 3 = 16 = 4 = 5 = 5 = Numbers like 5, 11, 15 are

More information

Analytic Geometry in Three Dimensions

Analytic Geometry in Three Dimensions Analtic Geometr in Three Dimensions. The Three-Dimensional Coordinate Sstem. Vectors in Space. The Cross Product of Two Vectors. Lines and Planes in Space The three-dimensional coordinate sstem is used

More information

10.5 Graphs of the Trigonometric Functions

10.5 Graphs of the Trigonometric Functions 790 Foundations of Trigonometr 0.5 Graphs of the Trigonometric Functions In this section, we return to our discussion of the circular (trigonometric functions as functions of real numbers and pick up where

More information

Introduction to Vector Spaces Linear Algebra, Spring 2011

Introduction to Vector Spaces Linear Algebra, Spring 2011 Introduction to Vector Spaces Linear Algebra, Spring 2011 You probabl have heard the word vector before, perhaps in the contet of Calculus III or phsics. You probabl think of a vector like this: 5 3 or

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

Multivariable Calculus Lecture #13 Notes. in each piece. Then the mass mk. 0 σ = σ = σ

Multivariable Calculus Lecture #13 Notes. in each piece. Then the mass mk. 0 σ = σ = σ Multivariable Calculus Lecture #1 Notes In this lecture, we ll loo at parameterization of surfaces in R and integration on a parameterized surface Applications will include surface area, mass of a surface

More information

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x

UNCORRECTED. To recognise the rules of a number of common algebraic relations: y = x 1 y 2 = x 5A galler of graphs Objectives To recognise the rules of a number of common algebraic relations: = = = (rectangular hperbola) + = (circle). To be able to sketch the graphs of these relations. To be able

More information

Math 21a: Multivariable calculus. List of Worksheets. Harvard University, Spring 2009

Math 21a: Multivariable calculus. List of Worksheets. Harvard University, Spring 2009 Math 2a: Multivariable calculus Harvard Universit, Spring 2009 List of Worksheets Vectors and the Dot Product Cross Product and Triple Product Lines and Planes Functions and Graphs Quadric Surfaces Vector-Valued

More information

(MTH5109) GEOMETRY II: KNOTS AND SURFACES LECTURE NOTES. 1. Introduction to Curves and Surfaces

(MTH5109) GEOMETRY II: KNOTS AND SURFACES LECTURE NOTES. 1. Introduction to Curves and Surfaces (MTH509) GEOMETRY II: KNOTS AND SURFACES LECTURE NOTES DR. ARICK SHAO. Introduction to Curves and Surfaces In this module, we are interested in studing the geometr of objects. According to our favourite

More information

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II

LESSON #28 - POWER FUNCTIONS COMMON CORE ALGEBRA II 1 LESSON #8 - POWER FUNCTIONS COMMON CORE ALGEBRA II Before we start to analze polnomials of degree higher than two (quadratics), we first will look at ver simple functions known as power functions. The

More information

College Algebra Final, 7/2/10

College Algebra Final, 7/2/10 NAME College Algebra Final, 7//10 1. Factor the polnomial p() = 3 5 13 4 + 13 3 + 9 16 + 4 completel, then sketch a graph of it. Make sure to plot the - and -intercepts. (10 points) Solution: B the rational

More information

8.1 Exponents and Roots

8.1 Exponents and Roots Section 8. Eponents and Roots 75 8. Eponents and Roots Before defining the net famil of functions, the eponential functions, we will need to discuss eponent notation in detail. As we shall see, eponents

More information

DIFFERENTIATION. 3.1 Approximate Value and Error (page 151)

DIFFERENTIATION. 3.1 Approximate Value and Error (page 151) CHAPTER APPLICATIONS OF DIFFERENTIATION.1 Approimate Value and Error (page 151) f '( lim 0 f ( f ( f ( f ( f '( or f ( f ( f '( f ( f ( f '( (.) f ( f '( (.) where f ( f ( f ( Eample.1 (page 15): Find

More information