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

Size: px
Start display at page:

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

Transcription

1 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 or multi-variable will be needed to answer the questions. You will be expected to know the basic rules of algebra for simplifying expressions and trigonometric identities. Also, a good geometric intuition can be helpful on some problems. You might need to draw a picture to answer some questions, but such pictures will be simple to draw. Points and distance Before we get into multi-variable calculus we need to first need to develop the tools and terminology to handle multiple variables i.e., we need to shed off our two dimensional limitations and embrace higher dimensions. In two dimensions we represent points by a, b where a indicates our x-coordinate i.e., how far we move in the x-direction and b indicates our y- coordinate i.e., how far we move in the y-direction. Using the Pythagorean Theorem we can find distance between points by measuring the length of the line segment connecting the two points. In particular, given x 0, y 0 and x 1, y 1 then Distance = x 1 x y 1 y 0 2. In three dimensions we represent a point by a, b, c where a and b are as before and c is the z- coordinate i.e., how far we move in the z-direction. Instead of using the axis to split up space we use planes, i.e., the xy-plane z = 0, the xz-plane y = 0 and the yz-plane x = 0 split up three dimensional space into eight octants. By using the Pythagorean Theorem bootstrapping our way up we can again measure the distance between points as the length of the line segment connecting the points. In particular, given x 0, y 0, z 0 and x 1, y 1, z 1 then Distance = x 1 x y 1 y z 1 z 0 2. Once we can do distance we can also do spheres. A sphere is the set of points that are distance r called the radius from a central point x 0, y 0, z 0, by the distance formula this is the set of points x, y, z with x x y y z z 0 2 = r 2. Sometimes we might be given an equation that is not written in such a form but still represents a sphere, to help identify the sphere we use algebraic techniques such as completing the square to put it into the appropriate form. Also we note that the above equation gives us the points on the surface of the sphere, if we wanted to get all points inside the sphere we would use inequalities. In particular the points on the sphere and the interior of the sphere sometimes called the ball will be x, y, z with x x y y z z 0 2 r 2. In general inequalities are useful to help describe volumes and regions in space. Vectors Once we know how to get to a point the next important thing to know is how to move in a certain direction. In two dimensions we tended to use a vague notion of slope to help give some indication about which way to go. In general a better tool is to use vectors. A vector is something which has both a distance and a magnitude or length. A useful way to think about vectors is to tell us how to get from one point to another. Graphically we can represent vectors by arrows where the length is the length of the arrow and the direction is indicated by which way the arrow is pointing. We can add vectors pictorially by putting the initial point on one vector on the terminal point of the other vector and we can scale vectors which changes the length, when scaling by a negative we reverse direction. In particular once we can scale and add we can also subtract. A special vector is the 0- vector, denoted 0 which has zero length and no direction, intuitively 0 is saying to stay put. Dealing with vectors graphically has limitations especially for those who art artistically challenged!. So we want to develop a way to deal with vectors algebraically. We do this by splitting a vector into components. Namely if a vector is telling us how to move, then we break it up by asking how much we move in each direction. So in two dimensions a vector will be written as a = a 1, a 2 where a 1 is how much we move in the x-direction and a 2 is how much we move in the y-direction. In three dimensions a vector will be written as a = a 1, a 2, a 3 where a 1, a 2 are as before and a 3 is how much we move in the z-direction. Given two points A = x 0, y 0, z 0 and B = x 1, y 1, z 1 the vector that starts at A and ends at B, denoted AB, is found by looking at how much we change in each direction, i.e., AB= x 1 x 0, y 1 y 0, z 1 z 0. The way we deal with vectors algebraically is to work component by component, for example addition of two vectors is done as follows a 1, a 2, a 3 + b 1, b 2, b 3 = a 1 +b 1, a 2 +b 2, a 3 +b 3 subtraction similarly is done by a 1, a 2, a 3 b 1, b 2, b 3 = a 1 b 1, a 2 b 2, a 3 b 3

2 and scaling by a constant k is done by k a 1, a 2, a 3 = ka 1, ka 2, ka 3. The zero vector is now simply 0 = 0, 0, 0. Similar statements hold for vectors in other dimensions. We said that vectors have length and direction. To find length again we can measure the line from the initial to the terminal point. Again by the Pythagorean Theorem we have that the magnitude of the vector a, b, c is a, b, c = a 2 + b 2 + c 2. Here the is denoting magnitude, it also looks like the absolute value which is intentional since absolute value also is a measurement of magnitude. For direction we will use unit vectors which are vectors with length 1 i.e., unit length. To find a unit vector that goes in the same direction as a we simply scale a so that it has magnitude 1, this is easy to do by scaling by the reciprocal of the magnitude, i.e., unit vector in direction of a = 1 a a. Vectors behave as we would expect, i.e., all of the following properties hold. a + b = b + a a + b + c = b + a + c a + 0 = a a + a = 0 ka + b = ka + kb c + da = ca + da kla = kla 1a = a Three important unit vectors are i = 1, 0, 0, j = 0, 1, 0 and k = 0, 0, 1 which point in the x, y and z direction respectively. The basic idea is the same as breaking into components, and so as before we break a vector into each of the three directions and so a, b, c = ai + bj + ck. Finally, we should mention that vectors are useful in physics where many ideas incorporate both a direction and a magnitude, these include velocity and force. In that case the problem is to think about how vectors combine and use that to solve for information about vectors. A simple example is that if an object is at rest then the sum of the forces acting on it must be 0. This can make for some fun word problems! The dot product Adding and subtracting is great but it would also be nice to be able to multiply. There are two general products that act like multiplication but both have limitations. The easier of the two is the dot product, which we denote by a dot. This works by a 1, a 2 b 1, b 2 = a 1 b 1 + a 2 b 2 a 1, a 2, a 3 b 1, b 2, b 3 = a 1 b 1 + a 2 b 2 + a 3 b 3 and similarly for higher dimensions, but we will be spending most of our time in dimensions two and three so this will suffice. Note that for a dot product we have to have two vectors of the same length and the output is not a vector but a number, i.e., vector vector = number. So for example the expression a b c is meaningless. The dot product behaves nicely not surprising given the definition, in particular the following properties hold. a b = b a a b + c = a b + a c 0 a = 0 ka b = ka b = a kb But the most important property of the dot product is what happens when we take a vector and dot it with itself, namely, a a = a 2. Using this along with the law of cosines we have that a b = a b cos θ or cos θ = a b a b. Here θ is the angle between the two vectors when the initial point of the vectors are together if the tails are not together, you should put them together to get your vector. In particular the dot product is useful for finding the angle between two vectors where we express the angle as an arc-cosine. An important angle is 90, or π/2. When the angle between two vectors is 90 we call the vectors perpendicular or orthogonal. By the above formulation we have that two vectors a, b are orthogonal if and only if the a b = 0 one of the most useful tools of the dot product. In particular, 0 is perpendicular to all vectors. Dot products make it easy to find projections. Given two vectors a and b we might ask how much of a is in the direction of b. We have already seen this by breaking a vector up into its component pieces and looking at how much we change in x or in y or in z. To answer this question we need to know two things,

3 a length and a direction. The length, also called the component projection, is given by comp b a = a b, b the direction is found by the unit vector pointing in the direction of b, i.e., 1/ b b. Therefore the projection of a onto b is given by a b proj b a = b b b The cross product We now turn to the more mysterious way to multiply two vectors, namely the cross product which works only in three dimensions. This is defined by a 1, a 2, a 3 b 1, b 2, b 3 = a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1 This is difficult to remember in this format so we can also write it in terms of determinants which make it slightly easier to remember, i.e., a 1, a 2, a 3 b 1, b 2, b 3 = i j k a 1 a 2 a 3 b 1 b 2 b 3 = a 2 a 3 b 2 b 3 i a 1 a 3 b 1 b 3 j + a 1 a 2 b 1 b 2 k It is important to see that the dot product and the cross product are very different, in particular the output of the cross product of two vectors is again a vector, i.e., vector vector = vector. The cross product has some unexpected properties. For instance a a = 0 a b = b a a + b c = a c + b c a b + c = a b + a c so now the order you take the cross product makes a difference! The last two properties indicate that we can still distribute. The two most important properties for cross product are: a b is orthogonal to a, a b is orthogonal to b, a b = a b sin θ. The first one says that a b gives a vector orthogonal to both a and b useful as we saw in working with planes; the exact choice of which direction there are essentially two is done by use of the right hand rule you are not going to be tested on the right hand rule. The second can be interpreted by saying that the magnitude a b is the area of a parallelogram formed using the vectors a and b. In particular, the triangle formed by the vectors a and b has an area of 1 2 a b. Also we note that two non-zero vectors are parallel if the angle between them is 0 or 180, or in other words if the two vectors are parallel multiples of one another. By the above rule we see that two non-zero vectors are parallel if and only if their cross product is 0. Usually this is not an efficient way to test for parallel, i.e., it is easier to just see if we can scale one to get the other. Applying the various rules to the vectors i, j and k we have i i = 0 i j = k i k = j j i = k j j = 0 j k = i k i = j k j = i k k = 0 Using these rules along with the distribution property of the cross product we can recover the definition of the cross product. We should point out that the cross product is useful in physics, for instance torque is defined in terms of a cross product. There are a few other rules for cross product. You will not be tested on the following two rules, a b c = a b c a b c = a c b a b c. The first equation just follows by noting that the expression is the determinant of a 3-by-3 matrix and in both cases you get the same determinant. In particular the value that you recover is the area of the parallelogram formed using the three vertices a, b and c. Lines and planes The idea behind calculus is that while we understand flat things lines, squares, etc. really well, the world around us is filled with things which are not flat; so what we will do is to study things which aren t flat by things which are flat usually done by looking at everything close-up. Of course we need to make sure we understand our flat things really well. We already have seen lines in two dimensions, usually in the form y = mx + b. The idea is that b is the y-intercept and that can be used to help position our line and m is the slope which gives us the direction in which to draw the line. In general, to find a line what we need are two items, one is a point on the line and the other is the

4 direction that the line can go in, which for us will be done using vectors. Whenever we are given a problem about finding a line it will always reduce to finding a point and a directional vector of the line. For example, if we are given two points it is easy to find the direction, just find the vector between the two points, and then finally pick one of the two points. Given a point x 0, y 0, z 0 and a direction vector on the line a, b, c we can express the line in different ways. One way to express the line is in vector form which is to say that it is all points x, y, z so that x, y, z = x 0, y 0, z 0 + t a, b, c where t is a parameter. We could also solve for each component on each side and that gives us our parametric form of the line x = x 0 + at, y = y 0 + bt, z = z 0 + ct. Finally, if we solve each expression for t we get the symmetric form of the line my personal least favorite t = x x 0 = y y 0 = z z 0. a b c We note that the equation for the line is not unique. In particular, we could have chosen any point on the line and we could also have chosen any directional vector which means that we can scale our directional vector by a constant, also we note that given any one of the forms above that we can easily recover the point and the directional vector. Lines are parallel if they have the same directional vector. However, unlike in two dimensions just because two lines are not parallel they still may not intersect, non-intersecting lines which are not parallel are sometimes called skew. A plane is a two-dimensional analogue of a line, basically imagine a flat surface i.e., a tabletop or piece of paper in three dimensions i.e., the room around you. Since the plan is two-dimensional there are many different vectors in the plane. But we still want to associate a direction with the plane. The way we do this in three dimensions! is to pick a vector which is perpendicular to the plane, we call such a vector a normal vector and will usually denote it by n = a, b, c. Then if x 0, y 0, z 0 is a fixed point in the plane and x, y, z is any arbitrary point in the plane then by orthogonality conditions we have 0 = n x x 0, y y 0, z z 0 = a, b, c x x 0, y y 0, z z 0 We can rearrange this to = ax x 0 + by y 0 + cz z 0. ax + by + cz = d where d = ax 0 + by 0 + cz 0. This is the form of the plane which we will most commonly use. Note in particular that given this form of the line it is easy to read off the coefficients and recover the normal vector. In any problem where we are asked to find a plane it will always boil down to finding a point and a normal vector a point is usually very easy, the normal vector usually takes a while the trick is to identify two non-parallel vectors which have to be in the plane for example if we have three points then we can find two such vectors. Two planes are parallel if their normal vectors are multiples of each other. When two planes are not parallel the angle of intersection between the planes is found by using the angle between the corresponding normal vectors. Parametric curves A curve in either two or three dimensional space can be described by saying what is happening in each coordinate. For example either xt, yt or xt, yt, zt. Recall the story of the fly, we can think of t as a time parameter saying where the current position of the fly is at time t. This has some advantages. For example the unit circle cannot be written as y = fx because it miserably fails the vertical line test. But as a parametric curve it is easily described by cost, sint. Given a parametric curve we can sometimes recover the curve y = fx that the points on the parametric curve will be on. This can be done by solving for t or using various identities trigonometric, etc.. For example xt, yt = t, t 2 corresponds to points on the parabola y = x 2 since the y value is the square of the x value. But we also have xt, yt = 2t, 4t 2 also corresponds to points on the parabola y = x 2 ; both give the same curve but they have different behavior if we look at them as t progresses, namely the second goes twice as fast. We also have that xt, yt = sin t, 1 cos 2 t also will lie on y = x 2 but will not be all points on the parabola, in particular as time moves forward this will only oscillate back and forth on the portion of the parabola between 1, 1 and 1, 1. Given a parametric curve it is helpful to try and identify a curve that the points will lie on. Another option is to plot values for fixed values of t and connect the dot a popular choice among computers. We can also specify an interval for the curve, in which case we will specify a starting time and a stopping

5 time which will correspond to a starting point and a stopping point. Another way to deal with parameterized curves is to plot each coordinate on its own axis, i.e., plot x as a function of t and y as a function of t and so on then get the general behavior of which direction the curve is going in the plane, i.e., northeast x increasing, y increasing northwest x decreasing, y increasing southeast x increasing, y decreasing southwest x decreasing, y decreasing and of course plot points where behavior changes. This works fine when xt and yt are simple functions but becomes too tedious when they become complicated. Thank goodness for computers! When we are dealing with a parameterized function and we want to know what the curve is approaching at a certain point, we can pass the limit inside assuming that each limit exists, i.e., lim ft, gt, ht = t t 0 lim ft, lim gt, lim ht. t t 0 t t0 t t0 But this idea seems a little calculus-esque and so we will not test on this during this midterm of course it might come back later!. Finally we will note that we can also have a parameterize vector equation as compared to parameterizing a curve. The difference between them in not important right now and we will only deal with parameterized curves on the midterm.

(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

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

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

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

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for

CHAPTER 4 VECTORS. Before we go any further, we must talk about vectors. They are such a useful tool for CHAPTER 4 VECTORS Before we go any further, we must talk about vectors. They are such a useful tool for the things to come. The concept of a vector is deeply rooted in the understanding of physical mechanics

More information

Vector Geometry. Chapter 5

Vector Geometry. Chapter 5 Chapter 5 Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at

More information

4.1 Distance and Length

4.1 Distance and Length Chapter Vector Geometry In this chapter we will look more closely at certain geometric aspects of vectors in R n. We will first develop an intuitive understanding of some basic concepts by looking at vectors

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

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

(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

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

Sums of Squares (FNS 195-S) Fall 2014

Sums of Squares (FNS 195-S) Fall 2014 Sums of Squares (FNS 195-S) Fall 014 Record of What We Did Drew Armstrong Vectors When we tried to apply Cartesian coordinates in 3 dimensions we ran into some difficulty tryiing to describe lines and

More information

12.1. Cartesian Space

12.1. Cartesian Space 12.1. Cartesian Space In most of your previous math classes, we worked with functions on the xy-plane only meaning we were working only in 2D. Now we will be working in space, or rather 3D. Now we will

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

Vector Calculus, Maths II

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

More information

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

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

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

Review of Coordinate Systems

Review of Coordinate Systems Vector in 2 R and 3 R Review of Coordinate Systems Used to describe the position of a point in space Common coordinate systems are: Cartesian Polar Cartesian Coordinate System Also called rectangular coordinate

More information

Vectors, dot product, and cross product

Vectors, dot product, and cross product MTH 201 Multivariable calculus and differential equations Practice problems Vectors, dot product, and cross product 1. Find the component form and length of vector P Q with the following initial point

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

MATH 1130 Exam 1 Review Sheet

MATH 1130 Exam 1 Review Sheet MATH 1130 Exam 1 Review Sheet The Cartesian Coordinate Plane The Cartesian Coordinate Plane is a visual representation of the collection of all ordered pairs (x, y) where x and y are real numbers. This

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

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

MATH Max-min Theory Fall 2016

MATH Max-min Theory Fall 2016 MATH 20550 Max-min Theory Fall 2016 1. Definitions and main theorems Max-min theory starts with a function f of a vector variable x and a subset D of the domain of f. So far when we have worked with functions

More information

CALCULUS III. Paul Dawkins

CALCULUS III. Paul Dawkins CALCULUS III Paul Dawkins Table of Contents Preface... iii Outline... iv Three Dimensional Space... Introduction... The -D Coordinate System... Equations of Lines... 9 Equations of Planes... 5 Quadric

More information

Chapter 0 of Calculus ++, Differential calculus with several variables

Chapter 0 of Calculus ++, Differential calculus with several variables Chapter of Calculus ++, Differential calculus with several variables Background material by Eric A Carlen Professor of Mathematics Georgia Tech Spring 6 c 6 by the author, all rights reserved - Table of

More information

MATH 2730: Multivariable Calculus. Fall 2018 C. Caruvana

MATH 2730: Multivariable Calculus. Fall 2018 C. Caruvana MATH 273: Multivariable Calculus Fall 218 C. Caruvana Contents 1 Vectors 1 1.1 Vectors in the Plane.................................... 1 1.1.1 Vector Addition.................................. 3 1.1.2

More information

Introduction to Vectors

Introduction to Vectors Introduction to Vectors K. Behrend January 31, 008 Abstract An introduction to vectors in R and R 3. Lines and planes in R 3. Linear dependence. 1 Contents Introduction 3 1 Vectors 4 1.1 Plane vectors...............................

More information

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

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

More information

Euclidean Spaces. Euclidean Spaces. Chapter 10 -S&B

Euclidean Spaces. Euclidean Spaces. Chapter 10 -S&B Chapter 10 -S&B The Real Line: every real number is represented by exactly one point on the line. The plane (i.e., consumption bundles): Pairs of numbers have a geometric representation Cartesian plane

More information

4 The Cartesian Coordinate System- Pictures of Equations

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

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Functions ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 2017/2018 DR. ANTHONY BROWN 4. Functions 4.1. What is a Function: Domain, Codomain and Rule. In the course so far, we

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

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

LINE AND SURFACE INTEGRALS: A SUMMARY OF CALCULUS 3 UNIT 4

LINE AND SURFACE INTEGRALS: A SUMMARY OF CALCULUS 3 UNIT 4 LINE AN URFAE INTEGRAL: A UMMARY OF ALULU 3 UNIT 4 The final unit of material in multivariable calculus introduces many unfamiliar and non-intuitive concepts in a short amount of time. This document attempts

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

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

Introduction. Chapter Points, Vectors and Coordinate Systems

Introduction. Chapter Points, Vectors and Coordinate Systems Chapter 1 Introduction Computer aided geometric design (CAGD) concerns itself with the mathematical description of shape for use in computer graphics, manufacturing, or analysis. It draws upon the fields

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information

LINE AND SURFACE INTEGRALS: A SUMMARY OF CALCULUS 3 UNIT 4

LINE AND SURFACE INTEGRALS: A SUMMARY OF CALCULUS 3 UNIT 4 LINE AN URFAE INTEGRAL: A UMMARY OF ALULU 3 UNIT 4 The final unit of material in multivariable calculus introduces many unfamiliar and non-intuitive concepts in a short amount of time. This document attempts

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

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector

Multivariable Calculus: Chapter 13: Topic Guide and Formulas (pgs ) * line segment notation above a variable indicates vector Multivariable Calculus: Chapter 13: Topic Guie an Formulas (pgs 800 851) * line segment notation above a variable inicates vector The 3D Coorinate System: Distance Formula: (x 2 x ) 2 1 + ( y ) ) 2 y 2

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

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( )

Distance Formula in 3-D Given any two points P 1 (x 1, y 1, z 1 ) and P 2 (x 2, y 2, z 2 ) the distance between them is ( ) ( ) ( ) Vectors and the Geometry of Space Vector Space The 3-D coordinate system (rectangular coordinates ) is the intersection of three perpendicular (orthogonal) lines called coordinate axis: x, y, and z. Their

More information

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

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

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

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

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

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of

Pre-calculus is the stepping stone for Calculus. It s the final hurdle after all those years of Chapter 1 Beginning at the Very Beginning: Pre-Pre-Calculus In This Chapter Brushing up on order of operations Solving equalities Graphing equalities and inequalities Finding distance, midpoint, and slope

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

Ideas from Vector Calculus Kurt Bryan

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

More information

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay

Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Electromagnetic Theory Prof. D. K. Ghosh Department of Physics Indian Institute of Technology, Bombay Lecture -1 Element of vector calculus: Scalar Field and its Gradient This is going to be about one

More information

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1)

Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Math 20C Multivariable Calculus Lecture 1 1 Coordinates in space Slide 1 Overview of vector calculus. Coordinate systems in space. Distance formula. (Sec. 12.1) Vector calculus studies derivatives and

More information

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities Math 2 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

Chapter 06: Analytic Trigonometry

Chapter 06: Analytic Trigonometry Chapter 06: Analytic Trigonometry 6.1: Inverse Trigonometric Functions The Problem As you recall from our earlier work, a function can only have an inverse function if it is oneto-one. Are any of our trigonometric

More information

Culminating Review for Vectors

Culminating Review for Vectors Culminating Review for Vectors 0011 0010 1010 1101 0001 0100 1011 An Introduction to Vectors Applications of Vectors Equations of Lines and Planes 4 12 Relationships between Points, Lines and Planes An

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

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

1 Vector Geometry in Two and Three Dimensions

1 Vector Geometry in Two and Three Dimensions 1 Vector Geometry in Two and Three Dimensions 1.1 Vectors in Two Dimensions You ve probably heard of vectors as objects with both magnitude and direction, or something along these lines. Another way to

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

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

MATH 12 CLASS 4 NOTES, SEP

MATH 12 CLASS 4 NOTES, SEP MATH 12 CLASS 4 NOTES, SEP 28 2011 Contents 1. Lines in R 3 1 2. Intersections of lines in R 3 2 3. The equation of a plane 4 4. Various problems with planes 5 4.1. Intersection of planes with planes or

More information

Preface.

Preface. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

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

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

OpenStax-CNX module: m Vectors. OpenStax College. Abstract

OpenStax-CNX module: m Vectors. OpenStax College. Abstract OpenStax-CNX module: m49412 1 Vectors OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section you will: Abstract View vectors

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

Notes: Vectors and Scalars

Notes: Vectors and Scalars A particle moving along a straight line can move in only two directions and we can specify which directions with a plus or negative sign. For a particle moving in three dimensions; however, a plus sign

More information

1 Vectors and 3-Dimensional Geometry

1 Vectors and 3-Dimensional Geometry Calculus III (part ): Vectors and 3-Dimensional Geometry (by Evan Dummit, 07, v..55) Contents Vectors and 3-Dimensional Geometry. Functions of Several Variables and 3-Space..................................

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

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

NOTES ON VECTORS, PLANES, AND LINES

NOTES ON VECTORS, PLANES, AND LINES NOTES ON VECTORS, PLANES, AND LINES DAVID BEN MCREYNOLDS 1. Vectors I assume that the reader is familiar with the basic notion of a vector. The important feature of the vector is that it has a magnitude

More information

LB 220 Homework 4 Solutions

LB 220 Homework 4 Solutions LB 220 Homework 4 Solutions Section 11.4, # 40: This problem was solved in class on Feb. 03. Section 11.4, # 42: This problem was also solved in class on Feb. 03. Section 11.4, # 43: Also solved in class

More information

LINEAR ALGEBRA KNOWLEDGE SURVEY

LINEAR ALGEBRA KNOWLEDGE SURVEY LINEAR ALGEBRA KNOWLEDGE SURVEY Instructions: This is a Knowledge Survey. For this assignment, I am only interested in your level of confidence about your ability to do the tasks on the following pages.

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

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

11.1 Three-Dimensional Coordinate System

11.1 Three-Dimensional Coordinate System 11.1 Three-Dimensional Coordinate System In three dimensions, a point has three coordinates: (x,y,z). The normal orientation of the x, y, and z-axes is shown below. The three axes divide the region into

More information

MTH 254 STUDY GUIDE Summary of Topics

MTH 254 STUDY GUIDE Summary of Topics MTH 254 STUDY GUIDE Summary of Topics Lesson 1 (p. 3): Coordinate Systems, 10.2, 13.5 Lesson 2 (p. 9): Vectors in the Plane and in 3-Space, 11.1, 11.2 Lesson 3 (p. 16): Dot Products, 11.3 Lesson 4 (p.

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

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

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

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces

Vectors Coordinate frames 2D implicit curves 2D parametric curves. Graphics 2008/2009, period 1. Lecture 2: vectors, curves, and surfaces Graphics 2008/2009, period 1 Lecture 2 Vectors, curves, and surfaces Computer graphics example: Pixar (source: http://www.pixar.com) Computer graphics example: Pixar (source: http://www.pixar.com) Computer

More information

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the

ter. on Can we get a still better result? Yes, by making the rectangles still smaller. As we make the rectangles smaller and smaller, the Area and Tangent Problem Calculus is motivated by two main problems. The first is the area problem. It is a well known result that the area of a rectangle with length l and width w is given by A = wl.

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

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Ch. 7.3, 7.4: Vectors and Complex Numbers

Ch. 7.3, 7.4: Vectors and Complex Numbers Ch. 7.3, 7.4: Vectors and Complex Numbers Johns Hopkins University Fall 2014 (Johns Hopkins University) Ch. 7.3, 7.4: Vectors and Complex Numbers Fall 2014 1 / 38 Vectors(1) Definition (Vector) A vector

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Things you should have learned in Calculus II

Things you should have learned in Calculus II Things you should have learned in Calculus II 1 Vectors Given vectors v = v 1, v 2, v 3, u = u 1, u 2, u 3 1.1 Common Operations Operations Notation How is it calculated Other Notation Dot Product v u

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

Vectors a vector is a quantity that has both a magnitude (size) and a direction

Vectors a vector is a quantity that has both a magnitude (size) and a direction Vectors In physics, a vector is a quantity that has both a magnitude (size) and a direction. Familiar examples of vectors include velocity, force, and electric field. For any applications beyond one dimension,

More information

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2012/2013, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: TA sessions for tutorial 1 start today Tutorial 2 will go online after lecture 3 Practicals: Make sure to find a team partner very soon

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

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

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