Distance in the Plane

Size: px
Start display at page:

Download "Distance in the Plane"

Transcription

1 Distance in the Plane The absolute value function is defined as { x if x 0; and x = x if x < 0. If the number a is positive or zero, then a = a. If a is negative, then a is the number you d get by erasing the minus sign in front of it. Thus, 5 = 5, 17 = 17, 0 = 0, 2 = 2, and 9 = 9. Because it s the job of the absolute value function to erase the minus sign in front of those numbers that have them, the absolute value of a number x is the same as the absolute value of its negative, x. Written with math symbols x = x As examples, 4 = 4 = 4 and 10 = 10 = ( 10). Whether you square a number or its negative, you ll get the same result. That is, x 2 = ( x) 2. And since x equals either x or x, depending on whether x is negative, we know that x 2 = x 2 As examples, 3 2 = 3 2 and 7 2 = 7 2 = ( 7)

2 Distance in R The distance between the two numbers a, b R is a b. Examples. The distance between the numbers 5 and 3 is 5 3 = 2 = 2. The distance between the numbers 3 and 5 is 3 5 = 2 = 2. The distance between 4 and 12 is 4 12 = 16 = 16. We saw an illustration in the first two examples above that a b = b a That makes sense. It means that the distance between a and b is the same as the distance between b and a, as it should be. We can check this fact using algebra: a b = (b a) = b a. As was discussed above, x 2 = x 2. Thus, substituting a b for x, we have a b 2 = (a b) 2 Lengths in right triangles A triangle is three points in the plane, with each pair of points joined by the straight line segment between them. A triangle is a figure with three sides, or a trigon. We usually place so much emphasis on the angles of three sided figures that we usually call them triangles instead of trigons. A right triangle is a triangle one of whose angles is a right angle. We ll have more to say about right angles and angles in general soon. Most people are comfortable with what a right angle is, although there are different names 179

3 for them. The three most common are an angle of 90, an angle of π 2, or one of four equal angles resulting from the intersecting of perpendicular lines. The side lengths of right triangles satisfy a well known equation. It s famous enough and useful enough that instead of calling it a claim we call it a theorem. The Pythagorean Theorem (1). If a, b, and c are the three lengths of the sides of a right triangle, and if c is the length of the side opposite the right angle in the triangle, then a 2 + b 2 = c 2 C. b 0 Proof: We can draw the same triangle four times to create a big square, each of whose sides have length a+b. This picture is drawn on the next page. 180

4 a. 6 6 b Notice that the area of the big square is b (a + b) 2 The big square can be dissected into2 4 triangles and a smaller square. Each of the 4 triangles has a base of a and a height of b, so they each have area 1 2ab. The smaller square in the middle of the picture has sides whose lengths equal c. Thus, the area of the square in the middle of the picture is c 2. The area of the entire picture is the sum of the areas of the 4 triangles and the smaller square in the middle 4( 1 ab) + c2 2 We ve calculated the area of the entire picture in two different ways, and they must be equal (a + b) 2 = 4( 1 ab) + c2 2 We can multiply out the left side of the equation and simplify the right side: Now subtract 2ab from both sides: a 2 + 2ab + b 2 = 2ab + c 2 a 2 + b 2 = c 2 181

5 Distance in R 2 The Pythagorean Theorem allows us to determine the distance between any pair of points in the plane. Proposition (2). The distance between two points (x 1, y 1 ) and (x 2, y 2 ) is (x1 x 2 ) 2 + (y 1 y 2 ) 2 Proof: The distance between (x 1, y 1 ) and (x 2, y 2 ) is the length, c, of a side of a right triangle. Notice that c is a length, so c 0. (x) C The other two sides of the triangle have length x 1 x 2 and y 1 y 2 so the Pythagorean theorem tells us that the distance, c, between (x 1, y 1 ) and (x 2, y 2 ) satisfies the equation Therefore, either c 2 = x 1 x y 1 y 2 2 c = x 1 x y 1 y 2 2 or c = x 1 x y 1 y 2 2 Recall that c 0, so the only solution for c is a Ix-x1 c = x 1 x y 1 y 2 2 We discussed earlier in this chapter that a b 2 = (a b) 2 for any numbers a and b, so we can write that c, the distance between (x 1, y 1 ) and (x 2, y 2 ), equals (x1 x 2 ) 2 + (y 1 y 2 ) 2 182

6 Example. The distance between the points (2, 3) and ( 5, 8) is (2 ( 5))2 + ( 3 8) 2 = (7) 2 + ( 11) 2 = = 170 Norms of vectors The norm of a vector (a, b) is a number, usually written as (a, b), that is the distance between the point (a, b) and the point (0, 0). Thus, (a, b) equals (a 0) 2 + (b 0) 2 which simplifies as (a, b) = a 2 + b 2 If you think of a vector as an arrow, then its norm is the length of the arrow. Example. The norm of the vector ( 1, 3) is ( 1, 3) = ( 1) = = 10 (-1,3) 3 b 0. Norms via dot products Recall from the exercises in the chapter The Plane of Vectors that ( a (a, b) = a b) 2 + b 2 is sometimes called the dot product of the vectors (a, b) and (a, b). Thus, the norm of (a, b) is the square root of the dot product of the vectors (a, b) and (a, b). That is how some prefer to think about norms. 183

7 Exercises For #1-14, provide the value asked for. 1.) 4 2.) 0 3.) 4 4.) ) ) 10 ( 4) 7.) the distance between 7 and 4 8.) the distance between 5 and 9 9.) the distance between (8, 2) and (2, 5) 10.) the distance between (3, 4) and (1, 7) 11.) the distance between (10, 4) and ( 2, 4) 12.) the distance between ( 3, 7) and ( 1, 5) 13.) the distance between ( 9, 3) and (0, 0) 14.) ( 6) For #15-18, give the norms of the vectors. 15.) (1, 3) 16.) ( 4, 6) 17.) ( 1, 5) 18.) (7, 3) For #19-21, find the solutions of the equations in one variable. 19.) (2x 2 3x 2) 2 = 1 20.) (2 e x ) 2 = 9 21.) log e (x) + 27 = 2 184

8 For #22-27, use the Pythagorean Theorem to determine the value of x, the length of the specified side of the right triangle. 22.) 25.) ) 26.) I0 x 7 24.) 27.) x I0 x

11.1 Vectors in the plane

11.1 Vectors in the plane 11.1 Vectors in the plane What is a vector? It is an object having direction and length. Geometric way to represent vectors It is represented by an arrow. The direction of the arrow is the direction of

More information

Vector Basics, with Exercises

Vector Basics, with Exercises Math 230 Spring 09 Vector Basics, with Exercises This sheet is designed to follow the GeoGebra Introduction to Vectors. It includes a summary of some of the properties of vectors, as well as homework exercises.

More information

Investigation Find the area of the triangle. (See student text.)

Investigation Find the area of the triangle. (See student text.) Selected ACE: Looking For Pythagoras Investigation 1: #20, #32. Investigation 2: #18, #38, #42. Investigation 3: #8, #14, #18. Investigation 4: #12, #15, #23. ACE Problem Investigation 1 20. Find the area

More information

The geometry of least squares

The geometry of least squares The geometry of least squares We can think of a vector as a point in space, where the elements of the vector are the coordinates of the point. Consider for example, the following vector s: t = ( 4, 0),

More information

Section 1.1: Patterns in Division

Section 1.1: Patterns in Division Section 1.1: Patterns in Division Dividing by 2 All even numbers are divisible by 2. E.g., all numbers ending in 0,2,4,6 or 8. Dividing by 4 1. Are the last two digits in your number divisible by 4? 2.

More information

22A-2 SUMMER 2014 LECTURE Agenda

22A-2 SUMMER 2014 LECTURE Agenda 22A-2 SUMMER 204 LECTURE 2 NATHANIEL GALLUP The Dot Product Continued Matrices Group Work Vectors and Linear Equations Agenda 2 Dot Product Continued Angles between vectors Given two 2-dimensional vectors

More information

Vectors. 1 Basic Definitions. Liming Pang

Vectors. 1 Basic Definitions. Liming Pang Vectors Liming Pang 1 Basic Definitions Definition 1. A vector in a line/plane/space is a quantity which has both magnitude and direction. The magnitude is a nonnegative real number and the direction is

More information

3.2 Constructible Numbers

3.2 Constructible Numbers 102 CHAPTER 3. SYMMETRIES 3.2 Constructible Numbers Armed with a straightedge, a compass and two points 0 and 1 marked on an otherwise blank number-plane, the game is to see which complex numbers you can

More information

8 th Grade Essential Learnings

8 th Grade Essential Learnings 8 th Grade Essential Learnings Subject: Math Grade/Course: 8 th Grade AG1 EL # Ex 1 Essential Learning Benchmark (framed by Standard) Learning Goal Topic (Report Card) NCTM Focal Points (Grade Level and/or

More information

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES

Math 416, Spring 2010 More on Algebraic and Geometric Properties January 21, 2010 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES Math 46, Spring 2 More on Algebraic and Geometric Properties January 2, 2 MORE ON ALGEBRAIC AND GEOMETRIC PROPERTIES Algebraic properties Algebraic properties of matrix/vector multiplication Last time

More information

What are vectors. Adding Vectors

What are vectors. Adding Vectors Vectors Introduction What are vectors Each vector is defined by two pieces of information: Direction and Magnitude. Often vectors are described by a picture representation or by ordered pairs which describe

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

Mathematics 5 Worksheet 14 The Horizon

Mathematics 5 Worksheet 14 The Horizon Mathematics 5 Worksheet 14 The Horizon For the problems below, we will assume that the Earth is a sphere whose radius is 4,000 miles. Note that there are 5,280 feet in one mile. Problem 1. If a line intersects

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

Vectors. A vector is usually denoted in bold, like vector a, or sometimes it is denoted a, or many other deviations exist in various text books.

Vectors. A vector is usually denoted in bold, like vector a, or sometimes it is denoted a, or many other deviations exist in various text books. Vectors A Vector has Two properties Magnitude and Direction. That s a weirder concept than you think. A Vector does not necessarily start at a given point, but can float about, but still be the SAME vector.

More information

1 Notes for lectures during the week of the strike Part 2 (10/25)

1 Notes for lectures during the week of the strike Part 2 (10/25) 1 Notes for lectures during the week of the strike Part 2 (10/25) Last time, we stated the beautiful: Theorem 1.1 ( Three reflections theorem ). Any isometry (of R 2 ) is the composition of at most three

More information

1 Review of the dot product

1 Review of the dot product Any typographical or other corrections about these notes are welcome. Review of the dot product The dot product on R n is an operation that takes two vectors and returns a number. It is defined by n u

More information

Recognise the Equation of a Circle. Solve Problems about Circles Centred at O. Co-Ordinate Geometry of the Circle - Outcomes

Recognise the Equation of a Circle. Solve Problems about Circles Centred at O. Co-Ordinate Geometry of the Circle - Outcomes 1 Co-Ordinate Geometry of the Circle - Outcomes Recognise the equation of a circle. Solve problems about circles centred at the origin. Solve problems about circles not centred at the origin. Determine

More information

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

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

More information

General Physics I, Spring Vectors

General Physics I, Spring Vectors General Physics I, Spring 2011 Vectors 1 Vectors: Introduction A vector quantity in physics is one that has a magnitude (absolute value) and a direction. We have seen three already: displacement, velocity,

More information

Functions. If x 2 D, then g(x) 2 T is the object that g assigns to x. Writing the symbols. g : D! T

Functions. If x 2 D, then g(x) 2 T is the object that g assigns to x. Writing the symbols. g : D! T Functions This is the second of three chapters that are meant primarily as a review of Math 1050. We will move quickly through this material. A function is a way of describing a relationship between two

More information

Vectors and their uses

Vectors and their uses Vectors and their uses Sharon Goldwater Institute for Language, Cognition and Computation School of Informatics, University of Edinburgh DRAFT Version 0.95: 3 Sep 2015. Do not redistribute without permission.

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

Bob Brown, CCBC Essex Math 163 College Algebra, Chapter 1 Section 7 COMPLETED 1 Linear, Compound, and Absolute Value Inequalities

Bob Brown, CCBC Essex Math 163 College Algebra, Chapter 1 Section 7 COMPLETED 1 Linear, Compound, and Absolute Value Inequalities Bob Brown, CCBC Essex Math 163 College Algebra, Chapter 1 Section 7 COMPLETED 1 What is the following symbol? < The inequality symbols < > are used to compare two real numbers. The meaning of anyone of

More information

Deductive reasoning is the process of reasoning from accepted facts to a conclusion. if a = b and c = d, c 0, then a/c = b/d

Deductive reasoning is the process of reasoning from accepted facts to a conclusion. if a = b and c = d, c 0, then a/c = b/d Chapter 2 Reasoning Suppose you know the following two statements are true. 1. Every board member read their back-up material 2. Tom is a board member You can conclude: 3. Tom read his back-up material.

More information

Lesson 6 Plane Geometry Practice Test Answer Explanations

Lesson 6 Plane Geometry Practice Test Answer Explanations Lesson 6 Plane Geometry Practice Test Answer Explanations Question 1 One revolution is equal to one circumference: C = r = 6 = 1, which is approximately 37.68 inches. Multiply that by 100 to get 3,768

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

More information

The Plane of Complex Numbers

The Plane of Complex Numbers The Plane of Complex Numbers In this chapter we ll introduce the complex numbers as a plane of numbers. Each complex number will be identified by a number on a real axis and a number on an imaginary axis.

More information

Math 328 Course Notes

Math 328 Course Notes Math 328 Course Notes Ian Robertson March 3, 2006 3 Properties of C[0, 1]: Sup-norm and Completeness In this chapter we are going to examine the vector space of all continuous functions defined on the

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

Vector components and motion

Vector components and motion Vector components and motion Objectives Distinguish between vectors and scalars and give examples of each. Use vector diagrams to interpret the relationships among vector quantities such as force and acceleration.

More information

Vectors Part 1: Two Dimensions

Vectors Part 1: Two Dimensions Vectors Part 1: Two Dimensions Last modified: 20/02/2018 Links Scalars Vectors Definition Notation Polar Form Compass Directions Basic Vector Maths Multiply a Vector by a Scalar Unit Vectors Example Vectors

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

9.7 Extension: Writing and Graphing the Equations

9.7 Extension: Writing and Graphing the Equations www.ck12.org Chapter 9. Circles 9.7 Extension: Writing and Graphing the Equations of Circles Learning Objectives Graph a circle. Find the equation of a circle in the coordinate plane. Find the radius and

More information

Algebra Revision Guide

Algebra Revision Guide Algebra Revision Guide Stage 4 S J Cooper 1st Edition Collection of like terms... Solving simple equations... Factorisation... 6 Inequalities... 7 Graphs... 9 1. The straight line... 9. The quadratic curve...

More information

CH 59 SQUARE ROOTS. Every positive number has two square roots. Ch 59 Square Roots. Introduction

CH 59 SQUARE ROOTS. Every positive number has two square roots. Ch 59 Square Roots. Introduction 59 CH 59 SQUARE ROOTS Introduction W e saw square roots when we studied the Pythagorean Theorem. They may have been hidden, but when the end of a right-triangle problem resulted in an equation like c =

More information

4.4 Energy in multiple dimensions, dot product

4.4 Energy in multiple dimensions, dot product 4 CONSERVATION LAWS 4.4 Energy in multiple dimensions, dot product Name: 4.4 Energy in multiple dimensions, dot product 4.4.1 Background By this point, you have worked a fair amount with vectors in this

More information

The Circle. 1 The equation of a circle. Nikos Apostolakis. Spring 2017

The Circle. 1 The equation of a circle. Nikos Apostolakis. Spring 2017 The Circle Nikos Apostolakis Spring 017 1 The equation of a circle Definition 1. Given a point C in the plane and a positive number r, the circle with center C and radius r, is the locus of points that

More information

. Do the assigned problems on separate paper and show your work

. Do the assigned problems on separate paper and show your work Dear future AP Physics students, Here s the short story: Physics is NOT a math class. But you can t do collegelevel physics without math. So I need you to be solid in the basic math techniques that we

More information

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its.

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its. Fry Texas A&M University Fall 2016 Math 150 Notes Chapter 9 Page 248 Chapter 9 -- Vectors Remember that is the set of real numbers, often represented by the number line, 2 is the notation for the 2-dimensional

More information

Lesson ACTIVITY: Tree Growth

Lesson ACTIVITY: Tree Growth Lesson 3.1 - ACTIVITY: Tree Growth Obj.: use arrow diagrams to represent expressions. evaluate expressions. write expressions to model realworld situations. Algebraic expression - A symbol or combination

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

Example: x 10-2 = ( since 10 2 = 100 and [ 10 2 ] -1 = 1 which 100 means divided by 100)

Example: x 10-2 = ( since 10 2 = 100 and [ 10 2 ] -1 = 1 which 100 means divided by 100) Scientific Notation When we use 10 as a factor 2 times, the product is 100. 10 2 = 10 x 10 = 100 second power of 10 When we use 10 as a factor 3 times, the product is 1000. 10 3 = 10 x 10 x 10 = 1000 third

More information

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

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

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 207 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53 Table of contents The Cartesian Coordinate System - Pictures of Equations Your Personal Review Graphs of Equations with Two Variables Distance Equations of Circles Midpoints Quantifying the Steepness of

More information

2.2 Graphs of Functions

2.2 Graphs of Functions 2.2 Graphs of Functions Introduction DEFINITION domain of f, D(f) Associated with every function is a set called the domain of the function. This set influences what the graph of the function looks like.

More information

Chapter 2 - Vector Algebra

Chapter 2 - Vector Algebra A spatial vector, or simply vector, is a concept characterized by a magnitude and a direction, and which sums with other vectors according to the Parallelogram Law. A vector can be thought of as an arrow

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

Introduction to Geometry

Introduction to Geometry Introduction to Geometry What is Geometry Why do we use Geometry What is Geometry? Geometry is a branch of mathematics that concerns itself with the questions of shape, size, position of figures, and the

More information

7 th Grade Math Scope and Sequence Student Outcomes (Objectives Skills/Verbs)

7 th Grade Math Scope and Sequence Student Outcomes (Objectives Skills/Verbs) own discovery of the Big BIG IDEA: How are different types of numbers used to represent real life situations? Why is it necessary to have different types of numbers for different situations? Pg 762 1-4(no

More information

Vectors for Beginners

Vectors for Beginners Vectors for Beginners Leo Dorst September 6, 2007 1 Three ways of looking at linear algebra We will always try to look at what we do in linear algebra at three levels: geometric: drawing a picture. This

More information

15. LECTURE 15. I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one.

15. LECTURE 15. I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one. 5. LECTURE 5 Objectives I can calculate the dot product of two vectors and interpret its meaning. I can find the projection of one vector onto another one. In the last few lectures, we ve learned that

More information

Chapter 10. Right Triangles

Chapter 10. Right Triangles Chapter 10 Right Triangles If we looked at enough right triangles and experimented a little, we might eventually begin to notice some relationships developing. For instance, if I were to construct squares

More information

a 2 + b 2 = (p 2 q 2 ) 2 + 4p 2 q 2 = (p 2 + q 2 ) 2 = c 2,

a 2 + b 2 = (p 2 q 2 ) 2 + 4p 2 q 2 = (p 2 + q 2 ) 2 = c 2, 5.3. Pythagorean triples Definition. A Pythagorean triple is a set (a, b, c) of three integers such that (in order) a 2 + b 2 c 2. We may as well suppose that all of a, b, c are non-zero, and positive.

More information

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its.

Vectors are used to represent quantities such as force and velocity which have both. and. The magnitude of a vector corresponds to its. Fry Texas A&M University Math 150 Chapter 9 Fall 2014 1 Chapter 9 -- Vectors Remember that is the set of real numbers, often represented by the number line, 2 is the notation for the 2-dimensional plane.

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

Chapter 2 One-Dimensional Kinematics

Chapter 2 One-Dimensional Kinematics Review: Chapter 2 One-Dimensional Kinematics Description of motion in one dimension Copyright 2010 Pearson Education, Inc. Review: Motion with Constant Acceleration Free fall: constant acceleration g =

More information

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

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

More information

The symmetric group R + :1! 2! 3! 1. R :1! 3! 2! 1.

The symmetric group R + :1! 2! 3! 1. R :1! 3! 2! 1. Chapter 2 The symmetric group Consider the equilateral triangle. 3 1 2 We want to describe all the symmetries, which are the motions (both rotations and flips) which takes the triangle to itself. First

More information

Applied Linear Algebra in Geoscience Using MATLAB

Applied Linear Algebra in Geoscience Using MATLAB Applied Linear Algebra in Geoscience Using MATLAB Contents Getting Started Creating Arrays Mathematical Operations with Arrays Using Script Files and Managing Data Two-Dimensional Plots Programming in

More information

CH 14 MORE DIVISION, SIGNED NUMBERS, & EQUATIONS

CH 14 MORE DIVISION, SIGNED NUMBERS, & EQUATIONS 1 CH 14 MORE DIVISION, SIGNED NUMBERS, & EQUATIONS Division and Those Pesky Zeros O ne of the most important facts in all of mathematics is that the denominator (bottom) of a fraction can NEVER be zero.

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

Chapter 3 Vectors Prof. Raymond Lee, revised

Chapter 3 Vectors Prof. Raymond Lee, revised Chapter 3 Vectors Prof. Raymond Lee, revised 9-2-2010 1 Coordinate systems Used to describe a point s position in space Coordinate system consists of fixed reference point called origin specific axes with

More information

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY 2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY The following are topics that you will use in Geometry and should be retained throughout the summer. Please use this practice to review the topics you

More information

Welcome to IB Math - Standard Level Year 2

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

More information

Finding Limits Graphically and Numerically

Finding Limits Graphically and Numerically Finding Limits Graphically and Numerically 1. Welcome to finding limits graphically and numerically. My name is Tuesday Johnson and I m a lecturer at the University of Texas El Paso. 2. With each lecture

More information

Honors Advanced Mathematics Determinants page 1

Honors Advanced Mathematics Determinants page 1 Determinants page 1 Determinants For every square matrix A, there is a number called the determinant of the matrix, denoted as det(a) or A. Sometimes the bars are written just around the numbers of the

More information

Vector Addition and Subtraction: Graphical Methods

Vector Addition and Subtraction: Graphical Methods Vector Addition and Subtraction: Graphical Methods Bởi: OpenStaxCollege Displacement can be determined graphically using a scale map, such as this one of the Hawaiian Islands. A journey from Hawai i to

More information

Exponents. Reteach. Write each expression in exponential form (0.4)

Exponents. Reteach. Write each expression in exponential form (0.4) 9-1 Exponents You can write a number in exponential form to show repeated multiplication. A number written in exponential form has a base and an exponent. The exponent tells you how many times a number,

More information

Lesson 28: Another Computational Method of Solving a Linear System

Lesson 28: Another Computational Method of Solving a Linear System Lesson 28: Another Computational Method of Solving a Linear System Student Outcomes Students learn the elimination method for solving a system of linear equations. Students use properties of rational numbers

More information

In case (1) 1 = 0. Then using and from the previous lecture,

In case (1) 1 = 0. Then using and from the previous lecture, Math 316, Intro to Analysis The order of the real numbers. The field axioms are not enough to give R, as an extra credit problem will show. Definition 1. An ordered field F is a field together with a nonempty

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

Lesson 7. Chapter 3: Two-Dimensional Kinematics COLLEGE PHYSICS VECTORS. Video Narrated by Jason Harlow, Physics Department, University of Toronto

Lesson 7. Chapter 3: Two-Dimensional Kinematics COLLEGE PHYSICS VECTORS. Video Narrated by Jason Harlow, Physics Department, University of Toronto COLLEGE PHYSICS Chapter 3: Two-Dimensional Kinematics Lesson 7 Video Narrated by Jason Harlow, Physics Department, University of Toronto VECTORS A quantity having both a magnitude and a direction is called

More information

The Cross Product of Two Vectors

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

More information

POINTS, LINES, DISTANCES

POINTS, LINES, DISTANCES POINTS, LINES, DISTANCES NIKOS APOSTOLAKIS Examples/Exercises: (1) Find the equation of the line that passes through (4, 5), (4, ) () Find the equation of the line that passes through the points (1, ),

More information

Factorizing Algebraic Expressions

Factorizing Algebraic Expressions 1 of 60 Factorizing Algebraic Expressions 2 of 60 Factorizing expressions Factorizing an expression is the opposite of expanding it. Expanding or multiplying out a(b + c) ab + ac Factorizing Often: When

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

Solving an equation involves undoing these things. We work backward through this verbal model.

Solving an equation involves undoing these things. We work backward through this verbal model. To solve an equation, undo what was done to the variable. Intermediate algebra Class notes Solving Radical Equations and Problem Solving (section 10.6) Main idea: To solve most linear equations (and some

More information

Vectors for Zero Robotics students

Vectors for Zero Robotics students Vectors for Zero Robotics students Zero Robotics Australia August 7, 08 Assumed Knowledge The robots used for the Zero Robotics competition (SPHERES) were designed for NASA researchers, and are able to

More information

Section 1.4: Adding and Subtracting Linear and Perpendicular Vectors

Section 1.4: Adding and Subtracting Linear and Perpendicular Vectors Section 1.4: Adding and Subtracting Linear and Perpendicular Vectors Motion in two dimensions must use vectors and vector diagrams. Vector Representation: tail head magnitude (size): given by the length

More information

Grade 6 Math Circles October 9 & Visual Vectors

Grade 6 Math Circles October 9 & Visual Vectors Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles October 9 & 10 2018 Visual Vectors Introduction What is a vector? How does it differ

More information

Vectors. both a magnitude and a direction. Slide Pearson Education, Inc.

Vectors. both a magnitude and a direction. Slide Pearson Education, Inc. Vectors A quantity that is fully described The velocity vector has both a magnitude and a direction. by a single number is called a scalar quantity (i.e., mass, temperature, volume). A quantity having

More information

Twitter: @Owen134866 www.mathsfreeresourcelibrary.com Prior Knowledge Check 1) Find the point of intersection for each pair of lines: a) y = 4x + 7 and 5y = 2x 1 b) y = 5x 1 and 3x + 7y = 11 c) 2x 5y =

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

Vectors. Vectors. Vectors. Reminder: Scalars and Vectors. Vector Practice Problems: Odd-numbered problems from

Vectors. Vectors. Vectors. Reminder: Scalars and Vectors. Vector Practice Problems: Odd-numbered problems from Vectors Vector Practice Problems: Odd-numbered problems from 3.1-3.21 Reminder: Scalars and Vectors Vector: Scalar: A number (magnitude) with a direction. Just a number. I have continually asked you, which

More information

Linear Algebra. 1.1 Introduction to vectors 1.2 Lengths and dot products. January 28th, 2013 Math 301. Monday, January 28, 13

Linear Algebra. 1.1 Introduction to vectors 1.2 Lengths and dot products. January 28th, 2013 Math 301. Monday, January 28, 13 Linear Algebra 1.1 Introduction to vectors 1.2 Lengths and dot products January 28th, 2013 Math 301 Notation for linear systems 12w +4x + 23y +9z =0 2u + v +5w 2x +2y +8z =1 5u + v 6w +2x +4y z =6 8u 4v

More information

Math 1 Variable Manipulation Part 5 Absolute Value & Inequalities

Math 1 Variable Manipulation Part 5 Absolute Value & Inequalities Math 1 Variable Manipulation Part 5 Absolute Value & Inequalities 1 ABSOLUTE VALUE REVIEW Absolute value is a measure of distance; how far a number is from zero: 6 is 6 away from zero, and " 6" is also

More information

10.1 Tangents to Circles. Geometry Mrs. Spitz Spring 2005

10.1 Tangents to Circles. Geometry Mrs. Spitz Spring 2005 10.1 Tangents to Circles Geometry Mrs. Spitz Spring 2005 Objectives/Assignment Identify segments and lines related to circles. Use properties of a tangent to a circle. Assignment: Chapter 10 Definitions

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

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

Worksheet 1.1: Introduction to Vectors

Worksheet 1.1: Introduction to Vectors Boise State Math 275 (Ultman) Worksheet 1.1: Introduction to Vectors From the Toolbox (what you need from previous classes) Know how the Cartesian coordinates a point in the plane (R 2 ) determine its

More information

Introduction: Pythagorean Triplets

Introduction: Pythagorean Triplets Introduction: Pythagorean Triplets On this first day I want to give you an idea of what sorts of things we talk about in number theory. In number theory we want to study the natural numbers, and in particular

More information

AP Physics C Mechanics Summer Assignment

AP Physics C Mechanics Summer Assignment AP Physics C Mechanics Summer Assignment 2018 2019 School Year Welcome to AP Physics C, an exciting and intensive introductory college physics course for students majoring in the physical sciences or engineering.

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

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

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

Graphing Review Part 1: Circles, Ellipses and Lines

Graphing Review Part 1: Circles, Ellipses and Lines Graphing Review Part : Circles, Ellipses and Lines Definition The graph of an equation is the set of ordered pairs, (, y), that satisfy the equation We can represent the graph of a function by sketching

More information

Chapter 2. Matrix Arithmetic. Chapter 2

Chapter 2. Matrix Arithmetic. Chapter 2 Matrix Arithmetic Matrix Addition and Subtraction Addition and subtraction act element-wise on matrices. In order for the addition/subtraction (A B) to be possible, the two matrices A and B must have the

More information