Math 20C Homework 2 Partial Solutions

Size: px
Start display at page:

Download "Math 20C Homework 2 Partial Solutions"

Transcription

1

2

3 Math 2C Homework 2 Partial Solutions Problem 1 ( ). Calculate (j k) (j + k). Solution. The basic properties of the cross product are found in Theorem 2 of Section From these properties, we deduce (j k) (j + k) = j (j + k) k (j + k) = j j +j k k j + k }{{}}{{ k } = = = j k k j = j k + j k. Next we recall the following adaptation of Figure 7 (also Figure 14) from Section 12.4: i i j = k k j = j k = i k i = j Therefore we know that j k = i, so from the calculation above we conclude that (j k) (j + k) = i + i = 2i = 2,,. Problem 2 ( ). Find v w, where v and w are vectors of length 3 in the xz-plane, oriented as in the following figure, and θ = π 6. z w v θ y x 1

4 Solution. From Theorem 1 of Section 12.4, we know that v w = v w sin θ = 3 3 sin π 6 = 9 2. Moreover, by the right-hand rule (cf. Theorem 1 of Section 12.4), we know that v w points in the negative y direction: z w v v w θ y x Thus v w =, a, for some positive real number a. From knowing that the length of v w is 9/2, we conclude that a = 9/2, so that v w =, 92,. Problem 3 ( ). Find the area of the parallelogram determined by the vectors a,, and, b, c. Solution. Let u = a,, and v =, b, c. By definition, the area of the parallelogram determined by u and v is u v. By Theorem 1(ii) of Section 12.4, we have u v = u v sin θ, (3.1) where θ is the angle between u and v (and θ π). Next, note that u v = a + b + c =, so u and v are perpendicular by the properties of the dot product (see the bottom box on page 68 in Section 12.3). That is, θ = π. Now from (3.1) we see that 2 u v = u v sin θ = a b 2 + c 2 sin π 2 = a b 2 + c 2, and this is the area of the parallelogram determined by u and v. Note that we could have just computed the cross product u v directly and then taken its magnitude, but that would have been less interesting. 2

5 Problem 4 ( ). Find the equation of the plane passing through (4, 1, 9) and parallel to x + y + z = 3. Solution. Let s call the plane we want to find P. The plane given by the equation x + y + z = 3 has normal vector n = 1, 1, 1 (obtained from just reading off the coefficients of x, y, and z in the equation above). Since P is parallel to this plane, n is also a normal vector for P. Thus, we know a normal vector of P (n) and a point on P (the point (4, 1, 9)). Using Theorem 1 of Section 12.5, we can write the equation of P in the following way: n x, y, z = n 4, 1, 9. This is the vector form of the equation of P. To get the scalar form, we simply expand the equation above to get x + y + z = 14. Problem 5 ( ). Find the equation of the plane passing through (3, 5, 9) and parallel to the xz-plane. Solution. Simply repeat the steps of the previous problem, noting that the xz-plane is given by the equation y =. Problem 6 ( ). Find the equation of the plane containing the lines r 1 (t) = t, 2t, 2t and r 2 (t) = 3t, t, 8t. Solution. To find the equation of this plane, it suffices to find a normal vector to the plane and a point on the plane. For a normal vector n, we can take the cross product of r 1 (1) and r 2 (1) since these vectors lie on the plane (this is not the only option any nonzero choice of t would work) to get n = r 1 (1) r 2 (1) = 1, 2, 3 3, 1, 8 = i j k = 13, 1, 5. Next, a point on the plane can be found by plugging any value of t into either r 1 or r 2. In particular, we can take t = in r 1 to see that (,, ) is on the plane. Thus by Theorem 1 of Section 12.5, an equation of the plane we want in vector form is Expanding this into the scalar form, we get 13, 1, 5 x, y, z = 13, 1, 5,,. 13x + y 5z =. 3

6 Problem 7 ( ). Parametrize the intersection of the surfaces using t = y as the parameter. y 2 z 2 = x 2, y 2 + z 2 = 9 Solution. Right away, set y = t. From the second equation in the problem, we get z 2 = 9 t 2 = z = ± 9 t 2. We see now that we must have 3 t 3. Next, we substitute the formula for z in terms of t into the first equation to get x = y 2 z = t 2 (9 t 2 ) + 2 = 2t 2 7. Thus we have parametrized the intersection of the two surfaces by the following two functions: r 1 (t) = 2t 2 7, t, 9 t 2, r 2 (t) = 2t 2 7, t, 9 t 2, 3 t 3. Problem 8 ( ). Find a parametrization of the curve in the previous problem using trigonometric functions. Solution. From the equation it makes sense to set y 2 + z 2 = 9 = 3 2, y = 3 cos t, z = 3 sin t, t < 2π. Now all we have to do is express x in terms of t. From the equation we see that y 2 z 2 = x 2, x = y 2 z = 9 cos 2 t 9 sin 2 t + 2. There might be a trig identity that simplifies this, but it s not important. Now we finish the problem by giving a trigonometric parametrization of the intersection of our two surfaces: r(t) = 9 cos 2 t 9 sin 2 t + 2, 3 cos t, 3 sin t, t < 2π. Problem 9 ( ). Find a parametrization of the horizontal circle of radius 1 with center (2, 1, 4). Solution. The circle being horizontal means that the z-coordinate of our parametrization is constant. A horizontal circle centered at the origin with radius 1 has the parametrization r 1 (t) = cos t, sin t,, t < 2π. The circle we want is this circle translated so that the center become the point (2, 1, 4). To do this, we simply add the vector 2, 1, 4 to the function r 1 to get the parametrization of the circle we want: r(t) = cos t + 2, sin t 1, 4, t < 2π. 4

7 Problem 1 ( ). Find a parametric equation for the curve ( x ) 2 ( y ) 2 + = Solution. Any time that we see something of the form our first instinct should be to set A 2 + B 2 = C 2, A = C cos t, B = C sin t, t < 2π. For our problem we have A = x, B = y, and C = 1, so we set 5 12 Simplifying, we get x 5 = cos t, y 12 = sin t, t < 2π. x = 5 cos t, y = 12 sin t, t < 2π. These are parametric equations for our curve. 5

8 : Let v(s) =< s 2, 2s, 9s 2 >. Evaluate d ds v(g(s)) at s = 4, assuming g(4) = 3 and g (4) = 9 solution: v (s) =< 2s, 2, 18s 3 > d ds v(g(s)) = v (g(s))g (s) (By the Chain Rule) So at s = 4 this becomes: d ds v(g(4)) = v (g(4))g (4) = v (3)( 9) =< 2(3), 2, 18(3) 3 > ( 9) = 9 < 6, 2, 18/27 >=< 54, 18, 6 > : dr/dt =< 2t 1/2, 6, 8t >, r(1) =< 4, 9, 2 > Find the location and the velicoty of the particle at t=4. solution: velocity at t=4 is the derivative of the position vector evaluated at t=4: velocity(4) = r (4) =< 2(4) 1/2, 6, 8(4) >=< 1, 6, 32 > To find the position vector we need to take the integral of r (t): Integrating element wise gives: (Note: c is the constant of integration) Evaluating for our initial condition: r(t) =< 4t 1/2, 6t, 4t 2 > +c r(1) =< 4(1) 1/2, 6(1), 4(1) 2 > +c =< 4, 9, 2 > c =<, 3, 2 > Plugging in our constant of integration and evaluating at t = 4 yields: r(4) =< 4(4) 1/2, 6(4), 4(4) 2 > + <, 3, 2 >=< 8, 27, 62 > : Evaluate the length of (t 3 + 1, t 2 3), t 1 solution: s = s = b a 1 (x ) 2 + (y ) 2 dt (3t2 ) 2 + (2t ) 2 dt 1

9 s = s = 1 1 (9t4 + 2t 2 dt t (9t 2 + 2dt Using u substitution with u = 9t and dt = du/18 and bounds 4 u 13 s = udu s = 1 18 (2 3 u3/2 ) 13 4 s = 1 27 (133/2 4 3/2 ) : Find the minimum speed of c(t) = (t 3 4t, t 2 + 1) for t. solution: First we need to find the speed of the particle: ds dt = (3t 2 4) 2 + (2t) 2 = 9t 4 2t Since the square root is a strictly increasing function we only need to check the critical points of the function f(t) = 9t 4 2t f (t) = 36t 3 4t = 4t(9t 2 1) Which has critical points at t = and t = 1/9. Evaluating at these points: ds dt () = 16 = 4 ds dt ( 1/9) = 44/ Therefore the minimum speed is 44/ : Find the path that traces a curve in the y = 1 plane with radius 4, and center (2, 1, 3) with constant speed equal to 8. solution: First we need to find start with a basic parametrized curve. r(t) =< 2, 1, 3 > +4 < cos t,, sin t > So we have our center point (2, 1, 3) and our circle of radius 4. Note that the y component of our parametrized curve is constant for all t. (i.e. in the plane y = 1) Now we need to parametrize the curve by substituting t = g(s) so that r(s) = r(g(s)) has the constant speed, r (s) = 8. So we need to find r (s) using the chain rule. r (s) = d ds r(g(s)) = r (g(s))g (s) (1) 2

10 Since r (t) =< 4 sin t,, 4 cos t > we can sub in g(s) for t and get. r (g(s)) =< 4 sin g(s),, 4 cos g(s) > Plugging into equation (1) gives: r (s) =< 4 sin g(s),, 4 cos g(s) > g (s) = 4g (s) < sin g(s),, cos g(s) > r (s) = 4 g (s) (cos g(s)) 2 + (sin g(s)) 2 = 4 g (s) So g (s) must equal 2. Integration give g(s) = 2s. Putting it all together: r(s) = r(g(s)) =< cos (2s), 1, sin (2s) > 3

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29 Problem 1 (15.4.1). Sketch the region D indicated and integrate f(x, y) over D using polar coordinates. f(x, y) = x 2 + y 2 ; x 2 + y 2 2 Solution. The region D indicated is the disk of radius 2 centered at the origin: y D 2 x In polar coordinates D is given by r 2, θ 2π. Moreover, the integrand f(x, y) = x 2 + y 2 becomes f(r, θ) = (r cos θ) 2 + (r sin θ) 2 = r ( 2 cos 2 θ + sin 2 θ ) = r 2 = r after changing to polar coordinates. Therefore our integral is 2π 2 2π f(x, y) da = f(r, θ) r dr dθ = D ( 2π ) ( ) ( 2 = 1 dθ r 2 dr = 2π = 4 2π. 3 2 r 3 3 r 2 dr dθ ) 2 1

30 Problem 2 (15.4.3). Sketch the region D indicated and integrate f(x, y) over D using polar coordinates. f(x, y) = xy; x, y, x 2 + y 2 4 Solution. The region D indicated is the portion of the disk of radius 2 centered at the origin (x 2 + y 2 4) restricted to the first quadrant (x and y ): y D In polar coordinates D is given by 2 r 2, θ π 2. Moreover, the integrand f(x, y) = xy becomes f(r, θ) = (r cos θ)(r sin θ) = r 2 cos θ sin θ = r2 sin(2θ) 2 after changing to polar coordinates and using the trig identity Therefore our integral is D f(x, y) da = π/2 2 = 1 2 ( = 1 2 = 1 2 = 2. ( π/2 sin(2θ) = 2 cos θ sin θ. x π/2 2 f(r, θ) r dr dθ = ) ( 2 ) sin(2θ) dθ r 3 dr π/2 ) ( cos(2θ) 2 ( cos π + cos 2 2 r 4 4 ) ) 2 r 3 sin(2θ) 2 dr dθ 2

31 Problem 3 (15.4.7). Sketch the region of integration and evaluate by changing to polar coordinates. 2 4 x 2 ( x 2 + y 2) dy dx 2 Solution. From the outer integral, we can tell that the x values of the region of integration range from 2 to 2. From the inner integral, we can tell that for a given value of x (with 2 x 2), the y-values range between and 4 x 2. As x ranges from 2 to 2, y = 4 x 2 traces out the upper half of the circle of radius of 2 centered at the origin. Therefore the region of integration looks like the following: y Thus we see that the region is described in polar coordinates as and so our integral is 2 4 x 2 2 r 2, θ π, r 2 {}}{ ( x 2 + y 2) dy dx = π 2 2 r 2 r dr dθ ( π ) ( 2 ) = 1 dθ r 3 dr = π r4 4 x 2 = 4π. Problem 4 (15.4.9). Sketch the region of integration and evaluate by changing to polar coordinates. 1/2 1 x 2 3x x dy dx Solution. From the outer integral, we can tell that the x values of the region of integration range from to 1/2. From the inner integral, we can tell that for a given value of x (with x 1/2), the y-values range between y = 3x (the line with slope 3 and y-intercept ) and y = 1 x 2 (the upper half of the circle of radius 1 centered at the origin). Therefore the region of integration looks like the following: 3

32 y y y 3/2 3/2 1 = 1 = 1 y = 3x x 1/2 1/2 x π/3 1/2 x Thus we see that the region is described in polar coordinates as and so our integral is 1/2 1 x 2 r 1, π/3 θ π/2, π/2 1 x dy dx = r cos θ r dr dθ 3x π/3 ( ) π/2 ( 1 = cos θ dθ = ( π/3 1 ) ) ( r 2 dr = sin θ π/2 π/3 ) ( ) r Problem 5 ( ). Calculate the integral over the given region by changing to polar coordinates. f(x, y) = xy ; x 2 + y 2 1. Solution. The region D over which we re integrating is the unit disk centered at the origin. In polar coordinates, D is given by Moreover, our integrand f(x, y) = xy is r 1, θ 2π. f(r, θ) = (r cos θ) (r sin θ) = r 2 cos θ sin θ = r2 2 sin(2θ) after changing to polar coordinates and using the trig identity sin(2θ) = 2 cos θ sin θ. We can determine the sign of sin 2θ = 2 cos θ sin θ, and hence the value of sin(2θ), in each of the four quadrants in the plane: 4

33 π/2 θ π cos θ sin θ cos θ sin θ π θ 3π/2 cos θ sin θ cos θ sin θ y θ π/2 cos θ sin θ cos θ sin θ x 3π/2 θ 2π cos θ sin θ cos θ sin θ sin(2θ), if θ π/2 sin(2θ), if π/2 θ π = sin(2θ) = sin(2θ), if π θ 3π/2 sin(2θ), if 3π/2 θ 2π Finally, our integral is 2π 1 2π f(x, y) da = f(r, θ) r dr dθ = D = 1 ( 1 ) ( 2π ) r 3 dr sin(2θ) dθ 2 ( = 1 ) ( r 4 1 π/2 π 2 4 sin(2θ) dθ sin(2θ) dθ + π/2 = 1 cos(2θ) π/2 + cos(2θ) π cos(2θ) 3π/ π/2 π 1 r 3 2 3π/2 π sin(2θ) dr dθ + cos(2θ) 2 sin(2θ) dθ 2π 3π/2 2π 3π/2 sin(2θ) dθ = 1 ( cos π + cos + cos(2π) cos π cos(3π) + cos(2π) + cos(4π) cos(3π)) 16 = 1 16 ( ) = 1 2. Problem 6 ( ). Find the volume of the wedge-shaped region contained in the cylinder x 2 + y 2 = 9, bounded above by the plane z = x and below by the xy-plane. Solution. See your text for the picture of the region D. From the picture (and the description of the region) you can conclude that D is given in cylindrical coordinates as Therefore, the volume of D is 3 1 dv = D r 3, π/2 θ π/2, z x = r cos θ. = = 3 ( π/2 r cos θ π/2 r dz dθ dr = 3 ( π/2 ( r z π/2 r cos θ ( ) π/2 ( 3 ) ( π/2 r r cos θ dθ dr = r 2 dr π/2 ) 3 ( ) sin θ = 18. r 3 3 π/2 π/2 ) ) dθ dr cos θ dθ π/2 ) ) 5

34 Problem 7 ( ). Evaluate D x2 + y 2 da where D is the region y 2 x Solution. First, we consider the inner circle. The inner circle D inn is centered at (1, ) and has radius 1. Therefore, in rectangular coordinates it is given by the equation Changing to polar coordinates, we have (x 1) 2 + y 2 = 1. (r cos θ 1) 2 + r 2 sin 2 θ = 1 = r 2 cos 2 θ 2r cos θ r 2 sin 2 θ = 1 = r 2 2r cos θ = = r = 2 cos θ, and π ranges between π/2 and π/2 (since these are the values of θ that make r = ). Thus the integral of the integrand x 2 + y 2 = r over the inner circle D inn is given by D inn x2 + y 2 da = = 8 3 π/2 2 cos θ π/2 π/2 r r dr dθ = π/2 cos 3 θ dθ = 8 3 π/2 π/2 π/2 π/2 ( r cos θ ) dθ (1 sin 2 θ) cos θ dθ. Now let u = sin θ, so that du = cos θ dθ. Also, when θ = π/2, we have u = sin( π/2) = 1, and when θ = π/2, we have u = sin(π/2) = 1. Therefore our integral over the inner circle D inn becomes D inn x2 + y 2 da = (1 u 2 ) du = 8 3 ) (u u3 1 = 8 ( 2 2 ) = This finishes our consideration of the inner circle. Next we consider the outer circle D out. It is given in polar coordinates as r 2, θ 2π. 6

35 Therefore the integral of the integrand x 2 + y 2 = r over D out is D out x2 + y 2 da = 2π 2 r r dr dθ = ( 2π ) ( 2 ) 1 dθ r 2 dr = 16π 3. This finishes our consideration of the outer circle. We can now compute x2 + y D 2 da and finish the problem. Since D is obtained by removing D inn from D out, it follows that x2 + y 2 da = x2 + y 2 da x2 + y 2 da = 16π D D out D inn Problem 8 ( ). Use cylindrical coordinates to calculate f(x, y, z) dv for the W given function and region. f(x, y, z) = x 2 + y 2 ; x 2 + y 2 9, z 5 Solution. In three dimensions, the inequality x 2 + y 2 9 is the filled-in cylinder of radius 3 centered along the z-axis, and in cylindrical coordinates it is given by the inequalities r 3 and θ 2π. Moreover, the inequality z 5 gives us the portion of this cylinder that we need to consider. The integrand f(x, y, z) = x 2 + y 2 is given in cylindrical coordinates as f(r, θ, z) = r 2, and so our integral is W 5 2π 3 f(x, y, z) dv = r 2 r dr dθ dz ( 5 ) ( 2π ) ( 3 = 1 dz 1 dθ ) r 3 dr = 5 2π 34 4 = 45π 2. Problem 9 ( ). Use cylindrical coordinates to calculate f(x, y, z) dv for the W given function and region. f(x, y, z) = y; x 2 + y 2 1, x, y, z 2 Solution. The region W indicated here is the cylinder of radius 1 centered along the z-axis, restricted to the first octant, and with maximum height 2. In polar coordinates, it is given by r 1, θ π/2, z 2. The integrand f(x, y, z) = y is given in cylindrical coordinates as f(r, θ, z) = r sin θ, and so our integral is W 2 π/2 1 f(x, y, z) dv = r sin θ r dr dθ dz ( 2 ) ( ) π/2 ( 1 = 1 dz sin θ dθ ) r 2 dr =

36 Problem 1 ( ). Use cylindrical coordinates to calculate f(x, y, z) dv for the W given function and region. f(x, y, z) = z; x 2 + y 2 z 9. Solution. From the description of the region, we can deduce two inequalities: x 2 + y 2 9, x 2 + y 2 z 9. The first inequality is the cylinder of radius 3 centered along the z-axis; in polar coordinates it is r 3 and θ 2π. The second inequality means that the values of z that we want to integrate over are above the paraboloid z = x 2 + y 2 and below the plane z = 9; in polar coordinates this means that r 2 z 9. Therefore we can already integrate: W f(x, y, z) dv = 2π 3 9 = 2π 3 z r dz dr dθ = r ( 2 ) 81 r 2 r4 dr = π 2 ( 2π 3 ) ( 3 1 dθ r ( z r 2 ( 81r r 5 ) dr = 243π. ) dr ) 8

One side of each sheet is blank and may be used as scratch paper.

One side of each sheet is blank and may be used as scratch paper. Math 244 Spring 2017 (Practice) Final 5/11/2017 Time Limit: 2 hours Name: No calculators or notes are allowed. One side of each sheet is blank and may be used as scratch paper. heck your answers whenever

More information

36. Double Integration over Non-Rectangular Regions of Type II

36. Double Integration over Non-Rectangular Regions of Type II 36. Double Integration over Non-Rectangular Regions of Type II When establishing the bounds of a double integral, visualize an arrow initially in the positive x direction or the positive y direction. A

More information

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

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

More information

51. General Surface Integrals

51. General Surface Integrals 51. General urface Integrals The area of a surface in defined parametrically by r(u, v) = x(u, v), y(u, v), z(u, v) over a region of integration in the input-variable plane is given by d = r u r v da.

More information

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

In general, the formula is S f ds = D f(φ(u, v)) Φ u Φ v da. To compute surface area, we choose f = 1. We compute

In general, the formula is S f ds = D f(φ(u, v)) Φ u Φ v da. To compute surface area, we choose f = 1. We compute alculus III Test 3 ample Problem Answers/olutions 1. Express the area of the surface Φ(u, v) u cosv, u sinv, 2v, with domain u 1, v 2π, as a double integral in u and v. o not evaluate the integral. In

More information

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve

MATH 280 Multivariate Calculus Fall Integrating a vector field over a curve MATH 280 Multivariate alculus Fall 2012 Definition Integrating a vector field over a curve We are given a vector field F and an oriented curve in the domain of F as shown in the figure on the left below.

More information

Practice Final Solutions

Practice Final Solutions Practice Final Solutions Math 1, Fall 17 Problem 1. Find a parameterization for the given curve, including bounds on the parameter t. Part a) The ellipse in R whose major axis has endpoints, ) and 6, )

More information

MATH 52 FINAL EXAM SOLUTIONS

MATH 52 FINAL EXAM SOLUTIONS MAH 5 FINAL EXAM OLUION. (a) ketch the region R of integration in the following double integral. x xe y5 dy dx R = {(x, y) x, x y }. (b) Express the region R as an x-simple region. R = {(x, y) y, x y }

More information

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr.

Practice Problems for Exam 3 (Solutions) 1. Let F(x, y) = xyi+(y 3x)j, and let C be the curve r(t) = ti+(3t t 2 )j for 0 t 2. Compute F dr. 1. Let F(x, y) xyi+(y 3x)j, and let be the curve r(t) ti+(3t t 2 )j for t 2. ompute F dr. Solution. F dr b a 2 2 F(r(t)) r (t) dt t(3t t 2 ), 3t t 2 3t 1, 3 2t dt t 3 dt 1 2 4 t4 4. 2. Evaluate the line

More information

(You may need to make a sin / cos-type trigonometric substitution.) Solution.

(You may need to make a sin / cos-type trigonometric substitution.) Solution. MTHE 7 Problem Set Solutions. As a reminder, a torus with radii a and b is the surface of revolution of the circle (x b) + z = a in the xz-plane about the z-axis (a and b are positive real numbers, with

More information

Review Sheet for the Final

Review Sheet for the Final Review Sheet for the Final Math 6-4 4 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And the absence

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO OME PROBLEM YOU HOULD BE ABLE TO DO I ve attempted to make a list of the main calculations you should be ready for on the exam, and included a handful of the more important formulas. There are no examples

More information

MATH 0350 PRACTICE FINAL FALL 2017 SAMUEL S. WATSON. a c. b c.

MATH 0350 PRACTICE FINAL FALL 2017 SAMUEL S. WATSON. a c. b c. MATH 35 PRACTICE FINAL FALL 17 SAMUEL S. WATSON Problem 1 Verify that if a and b are nonzero vectors, the vector c = a b + b a bisects the angle between a and b. The cosine of the angle between a and c

More information

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2)

Math 210, Final Exam, Practice Fall 2009 Problem 1 Solution AB AC AB. cosθ = AB BC AB (0)(1)+( 4)( 2)+(3)(2) Math 2, Final Exam, Practice Fall 29 Problem Solution. A triangle has vertices at the points A (,,), B (, 3,4), and C (2,,3) (a) Find the cosine of the angle between the vectors AB and AC. (b) Find an

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

Chapter 13: Vectors and the Geometry of Space

Chapter 13: Vectors and the Geometry of Space Chapter 13: Vectors and the Geometry of Space 13.1 3-Dimensional Coordinate System 13.2 Vectors 13.3 The Dot Product 13.4 The Cross Product 13.5 Equations of Lines and Planes 13.6 Cylinders and Quadratic

More information

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative.

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. MAC2313 Final A (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. ii. The vector field F = 5(x 2 + y 2 ) 3/2 x, y is radial. iii. All constant

More information

Solutions for the Practice Final - Math 23B, 2016

Solutions for the Practice Final - Math 23B, 2016 olutions for the Practice Final - Math B, 6 a. True. The area of a surface is given by the expression d, and since we have a parametrization φ x, y x, y, f x, y with φ, this expands as d T x T y da xy

More information

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed.

Sections minutes. 5 to 10 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. MTH 34 Review for Exam 4 ections 16.1-16.8. 5 minutes. 5 to 1 problems, similar to homework problems. No calculators, no notes, no books, no phones. No green book needed. Review for Exam 4 (16.1) Line

More information

MATHS 267 Answers to Stokes Practice Dr. Jones

MATHS 267 Answers to Stokes Practice Dr. Jones MATH 267 Answers to tokes Practice Dr. Jones 1. Calculate the flux F d where is the hemisphere x2 + y 2 + z 2 1, z > and F (xz + e y2, yz, z 2 + 1). Note: the surface is open (doesn t include any of the

More information

Math 233. Practice Problems Chapter 15. i j k

Math 233. Practice Problems Chapter 15. i j k Math 233. Practice Problems hapter 15 1. ompute the curl and divergence of the vector field F given by F (4 cos(x 2 ) 2y)i + (4 sin(y 2 ) + 6x)j + (6x 2 y 6x + 4e 3z )k olution: The curl of F is computed

More information

f(p i )Area(T i ) F ( r(u, w) ) (r u r w ) da

f(p i )Area(T i ) F ( r(u, w) ) (r u r w ) da MAH 55 Flux integrals Fall 16 1. Review 1.1. Surface integrals. Let be a surface in R. Let f : R be a function defined on. efine f ds = f(p i Area( i lim mesh(p as a limit of Riemann sums over sampled-partitions.

More information

Instructions: No books. No notes. Non-graphing calculators only. You are encouraged, although not required, to show your work.

Instructions: No books. No notes. Non-graphing calculators only. You are encouraged, although not required, to show your work. Exam 3 Math 850-007 Fall 04 Odenthal Name: Instructions: No books. No notes. Non-graphing calculators only. You are encouraged, although not required, to show your work.. Evaluate the iterated integral

More information

Math 265H: Calculus III Practice Midterm II: Fall 2014

Math 265H: Calculus III Practice Midterm II: Fall 2014 Name: Section #: Math 65H: alculus III Practice Midterm II: Fall 14 Instructions: This exam has 7 problems. The number of points awarded for each question is indicated in the problem. Answer each question

More information

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS

MATH 228: Calculus III (FALL 2016) Sample Problems for FINAL EXAM SOLUTIONS MATH 228: Calculus III (FALL 216) Sample Problems for FINAL EXAM SOLUTIONS MATH 228 Page 2 Problem 1. (2pts) Evaluate the line integral C xy dx + (x + y) dy along the parabola y x2 from ( 1, 1) to (2,

More information

Note: Each problem is worth 14 points except numbers 5 and 6 which are 15 points. = 3 2

Note: Each problem is worth 14 points except numbers 5 and 6 which are 15 points. = 3 2 Math Prelim II Solutions Spring Note: Each problem is worth points except numbers 5 and 6 which are 5 points. x. Compute x da where is the region in the second quadrant between the + y circles x + y and

More information

7a3 2. (c) πa 3 (d) πa 3 (e) πa3

7a3 2. (c) πa 3 (d) πa 3 (e) πa3 1.(6pts) Find the integral x, y, z d S where H is the part of the upper hemisphere of H x 2 + y 2 + z 2 = a 2 above the plane z = a and the normal points up. ( 2 π ) Useful Facts: cos = 1 and ds = ±a sin

More information

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8

Name: SOLUTIONS Date: 11/9/2017. M20550 Calculus III Tutorial Worksheet 8 Name: SOLUTIONS Date: /9/7 M55 alculus III Tutorial Worksheet 8. ompute R da where R is the region bounded by x + xy + y 8 using the change of variables given by x u + v and y v. Solution: We know R is

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

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere.

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere. MATH 4 FINAL EXAM REVIEW QUESTIONS Problem. a) The points,, ) and,, 4) are the endpoints of a diameter of a sphere. i) Determine the center and radius of the sphere. ii) Find an equation for the sphere.

More information

Math 211, Fall 2014, Carleton College

Math 211, Fall 2014, Carleton College A. Let v (, 2, ) (1,, ) 1, 2, and w (,, 3) (1,, ) 1,, 3. Then n v w 6, 3, 2 is perpendicular to the plane, with length 7. Thus n/ n 6/7, 3/7, 2/7 is a unit vector perpendicular to the plane. [The negation

More information

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l.

1. If the line l has symmetric equations. = y 3 = z+2 find a vector equation for the line l that contains the point (2, 1, 3) and is parallel to l. . If the line l has symmetric equations MA 6 PRACTICE PROBLEMS x = y = z+ 7, find a vector equation for the line l that contains the point (,, ) and is parallel to l. r = ( + t) i t j + ( + 7t) k B. r

More information

SOLUTIONS FOR PRACTICE FINAL EXAM

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

More information

a k 0, then k + 1 = 2 lim 1 + 1

a k 0, then k + 1 = 2 lim 1 + 1 Math 7 - Midterm - Form A - Page From the desk of C. Davis Buenger. https://people.math.osu.edu/buenger.8/ Problem a) [3 pts] If lim a k = then a k converges. False: The divergence test states that if

More information

Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma

Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma Archive of Calculus IV Questions Noel Brady Department of Mathematics University of Oklahoma This is an archive of past Calculus IV exam questions. You should first attempt the questions without looking

More information

10550 PRACTICE FINAL EXAM SOLUTIONS. x 2 4. x 2 x 2 5x +6 = lim x +2. x 2 x 3 = 4 1 = 4.

10550 PRACTICE FINAL EXAM SOLUTIONS. x 2 4. x 2 x 2 5x +6 = lim x +2. x 2 x 3 = 4 1 = 4. 55 PRACTICE FINAL EXAM SOLUTIONS. First notice that x 2 4 x 2x + 2 x 2 5x +6 x 2x. This function is undefined at x 2. Since, in the it as x 2, we only care about what happens near x 2 an for x less than

More information

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the

x + ye z2 + ze y2, y + xe z2 + ze x2, z and where T is the 1.(8pts) Find F ds where F = x + ye z + ze y, y + xe z + ze x, z and where T is the T surface in the pictures. (The two pictures are two views of the same surface.) The boundary of T is the unit circle

More information

MA 351 Fall 2007 Exam #1 Review Solutions 1

MA 351 Fall 2007 Exam #1 Review Solutions 1 MA 35 Fall 27 Exam # Review Solutions THERE MAY BE TYPOS in these solutions. Please let me know if you find any.. Consider the two surfaces ρ 3 csc θ in spherical coordinates and r 3 in cylindrical coordinates.

More information

Page Problem Score Max Score a 8 12b a b 10 14c 6 6

Page Problem Score Max Score a 8 12b a b 10 14c 6 6 Fall 14 MTH 34 FINAL EXAM December 8, 14 Name: PID: Section: Instructor: DO NOT WRITE BELOW THIS LINE. Go to the next page. Page Problem Score Max Score 1 5 5 1 3 5 4 5 5 5 6 5 7 5 8 5 9 5 1 5 11 1 3 1a

More information

Midterm 1 practice UCLA: Math 32B, Winter 2017

Midterm 1 practice UCLA: Math 32B, Winter 2017 Midterm 1 practice UCLA: Math 32B, Winter 2017 Instructor: Noah White Date: Version: practice This exam has 4 questions, for a total of 40 points. Please print your working and answers neatly. Write your

More information

(b) Find the range of h(x, y) (5) Use the definition of continuity to explain whether or not the function f(x, y) is continuous at (0, 0)

(b) Find the range of h(x, y) (5) Use the definition of continuity to explain whether or not the function f(x, y) is continuous at (0, 0) eview Exam Math 43 Name Id ead each question carefully. Avoid simple mistakes. Put a box around the final answer to a question (use the back of the page if necessary). For full credit you must show your

More information

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3

M273Q Multivariable Calculus Spring 2017 Review Problems for Exam 3 M7Q Multivariable alculus Spring 7 Review Problems for Exam Exam covers material from Sections 5.-5.4 and 6.-6. and 7.. As you prepare, note well that the Fall 6 Exam posted online did not cover exactly

More information

e x3 dx dy. 0 y x 2, 0 x 1.

e x3 dx dy. 0 y x 2, 0 x 1. Problem 1. Evaluate by changing the order of integration y e x3 dx dy. Solution:We change the order of integration over the region y x 1. We find and x e x3 dy dx = y x, x 1. x e x3 dx = 1 x=1 3 ex3 x=

More information

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 1. The value of the double integral (a) 15 26 (b) 15 8 (c) 75 (d) 105 26 5 4 0 1 1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 2. What is the value of the double integral interchange the order

More information

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours)

SOLUTIONS TO THE FINAL EXAM. December 14, 2010, 9:00am-12:00 (3 hours) SOLUTIONS TO THE 18.02 FINAL EXAM BJORN POONEN December 14, 2010, 9:00am-12:00 (3 hours) 1) For each of (a)-(e) below: If the statement is true, write TRUE. If the statement is false, write FALSE. (Please

More information

10.1 Review of Parametric Equations

10.1 Review of Parametric Equations 10.1 Review of Parametric Equations Recall that often, instead of representing a curve using just x and y (called a Cartesian equation), it is more convenient to define x and y using parametric equations

More information

MATHEMATICS 200 December 2013 Final Exam Solutions

MATHEMATICS 200 December 2013 Final Exam Solutions MATHEMATICS 2 December 21 Final Eam Solutions 1. Short Answer Problems. Show our work. Not all questions are of equal difficult. Simplif our answers as much as possible in this question. (a) The line L

More information

Solution. This is a routine application of the chain rule.

Solution. This is a routine application of the chain rule. EXAM 2 SOLUTIONS 1. If z = e r cos θ, r = st, θ = s 2 + t 2, find the partial derivatives dz ds chain rule. Write your answers entirely in terms of s and t. dz and dt using the Solution. This is a routine

More information

53. Flux Integrals. Here, R is the region over which the double integral is evaluated.

53. Flux Integrals. Here, R is the region over which the double integral is evaluated. 53. Flux Integrals Let be an orientable surface within 3. An orientable surface, roughly speaking, is one with two distinct sides. At any point on an orientable surface, there exists two normal vectors,

More information

MATH 162. FINAL EXAM ANSWERS December 17, 2006

MATH 162. FINAL EXAM ANSWERS December 17, 2006 MATH 6 FINAL EXAM ANSWERS December 7, 6 Part A. ( points) Find the volume of the solid obtained by rotating about the y-axis the region under the curve y x, for / x. Using the shell method, the radius

More information

Preliminary Exam 2018 Solutions to Morning Exam

Preliminary Exam 2018 Solutions to Morning Exam Preliminary Exam 28 Solutions to Morning Exam Part I. Solve four of the following five problems. Problem. Consider the series n 2 (n log n) and n 2 (n(log n)2 ). Show that one converges and one diverges

More information

Math 23b Practice Final Summer 2011

Math 23b Practice Final Summer 2011 Math 2b Practice Final Summer 211 1. (1 points) Sketch or describe the region of integration for 1 x y and interchange the order to dy dx dz. f(x, y, z) dz dy dx Solution. 1 1 x z z f(x, y, z) dy dx dz

More information

Multiple Choice. Compute the Jacobian, (u, v), of the coordinate transformation x = u2 v 4, y = uv. (a) 2u 2 + 4v 4 (b) xu yv (c) 3u 2 + 7v 6

Multiple Choice. Compute the Jacobian, (u, v), of the coordinate transformation x = u2 v 4, y = uv. (a) 2u 2 + 4v 4 (b) xu yv (c) 3u 2 + 7v 6 .(5pts) y = uv. ompute the Jacobian, Multiple hoice (x, y) (u, v), of the coordinate transformation x = u v 4, (a) u + 4v 4 (b) xu yv (c) u + 7v 6 (d) u (e) u v uv 4 Solution. u v 4v u = u + 4v 4..(5pts)

More information

Green s Theorem. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Green s Theorem

Green s Theorem. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Green s Theorem Green s Theorem MATH 311, alculus III J. obert Buchanan Department of Mathematics Fall 2011 Main Idea Main idea: the line integral around a positively oriented, simple closed curve is related to a double

More information

Exam 1 Review SOLUTIONS

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

More information

HOMEWORK SOLUTIONS MATH 1910 Sections 6.1, 6.2, 6.3 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 6.1, 6.2, 6.3 Fall 2016 HOMEWORK SOLUTIONS MATH 191 Sections.1,.,. Fall 1 Problem.1.19 Find the area of the shaded region. SOLUTION. The equation of the line passing through ( π, is given by y 1() = π, and the equation of the

More information

Summary of various integrals

Summary of various integrals ummary of various integrals Here s an arbitrary compilation of information about integrals Moisés made on a cold ecember night. 1 General things o not mix scalars and vectors! In particular ome integrals

More information

Review problems for the final exam Calculus III Fall 2003

Review problems for the final exam Calculus III Fall 2003 Review problems for the final exam alculus III Fall 2003 1. Perform the operations indicated with F (t) = 2t ı 5 j + t 2 k, G(t) = (1 t) ı + 1 t k, H(t) = sin(t) ı + e t j a) F (t) G(t) b) F (t) [ H(t)

More information

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx

y = x 3 and y = 2x 2 x. 2x 2 x = x 3 x 3 2x 2 + x = 0 x(x 2 2x + 1) = 0 x(x 1) 2 = 0 x = 0 and x = (x 3 (2x 2 x)) dx Millersville University Name Answer Key Mathematics Department MATH 2, Calculus II, Final Examination May 4, 2, 8:AM-:AM Please answer the following questions. Your answers will be evaluated on their correctness,

More information

Chapter Exercise 7. Exercise 8. VectorPlot[{-x, -y}, {x, -2, 2}, {y, -2, 2}]

Chapter Exercise 7. Exercise 8. VectorPlot[{-x, -y}, {x, -2, 2}, {y, -2, 2}] Chapter 5. Exercise 7 VectorPlot[{x, }, {x, -, }, {y, -, }] - - - - Exercise 8 VectorPlot[{-x, -y}, {x, -, }, {y, -, }] - - - - ch5-hw-solutions.nb Exercise VectorPlot[{y, -x}, {x, -, }, {y, -, }] - -

More information

Math Exam IV - Fall 2011

Math Exam IV - Fall 2011 Math 233 - Exam IV - Fall 2011 December 15, 2011 - Renato Feres NAME: STUDENT ID NUMBER: General instructions: This exam has 16 questions, each worth the same amount. Check that no pages are missing and

More information

MTHE 227 Problem Set 2 Solutions

MTHE 227 Problem Set 2 Solutions MTHE 7 Problem Set Solutions 1 (Great Circles). The intersection of a sphere with a plane passing through its center is called a great circle. Let Γ be the great circle that is the intersection of the

More information

Solutions to Practice Exam 2

Solutions to Practice Exam 2 Solutions to Practice Eam Problem : For each of the following, set up (but do not evaluate) iterated integrals or quotients of iterated integral to give the indicated quantities: Problem a: The average

More information

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π.

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π. Math 234 What you should know on day one August 28, 2001 1 You should be able to use general principles like Length = ds, Area = da, Volume = dv For example the length of the semi circle x = cos t, y =

More information

MATH2321, Calculus III for Science and Engineering, Fall Name (Printed) Print your name, the date, and then sign the exam on the line

MATH2321, Calculus III for Science and Engineering, Fall Name (Printed) Print your name, the date, and then sign the exam on the line MATH2321, Calculus III for Science and Engineering, Fall 218 1 Exam 2 Name (Printed) Date Signature Instructions STOP. above. Print your name, the date, and then sign the exam on the line This exam consists

More information

Derivatives and Integrals

Derivatives and Integrals Derivatives and Integrals Definition 1: Derivative Formulas d dx (c) = 0 d dx (f ± g) = f ± g d dx (kx) = k d dx (xn ) = nx n 1 (f g) = f g + fg ( ) f = f g fg g g 2 (f(g(x))) = f (g(x)) g (x) d dx (ax

More information

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253

SOLUTIONS TO HOMEWORK ASSIGNMENT #2, Math 253 SOLUTIONS TO HOMEWORK ASSIGNMENT #, Math 5. Find the equation of a sphere if one of its diameters has end points (, 0, 5) and (5, 4, 7). The length of the diameter is (5 ) + ( 4 0) + (7 5) = =, so the

More information

Math 3435 Homework Set 11 Solutions 10 Points. x= 1,, is in the disk of radius 1 centered at origin

Math 3435 Homework Set 11 Solutions 10 Points. x= 1,, is in the disk of radius 1 centered at origin Math 45 Homework et olutions Points. ( pts) The integral is, x + z y d = x + + z da 8 6 6 where is = x + z 8 x + z = 4 o, is the disk of radius centered on the origin. onverting to polar coordinates then

More information

Material for review. By Lei. May, 2011

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

More information

Math 21a Homework 24 Solutions Spring, 2014

Math 21a Homework 24 Solutions Spring, 2014 Math a Homework olutions pring, Due Friday, April th (MWF) or Tuesday, April 5th (TTh) This assignment is officially on urface Area (ection.6) and calar urface Integrals (ection.6), but it s most useful

More information

Examples. 1. (Solution) (a) Suppose f is an increasing function, and let A(x) = x

Examples. 1. (Solution) (a) Suppose f is an increasing function, and let A(x) = x Math 31A Final Exam Practice Problems Austin Christian December 1, 15 Here are some practice problems for the final. You ll notice that these problems all come from material since the last exam. You are,

More information

1. For each function, find all of its critical points and then classify each point as a local extremum or saddle point.

1. For each function, find all of its critical points and then classify each point as a local extremum or saddle point. Solutions Review for Exam # Math 6. For each function, find all of its critical points and then classify each point as a local extremum or saddle point. a fx, y x + 6xy + y Solution.The gradient of f is

More information

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

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

More information

Vector equations of lines in the plane and 3-space (uses vector addition & scalar multiplication).

Vector equations of lines in the plane and 3-space (uses vector addition & scalar multiplication). Boise State Math 275 (Ultman) Worksheet 1.6: Lines and Planes From the Toolbox (what you need from previous classes) Plotting points, sketching vectors. Be able to find the component form a vector given

More information

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x)

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x) Evaluate the function: c. (g o f )(x + 2) d. ( f ( f (x)) 1. f x = 4x! 2 a. f( 2) b. f(x 1) c. f (x + h) f (x) h 4. g x = 3x! + 1 Find g!! (x) 5. p x = 4x! + 2 Find p!! (x) 2. m x = 3x! + 2x 1 m(x + h)

More information

Review for the First Midterm Exam

Review for the First Midterm Exam Review for the First Midterm Exam Thomas Morrell 5 pm, Sunday, 4 April 9 B9 Van Vleck Hall For the purpose of creating questions for this review session, I did not make an effort to make any of the numbers

More information

MAT 211 Final Exam. Spring Jennings. Show your work!

MAT 211 Final Exam. Spring Jennings. Show your work! MAT 211 Final Exam. pring 215. Jennings. how your work! Hessian D = f xx f yy (f xy ) 2 (for optimization). Polar coordinates x = r cos(θ), y = r sin(θ), da = r dr dθ. ylindrical coordinates x = r cos(θ),

More information

APPM 2350, Summer 2018: Exam 1 June 15, 2018

APPM 2350, Summer 2018: Exam 1 June 15, 2018 APPM 2350, Summer 2018: Exam 1 June 15, 2018 Instructions: Please show all of your work and make your methods and reasoning clear. Answers out of the blue with no supporting work will receive no credit

More information

Final Review Worksheet

Final Review Worksheet Score: Name: Final Review Worksheet Math 2110Q Fall 2014 Professor Hohn Answers (in no particular order): f(x, y) = e y + xe xy + C; 2; 3; e y cos z, e z cos x, e x cos y, e x sin y e y sin z e z sin x;

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 1 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 1 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH SOME SOLUTIONS TO EXAM 1 Fall 018 Version A refers to the regular exam and Version B to the make-up 1. Version A. Find the center

More information

MATH 18.01, FALL PROBLEM SET # 6 SOLUTIONS

MATH 18.01, FALL PROBLEM SET # 6 SOLUTIONS MATH 181, FALL 17 - PROBLEM SET # 6 SOLUTIONS Part II (5 points) 1 (Thurs, Oct 6; Second Fundamental Theorem; + + + + + = 16 points) Let sinc(x) denote the sinc function { 1 if x =, sinc(x) = sin x if

More information

Solutions to Sample Questions for Final Exam

Solutions to Sample Questions for Final Exam olutions to ample Questions for Final Exam Find the points on the surface xy z 3 that are closest to the origin. We use the method of Lagrange Multipliers, with f(x, y, z) x + y + z for the square of the

More information

Exercises for Multivariable Differential Calculus XM521

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

More information

14.1. Multiple Integration. Iterated Integrals and Area in the Plane. Iterated Integrals. Iterated Integrals. MAC2313 Calculus III - Chapter 14

14.1. Multiple Integration. Iterated Integrals and Area in the Plane. Iterated Integrals. Iterated Integrals. MAC2313 Calculus III - Chapter 14 14 Multiple Integration 14.1 Iterated Integrals and Area in the Plane Objectives Evaluate an iterated integral. Use an iterated integral to find the area of a plane region. Copyright Cengage Learning.

More information

Dimensions = xyz dv. xyz dv as an iterated integral in rectangular coordinates.

Dimensions = xyz dv. xyz dv as an iterated integral in rectangular coordinates. Math Show Your Work! Page of 8. () A rectangular box is to hold 6 cubic meters. The material used for the top and bottom of the box is twice as expensive per square meter than the material used for the

More information

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

More information

Math 234 Final Exam (with answers) Spring 2017

Math 234 Final Exam (with answers) Spring 2017 Math 234 Final Exam (with answers) pring 217 1. onsider the points A = (1, 2, 3), B = (1, 2, 2), and = (2, 1, 4). (a) [6 points] Find the area of the triangle formed by A, B, and. olution: One way to solve

More information

MA 351 Fall 2008 Exam #3 Review Solutions 1. (2) = λ = x 2y OR x = y = 0. = y = x 2y (2x + 2) = 2x2 + 2x 2y = 2y 2 = 2x 2 + 2x = y 2 = x 2 + x

MA 351 Fall 2008 Exam #3 Review Solutions 1. (2) = λ = x 2y OR x = y = 0. = y = x 2y (2x + 2) = 2x2 + 2x 2y = 2y 2 = 2x 2 + 2x = y 2 = x 2 + x MA 5 Fall 8 Eam # Review Solutions. Find the maimum of f, y y restricted to the curve + + y. Give both the coordinates of the point and the value of f. f, y y g, y + + y f < y, > g < +, y > solve y λ +

More information

Math 1272 Solutions for Fall 2005 Final Exam

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

More information

Math 350 Solutions for Final Exam Page 1. Problem 1. (10 points) (a) Compute the line integral. F ds C. z dx + y dy + x dz C

Math 350 Solutions for Final Exam Page 1. Problem 1. (10 points) (a) Compute the line integral. F ds C. z dx + y dy + x dz C Math 35 Solutions for Final Exam Page Problem. ( points) (a) ompute the line integral F ds for the path c(t) = (t 2, t 3, t) with t and the vector field F (x, y, z) = xi + zj + xk. (b) ompute the line

More information

Figure 25:Differentials of surface.

Figure 25:Differentials of surface. 2.5. Change of variables and Jacobians In the previous example we saw that, once we have identified the type of coordinates which is best to use for solving a particular problem, the next step is to do

More information

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4.

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4. MATH 23, FALL 2013 Text: Calculus, Early Transcendentals or Multivariable Calculus, 7th edition, Stewart, Brooks/Cole. We will cover chapters 12 through 16, so the multivariable volume will be fine. WebAssign

More information

MATHEMATICS 200 April 2010 Final Exam Solutions

MATHEMATICS 200 April 2010 Final Exam Solutions MATHEMATICS April Final Eam Solutions. (a) A surface z(, y) is defined by zy y + ln(yz). (i) Compute z, z y (ii) Evaluate z and z y in terms of, y, z. at (, y, z) (,, /). (b) A surface z f(, y) has derivatives

More information

HOMEWORK SOLUTIONS MATH 1910 Sections 6.4, 6.5, 7.1 Fall 2016

HOMEWORK SOLUTIONS MATH 1910 Sections 6.4, 6.5, 7.1 Fall 2016 HOMEWORK SOLUTIONS MATH 9 Sections 6.4, 6.5, 7. Fall 6 Problem 6.4. Sketch the region enclosed by x = 4 y +, x = 4y, and y =. Use the Shell Method to calculate the volume of rotation about the x-axis SOLUTION.

More information

Department of Mathematical and Statistical Sciences University of Alberta

Department of Mathematical and Statistical Sciences University of Alberta MATH 214 (R1) Winter 2008 Intermediate Calculus I Solutions to Problem Set #8 Completion Date: Friday March 14, 2008 Department of Mathematical and Statistical Sciences University of Alberta Question 1.

More information

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

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

More information

Math 32B Discussion Session Week 10 Notes March 14 and March 16, 2017

Math 32B Discussion Session Week 10 Notes March 14 and March 16, 2017 Math 3B iscussion ession Week 1 Notes March 14 and March 16, 17 We ll use this week to review for the final exam. For the most part this will be driven by your questions, and I ve included a practice final

More information

Math 221 Examination 2 Several Variable Calculus

Math 221 Examination 2 Several Variable Calculus Math Examination Spring Instructions These problems should be viewed as essa questions. Before making a calculation, ou should explain in words what our strateg is. Please write our solutions on our own

More information