Midterm Exam II Math Engineering Calculus II April 6, Solutions

Size: px
Start display at page:

Download "Midterm Exam II Math Engineering Calculus II April 6, Solutions"

Transcription

1 Midterm Exam II Math Engineering Calculus II April 6, 2015 Answer each question completely in the area below. Show all work and explain your reasoning. If the work is at all ambiguous, it is considered incorrect. No phones, calculators, or notes are allowed. Anyone found violating these rules will be asked to leave immediately. Point values are in the square to the left of the question. If there are any other issues, please ask the instructor. By signing below, you are acknowledging that you have read and agree to the above paragraph, as well as agree to abide University Honor Code: Name: Signature: uid: Solutions Question Points Score Total: 100 Note: There are 6 questions total on the exam, as well as a challenging bonus question at the end of the exam that is worth trying if and only if you have extra time.

2 1. Consider the following two vectors: u = h3, 2i, v = h2, 0i. 5 (a) Find an expression for the angle between u and v and draw graphical representation of these vectors on a standard (x,y) coordinate system. Solution: We know that this is just an immediate application of the dot product. Specifically, u v = ku kvk cos, where is the desired angle between the two vectors, meaning that u v = cos 1, kukkvk thus we just need to compute each of these. Our dot product can be obtained by taking the sum of the products of the components: u v = h3, 2i h2, 0i = =6. Also, the magnitudes can be computed from the distance formula: p kuk = = p p 13, kvk = =2. Thus, our is: u v = cos 1 kukkvk = cos p 13. u v 10 (b) Compute proj v u and draw the graphic representation of this operation and its result. Solution: Recall that proj v u means the projection of the vector u onto the vector v. That is, we want to compute the component of u that is in the direction of v. This corresponds to the following picture: The length of the vector we want, denoted comp v u is the following: comp v u = u v kvk = 6 2 =3. Thus, we want a vector of length comp v u in the direction of v, so we just compute the unit vector in the direction of v: v kvk = 1 h2, 0i = h1, 0i. 2 Therefore, our total projection is: proj v u = comp v u v = h3, 0i. kvk 2/11 /15 pts

3 Notice, this makes sense. Since v is just in the x direction, the projection of u onto v is just the x component of u. u v proj v u 3/11 /0 pts

4 2. Consider the two following points: P 1 =(1, 2, 3) P 2 =( 1, 0, 4). 5 (a) Find a vector representation of the line that passes through both P 1, P 2. Solution: We first need to find the vector that points in the direction of the line through P 1 and P 2, which is just the displacement vector between these two points:! P 1 P 2 = hp 2 P 1 i = h 2, 2, 1i. Note, this is our v for our line. The equation of a line is then where r 0 = hp 1 i = h1, 2, 3i, sowehave: r = r 0 + vt, r = hx,y,zi = h1, 2, 3i + h 2, 2, 1it = h1 2t,2 2t,3+ti. 10 (b) Consider the following vector: v = h1, 1, 1i. Find the equation of the plane that contains the line described in part (a) that also is in the direction of the vector v. Solution: We want a plane that is in the direction of the line from the previous problem, which I ll call v 0 = h 2, 2, 1i and now also v = h1, 1, 1i. We need the normal vector to the plane, which is orthogonal to both of these and therefore can be obtained via the cross product: n = v 0 v = i j k = h 3, 3, 0i. For a plane, we need a point and a normal vector, so we can just choose a point on the line, say P 1 =(1, 2, 3), which gives us that our plane equation is: which is the same as:! n PP 1 =0, h 3, 3, 0i hx 1,y 2,z 3i = 3(x 1) + 3(y 2) + 0(z 3) = 0. 4/11 /15 pts

5 3. Match the following equations to one of the surfaces on the next page. If you explain/show work, you may get extra credit even for a wrong answer. Note I : not all of the equations are given in rectangular coordinates. Note II: not all of the surfaces have corresponding equations, but every equation has a corresponding surface. 5 (a) x 2 y 2 + z 2 =1. 5 (b) z = r. 5 (c) x = z 2 + y 2. 5 (d) cos =0. Solution: The easiest way to identify this one is that notice due to the negative signs, you obtain hyperbolas. Specifically, when z =0, no solutions exist. This is clearly (v). Solution: We ve talked many times about this example in cylindrical coordinates. It s the classical cone, (iii). Solution: Again, taking slices can yield the answer, but notice that it s effectively something that grows in the x-direction, the only of which, is (viii). Solution: This is probably the trickiest of the bunch, but if you recall your coordinate changes, we know that z = cos, so this is just z =0, the plane described by (i). 5/11 /20 pts

6 Midterm Exam 2 Math Engineering Calculus II (i) (v) (ii) (vi) (iii) (vii) (iv) (viii) 6/11 April 6, 2015 /0 pts

7 4. Consider two bees flying around in a beehive, where the first bee s position at time t is described by r 1 (t) =ht, t,1i, and the second bee s trajectory is r 2 (t) =ht 2,t 3, 5+ti. 10 (a) Colliding would be catastrophic for both of the bees. Do they ever have to worry about this? That is, do the two bees ever collide? If so, at what time? Solution: To check if the trajectories intersect, we simply have to see if the x,y,z components are all the same at any given time. Thus, if we first examine the x component, we check t = t 2 =) t 2 t =0, which only occurs at t =0and t =1, two possible candidates. Now, if we check the y component, which, for the bees to collide, requires t = t 3 =) 2t = 3, which only occurs at t =3/2, we see that the bees never collide. We do not even need to check the z component. 10 (b) Suppose the hive is a sphere of radius 3, centered at the origin, which we can describe by x 2 + y 2 + z 2 =3 2. Does the first bee ever escape the sphere? That is, does r 1 ever intersect the sphere? If so, when? Solution: Similar to a lab question, to see if the first bee intersects the sphere, we simply check if the position of the bee r 1 ever satisfies the equation of the sphere. To do so, we plug in each of the x,y,z coordinates for x,y,z in the sphere equation: which after simplifying, yields (t) 2 +( t) =3 2, 2t 2 +1=9 =) t = ±2. Clearly, we do not care about t = 2, so the bee leaves the hive at t =2. 7/11 /20 pts

8 5. Consider the following vector equation: 5 (a) Compute T(t), the unit tangent equation. r(t) =3ti +2t 2 j. Solution: We ve defined T to be the following: T(t) = r0 (t) kr 0 (t)k, so we clearly just need to take the derivative to find r 0 (t), which is, in this case Computing the magnitude of this, we see r 0 (t) =h3, 4ti. kr 0 (t)k = p 3 2 +(4t) 2 = meaning that we have our unit tangent vector T(t) = p t 2, r0 (t) kr 0 (t)k = 1 h3, 4ti t2 5 (b) Compute N(t), the unit normal equation. Solution: This calculation is a little messier, but at the end of the day, still just basic calculus. We ve defined the unit normal to be N(t) = T(t) kt 0 (t)k, so we need to take our answer from the previous question and differentiate it. Note, for the y component, you do have to use the quotient rule, but what we find is T 0 48t (t) = (9 + 16t 2 ) 3/2, (9 + 16t 2 ) 3/2 = (9 + 16t 2 h 4t,3i. ) 3/2 Therefore, we can now compute the magnitude noticing that we can pull the scalar out in front out, to see that we get kt 0 (t)k = 12 p ( 4t) (9 + 16t 2 ) 3/2 2 + (3) 2 = 12(9 + 16t2 ) 1/2 (9 + 16t 2 ) 3/2 = Therefore, we now have our unit normal vector t 2. N(t) = T(t) kt 0 (t)k = 1 p h t 2 4t,3i. 8/11 /10 pts

9 10 (c) Compute the curvature, apple(t). Solution: For this problem, you could feasibly use the definition apple(t) = kt0 (t)k kr 0 (t)k, since we already have both of these, but we can also use the other definition, which is an easy calculation in this case. The other definition we ve used is apple(t) = kr0 (t) r 00 (t)k kr 0 (t)k 3. We know what r 0 (t) is, so we can take another derivative to find that Thus, we now have the following: r 00 (t) =h0, 4i. Thus, our final answer is simply r 0 (t) r 00 (t) = i j k 3 4t = h0, 0, 12. apple(t) = kr0 (t) r 00 (t)k kr 0 (t)k 3 = 12 p t 2 3 = 12 (9 + 16t 2 ) 3/2. 9/11 /10 pts

10 10 6. In class, we proved that if r(t) = c, wherec is a constant, then r(t)? r 0 (t) for all t. Prove the converse. That is, prove the following statement: If r 0 (t)? r(t) (that is, the vectors are orthogonal) for all t, then r(t) = c, a constant. For this problem, it s sufficient to consider r(t) to have the form r(t) =hf (t),g(t),h(t)i. Hint: What does it mean for two vectors to be orthogonal? Write this down and then integrate. Solution: Let s consider the form provided in the problem, that is r(t) =hf (t),g(t),h(t)i, then r 0 (t) =hf 0 (t),g 0 (t),h 0 (t)i. For two vectors to be orthogonal, this means that their dot product is zero, in other words: 0=r(t) r 0 (t) =f (t)f 0 (t)+g(t)g 0 (t)+h(t)h 0 (t). On the left side if integrate, we just get a constant, c: Z 0 dt = c. The right side of the equation is screaming to be integrated, yielding, by the chain rule: Z Z Z f (t)f 0 (t) dt + g(t)g 0 (t) dt + h(t)h 0 (t) dt = f (t)2 + g(t)2 + h(t) Thus, we re left with: 2c = f (t) 2 + g(t) 2 + h(t) 2, which means that p 2c = p f (t) 2 + g(t) 2 + h(t) 2, but what is this object on the right hand side? It s exactly the magnitude of r(t), that is: kr(t)k = p f (t) 2 + g(t) 2 + h(t) 2, so we just have that some constant p 2c, which we can now call a different constant C: p 2c = C = kr(t)k, which is exactly what we hoped to prove. 10/11 /10 pts

11 7. (Extra credit) Prove that a circle of radius a has constant curvature. Solution: This just Example 3 in section 10.3 of the book, found on page /11 /0 pts

Math 1120 Calculus II for Engineering, Section 03 { Midterm Examination, Spring, Name: Solution UID: Solution Score: 100

Math 1120 Calculus II for Engineering, Section 03 { Midterm Examination, Spring, Name: Solution UID: Solution Score: 100 Homework Solution Math 0 Calculus II for Engineering, Section 0 { Miterm Examination, Spring, 008 Name: Solution UID: Solution Score: 00 Section I. Multiple Choice Problems. Compute the area of the triangle

More information

Without fully opening the exam, check that you have pages 1 through 11.

Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

More information

MTH 234 Exam 1 February 20th, Without fully opening the exam, check that you have pages 1 through 11.

MTH 234 Exam 1 February 20th, Without fully opening the exam, check that you have pages 1 through 11. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 11. Show all your work on the standard

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

MATH 12 CLASS 5 NOTES, SEP

MATH 12 CLASS 5 NOTES, SEP MATH 12 CLASS 5 NOTES, SEP 30 2011 Contents 1. Vector-valued functions 1 2. Differentiating and integrating vector-valued functions 3 3. Velocity and Acceleration 4 Over the past two weeks we have developed

More information

MATH UN1201, Section 3 (11:40am 12:55pm) - Midterm 1 February 14, 2018 (75 minutes)

MATH UN1201, Section 3 (11:40am 12:55pm) - Midterm 1 February 14, 2018 (75 minutes) Name: Instructor: Shrenik Shah MATH UN1201, Section 3 (11:40am 12:55pm) - Midterm 1 February 14, 2018 (75 minutes) This examination booklet contains 6 problems plus an additional extra credit problem.

More information

Multiple Choice. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.

Multiple Choice. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9. Multiple Choice.(6 pts) Find smmetric equations of the line L passing through the point (, 5, ) and perpendicular to the plane x + 3 z = 9. (a) x = + 5 3 = z (c) (x ) + 3( 3) (z ) = 9 (d) (e) x = 3 5 =

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

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003 SOLUTIONS TO SECOND PRACTICE EXAM Math a, Spring 3 Problem ) ( points) Circle for each of the questions the correct letter. No justifications are needed. Your score will be C W where C is the number of

More information

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord

Math 1: Calculus with Algebra Midterm 2 Thursday, October 29. Circle your section number: 1 Freund 2 DeFord Math 1: Calculus with Algebra Midterm 2 Thursday, October 29 Name: Circle your section number: 1 Freund 2 DeFord Please read the following instructions before starting the exam: This exam is closed book,

More information

Vector Functions & Space Curves MATH 2110Q

Vector Functions & Space Curves MATH 2110Q Vector Functions & Space Curves Vector Functions & Space Curves Vector Functions Definition A vector function or vector-valued function is a function that takes real numbers as inputs and gives vectors

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 12. Show all your work on the standard

More information

Math 106: Calculus I, Spring 2018: Midterm Exam II Monday, April Give your name, TA and section number:

Math 106: Calculus I, Spring 2018: Midterm Exam II Monday, April Give your name, TA and section number: Math 106: Calculus I, Spring 2018: Midterm Exam II Monday, April 6 2018 Give your name, TA and section number: Name: TA: Section number: 1. There are 6 questions for a total of 100 points. The value of

More information

Math 164-1: Optimization Instructor: Alpár R. Mészáros

Math 164-1: Optimization Instructor: Alpár R. Mészáros Math 164-1: Optimization Instructor: Alpár R. Mészáros First Midterm, April 20, 2016 Name (use a pen): Student ID (use a pen): Signature (use a pen): Rules: Duration of the exam: 50 minutes. By writing

More information

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit.

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit. MATH202X-F01/UX1 Spring 2015 Practice Midterm Exam 1 Name: Answer Key Instructions You have 60 minutes No calculators allowed Show all your work in order to receive full credit 1 Consider the points P

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This is a midterm from a previous semester. This means: This midterm contains problems that are of

More information

University of Georgia Department of Mathematics. Math 2250 Final Exam Fall 2016

University of Georgia Department of Mathematics. Math 2250 Final Exam Fall 2016 University of Georgia Department of Mathematics Math 2250 Final Exam Fall 2016 By providing my signature below I acknowledge that I abide by the University s academic honesty policy. This is my work, and

More information

MTH 234 Solutions to Exam 1 Feb. 22nd 2016

MTH 234 Solutions to Exam 1 Feb. 22nd 2016 MTH 34 Solutions to Exam 1 Feb. nd 016 Name: Section: Recitation Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic

More information

Math 11 Fall 2018 Midterm 1

Math 11 Fall 2018 Midterm 1 Math 11 Fall 2018 Midterm 1 October 3, 2018 NAME: SECTION (check one box): Section 1 (I. Petkova 10:10) Section 2 (M. Kobayashi 11:30) Section 3 (W. Lord 12:50) Section 4 (M. Kobayashi 1:10) Instructions:

More information

Lynch 2017 Page 1 of 5. Math 150, Fall 2017 Exam 1 Form A Multiple Choice

Lynch 2017 Page 1 of 5. Math 150, Fall 2017 Exam 1 Form A Multiple Choice Lynch 017 Page 1 of 5 Math 150, Fall 017 Exam 1 Form A Multiple Choice Last Name: First Name: Section Number: Student ID number: Directions: 1. No calculators, cell phones, or other electronic devices

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

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

More information

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers.

No calculators, cell phones or any other electronic devices can be used on this exam. Clear your desk of everything excepts pens, pencils and erasers. Name: Section: Recitation Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices can be used on this exam. Clear

More information

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM.

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. Math 126 Final Examination Autumn 2011 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. This exam is closed

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

MTH 234 Exam 2 November 21st, Without fully opening the exam, check that you have pages 1 through 12.

MTH 234 Exam 2 November 21st, Without fully opening the exam, check that you have pages 1 through 12. Name: Section: Recitation Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 12. Show all your work on the standard

More information

Spring /11/2009

Spring /11/2009 MA 123 Elementary Calculus SECOND MIDTERM Spring 2009 03/11/2009 Name: Sec.: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

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 2014 MTH 234 FINAL EXAM December 8, 2014 Name: PID: Section: Instructor: DO NOT WRITE BELOW THIS LINE. Go to the next page. Page Problem Score Max Score 1 5 2 5 1 3 5 4 5 5 5 6 5 7 5 2 8 5 9 5 10

More information

NORTHEASTERN UNIVERSITY Department of Mathematics

NORTHEASTERN UNIVERSITY Department of Mathematics NORTHEASTERN UNIVERSITY Department of Mathematics MATH 1342 (Calculus 2 for Engineering and Science) Final Exam Spring 2010 Do not write in these boxes: pg1 pg2 pg3 pg4 pg5 pg6 pg7 pg8 Total (100 points)

More information

Spring /06/2009

Spring /06/2009 MA 123 Elementary Calculus FINAL EXAM Spring 2009 05/06/2009 Name: Sec.: Do not remove this answer page you will return the whole exam. You will be allowed two hours to complete this test. No books or

More information

Section 14.1 Vector Functions and Space Curves

Section 14.1 Vector Functions and Space Curves Section 14.1 Vector Functions and Space Curves Functions whose range does not consists of numbers A bulk of elementary mathematics involves the study of functions - rules that assign to a given input a

More information

Math 115 Second Midterm March 25, 2010

Math 115 Second Midterm March 25, 2010 Math 115 Second Midterm March 25, 2010 Name: EXAM SOLUTIONS Instructor: Section: 1. Do not open this exam until you are told to do so. 2. This exam has 9 pages including this cover. There are 8 problems.

More information

Math 2400, Midterm 1

Math 2400, Midterm 1 Math 4, Midterm 1 February 1, 18 PRINT your name: PRINT instructor s name: Mark your section/instructor: Section 1 Kevin Berg 8: 8:5 Section Xingzhou Yang 8: 8:5 Section 3 Albert Bronstein 9: 9:5 Section

More information

Page Points Score Total: 210. No more than 200 points may be earned on the exam.

Page Points Score Total: 210. No more than 200 points may be earned on the exam. Name: PID: Section: Recitation Instructor: DO NOT WRITE BELOW THIS LINE. GO ON TO THE NEXT PAGE. Page Points Score 3 18 4 18 5 18 6 18 7 18 8 18 9 18 10 21 11 21 12 21 13 21 Total: 210 No more than 200

More information

Midterm solutions. (50 points) 2 (10 points) 3 (10 points) 4 (10 points) 5 (10 points)

Midterm solutions. (50 points) 2 (10 points) 3 (10 points) 4 (10 points) 5 (10 points) Midterm solutions Advanced Linear Algebra (Math 340) Instructor: Jarod Alper April 26, 2017 Name: } {{ } Read all of the following information before starting the exam: You may not consult any outside

More information

MTH 132 Solutions to Exam 2 Apr. 13th 2015

MTH 132 Solutions to Exam 2 Apr. 13th 2015 MTH 13 Solutions to Exam Apr. 13th 015 Name: Section: Instructor: READ THE FOLLOWING INSTRUCTIONS. Do not open your exam until told to do so. No calculators, cell phones or any other electronic devices

More information

Final Exam Math 317 April 18th, 2015

Final Exam Math 317 April 18th, 2015 Math 317 Final Exam April 18th, 2015 Final Exam Math 317 April 18th, 2015 Last Name: First Name: Student # : Instructor s Name : Instructions: No memory aids allowed. No calculators allowed. No communication

More information

Math 3c Solutions: Exam 2 Fall 2017

Math 3c Solutions: Exam 2 Fall 2017 Math 3c Solutions: Exam Fall 07. 0 points) The graph of a smooth vector-valued function is shown below except that your irresponsible teacher forgot to include the orientation!) Several points are indicated

More information

Math Vector Calculus II

Math Vector Calculus II Math 255 - Vector Calculus II Review Notes Vectors We assume the reader is familiar with all the basic concepts regarding vectors and vector arithmetic, such as addition/subtraction of vectors in R n,

More information

Math 317 M1A, October 8th, 2010 page 1 of 7 Name:

Math 317 M1A, October 8th, 2010 page 1 of 7 Name: Math 317 M1A, October 8th, 2010 page 1 of 7 Name: Problem 1 (5 parts, 30 points): Consider the curve r(t) = 3 sin(t 2 ), 4t 2 + 7, 3 cos(t 2 ), 0 t < a) (5 points) Find the arclength function s(t) giving

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

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018

APPM 2350 Section Exam points Wednesday September 26, 6:00pm 7:30pm, 2018 APPM 2350 Section Exam 1 140 points Wednesday September 26, 6:00pm 7:30pm, 2018 ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your student ID number, (3) lecture section/time (4) your instructor

More information

Math 3c Solutions: Exam 1 Fall Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter.

Math 3c Solutions: Exam 1 Fall Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter. Math c Solutions: Exam 1 Fall 16 1. Graph by eliiminating the parameter; be sure to write the equation you get when you eliminate the parameter. x tan t x tan t y sec t y sec t t π 4 To eliminate the parameter,

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

MLC Practice Final Exam

MLC Practice Final Exam Name: Section: Recitation/Instructor: INSTRUCTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages 1 through 13. Show all your work on the standard

More information

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Study guide for Exam 1. by William H. Meeks III October 26, 2012 Study guide for Exam 1. by William H. Meeks III October 2, 2012 1 Basics. First we cover the basic definitions and then we go over related problems. Note that the material for the actual midterm may include

More information

Distances in R 3. Last time we figured out the (parametric) equation of a line and the (scalar) equation of a plane:

Distances in R 3. Last time we figured out the (parametric) equation of a line and the (scalar) equation of a plane: Distances in R 3 Last time we figured out the (parametric) equation of a line and the (scalar) equation of a plane: Definition: The equation of a line through point P(x 0, y 0, z 0 ) with directional vector

More information

There is a function, the arc length function s(t) defined by s(t) = It follows that r(t) = p ( s(t) )

There is a function, the arc length function s(t) defined by s(t) = It follows that r(t) = p ( s(t) ) MATH 20550 Acceleration, Curvature and Related Topics Fall 2016 The goal of these notes is to show how to compute curvature and torsion from a more or less arbitrary parametrization of a curve. We will

More information

Math 223 Final. July 24, 2014

Math 223 Final. July 24, 2014 Math 223 Final July 24, 2014 Name Directions: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Total 1. No books, notes, or evil looks. You may use a calculator to do routine arithmetic computations. You may not use your

More information

Answer Key. Calculus I Math 141 Fall 2003 Professor Ben Richert. Exam 2

Answer Key. Calculus I Math 141 Fall 2003 Professor Ben Richert. Exam 2 Answer Key Calculus I Math 141 Fall 2003 Professor Ben Richert Exam 2 November 18, 2003 Please do all your work in this booklet and show all the steps. Calculators and note-cards are not allowed. Problem

More information

y 4x 2 4x. The velocity vector is v t i 4 8t j and the speed is

y 4x 2 4x. The velocity vector is v t i 4 8t j and the speed is MATH 2203 - Exam 2 (Version 1) Solutions September 23, 2014 S. F. Ellermeyer Name Instructions. Your work on this exam will be graded according to two criteria: mathematical correctness and clarity of

More information

University of Connecticut Department of Mathematics

University of Connecticut Department of Mathematics University of Connecticut Department of Mathematics Math 1131 Sample Exam 1 Fall 2013 Name: This sample exam is just a guide to prepare for the actual exam. Questions on the actual exam may or may not

More information

MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name

MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name MATH 2203 Exam 1 January 26, 2004 S. F. Ellermeyer Name Instructions. This exam contains seven problems, but only six of them will be graded. You maychooseanysixtodo. PleasewriteDON TGRADEontheonethatyoudon

More information

HKUST. MATH1013 Calculus IB. Directions:

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

More information

Without fully opening the exam, check that you have pages 1 through 12.

Without fully opening the exam, check that you have pages 1 through 12. MTH 34 Solutions to Exam April 9th, 8 Name: Section: Recitation Instructor: INSTRUTIONS Fill in your name, etc. on this first page. Without fully opening the exam, check that you have pages through. Show

More information

Faculty of Engineering and Department of Physics Engineering Physics 131 Midterm Examination February 26, 2007; 7:00 pm 8:30 pm

Faculty of Engineering and Department of Physics Engineering Physics 131 Midterm Examination February 26, 2007; 7:00 pm 8:30 pm Faculty of Engineering and Department of Physics Engineering Physics 131 Midterm Examination February 26, 2007; 7:00 pm 8:30 pm 1. No notes or textbooks allowed. 2. Formula sheets are at the end (may be

More information

II. Unit Speed Curves

II. Unit Speed Curves The Geometry of Curves, Part I Rob Donnelly From Murray State University s Calculus III, Fall 2001 note: This material supplements Sections 13.3 and 13.4 of the text Calculus with Early Transcendentals,

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

Section Vector Functions and Space Curves

Section Vector Functions and Space Curves Section 13.1 Section 13.1 Goals: Graph certain plane curves. Compute limits and verify the continuity of vector functions. Multivariable Calculus 1 / 32 Section 13.1 Equation of a Line The equation of

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

Calculus is Cool. Math 160 Calculus for Physical Scientists I Exam 1 September 18, 2014, 5:00-6:50 pm. NAME: Instructor: Time your class meets:

Calculus is Cool. Math 160 Calculus for Physical Scientists I Exam 1 September 18, 2014, 5:00-6:50 pm. NAME: Instructor: Time your class meets: NAME: Instructor: Time your class meets: Math 160 Calculus for Physical Scientists I Exam 1 September 18, 2014, 5:00-6:50 pm How can it be that mathematics, being after all a product of human thought independent

More information

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e

a b c d e GOOD LUCK! 3. a b c d e 12. a b c d e 4. a b c d e 13. a b c d e 5. a b c d e 14. a b c d e 6. a b c d e 15. a b c d e MA23 Elem. Calculus Spring 206 Final Exam 206-05-05 Name: Sec.: Do not remove this answer page you will turn in the entire exam. No books or notes may be used. You may use an ACT-approved calculator during

More information

Math 42: Fall 2015 Midterm 2 November 3, 2015

Math 42: Fall 2015 Midterm 2 November 3, 2015 Math 4: Fall 5 Midterm November 3, 5 NAME: Solutions Time: 8 minutes For each problem, you should write down all of your work carefully and legibly to receive full credit When asked to justify your answer,

More information

MATH107 Vectors and Matrices

MATH107 Vectors and Matrices School of Mathematics, KSU 20/11/16 Vector valued functions Let D be a set of real numbers D R. A vector-valued functions r with domain D is a correspondence that assigns to each number t in D exactly

More information

Implicit Differentiation

Implicit Differentiation Week 6. Implicit Differentiation Let s say we want to differentiate the equation of a circle: y 2 + x 2 =9 Using the techniques we know so far, we need to write the equation as a function of one variable

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This is a midterm from a previous semester. This means: This midterm contains problems that are of

More information

dy dt = 1 y t 1 +t 2 y dy = 1 +t 2 dt 1 2 y2 = 1 2 ln(1 +t2 ) +C, y = ln(1 +t 2 ) + 9.

dy dt = 1 y t 1 +t 2 y dy = 1 +t 2 dt 1 2 y2 = 1 2 ln(1 +t2 ) +C, y = ln(1 +t 2 ) + 9. Math 307A, Winter 2014 Midterm 1 Solutions Page 1 of 8 1. (10 points Solve the following initial value problem explicitly. Your answer should be a function in the form y = g(t, where there is no undetermined

More information

Lynch, October 2016 Page 1 of 5. Math 150, Fall 2016 Exam 2 Form A Multiple Choice Sections 3A-5A

Lynch, October 2016 Page 1 of 5. Math 150, Fall 2016 Exam 2 Form A Multiple Choice Sections 3A-5A Lynch, October 2016 Page 1 of 5 Math 150, Fall 2016 Exam 2 Form A Multiple Choice Sections 3A-5A Last Name: First Name: Section Number: Student ID number: Directions: 1. No calculators, cell phones, or

More information

Math 51 Midterm 1 July 6, 2016

Math 51 Midterm 1 July 6, 2016 Math 51 Midterm 1 July 6, 2016 Name: SUID#: Circle your section: Section 01 Section 02 (1:30-2:50PM) (3:00-4:20PM) Complete the following problems. In order to receive full credit, please show all of your

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

More information

APPM 2350 Final Exam points Monday December 17, 7:30am 10am, 2018

APPM 2350 Final Exam points Monday December 17, 7:30am 10am, 2018 APPM 2 Final Exam 28 points Monday December 7, 7:am am, 28 ON THE FONT OF YOU BLUEBOOK write: () your name, (2) your student ID number, () lecture section/time (4) your instructor s name, and () a grading

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

MATH H53 : Mid-Term-1

MATH H53 : Mid-Term-1 MATH H53 : Mid-Term-1 22nd September, 215 Name: You have 8 minutes to answer the questions. Use of calculators or study materials including textbooks, notes etc. is not permitted. Answer the questions

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

(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

MA FINAL EXAM Form 01 May 1, 2017

MA FINAL EXAM Form 01 May 1, 2017 MA 26100 FINAL EXAM Form 01 May 1, 2017 NAME STUDENT ID # YOUR TA S NAME RECITATION TIME 1. You must use a #2 pencil on the scantron 2. a. Write 01 in the TEST/QUIZ NUMBER boxes and darken the appropriate

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

Lynch 2017 Page 1 of 5. Math 150, Fall 2017 Exam 2 Form A Multiple Choice

Lynch 2017 Page 1 of 5. Math 150, Fall 2017 Exam 2 Form A Multiple Choice Lynch 2017 Page 1 of 5 Math 150, Fall 2017 Exam 2 Form A Multiple Choice Last Name: First Name: Section Number: Student ID number: Directions: 1. No calculators, cell phones, or other electronic devices

More information

Math 152 First Midterm Feb 7, 2012

Math 152 First Midterm Feb 7, 2012 Math 52 irst Midterm eb 7, 22 Name: EXAM SOLUIONS Instructor: Jose Gonzalez Section: 22 Student ID: Exam prepared by Jose Gonzalez and Martin Li.. Do not open this exam until you are told to do so. 2.

More information

Calculus III (MAC )

Calculus III (MAC ) Calculus III (MAC2-) Test (25/9/7) Name (PRINT): Please show your work. An answer with no work receives no credit. You may use the back of a page if you need more space for a problem. You may not use any

More information

Math 165 Final Exam worksheet solutions

Math 165 Final Exam worksheet solutions C Roettger, Fall 17 Math 165 Final Exam worksheet solutions Problem 1 Use the Fundamental Theorem of Calculus to compute f(4), where x f(t) dt = x cos(πx). Solution. From the FTC, the derivative of the

More information

Math 116 Final Exam December 19, 2016

Math 116 Final Exam December 19, 2016 Math 116 Final Exam December 19, 2016 UMID: Instructor: Initials: Section: 1. Do not open this exam until you are told to do so. 2. Do not write your name anywhere on this exam. 3. This exam has 13 pages

More information

Student s Printed Name:

Student s Printed Name: Student s Printed Name: Instructor: XID: C Section: No questions will be answered during this exam. If you consider a question to be ambiguous, state your assumptions in the margin and do the best you

More information

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

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

More information

Math 116 Second Midterm March 20, 2017

Math 116 Second Midterm March 20, 2017 EXAM SOLUTIONS Math 6 Second Midterm March 0, 07. Do not open this exam until you are told to do so.. Do not write your name anywhere on this exam. 3. This exam has pages including this cover. There are

More information

MATH 251 MATH 251: Multivariate Calculus MATH 251 FALL 2006 EXAM-II FALL 2006 EXAM-II EXAMINATION COVER PAGE Professor Moseley

MATH 251 MATH 251: Multivariate Calculus MATH 251 FALL 2006 EXAM-II FALL 2006 EXAM-II EXAMINATION COVER PAGE Professor Moseley MATH 251 MATH 251: Multivariate Calculus MATH 251 FALL 2006 EXAM-II FALL 2006 EXAM-II EXAMINATION COVER PAGE Professor Moseley PRINT NAME ( ) Last Name, First Name MI (What you wish to be called) ID #

More information

Final Exam Practice Problems Part II: Sequences and Series Math 1C: Calculus III

Final Exam Practice Problems Part II: Sequences and Series Math 1C: Calculus III Name : c Jeffrey A. Anderson Class Number:. Final Exam Practice Problems Part II: Sequences and Series Math C: Calculus III What are the rules of this exam? PLEASE DO NOT TURN THIS PAGE UNTIL TOLD TO DO

More information

problem score possible Total 60

problem score possible Total 60 Math 32 A: Midterm 1, Oct. 24, 2008 Name: ID Number: Section: problem score possible 1. 10 2. 10 3. 10 4. 10 5. 10 6. 10 Total 60 1 1. Determine whether the following points are coplanar: a. P = (8, 14,

More information

Lecture Wise Questions from 23 to 45 By Virtualians.pk. Q105. What is the impact of double integration in finding out the area and volume of Regions?

Lecture Wise Questions from 23 to 45 By Virtualians.pk. Q105. What is the impact of double integration in finding out the area and volume of Regions? Lecture Wise Questions from 23 to 45 By Virtualians.pk Q105. What is the impact of double integration in finding out the area and volume of Regions? Ans: It has very important contribution in finding the

More information

Math 1020 ANSWER KEY TEST 3 VERSION B Spring 2018

Math 1020 ANSWER KEY TEST 3 VERSION B Spring 2018 Math 100 ANSWER KEY TEST 3 VERSION B Spring 018 Printed Name: Section #: Instructor: Please do not ask questions during this exam. If you consider a question to be ambiguous, state your assumptions in

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Calculus II (Fall 2015) Practice Problems for Exam 1

Calculus II (Fall 2015) Practice Problems for Exam 1 Calculus II (Fall 15) Practice Problems for Exam 1 Note: Section divisions and instructions below are the same as they will be on the exam, so you will have a better idea of what to expect, though I will

More information

PHY2048 Physics with Calculus I

PHY2048 Physics with Calculus I PHY2048 Physics with Calculus I Section 584761 Prof. Douglas H. Laurence Exam 1 (Chapters 2 6) February 14, 2018 Name: Solutions 1 Instructions: This exam is composed of 10 multiple choice questions and

More information

Your exam contains 5 problems. The entire exam is worth 70 points. Your exam should contain 6 pages; please make sure you have a complete exam.

Your exam contains 5 problems. The entire exam is worth 70 points. Your exam should contain 6 pages; please make sure you have a complete exam. MATH 124 (PEZZOLI) WINTER 2017 MIDTERM #2 NAME TA:. Section: Instructions: Your exam contains 5 problems. The entire exam is worth 70 points. Your exam should contain 6 pages; please make sure you have

More information

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

More information

MATH The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input,

MATH The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input, MATH 20550 The Chain Rule Fall 2016 A vector function of a vector variable is a function F: R n R m. In practice, if x 1, x n is the input, F(x 1,, x n ) F 1 (x 1,, x n ),, F m (x 1,, x n ) where each

More information

Math 16A Second Midterm 6 Nov NAME (1 pt): Name of Neighbor to your left (1 pt): Name of Neighbor to your right (1 pt):

Math 16A Second Midterm 6 Nov NAME (1 pt): Name of Neighbor to your left (1 pt): Name of Neighbor to your right (1 pt): Math 16A Second Mierm 6 Nov 2008 NAME (1 pt): TA (1 pt): Name of Neighbor to your left (1 pt): Name of Neighbor to your right (1 pt): Instructions: This is a closed book, closed notes, closed calculator,

More information

Math 290, Midterm II-key

Math 290, Midterm II-key Math 290, Midterm II-key Name (Print): (first) Signature: (last) The following rules apply: There are a total of 20 points on this 50 minutes exam. This contains 7 pages (including this cover page) and

More information