LB 220 Homework 2 (due Tuesday, 01/22/13)

Size: px
Start display at page:

Download "LB 220 Homework 2 (due Tuesday, 01/22/13)"

Transcription

1 LB 220 Homework 2 (due Tuesday, 01/22/13) Directions. Please solve the problems below. Your solutions must begin with a clear statement (or re-statement in your own words) of the problem. You solutions should be clear, legible, and demonstrate at minimum partial progress towards a complete solution to the problem. Please refer to the syllabus for the policy on grading (communication, completeness, and correctness) and late homework (homework is due at the start of class, late homework is assessed a 20% penalty if submitted within the next 48 hours) Collaboration. I encourage you to discuss the homework problems with your classmates. However, each student must write and submit his or her own homework solutions. Calculators. You can use calculators to determine a numerical approximation to an answer to an application question, but you should use exact values until the very last step in the problem. Calculators are not, however, permitted on any quizzes or exams. 1. A boat sails south with the help of a wind blowing in the direction S36 E with a magnitude of 400 lb. Find the work done by the wind as the boat moves 120 ft. Solution: The equation for work W is W = F P Q, where F is the force applied to an object which moves from P to Q. The boat is moving moving from an initial point, which may be chosen to be the origin O(0, 0) to a terminal point Q(0, 120) which is 120 ft due south. The magnitude of the force applied is 400 lb (the pound here refers to units of force the pound-force lb f, to be precise; for more on this, please read the solution to exercise #5 on the first homework.) Using the physicists definition of the scalar product, we have that Work = F P Q cos 36 = (400)(120) cos 36 38, 833 ft lb. The answer in the metric system, using 400 lb 4.45 N and 1 ft m, is approximately equal to 5, 2671 N m or, equivalently, 5, 2671 J. 2. Which of the following expressions is meaningful? If it is, state whether the result is a vector or a scalar; if it is not, explain why.

2 (a) a (b c) (b) a (b c) (c) a (b c) (d) a (b c) (e) (a b) (c d) (f) (a b) (c d) Solution: (a) is meaningful, the result is a scalar (b) is meaningless since the computation involved the vector product of a vector and a scalar (c) is meaningful, the result is a scalar, though be careful with the vector product it is not associative (d) is meaningless since the computation involves the scalar product of two scalars; however, if all three vectors are 1-dimensional vectors (i.e. vectors in R 1, then the expression is meaningful and simply is the product of these three numbers. (e) is meaningless since the computation involves the vector product of two scalars (f) is meaningful, the result is a scalar 3. Determine the two unit vectors which are orthogonal to the plane through the points P (1, 0, 1), Q( 2, 1, 3), and R(4, 2, 5). Then compute the area of triangle P QR. Solution: The vector P Q P R is orthogonal to the plane containing P QR: P Q i j k P R = = 0, 18, The magnitude of this vector is the area of the parallelogram spanned by the two vectors; half this value is the area of the triangle. So, the area of the triange is equal to = = The two unit vectors orthogonal to the plane are , 18, 9 = 0, 2 5, 1 5 and its negative.

3 4. Prove the following statement: if P is a point not on a line L that passes through the points Q and R, then the distance from P to L is equal to a b / a, where a is represented by QR and b by QP. Solution: The distance d from P to L is equal to the length of a line segment joining P to L so that the segment is orthogonal to L. Suppose this line segment meets L in a point called N. Let θ be the measure of the angle P QN. Then d = QP sin θ. (There are two cases: either the angle is acute or the angle is obtuse, but since sin (π θ) = sin θ both cases yield the same equation.) Next cleverly multiply by 1: d = QR QP sin θ = QR QP QR QR, the last inequality following from the physicists definition of the vector product. There is one small tecnical point: what do we do if N = P? In this case, we simply use R in place of P and everything works out in an analogous way. 5. Find a vector equation and parametric equations for the line of intersection of the planes x + 2y + 3z = 1 and x y + z = 4. Solution: There are several approaches to this problem. Here is one approach. If P (0, y, z) is a point common to both planes, then 2y + 3z = 1 and y + z = 4. Multiplying the second equation by 2, adding the result to the first equation, and solving for z yields z = 9/5. Substituting back in to either equation yields y = 11/5. Therefore, P (0, 11/5, 9/5) is a point in the intersection of the two planes. We could do this again starting with some point Q(1, y, z) so that 1 + 2y + 3z = 1 and 1 y + z = 4. Solving this system of two equations reveals that Q(1, 9/5, 6/5). Therefore, a vector equation of the line of intersection is r = OP + tp Q: r = 0, 11/5, 9/5 + t 1, 2/5, 3/5, which is equivalent to x = t, y = 11/5 + 2t/5, z = 9/5 3t/5. Another approach is to stop after finding the point P and then use the vector product of normal vectors to the planes to determine a

4 vector parallel to the line of intersection: i j k v = = 5, 2, So, the line has equation r = OP + tv: r = 0, 11/5, 9/5 + t 5, 2, 3, which is equivalent to x = 5t, y = 11/5 + 2t, z = 9/5 3t. A third approach is to set x = t and to solve the pair of equations t + 2y + 3z = 1 and t y + z = 4 for y and z in terms of t. As before, mulitply the second equation by 2 and add it to the first. This yields 3t + 5z = 9. Therefore, z = 3t/5 + 9/5. Substiting back into either equation yields y = 2t/5 11/5. It may seem odd that there can be two such very different looking equations for the same line. Parametrizations are not unique. We can check that these are indeed the same line by checking whether P Q and v are parallel. Indeed they are: 5 P Q = v. 6. Determine an equation of the plane which contains the line x = 1 + t, y = 2 + t, z = t and which is parallel to the plane x + y + 2z = 5. Solution: The approach is to use the normal vector 1, 1, 2 of the plane and any point on the line. For instance, if t = 0, then P (1, 2, 0) lies on the line. Therefore, the following is an equation of a plane parallel to the given plane and containing P : (x 1) + (y + 2) + 2z = 0. Finally, we need to verify that the line is indeed contained in this plane. You can either substitute in the equations: (1 + t 1) + ( 2 + t + 2) + 2( t) = 0 and check it really equals zero. Or you might verify that the vector 1, 1, 1 which is parallel to the line is orthogonal to the normal vector 1, 1, 2 : 1, 1, 1 1, 1, 2 = 0.

5 7. Determine the cosine of the angle between the planes 5x + 2y + 3z = 0 and x y + z = 2. Solution: The cosine of the angle between the planes is the same as the cosine of the angle between a pair of normal vectors, each corresponding to one of the planes. 5, 2, 3 1, 1, 1 = = 6 On the other hand, using the physicists definition of the dot product, the above is equal to cos θ. Therefore cos θ = = Let L 1 be the line through the origin and the point (1, 1, 1). Let L 2 be the line through the points (2, 3, 4) and ( 1, 1, 0). Determine the distance between L 1 and L 2. Solution: The strategy is as follows. First, observe that the shortest line segment joining a point of L 1 to a point of L 2 must meet both lines at right angles. So, we first find a vector orthogonal to both lines by using the vector product: i j k n = = 0, 1, Next, write an equation for the plane containing L 1 and normal to n. For instance, using the point O(0, 0, 0) of L 1, the following is such an equation: y + z = 0. Finally, choose any point of L 2, for instance P (2, 3, 4) and compute the distance from P to the plane above. This distance is the same as the distance between the two lines. (This may not be clear, but if you try visualizing this with a notebook as a prop for a plane and a pair of pens as props for the lines, you will soon be convinced this is correct.) Using the formula from from the book, this distance d satisfies d = OP n = 1. n 2

6 Remark: Here is a nice formula that I learned from a student: if a is a vector parallel to a line L and b a vector parallel to a line M and if P is a point on L and Q is a point on M, then if L and M are skew lines then the distance between L and M is given by P Q (a b). a b The proof follows the same outline as in the problem above. You need to be careful with such a formula, however: it does not give the correct answer if the line are not skew. For example, if the lines are parallel, then the above quantity is undefined (since the cross product in the denominator is zero). Similarly, if the lines intersect then their distance is zero, but the formula above is non-zero. 9. Sketch the traces of the surface x 2 + y 2 z 2 = 1 and explain why the surface looks like a hyperboloid of one sheet. If the equation is changed to x 2 y 2 + z 2 = 1, how is the surface changed? What if it is changed to x 2 + y 2 + 2y z 2 = 0? Solution: The trace of the surface in the plane z = c has equation x 2 + y 2 = 1 + c 2, which is a circle of radius 1 + c 2. The curves x 2 + y 2 = 1 + c 2 for c = 0, 1, 2, 3, 4.

7 The trace of the surface in yz-plane has equation y 2 z 2 = 1, which is a hyperbola. The curve y 2 z 2 = 1. The trace of the surface in the xz-plane has equation x 2 z 2 = 1, which is a hyperbola. From this we conclude that the surface is a hyperboloid. It is a hyperboloid of one sheet because for every plane z = c, the trace is a circle. If it were a two-sheeted hyperboloid, then one of these planes would not intersect the surface at all. If the equation is changed to x 2 y 2 + z 2 = 1, then the roles of y and z have been interchanged. This is realized by a reflection in the plane y = z in R 3. So, the resulting surface has the same shape (it is still a one-sheeted hyperboloid), but the y-axis is now the radial axis. If the equation is changed to x 2 + y 2 + 2y z 2 = 0, then the hyperboloid is translated from being centered at the origin to being centered at the point (0, 1, 0). This can be seen by completing the square: x 2 + (y + 1) 2 z 2 = Sketch the traces of the surface x 2 y 2 + z 2 = 1 and explain why the surface looks like a hyperboloid of two sheets. If the equation is changed to x 2 y 2 z 2 = 1, how is the surface changed? What if it is changed to x 2 + 2x y 2 z 2 = 0?

8 Solution: The trace of the surface in the plane z = c has equation x 2 + y 2 = c 2 1, which is a circle of radius c 2 1 if c 2 > 1. If c 2 = 1, then the trace is a single point. if c 2 < 1, then the trace is empty. For this reason this will be a hyperboloid of two-sheets. As in the problem above, the traces in the xz- and yz-planes are hyperbolas. If the equation is changed to x 2 y 2 z 2 = 1, then the roles of x and z have been interchanged. This is realized by a reflection in the plane x = z in R 3. So, the resulting surface has the same shape (it is still a two-sheeted hyperboloid), but the x-axis is now the radial axis. If the equation is changed to x 2 + 2x y 2 z 2 = 0, then the hyperboloid in the previous paragraph (having the x-axis as its radial axis) is translated from being centered at the origin to being centered at the point ( 1, 0, 0). This can be seen by completing the square: (x + 1) 2 y 2 z 2 = 1. So, for instance, the two points at the base of the sheets are ( 1, 0, 0) and (1, 0, 0).

LB 220 Homework 1 (due Monday, 01/14/13)

LB 220 Homework 1 (due Monday, 01/14/13) LB 220 Homework 1 (due Monday, 01/14/13) Directions. Please solve the problems below. Your solutions must begin with a clear statement (or re-statement in your own words) of the problem. You solutions

More information

10.2,3,4. Vectors in 3D, Dot products and Cross Products

10.2,3,4. Vectors in 3D, Dot products and Cross Products Name: Section: 10.2,3,4. Vectors in 3D, Dot products and Cross Products 1. Sketch the plane parallel to the xy-plane through (2, 4, 2) 2. For the given vectors u and v, evaluate the following expressions.

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 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane

MATH 1020 WORKSHEET 12.1 & 12.2 Vectors in the Plane MATH 100 WORKSHEET 1.1 & 1. Vectors in the Plane Find the vector v where u =, 1 and w = 1, given the equation v = u w. Solution. v = u w =, 1 1, =, 1 +, 4 =, 1 4 = 0, 5 Find the magnitude of v = 4, 3 Solution.

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1 OHSx XM521 Multivariable Differential Calculus: Homework Solutions 13.1 (37) If a bug walks on the sphere x 2 + y 2 + z 2 + 2x 2y 4z 3 = 0 how close and how far can it get from the origin? Solution: Complete

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

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space

3. Interpret the graph of x = 1 in the contexts of (a) a number line (b) 2-space (c) 3-space MA2: Prepared by Dr. Archara Pacheenburawana Exercise Chapter 3 Exercise 3.. A cube of side 4 has its geometric center at the origin and its faces parallel to the coordinate planes. Sketch the cube and

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

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere

12.1 Three Dimensional Coordinate Systems (Review) Equation of a sphere 12.2 Vectors 12.1 Three Dimensional Coordinate Systems (Reiew) Equation of a sphere x a 2 + y b 2 + (z c) 2 = r 2 Center (a,b,c) radius r 12.2 Vectors Quantities like displacement, elocity, and force inole

More information

Detailed objectives are given in each of the sections listed below. 1. Cartesian Space Coordinates. 2. Displacements, Forces, Velocities and Vectors

Detailed objectives are given in each of the sections listed below. 1. Cartesian Space Coordinates. 2. Displacements, Forces, Velocities and Vectors Unit 1 Vectors In this unit, we introduce vectors, vector operations, and equations of lines and planes. Note: Unit 1 is based on Chapter 12 of the textbook, Salas and Hille s Calculus: Several Variables,

More information

Math The Dot Product

Math The Dot Product Math 213 - The Dot Product Peter A. Perry University of Kentucky August 26, 2018 Homework Webwork A1 is due Wednesday night Re-read section 12.3, pp. 807 812 Begin work on problems 1-37 (odd), 41-51 (odd)

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

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication.

This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. This pre-publication material is for review purposes only. Any typographical or technical errors will be corrected prior to publication. Copyright Pearson Canada Inc. All rights reserved. Copyright Pearson

More information

Vector Supplement Part 1: Vectors

Vector Supplement Part 1: Vectors Vector Supplement Part 1: Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude

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

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

Exercise Solutions for Introduction to 3D Game Programming with DirectX 10

Exercise Solutions for Introduction to 3D Game Programming with DirectX 10 Exercise Solutions for Introduction to 3D Game Programming with DirectX 10 Frank Luna, September 6, 009 Solutions to Part I Chapter 1 1. Let u = 1, and v = 3, 4. Perform the following computations and

More information

VECTORS AND THE GEOMETRY OF SPACE

VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE VECTORS AND THE GEOMETRY OF SPACE A line in the xy-plane is determined when a point on the line and the direction of the line (its slope or angle of inclination) are given.

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

Exercise. Exercise 1.1. MA112 Section : Prepared by Dr.Archara Pacheenburawana 1

Exercise. Exercise 1.1. MA112 Section : Prepared by Dr.Archara Pacheenburawana 1 MA112 Section 750001: Prepared by Dr.Archara Pacheenburawana 1 Exercise Exercise 1.1 1 8 Find the vertex, focus, and directrix of the parabola and sketch its graph. 1. x = 2y 2 2. 4y +x 2 = 0 3. 4x 2 =

More information

MAT1035 Analytic Geometry

MAT1035 Analytic Geometry MAT1035 Analytic Geometry Lecture Notes R.A. Sabri Kaan Gürbüzer Dokuz Eylül University 2016 2 Contents 1 Review of Trigonometry 5 2 Polar Coordinates 7 3 Vectors in R n 9 3.1 Located Vectors..............................................

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

Analytic Geometry MAT 1035

Analytic Geometry MAT 1035 Analytic Geometry MAT 035 5.09.04 WEEKLY PROGRAM - The first week of the semester, we will introduce the course and given a brief outline. We continue with vectors in R n and some operations including

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

Analytic Geometry MAT 1035

Analytic Geometry MAT 1035 Analytic Geometry MAT 035 5.09.04 WEEKLY PROGRAM - The first week of the semester, we will introduce the course and given a brief outline. We continue with vectors in R n and some operations including

More information

1 Vectors. c Kun Wang. Math 151, Fall Vector Supplement

1 Vectors. c Kun Wang. Math 151, Fall Vector Supplement Vector Supplement 1 Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude of a vector

More information

Congruence Axioms. Data Required for Solving Oblique Triangles

Congruence Axioms. Data Required for Solving Oblique Triangles Math 335 Trigonometry Sec 7.1: Oblique Triangles and the Law of Sines In section 2.4, we solved right triangles. We now extend the concept to all triangles. Congruence Axioms Side-Angle-Side SAS Angle-Side-Angle

More information

The Cross Product of Two Vectors

The Cross Product of Two Vectors The Cross roduct of Two Vectors In proving some statements involving surface integrals, there will be a need to approximate areas of segments of the surface by areas of parallelograms. Therefore it is

More information

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since

which has a check digit of 9. This is consistent with the first nine digits of the ISBN, since vector Then the check digit c is computed using the following procedure: 1. Form the dot product. 2. Divide by 11, thereby producing a remainder c that is an integer between 0 and 10, inclusive. The check

More information

What you will learn today

What you will learn today What you will learn today The Dot Product Equations of Vectors and the Geometry of Space 1/29 Direction angles and Direction cosines Projections Definitions: 1. a : a 1, a 2, a 3, b : b 1, b 2, b 3, a

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

Look out for typos! Homework 1: Review of Calc 1 and 2. Problem 1. Sketch the graphs of the following functions:

Look out for typos! Homework 1: Review of Calc 1 and 2. Problem 1. Sketch the graphs of the following functions: Math 226 homeworks, Fall 2016 General Info All homeworks are due mostly on Tuesdays, occasionally on Thursdays, at the discussion section. No late submissions will be accepted. If you need to miss the

More information

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates...

1 Geometry of R Conic Sections Parametric Equations More Parametric Equations Polar Coordinates... Contents 1 Geometry of R 1.1 Conic Sections............................................ 1. Parametric Equations........................................ 3 1.3 More Parametric Equations.....................................

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

Brief Review of Exam Topics

Brief Review of Exam Topics Math 32A Discussion Session Week 3 Notes October 17 and 19, 2017 We ll use this week s discussion session to prepare for the first midterm. We ll start with a quick rundown of the relevant topics, and

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

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , ,

Name: Date: Practice Midterm Exam Sections 1.2, 1.3, , , Name: Date: Practice Midterm Exam Sections 1., 1.3,.1-.7, 6.1-6.5, 8.1-8.7 a108 Please develop your one page formula sheet as you try these problems. If you need to look something up, write it down on

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

(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

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations.

Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. 1. Give a geometric description of the set of points in space whose coordinates satisfy the given pair of equations. x + y = 5, z = 4 Choose the correct description. A. The circle with center (0,0, 4)

More information

Quiz 2 Practice Problems

Quiz 2 Practice Problems Quiz Practice Problems Practice problems are similar, both in difficulty and in scope, to the type of problems you will see on the quiz. Problems marked with a are for your entertainment and are not essential.

More information

1 Vectors and the Scalar Product

1 Vectors and the Scalar Product 1 Vectors and the Scalar Product 1.1 Vector Algebra vector in R n : an n-tuple of real numbers v = a 1, a 2,..., a n. For example, if n = 2 and a 1 = 1 and a 2 = 1, then w = 1, 1 is vector in R 2. Vectors

More information

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is

1.1 Vectors. The length of the vector AB from A(x1,y 1 ) to B(x 2,y 2 ) is 1.1 Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude of a vector a is its length,

More information

6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line

6.1.1 Angle between Two Lines Intersection of Two lines Shortest Distance from a Point to a Line CHAPTER 6 : VECTORS 6. Lines in Space 6.. Angle between Two Lines 6.. Intersection of Two lines 6..3 Shortest Distance from a Point to a Line 6. Planes in Space 6.. Intersection of Two Planes 6.. Angle

More information

Vectors in the Plane

Vectors in the Plane Vectors in the Plane MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Vectors vs. Scalars scalar quantity having only a magnitude (e.g. temperature, volume, length, area) and

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

Find c. Show that. is an equation of a sphere, and find its center and radius. This n That. 3D Space is like, far out

Find c. Show that. is an equation of a sphere, and find its center and radius. This n That. 3D Space is like, far out D Space is like, far out Introspective Intersections Inverses Gone wild Transcendental Computations This n That 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c Find

More information

Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated )

Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated ) Solutions to Selected Questions from Denis Sevee s Vector Geometry. (Updated 24--27) Denis Sevee s Vector Geometry notes appear as Chapter 5 in the current custom textbook used at John Abbott College for

More information

Exam. There are 6 problems. Your 5 best answers count. Please pay attention to the presentation of your work! Best 5

Exam. There are 6 problems. Your 5 best answers count. Please pay attention to the presentation of your work! Best 5 Department of Mathematical Sciences Instructor: Daiva Pucinskaite Calculus III June, 06 Name: Exam There are 6 problems. Your 5 best answers count. Please pay attention to the presentation of your work!

More information

CALC 3 CONCEPT PACKET Complete

CALC 3 CONCEPT PACKET Complete CALC 3 CONCEPT PACKET Complete Written by Jeremy Robinson, Head Instructor Find Out More +Private Instruction +Review Sessions WWW.GRADEPEAK.COM Need Help? Online Private Instruction Anytime, Anywhere

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

Chapter 12 Review Vector. MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30

Chapter 12 Review Vector. MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30 Chapter 12 Review Vector MATH 126 (Section 9.5) Vector and Scalar The University of Kansas 1 / 30 iclicker 1: Let v = PQ where P = ( 2, 5) and Q = (1, 2). Which of the following vectors with the given

More information

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =,

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =, SUPPLEMENT I 1. Vectors Definition. A vector is a quantity that has both a magnitude and a direction. A twodimensional vector is an ordered pair a = a 1, a 2 of real numbers. The numbers a 1 and a 2 are

More information

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1.

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1. SECTION 10.4 THE CROSS PRODUCT 537 42. Suppose that all sides of a quadrilateral are equal in length and opposite sides are parallel. Use vector methods to show that the diagonals are perpendicular. 43.

More information

PURE MATHEMATICS Unit 1

PURE MATHEMATICS Unit 1 PURE MATHEMATICS Unit 1 FOR CAPE EXAMINATIONS DIPCHAND BAHALL CAPE is a registered trade mark of the Caribbean Examinations Council (CXC). Pure Mathematics for CAPE Examinations Unit 1 is an independent

More information

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R.

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R. Multivariable Calculus Lecture # Notes This lecture completes the discussion of the cross product in R and addresses the variety of different ways that n mathematical objects can be described via equations,

More information

CHAPTER 5: Analytic Trigonometry

CHAPTER 5: Analytic Trigonometry ) (Answers for Chapter 5: Analytic Trigonometry) A.5. CHAPTER 5: Analytic Trigonometry SECTION 5.: FUNDAMENTAL TRIGONOMETRIC IDENTITIES Left Side Right Side Type of Identity (ID) csc( x) sin x Reciprocal

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

Algebra I Exam Review

Algebra I Exam Review Name Algebra I Exam Review Assigned on Assignment 1/17 Final Exam Practice Units 1 and Problems 1-4 1/18 Final Exam Practice Units and 4 Problems 5-5 1/19 Practice Final Exam Multiple Choice 1-16 1/ Practice

More information

Common Test. Quiz. letter from their parent providing a valid explanation for the absence.

Common Test. Quiz. letter from their parent providing a valid explanation for the absence. Course outline 2017-2018 Subject: Mathematics School code CXC: 190003 School Code IB : 003992 Form : 5 TERM 1 14 August 10 November Form 1-5 Grading system Test 2x Common Test 3x Quiz 1x Oral presenation

More information

9.4 Polar Coordinates

9.4 Polar Coordinates 9.4 Polar Coordinates Polar coordinates uses distance and direction to specify a location in a plane. The origin in a polar system is a fixed point from which a ray, O, is drawn and we call the ray the

More information

MATH Calculus III Fall 2009 Homework 1 - Solutions

MATH Calculus III Fall 2009 Homework 1 - Solutions MATH 2300 - Calculus III Fall 2009 Homework 1 - Solutions 1. Find the equations of the two spheres that are tangent with equal radii whose centers are ( 3, 1, 2) and (5, 3, 6). SOLUTION: In order for the

More information

Chapter 1: Trigonometric Functions 1. Find (a) the complement and (b) the supplement of 61. Show all work and / or support your answer.

Chapter 1: Trigonometric Functions 1. Find (a) the complement and (b) the supplement of 61. Show all work and / or support your answer. Trig Exam Review F07 O Brien Trigonometry Exam Review: Chapters,, To adequately prepare for the exam, try to work these review problems using only the trigonometry knowledge which you have internalized

More information

Welcome to IB Math - Standard Level Year 2

Welcome to IB Math - Standard Level Year 2 Welcome to IB Math - Standard Level Year 2 Why math? Not So Some things to know: Good HW Good HW Good HW www.aleimath.blogspot.com Example 1. Lots of info at Example Example 2. HW yup. You know you love

More information

Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017

Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017 Math 32A Discussion Session Week 2 Notes October 10 and 12, 2017 Since we didn t get a chance to discuss parametrized lines last week, we may spend some time discussing those before moving on to the dot

More information

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions QUIZ AND TEST INFORMATION: The material in this chapter is on Quiz 3 and Exam 2. You should complete at least one attempt of Quiz 3 before taking Exam 2. This material is also on the final exam and used

More information

Workbook. MAT 397: Calculus III

Workbook. MAT 397: Calculus III Workbook MAT 397: Calculus III Instructor: Caleb McWhorter Name: Summer 217 Contents Preface..................................................... 2 1 Spatial Geometry & Vectors 3 1.1 Basic n Euclidean

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

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

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

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount.

Unit #17: Spring Trig Unit. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that same amount. Name Unit #17: Spring Trig Unit Notes #1: Basic Trig Review I. Unit Circle A circle with center point and radius. A. First Quadrant Notice how the x-values decrease by while the y-values increase by that

More information

Main topics for the First Midterm Exam

Main topics for the First Midterm Exam Main topics for the First Midterm Exam The final will cover Sections.-.0, 2.-2.5, and 4.. This is roughly the material from first three homeworks and three quizzes, in addition to the lecture on Monday,

More information

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

More information

Unit 8. ANALYTIC GEOMETRY.

Unit 8. ANALYTIC GEOMETRY. Unit 8. ANALYTIC GEOMETRY. 1. VECTORS IN THE PLANE A vector is a line segment running from point A (tail) to point B (head). 1.1 DIRECTION OF A VECTOR The direction of a vector is the direction of the

More information

Practice Test - Chapter 4

Practice Test - Chapter 4 Find the value of x. Round to the nearest tenth, if necessary. Find the measure of angle θ. Round to the nearest degree, if necessary. 1. An acute angle measure and the length of the hypotenuse are given,

More information

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

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

More information

Welcome to IB Math - Standard Level Year 2.

Welcome to IB Math - Standard Level Year 2. Welcome to IB Math - Standard Level Year 2 Why math? Some things to know: www.aleimath.blogspot.com 1. Lots of info at 2. HW yup. You know you love it! Be prepared to present. Notebook all work is in it.

More information

Course Outline, Mathematics - Algebra 2-Trigonometry -

Course Outline, Mathematics - Algebra 2-Trigonometry - Course Outline, Mathematics - Algebra 2-Trigonometry - Course Description: Algebra 2 is the study of equations of second degree, which include such diverse geometric manifestations as parabolas, ellipses,

More information

Pre-Calculus School Year:

Pre-Calculus School Year: Pre-Calculus School Year: 2018-2019 Instructor: Winter Valero Email: wvalero@materacademy.com Class Location: Room 218 Phone Number: Office Location: Room 218 Office Hours: M-F 2:40 pm - 3:00 pm Catalog

More information

Projects in Geometry for High School Students

Projects in Geometry for High School Students Projects in Geometry for High School Students Goal: Our goal in more detail will be expressed on the next page. Our journey will force us to understand plane and three-dimensional geometry. We will take

More information

(arrows denote positive direction)

(arrows denote positive direction) 12 Chapter 12 12.1 3-dimensional Coordinate System The 3-dimensional coordinate system we use are coordinates on R 3. The coordinate is presented as a triple of numbers: (a,b,c). In the Cartesian coordinate

More information

EUCLIDEAN SPACES AND VECTORS

EUCLIDEAN SPACES AND VECTORS EUCLIDEAN SPACES AND VECTORS PAUL L. BAILEY 1. Introduction Our ultimate goal is to apply the techniques of calculus to higher dimensions. We begin by discussing what mathematical concepts describe these

More information

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29

Practice problems for Exam 1. a b = (2) 2 + (4) 2 + ( 3) 2 = 29 Practice problems for Exam.. Given a = and b =. Find the area of the parallelogram with adjacent sides a and b. A = a b a ı j k b = = ı j + k = ı + 4 j 3 k Thus, A = 9. a b = () + (4) + ( 3)

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

MTH 163, Sections 40 & 41 Precalculus I FALL 2015

MTH 163, Sections 40 & 41 Precalculus I FALL 2015 MTH 163, Sections 40 & 41 Precalculus I FALL 2015 Instructor Name : Mrs. Donna M. Ratliff Office Number: Room 217 Office Phone Number: (434) 946-2898 Email: dmratliff@amherst.k12.va.us Office Hours: Before

More information

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS

DATE: MATH ANALYSIS 2 CHAPTER 12: VECTORS & DETERMINANTS NAME: PERIOD: DATE: MATH ANALYSIS 2 MR. MELLINA CHAPTER 12: VECTORS & DETERMINANTS Sections: v 12.1 Geometric Representation of Vectors v 12.2 Algebraic Representation of Vectors v 12.3 Vector and Parametric

More information

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems. Three-Dimensional Coordinate Systems To locate a point in a plane, two numbers are necessary. We know that any point in the plane can be represented as an ordered pair (a, b) of real numbers, where a is the x-coordinate and b is the y-coordinate.

More information

Sacred Heart School Course Syllabus

Sacred Heart School Course Syllabus Sacred Heart School Course Syllabus Class Subject: Grade 6 Mathematics (Advanced) Teacher Information: Barbara Hamanaka Sacred Heart School : 860-445-0611 hamanakab@sacredheartgroton.org Course Description:

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Use the appropriate identity to find the indicated function value. Rationalize the denominator,

More information

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

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

More information

Vectors (Trigonometry Explanation)

Vectors (Trigonometry Explanation) Vectors (Trigonometry Explanation) CK12 Editor Say Thanks to the Authors Click http://www.ck12.org/saythanks (No sign in required) To access a customizable version of this book, as well as other interactive

More information

Course Notes Math 275 Boise State University. Shari Ultman

Course Notes Math 275 Boise State University. Shari Ultman Course Notes Math 275 Boise State University Shari Ultman Fall 2017 Contents 1 Vectors 1 1.1 Introduction to 3-Space & Vectors.............. 3 1.2 Working With Vectors.................... 7 1.3 Introduction

More information

Math 3C Lecture 20. John Douglas Moore

Math 3C Lecture 20. John Douglas Moore Math 3C Lecture 20 John Douglas Moore May 18, 2009 TENTATIVE FORMULA I Midterm I: 20% Midterm II: 20% Homework: 10% Quizzes: 10% Final: 40% TENTATIVE FORMULA II Higher of two midterms: 30% Homework: 10%

More information

NFC ACADEMY COURSE OVERVIEW

NFC ACADEMY COURSE OVERVIEW NFC ACADEMY COURSE OVERVIEW Pre-calculus is a full-year, high school credit course that is intended for the student who has successfully mastered the core algebraic and conceptual geometric concepts covered

More information

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

More information

Section 8.2 Vector Angles

Section 8.2 Vector Angles Section 8.2 Vector Angles INTRODUCTION Recall that a vector has these two properties: 1. It has a certain length, called magnitude 2. It has a direction, indicated by an arrow at one end. In this section

More information

June Dear Future Functions/Analytic Geometry Students,

June Dear Future Functions/Analytic Geometry Students, June 016 Dear Future Functions/Analytic Geometry Students, Welcome to pre-calculus! Since we have so very many topics to cover during our 016-17 school year, it is important that each one of you is able

More information