Lecture 5. Equations of Lines and Planes. Dan Nichols MATH 233, Spring 2018 University of Massachusetts.

Size: px
Start display at page:

Download "Lecture 5. Equations of Lines and Planes. Dan Nichols MATH 233, Spring 2018 University of Massachusetts."

Transcription

1 Lecture 5 Equations of Lines and Planes Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 Universit of Massachusetts Februar 6, 2018 (2) Upcoming midterm eam First midterm: Wednesda Feb. 21, 7:00-9:00 PM Location will be announced soon Practice eam problems will be available starting Thursda Covers all material through the end of net week If ou have a conflict, deadline to request a makeup eam is tomorrow!

2 (3) Last time: the cross product u v is orthogonal to both u and v Orientation determined b right-hand rule Magnitude: u v sin θ (area of parallelogram) Compute cross product using a (pseudo) determinant: i j k i j k u v = u 1 u 2 u 3 u 1 u 2 u 3 v 1 v 2 v 3 v 1 v 2 v 3 = u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1. (4) The equation of a line A line equation for a specific line L tells ou eactl which points lie on L. It s a rule that sas point (, ) is in L if and onl if and satisf this equation. In 2D space, we ve seen line equations like these: Point-slope formula: 0 = m( 0 ) Slope-intercept formula: = m + b In 2D space, ou need two things to specif a line: 1. One point on the line, ( 0, 0 ) 2. The slope (direction) of the line, m = Or reall just two numbers: slope and -intercept But in 3D space it s not so simple we can t epress the direction of a line using a single slope number.

3 (5) The equation of a line Instead of giving a line equation in terms of coordinates (, ), let s use r, the position vector of some point in space. From now on we ll often specif points b giving position vectors rather than coordinates We want to sa the point at the tip of the vector r lies on L if and onl if (some equation involving r) is true. Our equation can use vector arithmetic (i.e. dot product) This makes sense in an number of dimensions. In R 2, r =,. In R 3, r =,, z. (,, z) r =,, z (6) The equation of a line Let v be a vector parallel to the line Let a and b be the position vectors to an two points on the line Then b a is parallel to v, so it is a scalar multiple of v a b a b So we can write b a = tv for some scalar t. v

4 (7) The equation of a line Let r 0 be the position vector of some fied point on the line. Then ever other point on the line can be written with position vector r = r 0 + tv for some scalar t. r 0 + 2v r 0 0.5v r 0 r v r 0 + v v The line is the set of all points r for which r = r 0 + tv for some scalar t. This is called the vector equation of the line. (8) The equation of a line r = r 0 + tv What we just did is a form of parameterization. Each value of the parameter t gives us a point on the line Plot r = r 0 + tv for all values of t and ou get the whole line You can also separate the vector equation into its components. In R 3, let v = a, b, c and let r 0 = 0, 0, z 0. Then the equation is,, z = 0, 0, z 0 + t a, b, c, or = 0 + ta = 0 + tb z = z 0 + tc These are the parametric equations of the line L through the point P ( 0, 0, z 0 ) parallel to the vector v = a, b, c.

5 (9) The equation of a line: eample Eample 1: Find a vector equation for the line in R 3 which passes through the points P = (0, 1, 3) and Q = ( 1, 2, 2). v = P Q = 1, 1, 1 r 0 = 0, 1, 3 r = r 0 + tv = 0, 1, 3 + t 1, 1, 1 For eample, t = 0 gives us the point 0, 1, 3, and t = 4 gives us the point 4, 5, 1. (10) Direction numbers For each line L, there are infinitel man different vector equations. You can replace r 0 with an other point on L You can replace v with an other vector parallel to v However, an vector parallel to v is a scalar multiple of v, so the ratios between the components must be the same as v. For eample: v 1 = 2, 5, 3 v 2 = 1, 2.5, 1.5 The components of an vector parallel to L are called direction numbers of L; the ratios between them are like the slope of a line in 2D space.

6 (11) Smmetric equations One last wa to represent a line: first, look at the parametric equations = 0 + ta = 0 + tb z = z 0 + tc. Eliminate the parameter (solve for t) and set them equal: 0 a = 0 b = z z 0 c These are called the smmetric equations of the line. This is a sstem of implicit equations, not a parameterization (no t). (12) Smmetric equations If one of the components a, b, c is zero, ou have to eliminate the parameter differentl. Suppose v = 2, 0, 4 and r 0 = 1, 1, 3. r = 1, 1, 3 + t 2, 0, 4 = 1 + 2t = t = = 1 + 0t = = 1 z = 3 4t = t = z = z 3 4, = 1.

7 (13) The equation of a line Let L be the line through P = ( 0, 0, z 0 ) parallel to v = a, b, c. We can describe L with: A vector equation: r = r 0 + tv (where r 0 = 0, 0, z 0 ) Parametric equations: = 0 + at, = 0 + bt, z = z 0 + bt Smmetric equations: (assuming a, b, c nonzero) 0 a = 0 b = z z 0 c The direction numbers of L are a, b, c, or an scalar multiple of this triple. (14) The equation of a line: eample Eample 2: Let L be the line passing through P (0, 1, 4) parallel to v = 3, 3, 0. Describe L using: a vector equation r = 0, 1, 4 + t 3, 3, 0 parametric equations = 3t, = 1 3t, z = 4 smmetric equations z = 4, 3 = 1 3

8 (15) Skew lines In R 2, an two lines must either be parallel or intersect at a point. Lines are parallel if their direction vectors differ b a scalar multiple. For eample: L 1 : r = 0, 0, 1 + t 3, 7, 1 L 2 : r = 16, 12, 3 + t 6, 14, 2 In R 3, two lines can be skew, meaning the are not parallel but never intersect. z (16) Skew lines To find out whether two lines intersect, use parametric equations. L 1 : r = 1, 1, z 1 + t a 1, b 1, c 1 L 2 : r = 2, 2, z 2 + s a 2, b 2, c 2 = 1 + a 1 t = 2 + a 2 s = 1 + b 1 t = 2 + b 2 s z = z 1 + c 1 t = z 2 + c 2 s Use t as the parameter for one line and s as the paramater for the other one If ou can find values of t and s that make all the parametric equations agree, then the lines intersect Otherwise, the lines are skew or parallel.

9 (17) Skew lines: eample Eample 3: Prove that these lines are parallel: L 1 : 1, 6, 1 + t 3, 2, 3 L 2 : 7, 10, 0 + t 1, 23, 1 The direction vectors are v 1 = 3, 2, 3 and v 2 = 1, 2 3, 1. Since v 1 = 3v 2, the direction vectors are parallel and therefore the lines are parallel. (18) Skew lines: eample Eample 4: Prove that these lines are skew: M 1 : r = 2, 0, 0 + t 0, 1, 2 M 2 : r = 1, 1, 1 + t 2, 3, 2 If the lines intersect, there must be a pair of numbers s and t such that 2, 0, 0 + t 0, 1, 2 = 1, 1, 1 + s 2, 3, 2 Put all the constants on one side and this becomes 3, 1, 1 = s 2, 3, 2 t 0, 1, 2 and then 3, 1, 1 = 2s, t 3s, 2t + 2s.

10 (19) Skew lines: eample Eample 4: (cont.) We want to show that there is no choice of s and t for which this equation is true: 3, 1, 1 = 2s, t 3s, 2t + 2s Let s split this into three scalar equations, one for each component: 3 = 2s 1 = t 3s 1 = 2t + 2s. This is a sstem of three linear equations in two unknowns. The first equation requires s = 3/2. When we plug in this value of s, the other two equations become 1 = t 9/2 1 = 2t + 3. No value of t satisfies both of these equations. The first one requires t = 11/2, while the second one requires t = 2. Therefore these two lines never intersect. Eample 5: Let N 1 and N 2 be two lines defined b these equations: N 1 : r = 5, 7, 1 + t 1, 3, 0 N 2 : r = 0, 0, 9 + s 2, 5, 4, Find the intersection point of these two lines. We need to find values of s and t which make this equation true: 5, 7, 1 + t 1, 3, 0 = 0, 0, 9 + s 2, 5, 4 5, 7, 8 = s 2, 5, 4 t 1, 3, 0 5, 7, 8 = 2s t, 5s + 3t, 4s Separate it into three scalar equations: 5 = 2s t 7 = 5s + 3t 8 = 4s (20) Line intersection: eample The onl solution to all three is s = 2, t = 1. Either plug in t = 1 to the N 1 equation or plug in s = 2 to the N 2 equation; the intersection point is (4, 10, 1).

11 (21) Line intersection: eample N 1 : r = 5, 7, 1 + t 1, 3, 0 N 2 : r = 0, 0, 9 + s 2, 5, 4, Eample 5: (cont.) Now write an equation of the line passing through the intersection point, perpendicular to both N 1 and N 2. We need a point on the line and a direction vector (a vector parallel to the line) We alread know that the intersection point (4, 10, 1) lies on this line If L is perpendicular to both N 1 and N 2, then a direction vector of L must be orthogonal to both direction vectors 1, 3, 0 and 2, 5, 4 We can find a direction vector b taking the cross product of these, which is 1, 3, 0 2, 5, 4 = 12, 4, 11 So the line we want is r = 4, 10, 1 + t 12, 4, 11. (22) The equation of a plane A plane is a flat surface. z A AB B w v We sa that a vector v is in the plane Π if v = AB for some points A and B in Π. In this picture, w is not in the plane.

12 (23) The equation of a plane We can t describe a plane just b giving a point on the plane and a vector inside it. We d need a point and two vectors in the plane. But in R 3, we can describe a plane b giving a normal vector. Definition A vector that is orthogonal to ever vector contained in a plane is called a normal vector of that plane. z n (24) The equation of a plane For a given plane Π: Let n be a normal vector for Π Let r 0 be the position vector of a fied point on Π Let r be the position vector of an arbitrar point on Π The vector r r 0 lies in Π, so it s orthogonal to n r r r 0 r 0 n z Therefore n (r r 0 ) = 0. So the point with position vector r lies on the plane Π if and onl if n (r r 0 ) = 0, or equivalentl n r = n r 0.

13 (25) The equation of a plane n (r r 0 ) = 0 is called the vector equation of a plane. Write n = a, b, c and r 0 = 0, 0, z 0 and epand the dot product to get a scalar equation of the plane: a( 0 ) + b( 0 ) + c(z z 0 ) = 0 Collect terms (combine all constants) to get a linear equation of the plane: ( where d = a 0 b 0 cz 0 ) a + b + cz + d = 0 These are all implicit equations which ou can use to test whether or not a given point (,, z) is on the plane. A linear equation is the nicest and most compact wa to describe a plane. But usuall we have to start b finding a vector equation. (26) The equation of a plane: eample Eample 6: Write vector, scalar, and linear equations for the plane containing point P = (2, 3, 1) with normal vector n = 6, 2, 5. Vector equation: 6, 2, 5 (r 2, 3, 1 ) = 0 Scalar equation: 6( 2) + 2( 3) 5(z + 1) = 0 Linear equation: z 23 = 0

14 (27) The equation of a plane: eample Eample 7: Write an equation for the plane containing the points P 1 = (0, 1, 3), P 2 = (1, 2, 2), and P 3 = (4, 0, 1). This plane contains the vectors P 1 P 2 = 1, 1, 1 and P 1 P 3 = 4, 1, 4 The normal vector must be orthogonal to both, so we take n = P 1 P 2 P 1 P 3 = 5, 0, 5 We might as well use the simpler parallel vector 1, 0, 1. Equation of the plane: 1, 0, 1 ( ),, z 0, 1, 3 = 0 1( 0) + 0( 1) + 1(z 3) = 0 + z 3 = 0. (28) The equation of a plane: eample Eample 7: (cont.) z P 1 P 1 P 3 P 2 P 1 P 2 P 3

15 (29) Homework Paper homework #5 is due net Tuesda because we still need to cover some additional material. You can do the first question now though. Homework 12.3, 12.4 due Wednesda night, 11:59 PM Remember, tomorrow is the deadline to request a makeup for the first midterm!

Systems of Linear Equations: Solving by Graphing

Systems of Linear Equations: Solving by Graphing 8.1 Sstems of Linear Equations: Solving b Graphing 8.1 OBJECTIVE 1. Find the solution(s) for a set of linear equations b graphing NOTE There is no other ordered pair that satisfies both equations. From

More information

Announcements. Topics: Homework: - section 12.4 (cross/vector product) - section 12.5 (equations of lines and planes)

Announcements. Topics: Homework: - section 12.4 (cross/vector product) - section 12.5 (equations of lines and planes) Topics: Announcements - section 12.4 (cross/vector product) - section 12.5 (equations of lines and planes) Homework: ü review lecture notes thoroughl ü work on eercises from the tetbook in sections 12.4

More information

12.1 Systems of Linear equations: Substitution and Elimination

12.1 Systems of Linear equations: Substitution and Elimination . Sstems of Linear equations: Substitution and Elimination Sstems of two linear equations in two variables A sstem of equations is a collection of two or more equations. A solution of a sstem in two variables

More information

Unit 12 Study Notes 1 Systems of Equations

Unit 12 Study Notes 1 Systems of Equations You should learn to: Unit Stud Notes Sstems of Equations. Solve sstems of equations b substitution.. Solve sstems of equations b graphing (calculator). 3. Solve sstems of equations b elimination. 4. Solve

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

14.1 Systems of Linear Equations in Two Variables

14.1 Systems of Linear Equations in Two Variables 86 Chapter 1 Sstems of Equations and Matrices 1.1 Sstems of Linear Equations in Two Variables Use the method of substitution to solve sstems of equations in two variables. Use the method of elimination

More information

Overview. Distances in R 3. Distance from a point to a plane. Question

Overview. Distances in R 3. Distance from a point to a plane. Question Overview Yesterda we introduced equations to describe lines and planes in R 3 : r + tv The vector equation for a line describes arbitrar points r in terms of a specific point and the direction vector v.

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

Chapter 6: Systems of Equations and Inequalities

Chapter 6: Systems of Equations and Inequalities Chapter 6: Sstems of Equations and Inequalities 6-1: Solving Sstems b Graphing Objectives: Identif solutions of sstems of linear equation in two variables. Solve sstems of linear equation in two variables

More information

12.5 Equations of Lines and Planes

12.5 Equations of Lines and Planes 12.5 Equations of Lines and Planes Equation of Lines Vector Equation of Lines Parametric Equation of Lines Symmetric Equation of Lines Relation Between Two Lines Equations of Planes Vector Equation of

More information

( 7, 3) means x = 7 and y = 3. ( 7, 3) works in both equations so. Section 5 1: Solving a System of Linear Equations by Graphing

( 7, 3) means x = 7 and y = 3. ( 7, 3) works in both equations so. Section 5 1: Solving a System of Linear Equations by Graphing Section 5 : Solving a Sstem of Linear Equations b Graphing What is a sstem of Linear Equations? A sstem of linear equations is a list of two or more linear equations that each represents the graph of a

More information

15. Eigenvalues, Eigenvectors

15. Eigenvalues, Eigenvectors 5 Eigenvalues, Eigenvectors Matri of a Linear Transformation Consider a linear ( transformation ) L : a b R 2 R 2 Suppose we know that L and L Then c d because of linearit, we can determine what L does

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. 1.(6 pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.

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

More information

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

Kevin James. MTHSC 206 Section 12.5 Equations of Lines and Planes

Kevin James. MTHSC 206 Section 12.5 Equations of Lines and Planes MTHSC 206 Section 12.5 Equations of Lines and Planes Definition A line in R 3 can be described by a point and a direction vector. Given the point r 0 and the direction vector v. Any point r on the line

More information

How can we find the distance between a point and a plane in R 3? Between two lines in R 3? Between two planes? Between a plane and a line?

How can we find the distance between a point and a plane in R 3? Between two lines in R 3? Between two planes? Between a plane and a line? Overview Yesterday we introduced equations to describe lines and planes in R 3 : r = r 0 + tv The vector equation for a line describes arbitrary points r in terms of a specific point r 0 and the direction

More information

Chapter 5: Systems of Equations

Chapter 5: Systems of Equations Chapter : Sstems of Equations Section.: Sstems in Two Variables... 0 Section. Eercises... 9 Section.: Sstems in Three Variables... Section. Eercises... Section.: Linear Inequalities... Section.: Eercises.

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Chapter 12 Vectors and the Geometr of Space Comments. What does multivariable mean in the name Multivariable Calculus? It means we stud functions that involve more than one variable in either the input

More information

Review of Prerequisite Skills, p. 350 C( 2, 0, 1) B( 3, 2, 0) y A(0, 1, 0) D(0, 2, 3) j! k! 2k! Section 7.1, pp

Review of Prerequisite Skills, p. 350 C( 2, 0, 1) B( 3, 2, 0) y A(0, 1, 0) D(0, 2, 3) j! k! 2k! Section 7.1, pp . 5. a. a a b a a b. Case If and are collinear, then b is also collinear with both and. But is perpendicular to and c c c b 9 b c, so a a b b is perpendicular to. Case If b and c b c are not collinear,

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

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes

Mathematics 309 Conic sections and their applicationsn. Chapter 2. Quadric figures. ai,j x i x j + b i x i + c =0. 1. Coordinate changes Mathematics 309 Conic sections and their applicationsn Chapter 2. Quadric figures In this chapter want to outline quickl how to decide what figure associated in 2D and 3D to quadratic equations look like.

More information

Lines and Planes 1. x(t) = at + b y(t) = ct + d

Lines and Planes 1. x(t) = at + b y(t) = ct + d 1 Lines in the Plane Lines and Planes 1 Ever line of points L in R 2 can be epressed as the solution set for an equation of the form A + B = C. Will we call this the ABC form. Recall that the slope-intercept

More information

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy

Math 214 Spring problem set (a) Consider these two first order equations. (I) dy dx = x + 1 dy Math 4 Spring 08 problem set. (a) Consider these two first order equations. (I) d d = + d (II) d = Below are four direction fields. Match the differential equations above to their direction fields. Provide

More information

VECTORS IN THREE DIMENSIONS

VECTORS IN THREE DIMENSIONS 1 CHAPTER 2. BASIC TRIGONOMETRY 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW VECTORS IN THREE DIMENSIONS 1 Vectors in Two Dimensions A vector is an object which has magnitude

More information

7.5 Solve Special Types of

7.5 Solve Special Types of 75 Solve Special Tpes of Linear Sstems Goal p Identif the number of of a linear sstem Your Notes VOCABULARY Inconsistent sstem Consistent dependent sstem Eample A linear sstem with no Show that the linear

More information

Algebra 1 CP Semester Exam Review

Algebra 1 CP Semester Exam Review Name: Hr: Algebra CP Semester Eam Review GET ORGANIZED. Successful studing begins with being organized. Bring this packet with ou to class ever da. DO NOT FALL BEHIND. Do the problems that are assigned

More information

University of Regina Department of Mathematics and Statistics

University of Regina Department of Mathematics and Statistics u z v 1. Consider the map Universit of Regina Department of Mathematics and Statistics MATH431/831 Differential Geometr Winter 2014 Homework Assignment No. 3 - Solutions ϕ(u, v) = (cosusinv, sin u sin

More information

Geometry review, part I

Geometry review, part I Geometr reie, part I Geometr reie I Vectors and points points and ectors Geometric s. coordinate-based (algebraic) approach operations on ectors and points Lines implicit and parametric equations intersections,

More information

Cumulative Review of Vectors

Cumulative Review of Vectors Cumulative Review of Vectors 1. For the vectors a! 1, 1, and b! 1, 4, 1, determine the following: a. the angle between the two vectors! the scalar and vector projections of a! on the scalar and vector

More information

1. Solutions to Systems of Linear Equations. Determine whether the ordered pairs are solutions to the system. x y 6. 3x y 2

1. Solutions to Systems of Linear Equations. Determine whether the ordered pairs are solutions to the system. x y 6. 3x y 2 78 Chapter Sstems of Linear Equations Section. Concepts. Solutions to Sstems of Linear Equations. Dependent and Inconsistent Sstems of Linear Equations. Solving Sstems of Linear Equations b Graphing Solving

More information

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force

Physics Gravitational force. 2. Strong or color force. 3. Electroweak force Phsics 360 Notes on Griffths - pluses and minuses No tetbook is perfect, and Griffithsisnoeception. Themajorplusisthat it is prett readable. For minuses, see below. Much of what G sas about the del operator

More information

MATH Line integrals III Fall The fundamental theorem of line integrals. In general C

MATH Line integrals III Fall The fundamental theorem of line integrals. In general C MATH 255 Line integrals III Fall 216 In general 1. The fundamental theorem of line integrals v T ds depends on the curve between the starting point and the ending point. onsider two was to get from (1,

More information

The letter m is used to denote the slope and we say that m = rise run = change in y change in x = 5 7. change in y change in x = 4 6 =

The letter m is used to denote the slope and we say that m = rise run = change in y change in x = 5 7. change in y change in x = 4 6 = Section 4 3: Slope Introduction We use the term Slope to describe how steep a line is as ou move between an two points on the line. The slope or steepness is a ratio of the vertical change in (rise) compared

More information

Green s Theorem Jeremy Orloff

Green s Theorem Jeremy Orloff Green s Theorem Jerem Orloff Line integrals and Green s theorem. Vector Fields Vector notation. In 8.4 we will mostl use the notation (v) = (a, b) for vectors. The other common notation (v) = ai + bj runs

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

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y

Section 3.1. ; X = (0, 1]. (i) f : R R R, f (x, y) = x y Paul J. Bruillard MATH 0.970 Problem Set 6 An Introduction to Abstract Mathematics R. Bond and W. Keane Section 3.1: 3b,c,e,i, 4bd, 6, 9, 15, 16, 18c,e, 19a, 0, 1b Section 3.: 1f,i, e, 6, 1e,f,h, 13e,

More information

Engineering Mathematics I

Engineering Mathematics I Engineering Mathematics I_ 017 Engineering Mathematics I 1. Introduction to Differential Equations Dr. Rami Zakaria Terminolog Differential Equation Ordinar Differential Equations Partial Differential

More information

EOC Review. Algebra I

EOC Review. Algebra I EOC Review Algebra I Order of Operations PEMDAS Parentheses, Eponents, Multiplication/Division, Add/Subtract from left to right. A. Simplif each epression using appropriate Order of Operations.. 5 6 +.

More information

Homework Notes Week 6

Homework Notes Week 6 Homework Notes Week 6 Math 24 Spring 24 34#4b The sstem + 2 3 3 + 4 = 2 + 2 + 3 4 = 2 + 2 3 = is consistent To see this we put the matri 3 2 A b = 2 into reduced row echelon form Adding times the first

More information

Vertex. March 23, Ch 9 Guided Notes.notebook

Vertex. March 23, Ch 9 Guided Notes.notebook March, 07 9 Quadratic Graphs and Their Properties A quadratic function is a function that can be written in the form: Verte Its graph looks like... which we call a parabola. The simplest quadratic function

More information

10.5. Polar Coordinates. 714 Chapter 10: Conic Sections and Polar Coordinates. Definition of Polar Coordinates

10.5. Polar Coordinates. 714 Chapter 10: Conic Sections and Polar Coordinates. Definition of Polar Coordinates 71 Chapter 1: Conic Sections and Polar Coordinates 1.5 Polar Coordinates rigin (pole) r P(r, ) Initial ra FIGURE 1.5 To define polar coordinates for the plane, we start with an origin, called the pole,

More information

Vector Fields. Field (II) Field (V)

Vector Fields. Field (II) Field (V) Math 1a Vector Fields 1. Match the following vector fields to the pictures, below. Eplain our reasoning. (Notice that in some of the pictures all of the vectors have been uniforml scaled so that the picture

More information

The Force Table Introduction: Theory:

The Force Table Introduction: Theory: 1 The Force Table Introduction: "The Force Table" is a simple tool for demonstrating Newton s First Law and the vector nature of forces. This tool is based on the principle of equilibrium. An object is

More information

Homework Assignments Math /02 Spring 2015

Homework Assignments Math /02 Spring 2015 Homework Assignments Math 1-01/0 Spring 015 Assignment 1 Due date : Frida, Januar Section 5.1, Page 159: #1-, 10, 11, 1; Section 5., Page 16: Find the slope and -intercept, and then plot the line in problems:

More information

Announcements Wednesday, November 15

Announcements Wednesday, November 15 Announcements Wednesday, November 15 The third midterm is on this Friday, November 17. The exam covers 3.1, 3.2, 5.1, 5.2, 5.3, and 5.5. About half the problems will be conceptual, and the other half computational.

More information

Chapter 18 Quadratic Function 2

Chapter 18 Quadratic Function 2 Chapter 18 Quadratic Function Completed Square Form 1 Consider this special set of numbers - the square numbers or the set of perfect squares. 4 = = 9 = 3 = 16 = 4 = 5 = 5 = Numbers like 5, 11, 15 are

More information

Section 3.1 Solving Linear Systems by Graphing

Section 3.1 Solving Linear Systems by Graphing Section 3.1 Solving Linear Sstems b Graphing Name: Period: Objective(s): Solve a sstem of linear equations in two variables using graphing. Essential Question: Eplain how to tell from a graph of a sstem

More information

UNIT 5. SIMULTANEOUS EQUATIONS

UNIT 5. SIMULTANEOUS EQUATIONS 3º ESO. Definitions UNIT 5. SIMULTANEOUS EQUATIONS A linear equation with two unknowns is an equation with two unknowns having both of them degree one. Eamples. 3 + 5 and + 6 9. The standard form for these

More information

For questions 5-8, solve each inequality and graph the solution set. You must show work for full credit. (2 pts each)

For questions 5-8, solve each inequality and graph the solution set. You must show work for full credit. (2 pts each) Alg Midterm Review Practice Level 1 C 1. Find the opposite and the reciprocal of 0. a. 0, 1 b. 0, 1 0 0 c. 0, 1 0 d. 0, 1 0 For questions -, insert , or = to make the sentence true. (1pt each) A. 5

More information

MAC Module 5 Vectors in 2-Space and 3-Space II

MAC Module 5 Vectors in 2-Space and 3-Space II MAC 2103 Module 5 Vectors in 2-Space and 3-Space II 1 Learning Objectives Upon completing this module, you should be able to: 1. Determine the cross product of a vector in R 3. 2. Determine a scalar triple

More information

Last week we presented the following expression for the angles between two vectors u and v in R n ( ) θ = cos 1 u v

Last week we presented the following expression for the angles between two vectors u and v in R n ( ) θ = cos 1 u v Orthogonality (I) Last week we presented the following expression for the angles between two vectors u and v in R n ( ) θ = cos 1 u v u v which brings us to the fact that θ = π/2 u v = 0. Definition (Orthogonality).

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

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

MAT 1339-S14 Class 10 & 11

MAT 1339-S14 Class 10 & 11 MAT 1339-S14 Class 10 & 11 August 7 & 11, 2014 Contents 8 Lines and Planes 1 8.1 Equations of Lines in Two-Space and Three-Space............ 1 8.2 Equations of Planes........................... 5 8.3 Properties

More information

Review: critical point or equivalently f a,

Review: critical point or equivalently f a, Review: a b f f a b f a b critical point or equivalentl f a, b A point, is called a of if,, 0 A local ma or local min must be a critical point (but not conversel) 0 D iscriminant (or Hessian) f f D f f

More information

Math 084 Spring 2014 Exam 3 (Final) Preperation Ch 4 et al v01 Dressler. Name

Math 084 Spring 2014 Exam 3 (Final) Preperation Ch 4 et al v01 Dressler. Name Math 0 Spring 01 Eam 3 (Final) Preperation Ch et al v01 Dressler Name Determine whether the ordered pair is a solution of the sstem. 1) (-3, ) + = 3 - = -9 Solve the sstem b graphing. If there is no solution

More information

MAT 1275: Introduction to Mathematical Analysis. Graphs and Simplest Equations for Basic Trigonometric Functions. y=sin( x) Function

MAT 1275: Introduction to Mathematical Analysis. Graphs and Simplest Equations for Basic Trigonometric Functions. y=sin( x) Function MAT 275: Introduction to Mathematical Analsis Dr. A. Rozenblum Graphs and Simplest Equations for Basic Trigonometric Functions We consider here three basic functions: sine, cosine and tangent. For them,

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

Vector and Affine Math

Vector and Affine Math Vector and Affine Math Computer Science Department The Universit of Teas at Austin Vectors A vector is a direction and a magnitude Does NOT include a point of reference Usuall thought of as an arrow in

More information

Glossary. Also available at BigIdeasMath.com: multi-language glossary vocabulary flash cards. An equation that contains an absolute value expression

Glossary. Also available at BigIdeasMath.com: multi-language glossary vocabulary flash cards. An equation that contains an absolute value expression Glossar This student friendl glossar is designed to be a reference for ke vocabular, properties, and mathematical terms. Several of the entries include a short eample to aid our understanding of important

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

LESSON 4.3 GRAPHING INEQUALITIES

LESSON 4.3 GRAPHING INEQUALITIES LESSON.3 GRAPHING INEQUALITIES LESSON.3 GRAPHING INEQUALITIES 9 OVERVIEW Here s what ou ll learn in this lesson: Linear Inequalities a. Ordered pairs as solutions of linear inequalities b. Graphing linear

More information

10.4 Nonlinear Inequalities and Systems of Inequalities. OBJECTIVES 1 Graph a Nonlinear Inequality. 2 Graph a System of Nonlinear Inequalities.

10.4 Nonlinear Inequalities and Systems of Inequalities. OBJECTIVES 1 Graph a Nonlinear Inequality. 2 Graph a System of Nonlinear Inequalities. Section 0. Nonlinear Inequalities and Sstems of Inequalities 6 CONCEPT EXTENSIONS For the eercises below, see the Concept Check in this section.. Without graphing, how can ou tell that the graph of + =

More information

MATHEMATICS LEVEL 2 TEST FORM B Continued

MATHEMATICS LEVEL 2 TEST FORM B Continued Mathematics Level Test Form B For each of the following problems, decide which is the BEST of the choices given. If the eact numerical value is not one of the choices, select the choice that best approimates

More information

Analytic Geometry in Three Dimensions

Analytic Geometry in Three Dimensions Analtic Geometr in Three Dimensions. The Three-Dimensional Coordinate Sstem. Vectors in Space. The Cross Product of Two Vectors. Lines and Planes in Space The three-dimensional coordinate sstem is used

More information

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

Intro Vectors 2D implicit curves 2D parametric curves. Graphics 2011/2012, 4th quarter. Lecture 2: vectors, curves, and surfaces Lecture 2, curves, and surfaces Organizational remarks Tutorials: Tutorial 1 will be online later today TA sessions for questions start next week Practicals: Exams: Make sure to find a team partner very

More information

MATHEMATICS LEVEL 2. MATHEMATICS LEVEL 2 Continued GO ON TO THE NEXT PAGE USE THIS SPACE FOR SCRATCHWORK. 1. If xy 0 and 3x = 0.

MATHEMATICS LEVEL 2. MATHEMATICS LEVEL 2 Continued GO ON TO THE NEXT PAGE USE THIS SPACE FOR SCRATCHWORK. 1. If xy 0 and 3x = 0. MATHEMATICS LEVEL For each of the following problems, decide which is the BEST of the choices given. If the eact numerical value is not one of the choices, select the choice that best approimates this

More information

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter.

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter. Solutions Review for Eam #1 Math 1260 1. Consider the points P = (2, 5, 1) and Q = (4, 1, 1). (a) Find the distance from P to Q. Solution. dist(p, Q) = (4 2) 2 + (1 + 5) 2 + (1 + 1) 2 = 4 + 36 + 4 = 44

More information

Circles MODULE - II Coordinate Geometry CIRCLES. Notice the path in which the tip of the hand of a watch moves. (see Fig. 11.1)

Circles MODULE - II Coordinate Geometry CIRCLES. Notice the path in which the tip of the hand of a watch moves. (see Fig. 11.1) CIRCLES Notice the path in which the tip of the hand of a watch moves. (see Fig..) 0 9 3 8 4 7 6 5 Fig.. Fig.. Again, notice the curve traced out when a nail is fied at a point and a thread of certain

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. Practice Test 1-0312-Chap. 2.4,2.7, 3.1-3.6,4.1,.4,. Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Write an inequalit statement involving the

More information

SOLVING SYSTEMS OF EQUATIONS

SOLVING SYSTEMS OF EQUATIONS SOLVING SYSTEMS OF EQUATIONS 4.. 4..4 Students have been solving equations even before Algebra. Now the focus on what a solution means, both algebraicall and graphicall. B understanding the nature of solutions,

More information

Chapter 13. Overview. The Quadratic Formula. Overview. The Quadratic Formula. The Quadratic Formula. Lewinter & Widulski 1. The Quadratic Formula

Chapter 13. Overview. The Quadratic Formula. Overview. The Quadratic Formula. The Quadratic Formula. Lewinter & Widulski 1. The Quadratic Formula Chapter 13 Overview Some More Math Before You Go The Quadratic Formula The iscriminant Multiplication of Binomials F.O.I.L. Factoring Zero factor propert Graphing Parabolas The Ais of Smmetr, Verte and

More information

Math 2433 Notes Week The Dot Product. The angle between two vectors is found with this formula: cosθ = a b

Math 2433 Notes Week The Dot Product. The angle between two vectors is found with this formula: cosθ = a b Math 2433 Notes Week 2 11.3 The Dot Product The angle between two vectors is found with this formula: cosθ = a b a b 3) Given, a = 4i + 4j, b = i - 2j + 3k, c = 2i + 2k Find the angle between a and c Projection

More information

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile.

c) Words: The cost of a taxicab is $2.00 for the first 1/4 of a mile and $1.00 for each additional 1/8 of a mile. Functions Definition: A function f, defined from a set A to a set B, is a rule that associates with each element of the set A one, and onl one, element of the set B. Eamples: a) Graphs: b) Tables: 0 50

More information

Math Lagrange Multipliers

Math Lagrange Multipliers Math 213 - Lagrange Multipliers Peter A. Perr Universit of Kentuck October 12, 2018 Homework Re-read section 14.8 Begin practice homework on section 14.8, problems 3-11 (odd), 15, 21, 23 Begin (or continue!)

More information

Chapter 1 Graph of Functions

Chapter 1 Graph of Functions Graph of Functions Chapter Graph of Functions. Rectangular Coordinate Sstem and Plotting points The Coordinate Plane Quadrant II Quadrant I (0,0) Quadrant III Quadrant IV Figure. The aes divide the plane

More information

Triple Integrals. y x

Triple Integrals. y x Triple Integrals. (a) If is an solid (in space), what does the triple integral dv represent? Wh? (b) Suppose the shape of a solid object is described b the solid, and f(,, ) gives the densit of the object

More information

8. Find r a! r b. a) r a = [3, 2, 7], r b = [ 1, 4, 5] b) r a = [ 5, 6, 7], r b = [2, 7, 4]

8. Find r a! r b. a) r a = [3, 2, 7], r b = [ 1, 4, 5] b) r a = [ 5, 6, 7], r b = [2, 7, 4] Chapter 8 Prerequisite Skills BLM 8-1.. Linear Relations 1. Make a table of values and graph each linear function a) y = 2x b) y = x + 5 c) 2x + 6y = 12 d) x + 7y = 21 2. Find the x- and y-intercepts of

More information

Can a system of linear equations have no solution? Can a system of linear equations have many solutions?

Can a system of linear equations have no solution? Can a system of linear equations have many solutions? 5. Solving Special Sstems of Linear Equations Can a sstem of linear equations have no solution? Can a sstem of linear equations have man solutions? ACTIVITY: Writing a Sstem of Linear Equations Work with

More information

Wave Phenomena Physics 15c

Wave Phenomena Physics 15c Wave Phenomena Phsics 15c Lecture 13 Multi-Dimensional Waves (H&L Chapter 7) Term Paper Topics! Have ou found a topic for the paper?! 2/3 of the class have, or have scheduled a meeting with me! If ou haven

More information

Mathematics 13: Lecture 4

Mathematics 13: Lecture 4 Mathematics 13: Lecture Planes Dan Sloughter Furman University January 10, 2008 Dan Sloughter (Furman University) Mathematics 13: Lecture January 10, 2008 1 / 10 Planes in R n Suppose v and w are nonzero

More information

Pure Core 1. Revision Notes

Pure Core 1. Revision Notes Pure Core Revision Notes Ma 06 Pure Core Algebra... Indices... Rules of indices... Surds... 4 Simplifing surds... 4 Rationalising the denominator... 4 Quadratic functions... 5 Completing the square....

More information

RELATIONS AND FUNCTIONS through

RELATIONS AND FUNCTIONS through RELATIONS AND FUNCTIONS 11.1.2 through 11.1. Relations and Functions establish a correspondence between the input values (usuall ) and the output values (usuall ) according to the particular relation or

More information

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1.

(a) We split the square up into four pieces, parametrizing and integrating one a time. Right side: C 1 is parametrized by r 1 (t) = (1, t), 0 t 1. Thursda, November 5 Green s Theorem Green s Theorem is a 2-dimensional version of the Fundamental Theorem of alculus: it relates the (integral of) a vector field F on the boundar of a region to the integral

More information

11.1 Solving Linear Systems by Graphing

11.1 Solving Linear Systems by Graphing Name Class Date 11.1 Solving Linear Sstems b Graphing Essential Question: How can ou find the solution of a sstem of linear equations b graphing? Resource Locker Eplore Tpes of Sstems of Linear Equations

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

Math 51, Homework-2 Solutions

Math 51, Homework-2 Solutions SSEA Summer 27 Math 5, Homework-2 Solutions Write the parametric equation of the plane that contains the following point and line: 3 2, 4 2 + t 3 t R 5 4 By substituting t = and t =, we get two points

More information

MATH 152 COLLEGE ALGEBRA AND TRIGONOMETRY UNIT 1 HOMEWORK ASSIGNMENTS

MATH 152 COLLEGE ALGEBRA AND TRIGONOMETRY UNIT 1 HOMEWORK ASSIGNMENTS 0//0 MATH COLLEGE ALGEBRA AND TRIGONOMETRY UNIT HOMEWORK ASSIGNMENTS General Instructions Be sure to write out all our work, because method is as important as getting the correct answer. The answers to

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

Topic 3 Notes Jeremy Orloff

Topic 3 Notes Jeremy Orloff Topic 3 Notes Jerem Orloff 3 Line integrals and auch s theorem 3.1 Introduction The basic theme here is that comple line integrals will mirror much of what we ve seen for multivariable calculus line integrals.

More information

MTH234 Chapter 16 - Vector Calculus Michigan State University

MTH234 Chapter 16 - Vector Calculus Michigan State University MTH234 hapter 6 - Vector alculus Michigan State Universit 4 Green s Theorem Green s Theorem gives a relationship between double integrals and line integrals around simple closed curves. (Start and end

More information

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations

Ch 3 Alg 2 Note Sheet.doc 3.1 Graphing Systems of Equations Ch 3 Alg Note Sheet.doc 3.1 Graphing Sstems of Equations Sstems of Linear Equations A sstem of equations is a set of two or more equations that use the same variables. If the graph of each equation =.4

More information

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring /

The Cross Product. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) The Cross Product Spring / The Cross Product Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) The Cross Product Spring 2012 1 / 15 Introduction The cross product is the second multiplication operation between vectors we will

More information

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1.

8.4. If we let x denote the number of gallons pumped, then the price y in dollars can $ $1.70 $ $1.70 $ $1.70 $ $1. 8.4 An Introduction to Functions: Linear Functions, Applications, and Models We often describe one quantit in terms of another; for eample, the growth of a plant is related to the amount of light it receives,

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

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

4 Linear Functions 45

4 Linear Functions 45 4 Linear Functions 45 4 Linear Functions Essential questions 1. If a function f() has a constant rate of change, what does the graph of f() look like? 2. What does the slope of a line describe? 3. What

More information

Worksheet #1. A little review.

Worksheet #1. A little review. Worksheet #1. A little review. I. Set up BUT DO NOT EVALUATE definite integrals for each of the following. 1. The area between the curves = 1 and = 3. Solution. The first thing we should ask ourselves

More information

OA = 6, 5, 4 2, 7, 1 = 4, 12, 3 AB, AC, and = 5, 3, 3 3, 4, 12 = = 39 = 39. AC, AD) = = 3 AC) AC) AD

OA = 6, 5, 4 2, 7, 1 = 4, 12, 3 AB, AC, and = 5, 3, 3 3, 4, 12 = = 39 = 39. AC, AD) = = 3 AC) AC) AD Math Fall First Eam Solutions October, Problem. ( pts.) Consider the points A(, 7, ), B(6,, 4), C(6,, 3), and D(7, 4, 4). (a pts.) Find the area of the parallelogram defined b AB and AC. First we calculate

More information