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

Size: px
Start display at page:

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

Transcription

1 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = =, 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 centered at the origin. Solution: The sphere of radius two centered at the origin is the set of vectors w such that w =. So the two vectors on this sphere which are parallel to v are ±e v = ± 3,, 3. Find the vector v such that v = 3 and v makes an angle 3π 4 with the positive x-axis. Solution: For any vector v in the plane, we have v = v e v = v cos θ, sin θ where θ is the angle between v and the positive x-axis. So in this case v = 3 cos 3π 4, sin 3π = 3 4, = 3, 3. The dot product and cross product 1. Suppose that v, w are vectors such that v + w = 1, v w =, and v =. Find w. Solution: Often with lengths it is easier to work with the square of the length. For instance, v + w = (v + w) (v + w) = v v + v w + w w 1

2 JOE HUGHES and similarly v w = (v w) (v w) = v v v w + w w If we add these two equations together, the result is v + w + v w = v + w This is called the parallelogram identity, and is important in general. For our purposes, its usefulness lies in the fact that it allows us to solve for w : so w = 1 =. w = v + w + v w v = () = 1. Consider an inclined plane with angle θ = π 6 above the horizontal and with a pulley attached to the top. A rope through the pulley connects a ten kilogram block on the inclined plane to a bucket of water. If there is no net force on the block, determine the mass of the bucket of water (ignore friction and the mass of the rope and pulley). Solution: Let m be the mass of the bucket. Gravity exerts a force of magnitude mg on the bucket of water, and since the bucket is connected to the block, there is a force of magnitude mg pulling the block up the plane. On the other hand, gravity exerts a force of magnitude 1g on the block. The component of this force parallel to the inclined plane has magnitude 1g sin π 6 = 5g, pulling the block down the plane. Since there is no net force on the block, we must have mg = 5g, so m = 5 kilograms. 3. Find the area of the triangle with vertices P = (1, 1, 5), Q = (3, 4, 3), and R = (1, 5, 7). Solution: The area of a triangle determined by two vectors v, w is half the area of the parallelogram defined by the vectors, so is equal to 1 v w. In this case, take v = P Q =, 3, and w = P R =, 4,. Then i j k v w = 3 = i(6 + 8) j(4 ) + k(8 ) = 14, 4, 8 4 so the area is 1 v w = = 76 = 69

3 MATH 3A: MIDTERM 1 REVIEW 3 3. Equations of lines and planes 1. Find the equation of the line l given by the intersection of the two planes x + y + z = and x = 1. Solution: The direction vector v of l should be perpendicular to the normal vectors of both planes, so can be taken to be n 1 n, where n 1 = 1, 1, 1 and n = 1,,. Therefore i j k v = = i() j( 1) + k( 1) =, 1, 1 1 To find a point on the line, it is enough to find a point lying in both planes. The x- coordinate must be one, and setting z =, we get y = 1 from the equation of the first plane. Therefore l has equation 1, 1, + t, 1, 1 = 1, t 1, t. Find the equation of the plane containing the line x = y = z and the point P = (, 3, 1). Solution: Three points determine the plane containing them, except in the rare case that they happen to be collinear. In this problem P is not on the line x = y = z, so we re free to pick two points on the line. For simplicity, take Q = (,, ) and R = (1, 1, 1) (of course any other two points on the line would work as well). The points P, Q, R then determine two vectors in the plane, namely v = QP =, 3, 1 and w = QR = 1, 1, 1. The normal vector to the plane can then be taken to be i j k n = v w = 3 1 = i(3 1) j( 1) + k( 3) =, 3, For the point on the plane, it s easiest to take Q. Therefore the equation of the plane is x + 3y 5z = 3. Find the equation of the plane consisting of all points which are equidistant from P = (, 1, ) and Q = (,, 1). Solution: If R = (x, y, z) is such a point, then the vectors v = RP = x, y 1, z and w = RQ = x, y, z 1 must have the same length. Therefore which implies that x + (y 1) + z = v = w = x + y + (z 1) y y z = y + z z + 1

4 4 JOE HUGHES or y = z. Therefore the equation of the plane is y z =. 4. Parametrizations and vector-valued functions 1. Find a parametrization of the intersection of the plane x + y + z = with the surface x 4 + y = 1. Solution: Start with the second equation. The projection of this surface into the xy plane is the ellipse x 4 + y = 1, which has parametrization x = cos t y = sin t t π The second equation tells us nothing about z, but from the first equation we get z = x y = cos t sin t. a. Find a parametrization of the curve x 3 + y 3 = 3xy (Hint: set y = tx and solve for x, y in terms of t). Solution: Plugging y = tx into the equation of the curve, we get Therefore either x = or so x = 3t 1+t 3. Then y = tx = 3t 1+t 3. x 3 + t 3 x 3 = 3tx (1 + t 3 )x = 3t Where did the idea of setting y = tx come from? If you were to graph x 3 + y 3 = 3xy, the result is the following curve:

5 MATH 3A: MIDTERM 1 REVIEW 5 Every line y = tx through the origin intersections the curve in another point, except when t = or t = 1 (the line y = x is an asymptote to the curve). So this is why setting y = tx allows us to parametrize the curve. When you parametrize a curve, it can be helpful to work out how an imaginary object travels along the curve as a function of the time t. This parametrization is a little different from the other ones we ve done because x(t) and y(t) are discontinuous at t = 1. The parametrization starts at the origin at time t =, then travels along the curve in the fourth quadrant as t increases to 1. Then the object travels toward the origin along the curve in the second quadrant as t increases from 1 to, reaching the origin at time t =. Finally, the parametrization traces out the loop in the first quadrant as t. b. Find the points on the curve where the tangent line is horizontal or vertical. Solution: Using the result of part (a), we get and similarly dx dt = 3(1 + t3 ) 3t(3t ) (1 + t 3 ) = 3 6t3 (1 + t 3 ) dy dt = 6t(1 + t3 ) 3t (3t ) 6t 3t4 (1 + t) = (1 + t) Therefore dx dt = when 6t 3 = 3, or t = 1 3. So the tangent line is vertical at this time. Similarly, dy dt = when 6t = 3t4, or t =, 3. Thus the tangent line is horizontal at these times. 3. The velocity of an object at time t is given by the vector-valued function v(t) = t t, cos t,. If the object starts at the origin, find the position of the object at t = 1+t π. Solution: Let r(t) be the position vector of the object. Then r(t) is the antiderivative of v(t), and since r() =, the fundamental theorem of calculus implies that r(π) = r(π) r() = π = t, sin t, ln(1 + t ) v(t) dt = π π t t, cos t, 1 + t dt = 4π,, ln(1 + 4π ) 4. A student is trying to throw a tennis ball into his friend s dorm room. The student is standing 1 meters from the dorm, his friend s window is 1 meters above the ground, and the student throws the ball at an angle of 6 degrees. What must the initial velocity of the ball be in order for the student to succeed in his goal?

6 6 JOE HUGHES Solution: Let v be the unknown velocity. The acceleration vector of the ball is a(t) =, g, so the velocity vector is t v(t) = v() + a(u) du = v cos π 3, sin π v +, gt = 3, v 3 gt Think of the student s position as the origin. Then the ball s position at time t is given by t vt r(t) = v(u) du =, v 3t gt To go through the window, the ball must satisfy x(t) = 1 and y(t) = 1 for some time t. Therefore we must have vt = 1 v 3t gt = 1 The first equation tells us that t = v, and substituting this into the second equation, we get 1 = v 3t gt = 3 g( v ) Therefore 3 = 4g v or 4g v = Naturally, you would not be expected to simplify the square root on the exam. 5. Arc length 1. Find the arc length of r(t) = t sin t, 1 cos t for t π. Solution: r (t) = 1 cos t, sin t, so r (t) = (1 cos t) + sin t = 1 cos t + cos t + sin t = cos t In order to integrate r (t), we need the ( trig identity sin t ) = 1 cos t which comes from the double angle formula for cosine. Therefore ( r (t) = (1 cos t) = 4 sin t ) so the arc length is π π ( r t π (t) dt = sin dt = 4 sin u du )

7 MATH 3A: MIDTERM 1 REVIEW 7 by setting u = t. Since sin u is non-negative for u π, the absolute values can be removed, and the result is π 4 sin u du = 4 cos u π = 8. Find an arc length parametrization of the line y = mx + b. Solution: The line can be parametrized by r(t) = t, mt + b for t in (, ), so the arc length function is t t s(t) = r (u) du = 1 + m du = 1 + m t Thus t = s 1+m, so the arc length parametrization is s r 1 (s) =, 1 + m ms + b 1 + m 3. Find an arc length parametrization of the helix r(t) = cos t, sin t, t for t π. Solution: The derivative is which has length Therefore r (t) = so the arc length parametrization is r (t) = sin t, cos t, 1 s(t) = r 1 (s) = sin t + cos t + 1 = t du = t cos s, sin s s,

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

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

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

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

AP Calculus (BC) Chapter 10 Test No Calculator Section. Name: Date: Period:

AP Calculus (BC) Chapter 10 Test No Calculator Section. Name: Date: Period: AP Calculus (BC) Chapter 10 Test No Calculator Section Name: Date: Period: Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.) 1. The graph in the xy-plane represented

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

10.3 Parametric Equations. 1 Math 1432 Dr. Almus

10.3 Parametric Equations. 1 Math 1432 Dr. Almus Math 1432 DAY 39 Dr. Melahat Almus almus@math.uh.edu OFFICE HOURS (212 PGH) MW12-1:30pm, F:12-1pm. If you email me, please mention the course (1432) in the subject line. Check your CASA account for Quiz

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

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

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

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017 HOMEWORK MA112: ADVANCED CALCULUS, HILARY 2017 (1) A particle moves along a curve in R with position function given by r(t) = (e t, t 2 + 1, t). Find the velocity v(t), the acceleration a(t), the speed

More information

Calculus and Parametric Equations

Calculus and Parametric Equations Calculus and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Given a pair a parametric equations x = f (t) y = g(t) for a t b we know how

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

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

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

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

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

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

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 20C Homework 2 Partial Solutions

Math 20C Homework 2 Partial Solutions Math 2C Homework 2 Partial Solutions Problem 1 (12.4.14). Calculate (j k) (j + k). Solution. The basic properties of the cross product are found in Theorem 2 of Section 12.4. From these properties, we

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 8 Winter 2010 Midterm 2 Review Problems Solutions - 1. xcos 6xdx = 4. = x2 4

Math 8 Winter 2010 Midterm 2 Review Problems Solutions - 1. xcos 6xdx = 4. = x2 4 Math 8 Winter 21 Midterm 2 Review Problems Solutions - 1 1 Evaluate xcos 2 3x Solution: First rewrite cos 2 3x using the half-angle formula: ( ) 1 + cos 6x xcos 2 3x = x = 1 x + 1 xcos 6x. 2 2 2 Now use

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

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

More information

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions

MATH 255 Applied Honors Calculus III Winter Midterm 1 Review Solutions MATH 55 Applied Honors Calculus III Winter 11 Midterm 1 Review Solutions 11.1: #19 Particle starts at point ( 1,, traces out a semicircle in the counterclockwise direction, ending at the point (1,. 11.1:

More information

Sudoku Puzzle A.P. Exam (Part B) Questions are from the 1997 and 1998 A.P. Exams A Puzzle by David Pleacher

Sudoku Puzzle A.P. Exam (Part B) Questions are from the 1997 and 1998 A.P. Exams A Puzzle by David Pleacher Sudoku Puzzle A.P. Exam (Part B) Questions are from the 1997 and 1998 A.P. Exams A Puzzle by David Pleacher Solve the 4 multiple-choice problems below. A graphing calculator is required for some questions

More information

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then

3.4 The Chain Rule. F (x) = f (g(x))g (x) Alternate way of thinking about it: If y = f(u) and u = g(x) where both are differentiable functions, then 3.4 The Chain Rule To find the derivative of a function that is the composition of two functions for which we already know the derivatives, we can use the Chain Rule. The Chain Rule: Suppose F (x) = f(g(x)).

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

Dr. Allen Back. Sep. 10, 2014

Dr. Allen Back. Sep. 10, 2014 Dr. Allen Back Sep. 10, 2014 The chain rule in multivariable calculus is in some ways very simple. But it can lead to extremely intricate sorts of relationships (try thermodynamics in physical chemistry...

More information

1. A sphere with a radius of 1.7 cm has a volume of: A) m 3 B) m 3 C) m 3 D) 0.11 m 3 E) 21 m 3

1. A sphere with a radius of 1.7 cm has a volume of: A) m 3 B) m 3 C) m 3 D) 0.11 m 3 E) 21 m 3 1. A sphere with a radius of 1.7 cm has a volume of: A) 2.1 10 5 m 3 B) 9.1 10 4 m 3 C) 3.6 10 3 m 3 D) 0.11 m 3 E) 21 m 3 2. A 25-N crate slides down a frictionless incline that is 25 above the horizontal.

More information

Exam 2 Spring 2014

Exam 2 Spring 2014 95.141 Exam 2 Spring 2014 Section number Section instructor Last/First name Last 3 Digits of Student ID Number: Answer all questions, beginning each new question in the space provided. Show all work. Show

More information

Since x + we get x² + 2x = 4, or simplifying it, x² = 4. Therefore, x² + = 4 2 = 2. Ans. (C)

Since x + we get x² + 2x = 4, or simplifying it, x² = 4. Therefore, x² + = 4 2 = 2. Ans. (C) SAT II - Math Level 2 Test #01 Solution 1. x + = 2, then x² + = Since x + = 2, by squaring both side of the equation, (A) - (B) 0 (C) 2 (D) 4 (E) -2 we get x² + 2x 1 + 1 = 4, or simplifying it, x² + 2

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

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

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1 Monday, October 17, 011 Page: 1 Q1. 1 b The speed-time relation of a moving particle is given by: v = at +, where v is the speed, t t + c is the time and a, b, c are constants. The dimensional formulae

More information

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom Free Response Questions 1969-010 Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom 1 AP Calculus Free-Response Questions 1969 AB 1 Consider the following functions

More information

FINAL EXAM STUDY GUIDE

FINAL EXAM STUDY GUIDE FINAL EXAM STUDY GUIDE The Final Exam takes place on Wednesday, June 13, 2018, from 10:30 AM to 12:30 PM in 1100 Donald Bren Hall (not the usual lecture room!!!) NO books/notes/calculators/cheat sheets

More information

Parametric Functions and Vector Functions (BC Only)

Parametric Functions and Vector Functions (BC Only) Parametric Functions and Vector Functions (BC Only) Parametric Functions Parametric functions are another way of viewing functions. This time, the values of x and y are both dependent on another independent

More information

Math 122 Fall Handout 15: Review Problems for the Cumulative Final Exam

Math 122 Fall Handout 15: Review Problems for the Cumulative Final Exam Math 122 Fall 2008 Handout 15: Review Problems for the Cumulative Final Exam The topics that will be covered on Final Exam are as follows. Integration formulas. U-substitution. Integration by parts. Integration

More information

Chapter 14: Vector Calculus

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

More information

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

QUESTION 1: Find the derivatives of the following functions. DO NOT TRY TO SIMPLIFY.

QUESTION 1: Find the derivatives of the following functions. DO NOT TRY TO SIMPLIFY. QUESTION 1: Find the derivatives of the following functions. DO NOT TRY TO SIMPLIFY. (a) f(x) =tan(1/x) (b) f(x) =sin(e x ) (c) f(x) =(1+cos(x)) 1/3 (d) f(x) = ln x x +1 QUESTION 2: Using only the definition

More information

Random sample problems

Random sample problems UNIVERSITY OF ALABAMA Department of Physics and Astronomy PH 125 / LeClair Spring 2009 Random sample problems 1. The position of a particle in meters can be described by x = 10t 2.5t 2, where t is in seconds.

More information

Example force problems

Example force problems PH 105 / LeClair Fall 2015 Example force problems 1. An advertisement claims that a particular automobile can stop on a dime. What net force would actually be necessary to stop a 850 kg automobile traveling

More information

Math 114 Spring 2013 Final Exam

Math 114 Spring 2013 Final Exam 1. Assume the acceleration of gravity is 10 m/sec downwards. A cannonball is fired at ground level. If the cannon ball rises to a height of 80 meters and travels a distance of 0 meters before it hits the

More information

Applied Calculus I Practice Final Exam Solution Notes

Applied Calculus I Practice Final Exam Solution Notes AMS 5 (Fall, 2009). Solve for x: 0 3 2x = 3 (.2) x Taking the natural log of both sides, we get Applied Calculus I Practice Final Exam Solution Notes Joe Mitchell ln 0 + 2xln 3 = ln 3 + xln.2 x(2ln 3 ln.2)

More information

Two Hanging Masses. ) by considering just the forces that act on it. Use Newton's 2nd law while

Two Hanging Masses. ) by considering just the forces that act on it. Use Newton's 2nd law while Student View Summary View Diagnostics View Print View with Answers Edit Assignment Settings per Student Exam 2 - Forces [ Print ] Due: 11:59pm on Tuesday, November 1, 2011 Note: To underst how points are

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

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

5. A triangle has sides represented by the vectors (1, 2) and (5, 6). Determine the vector representing the third side.

5. A triangle has sides represented by the vectors (1, 2) and (5, 6). Determine the vector representing the third side. Vectors EXAM review Problem 1 = 8 and = 1 a) Find the net force, assume that points North, and points East b) Find the equilibrant force 2 = 15, = 7, and the angle between and is 60 What is the magnitude

More information

PDF Created with deskpdf PDF Writer - Trial ::

PDF Created with deskpdf PDF Writer - Trial :: y 3 5 Graph of f ' x 76. The graph of f ', the derivative f, is shown above for x 5. n what intervals is f increasing? (A) [, ] only (B) [, 3] (C) [3, 5] only (D) [0,.5] and [3, 5] (E) [, ], [, ], and

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 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

= v 0 x. / t = 1.75m / s 2.25s = 0.778m / s 2 nd law taking left as positive. net. F x ! F

= v 0 x. / t = 1.75m / s 2.25s = 0.778m / s 2 nd law taking left as positive. net. F x ! F Multiple choice Problem 1 A 5.-N bos sliding on a rough horizontal floor, and the only horizontal force acting on it is friction. You observe that at one instant the bos sliding to the right at 1.75 m/s

More information

The Fundamental Theorem of Calculus Part 3

The Fundamental Theorem of Calculus Part 3 The Fundamental Theorem of Calculus Part FTC Part Worksheet 5: Basic Rules, Initial Value Problems, Rewriting Integrands A. It s time to find anti-derivatives algebraically. Instead of saying the anti-derivative

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

11.4 Dot Product Contemporary Calculus 1

11.4 Dot Product Contemporary Calculus 1 11.4 Dot Product Contemporary Calculus 1 11.4 DOT PRODUCT In the previous sections we looked at the meaning of vectors in two and three dimensions, but the only operations we used were addition and subtraction

More information

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2

MATH 12 CLASS 2 NOTES, SEP Contents. 2. Dot product: determining the angle between two vectors 2 MATH 12 CLASS 2 NOTES, SEP 23 2011 Contents 1. Dot product: definition, basic properties 1 2. Dot product: determining the angle between two vectors 2 Quick links to definitions/theorems Dot product definition

More information

McGill University April 16, Advanced Calculus for Engineers

McGill University April 16, Advanced Calculus for Engineers McGill University April 16, 2014 Faculty of cience Final examination Advanced Calculus for Engineers Math 264 April 16, 2014 Time: 6PM-9PM Examiner: Prof. R. Choksi Associate Examiner: Prof. A. Hundemer

More information

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ Math 90 Practice Midterm III Solutions Ch. 8-0 (Ebersole), 3.3-3.8 (Stewart) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam.

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

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

Level 3 Calculus, 2018

Level 3 Calculus, 2018 91578 915780 3SUPERVISOR S Level 3 Calculus, 2018 91578 Apply differentiation methods in solving problems 9.30 a.m. Tuesday 13 November 2018 Credits: Six Achievement Achievement with Merit Achievement

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

Name: Date: Period: Calculus Honors: 4-2 The Product Rule

Name: Date: Period: Calculus Honors: 4-2 The Product Rule Name: Date: Period: Calculus Honors: 4- The Product Rule Warm Up: 1. Factor and simplify. 9 10 0 5 5 10 5 5. Find ' f if f How did you go about finding the derivative? Let s Eplore how to differentiate

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO SOME PROBLEMS YOU SHOULD 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

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

Math 113 Final Exam Practice

Math 113 Final Exam Practice Math Final Exam Practice The Final Exam is comprehensive. You should refer to prior reviews when studying material in chapters 6, 7, 8, and.-9. This review will cover.0- and chapter 0. This sheet has three

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 2/13/13, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.2. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241sp13/241.html)

More information

NO CALCULATOR 1. Find the interval or intervals on which the function whose graph is shown is increasing:

NO CALCULATOR 1. Find the interval or intervals on which the function whose graph is shown is increasing: AP Calculus AB PRACTICE MIDTERM EXAM Read each choice carefully and find the best answer. Your midterm exam will be made up of 8 of these questions. I reserve the right to change numbers and answers on

More information

Spring 2015 Sample Final Exam

Spring 2015 Sample Final Exam Math 1151 Spring 2015 Sample Final Exam Final Exam on 4/30/14 Name (Print): Time Limit on Final: 105 Minutes Go on carmen.osu.edu to see where your final exam will be. NOTE: This exam is much longer than

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

Parametric Curves. Calculus 2 Lia Vas

Parametric Curves. Calculus 2 Lia Vas Calculus Lia Vas Parametric Curves In the past, we mostly worked with curves in the form y = f(x). However, this format does not encompass all the curves one encounters in applications. For example, consider

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Module 10 - Lecture 24 Kinematics of a particle moving on a curve Today,

More information

THE NCUK INTERNATIONAL FOUNDATION YEAR (IFY) Further Mathematics

THE NCUK INTERNATIONAL FOUNDATION YEAR (IFY) Further Mathematics IFYFM00 Further Maths THE NCUK INTERNATIONAL FOUNDATION YEAR (IFY) Further Mathematics Examination Session Summer 009 Time Allowed hours 0 minutes (Including 0 minutes reading time) INSTRUCTIONS TO STUDENTS

More information

Newton s Laws and Free-Body Diagrams General Physics I

Newton s Laws and Free-Body Diagrams General Physics I Newton s Laws and Free-Body Diagrams In the next few sections, we will be exploring some of the most fundamental laws of our universe, laws that govern the relationship actions and motion. These laws are

More information

The answers below are not comprehensive and are meant to indicate the correct way to solve the problem. sin

The answers below are not comprehensive and are meant to indicate the correct way to solve the problem. sin Math : Practice Final Answer Key Name: The answers below are not comprehensive and are meant to indicate the correct way to solve the problem. Problem : Consider the definite integral I = 5 sin ( ) d.

More information

MOMENTUM, IMPULSE & MOMENTS

MOMENTUM, IMPULSE & MOMENTS the Further Mathematics network www.fmnetwork.org.uk V 07 1 3 REVISION SHEET MECHANICS 1 MOMENTUM, IMPULSE & MOMENTS The main ideas are AQA Momentum If an object of mass m has velocity v, then the momentum

More information

Answer Key for AP Calculus AB Practice Exam, Section I

Answer Key for AP Calculus AB Practice Exam, Section I Answer Key for AP Calculus AB Practice Exam, Section I Multiple-Choice Questions Question # Key B B 3 A 4 E C 6 D 7 E 8 C 9 E A A C 3 D 4 A A 6 B 7 A 8 B 9 C D E B 3 A 4 A E 6 A 7 A 8 A 76 E 77 A 78 D

More information

Connected Bodies 1. Two 10 kg bodies are attached to a spring balance as shown in figure. The reading of the balance will be 10 kg 10 kg 1) 0 kg-wt ) 10 kg-wt 3) Zero 4) 5 kg-wt. In the given arrangement,

More information

Math 11 Fall 2018 Practice Final Exam

Math 11 Fall 2018 Practice Final Exam Math 11 Fall 218 Practice Final Exam Disclaimer: This practice exam should give you an idea of the sort of questions we may ask on the actual exam. Since the practice exam (like the real exam) is not long

More information

b g 6. P 2 4 π b g b g of the way from A to B. LATE AND ABSENT HOMEWORK IS ACCEPTED UP TO THE TIME OF THE CHAPTER TEST ON ASSIGNMENT DUE

b g 6. P 2 4 π b g b g of the way from A to B. LATE AND ABSENT HOMEWORK IS ACCEPTED UP TO THE TIME OF THE CHAPTER TEST ON ASSIGNMENT DUE A Trig/Math Anal Name No LATE AND ABSENT HOMEWORK IS ACCEPTED UP TO THE TIME OF THE CHAPTER TEST ON HW NO. SECTIONS (Brown Book) ASSIGNMENT DUE V 1 1 1/1 Practice Set A V 1 3 Practice Set B #1 1 V B 1

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

2) ( 8 points) The point 1/4 of the way from (1, 3, 1) and (7, 9, 9) is

2) ( 8 points) The point 1/4 of the way from (1, 3, 1) and (7, 9, 9) is MATH 6 FALL 6 FIRST EXAM SEPTEMBER 8, 6 SOLUTIONS ) ( points) The center and the radius of the sphere given by x + y + z = x + 3y are A) Center (, 3/, ) and radius 3/ B) Center (, 3/, ) and radius 3/ C)

More information

MATH 200 WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE

MATH 200 WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE WEEK 5 - WEDNESDAY DIRECTIONAL DERIVATIVE GOALS Be able to compute a gradient vector, and use it to compute a directional derivative of a given function in a given direction. Be able to use the fact that

More information

Calculus with the Graphing Calculator

Calculus with the Graphing Calculator Calculus with the Graphing Calculator Using a graphing calculator on the AP Calculus exam Students are expected to know how to use their graphing calculators on the AP Calculus exams proficiently to accomplish

More information

Plane Curves and Parametric Equations

Plane Curves and Parametric Equations Plane Curves and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction We typically think of a graph as a curve in the xy-plane generated by the

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

Chapter 3 Acceleration

Chapter 3 Acceleration Chapter 3 Acceleration Slide 3-1 Chapter 3: Acceleration Chapter Goal: To extend the description of motion in one dimension to include changes in velocity. This type of motion is called acceleration. Slide

More information

Arc Length and Surface Area in Parametric Equations

Arc Length and Surface Area in Parametric Equations Arc Length and Surface Area in Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2011 Background We have developed definite integral formulas for arc length

More information

Worksheet 1.7: Introduction to Vector Functions - Position

Worksheet 1.7: Introduction to Vector Functions - Position Boise State Math 275 (Ultman) Worksheet 1.7: Introduction to Vector Functions - Position From the Toolbox (what you need from previous classes): Cartesian Coordinates: Coordinates of points in general,

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

Forces. Isaac Newton stated 3 laws that deal with forces and describe motion. Backbone of Physics

Forces. Isaac Newton stated 3 laws that deal with forces and describe motion. Backbone of Physics FORCES Forces Isaac Newton stated 3 laws that deal with forces and describe motion. Backbone of Physics Inertia Tendency of an object to remain in the same state of motion. Resists a change in motion.

More information

Parametric Equations, Vectors, and Vector Valued Functions. Different parametric equations can yield the same curve:

Parametric Equations, Vectors, and Vector Valued Functions. Different parametric equations can yield the same curve: Parametric Equations, Vectors, and Vector Valued Functions Different parametric equations can yield the same curve: x=t, y=t 2 for t in [ 1,1] and x=t 3, y=t 6 for t in [ 1,1] give the same parabolic arc,

More information

Unit 1: Equilibrium and Center of Mass

Unit 1: Equilibrium and Center of Mass Unit 1: Equilibrium and Center of Mass FORCES What is a force? Forces are a result of the interaction between two objects. They push things, pull things, keep things together, pull things apart. It s really

More information