10.1 Three Dimensional Space

Size: px
Start display at page:

Download "10.1 Three Dimensional Space"

Transcription

1 Math 172 Chapter 10A notes Page 1 of Three Dimensional Space 2D space 0 xx.. xx-, 0 yy yy-, PP(xx, yy) [Fig. 1] Point PP represented by (xx, yy), an ordered pair of real nos. Set of all ordered pairs R 2 = {(xx, yy) xx, yy R} Identify 2D space with R 2 3D space 0 xx xx-, 0 yy yy-, 0 zz zz-, PP(xx, yy, zz) [Fig. 2] Point PP represented by (xx, yy, zz) an ordered triple of real nos. Set of all ordered triples R 3 = {(xx, yy, zz) xx, yy, xx R} Identity 3D space with R 3 2D space is divided into quadrants axes, 1 st or positive quadrant [Fig. 3] 3D space is divided into octants 3D axes, xxxx-plane, yyyy-plane, xxxx-plane, 1 st or positive octant [Fig. 4] Example. Plot PP(4,3,0) and QQ(1,6, 4) axes, points plotted in perspective [Fig. 5] A single equation in R 2 represents a curve.

2 Math 172 Chapter 10A notes Page 2 of 12 Example yy = xx 2 0 xx-, 0. yy-, parabola, {(xx, xx 2 ) xx R} [Fig. 6] A single equation in R 3 represents a surface. Example yy = xx 2 0. xx-, 0 yy-, 0 zz-, parabolic cylinder, {(xx, xx 2, zz) xx, zz R} [Fig. 7] Distance in R 2 2D axes, 1 st quadrant, PP(xx 1, yy 1 ), QQ(xx 2, yy 2 ), segment PPPP, complete right triangle with sides of length xx 2 xx 1 and yy 2 yy 1 [Fig. 8] Pythagorean theorem PPPP 2 = xx 2 xx yy 2 yy 1 2 = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 Distance in R 3 3D axes, show plane zz = zz 1 as xxxx-plane, PP(xx 1, yy 1, zz 1 ), QQ(xx 2, yy 2, zz 1 ), RR(xx 2, yy 2. zz 2 ), sides of right triangle [Fig. 9] PPPP 2 = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 PPPP 2 = PPPP 2 + QQQQ 2 = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 + (zz 2 zz 1 ) 2 PPPP = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 + (zz 2 zz 1 ) 2 Distance between PP 1 (xx 1, yy 1, zz 1 ) and PP 2 (xx 2, yy 2, zz 2 ) PP 1 PP 2 2 = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 + (zz 2 zz 1 ) 2 PP 1 PP 2 = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 + (zz 2 zz 1 ) 2 Example. Find the distance between PP(4,3,0) and QQ(1,6, 4) PPPP 2 = (4 1) 2 + (3 6) ( 4) 2 = = 34

3 Math 172 Chapter 10A notes Page 3 of 12 PPPP = 34 Circle of radius rr centered at (aa, bb) in 2D 2D axes and 1 st quadrant, (aa, bb), circle, radius rr to (xx, yy) on circle [Fig. 10] Distance between (xx, yy) and (aa, bb) is rr (xx aa) 2 + (yy bb) 2 = rr (xx aa) 2 + (yy bb) 2 = rr 2 Equation for circle in 2D Sphere of radius rr centered at (aa, bb, cc) in 3D 3D axes and 1 st octant, (aa, bb, cc), sphere, radius rr to (xx, yy, zz) on sphere [Fig. 11] Distance between (xx, yy, zz) and (aa, bb, cc) is rr (xx aa) 2 + (yy bb) 2 + (zz cc) 2 = rr (xx aa) 2 + (yy bb) 2 + (zz cc) 2 = rr 2 Equation for sphere of radius rr and center (aa, bb, cc) in 3D Example. Show that the given equation represents a sphere. Find its center and radius. 2xx 2 + 2yy 2 + 2zz 2 + 4yy 2zz = 1 xx 2 + yy 2 + zz 2 + 2yy zz = 1 2 xx 2 + (yy 2 + 2yy + 1) 1 + zz 2 zz = 1 2 xx 2 + (yy + 1) 2 + zz = = 7 4 Center (0, 1, 1 2 ) Radius 7/2

4 Math 172 Chapter 10A notes Page 4 of Vectors Motivation Quantities with magnitude and direction Examples. Position, velocity, force. Algebraic Properties of Vectors In 2D space, vectors are ordered pairs of real numbers. aa = aa 1, aa 2 In 3D space, vectors are ordered triples aa = aa 1, aa 2, aa 3 aa 1 is the xx-component aa 2 is the yy-component aa 3 is the zz-component Addition of vectors aa + bb = aa 1, aa 2, aa 3 + bb 1, bb 2, bb 3 = aa 1 + bb 1, aa 2 + bb 2, aa 3 + bb 3 aa bb = aa 1, aa 2, aa 3 bb 1, bb 2, bb 3 = aa 1 bb 1, aa 2 bb 2, aa 3 bb 3 Zero Vector 00 = 0,0,0 aa + 00 = aa

5 Math 172 Chapter 10A notes Page 5 of 12 Multiplication by Scalars scalar kk ( a real number) kkkk = kk aa 1, aa 2, aa 3 = kkaa 1, kkaa 2, kkaa 3 Three Algebraic Properties (1) commutative law aa + bb = bb + aa (2) associative law aa + (bb + cc) = (aa + bb) + cc (3) distributive law kk(aa + bb) = kkaa + kkbb Example. Find aa + bb, aa bb, 3aa + 4bb, where aa = 3,2, 1, bb = 0,6,7?? aa + bb = 3,8,6?? aa bb = 3, 4, 8?? 3aa + 4bb = 9,30,25 Geometric Properties of Vectors In 2D, consider 2,1 0 6 xx-,0 2 yy-, PP(2,1), AA(4,1), BB(6,2) [Fig. 12] OOOO = 2,1 position vector of point PP(2,1) add AAAA = 2,1 These are different representations of the vector 2,1. Geometrically, vectors add tip-to-tail 0, AA(aa 1, aa 2 ), BB(bb 1, bb 2 ),, 0AA, 0BB AAAA [Fig. 13]

6 Math 172 Chapter 10A notes Page 6 of 12 0AA + AAAA = 0BB AAAA = 0BB 0AA = bb 1, bb 2 aa 1, aa 2 = bb 1 aa 1, bb 2 aa 2 consistent with 0AA + AAAA = 0BB aa 1, aa 2 + bb 1 aa 1, bb 2 aa 2 = bb 1, bb 2 Three Dimensions 0AA = aa 1, aa 2, aa 3 0BB = bb 1, bb 2, bb 3 AAAA = bb 1 aa 1, bb 2 aa 2, bb 3 aa 3 Example xx-, 0 2 yy-, aa, bb, cc [Fig. 14] bb = 1,2, aa = 3,1 what is cc? aa + cc = bb add tip-to-tail cc = bb aa = 1,2 3,1 = 4,1 Magnitude or length of a vector In 2D aa = aa 1, aa 2 aa = aa aa 2 2 In 3D aa = aa 1, aa 2, aa 3 aa = aa aa aa 3 2

7 Math 172 Chapter 10A notes Page 7 of 12 Two notations for components Vectors: components denoted by subscript: aa = aa 1, aa 2, aa 3 components denoted by base: xx = xx 0, yy 0, zz 0 Points: components denoted by subscript: PP(xx 1, yy 1, zz 1 ) components denoted by base: AA(aa 1, aa 2, aa 3 ) Both notations are frequently seen Example. Length of vector between two points in space AA(xx 1, yy 1, zz 1 ), BB(xx 2, yy 2, zz 2 ), AAAA Let aa = AAAA = xx 2 xx 1, yy 2 yy 1, zz 2 zz 1 aa = AAAA = (xx 2 xx 1 ) 2 + (yy 2 yy 1 ) 2 + (zz 2 zz 1 ) 2 Multiplication by a scalar xx-, yy- [Fig. 15] aa = 2,1 add aa aa = 2, 1 add aa 2aa = 4,2 add 2aa aa, aa, 2aa are parallel. Properties of Lengths Let aa, bb be any two vectors and let kk be a scalar

8 Math 172 Chapter 10A notes Page 8 of aa 0 aa = 0 if and only if aa = kkaa = kk aa 3. Triangle Inequality aa + bb aa + bb sketch 0, aa, bb, aa + bb [Fig. 16] Unit vectors A unit vector is a vector of length xx-, 0 1 yy-, ıı = 1,0, ȷȷ = 0,1, 1, 1 [Fig. 17] , 1 2 = = = 1 For any vector vv 00 vv vv is a unit vector vv vv = 1 vv vv = 1 Standard basis vectors In 2D ıı = 1,0 ȷȷ = 0,1 In 3D ıı = 1,0,0 ȷȷ = 0,1,0 kk = 0,0,1 Any vector can be represented in terms of ıı, ȷȷ, kk 2,1 = 2,0 + 0,1 = 2 1,0 + 0,1 = 2 ıı + ȷȷ

9 Math 172 Chapter 10A notes Page 9 of 12 5,2, 4 = 5 ıı + 2 ȷȷ 4 kk 10.3 The Dot Product The dot product is also known as the scalar or inner product 2D aa = aa 1, aa 2 bb = bb 1, bb 2 aa bb = aa 1 bb 1 + aa 2 cc 2 3D aa = aa 1, aa 2, aa 3 bb = bb 1, bb 2, bb 3 aa bb = aa 1 bb 1 + aa 2 bb 2 + aa 3 bb 3 Example. aa = 1, 2, 2 bb = 2,8, 6 aa bb = = 6 Properties of the dot product 1. aa aa = aa 2 2. aa bb = bb aa 3. aa (bb + cc) = aa bb + aa cc 4. kk(aa bb) = kkaa bb = aa kkbb 5. aa 00 = 0 Prove 1. aa = aa 1, aa 2, aa 3 = aa aa aa 3

10 Math 172 Chapter 10A notes Page 10 of 12 aa aa = aa 1, aa 2, aa 3 aa 1, aa 2, aa 3 = aa aa aa 3 2 = aa 2 The angle between two vectors is the smallest positive angle between the vectors drawn with their tails at the same point. sketch aa, bb, θθ [Fig. 18] Theorem. If θθ is the angle between aa and bb then aa bb = aa bb cos(θθ) Proof sketch aa, bb, θθ, bb aa [Fig. 19] Law of cosines aa bb 2 = aa 2 + bb 2 2 aa bb cos(θθ) Properties of dot product (aa bb) (aa bb) = aa 2 + bb 2 2aa bb Thus aa 2 + bb 2 2 aa bb cos(θθ) = aa 2 + bb 2 2aa bb 2 aa bb cos(θθ) = 2aa bb aa bb = aa bb cos(θθ) Example. Find the angle between the vectors 3,1 and 2,4. sketch 0 3 xx-, 0 4 yy-, aa = 3,1, bb = 2,4, θθ [Fig. 20] cos(θθ) = aa bb aa bb 3,1 2,4 = 10 3,1 = 10 2,4 = 20 cos(θθ) = = 1 2

11 Math 172 Chapter 10A notes Page 11 of 12 θθ = ππ/4 Two vectors are orthogonal or perpendicular if the angle between them is ππ/2. sketch vectors, indicate right angle [Fig. 21] cos ππ 2 = 0 If aa 00 and bb 00 then aa and bb are orthogonal iff aa bb = 0 Example. Determine whether the following vectors are orthogonal: aa = 1,5,2 and bb = 4,2, 3. aa bb = = 0 therefore the vectors are orthogonal. Define the component or scalar projection of a vector along another vector. sketch vector aa long and horizontal, vector bb at angle θθ upwards, projection from tip of bb to aa, comp aa bb [Fig. 22] comp aa bb = bb cos (θθ) Define the projection or vector projection of a vector along another vector. sketch vector aa long and horizontal, vector bb at angle θθ upwards, projection from tip of bb to aa, proj aa bb [Fig. 23] proj aa bb = bb cos(θθ) aa aa indicate length of projection and unit vector in direction of aa below the formula above Example. Find the scalar and vector projection of bb on to aa: aa = 3,1, bb = 2,3. Recall cos(θθ) = aa bb aa bb comp aa bb = bb cos(θθ) = aa bb aa = 9 10 proj aa bb = comp aa bb aa = 9 3,1 = 9 3,1 aa Example Let

12 Math 172 Chapter 10A notes Page 12 of 12 aa = 2ii 3jj + kk = 2, 3,1 bb = ii + 6jj 2kk = 1,6, 2 Then comp aa bb = bb cos(θ) = aa bb aa = proj aa bb = comp aa bb aa = 18 2, 3,1 aa = 18 2, 3,1 14 Application to Work For force FF in the same direction as displacement DD WW = FF DD Example. Work sliding a crate on a flat surface surface, crate, FF = 50N, DD = 10m [Fig. 24] WW = FF DD = (50N)(10m) = 500J In US customary units surface, crate, FF = 10 lbs, DD = 30ft [Fig. 25] WW = 300 ft lbs What if displacement is not in the same direction as the force? wagon with handle up at angle θθ, horizontal displacement vector DD and force FF in direction of handle, projection of FF on DD of magnitude FF cos (θθ) [Fig. 26] Work done is the product of the component of FF along DD and the distanced moved WW = ( FF cos(θθ)) DD = FF DD cos (θθ) = FF DD Example. Suppose FF = 50N, θθ = 45 = ππ, DD = 10m 4 Then WW = (50N)(10m)(cos ππ 2 ) = 500 J 354J 4 2

10.4 The Cross Product

10.4 The Cross Product Math 172 Chapter 10B notes Page 1 of 9 10.4 The Cross Product The cross product, or vector product, is defined in 3 dimensions only. Let aa = aa 1, aa 2, aa 3 bb = bb 1, bb 2, bb 3 then aa bb = aa 2 bb

More information

Worksheets for GCSE Mathematics. Quadratics. mr-mathematics.com Maths Resources for Teachers. Algebra

Worksheets for GCSE Mathematics. Quadratics. mr-mathematics.com Maths Resources for Teachers. Algebra Worksheets for GCSE Mathematics Quadratics mr-mathematics.com Maths Resources for Teachers Algebra Quadratics Worksheets Contents Differentiated Independent Learning Worksheets Solving x + bx + c by factorisation

More information

Quantities that involve BOTH a magnitude and a direction are called vectors. Quantities that involve magnitude, but no direction are called scalars.

Quantities that involve BOTH a magnitude and a direction are called vectors. Quantities that involve magnitude, but no direction are called scalars. Math 1330 Vectors Quantities that involve BOTH a magnitude and a direction are called vectors. Quantities that involve magnitude, but no direction are called scalars. Example: You are driving south at

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

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

Lesson 1: Successive Differences in Polynomials

Lesson 1: Successive Differences in Polynomials Lesson 1 Lesson 1: Successive Differences in Polynomials Classwork Opening Exercise John noticed patterns in the arrangement of numbers in the table below. 2.4 3.4 4.4 5.4 6.4 5.76 11.56 19.36 29.16 40.96

More information

Mathematics Ext 2. HSC 2014 Solutions. Suite 403, 410 Elizabeth St, Surry Hills NSW 2010 keystoneeducation.com.

Mathematics Ext 2. HSC 2014 Solutions. Suite 403, 410 Elizabeth St, Surry Hills NSW 2010 keystoneeducation.com. Mathematics Ext HSC 4 Solutions Suite 43, 4 Elizabeth St, Surry Hills NSW info@keystoneeducation.com.au keystoneeducation.com.au Mathematics Extension : HSC 4 Solutions Contents Multiple Choice... 3 Question...

More information

Lesson 14: Solving Inequalities

Lesson 14: Solving Inequalities Hart Interactive Algebra 1 Lesson 14 Classwork 1. Consider the inequality xx 2 + 4xx 5. a. Think about some possible values to assign to xx that make this inequality a true statement. Find at least two

More information

Lecture 6. Notes on Linear Algebra. Perceptron

Lecture 6. Notes on Linear Algebra. Perceptron Lecture 6. Notes on Linear Algebra. Perceptron COMP90051 Statistical Machine Learning Semester 2, 2017 Lecturer: Andrey Kan Copyright: University of Melbourne This lecture Notes on linear algebra Vectors

More information

Lesson 7: Algebraic Expressions The Commutative and Associative Properties

Lesson 7: Algebraic Expressions The Commutative and Associative Properties Algebraic Expressions The Commutative and Associative Properties Classwork Exercise 1 Suzy draws the following picture to represent the sum 3 + 4: Ben looks at this picture from the opposite side of the

More information

BHASVIC MαTHS. Skills 1

BHASVIC MαTHS. Skills 1 PART A: Integrate the following functions with respect to x: (a) cos 2 2xx (b) tan 2 xx (c) (d) 2 PART B: Find: (a) (b) (c) xx 1 2 cosec 2 2xx 2 cot 2xx (d) 2cccccccccc2 2xx 2 ccccccccc 5 dddd Skills 1

More information

Lesson 10: Solving Inequalities

Lesson 10: Solving Inequalities Opening Exercise 1. Find the solution set to each inequality. Express the solution graphically on the number line and give the solution in interval notation. A. xx + 4 7 B. mm 3 + 8 > 9 C. 8yy + 4 < 7yy

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

P.3 Division of Polynomials

P.3 Division of Polynomials 00 section P3 P.3 Division of Polynomials In this section we will discuss dividing polynomials. The result of division of polynomials is not always a polynomial. For example, xx + 1 divided by xx becomes

More information

Work, Energy, and Power. Chapter 6 of Essential University Physics, Richard Wolfson, 3 rd Edition

Work, Energy, and Power. Chapter 6 of Essential University Physics, Richard Wolfson, 3 rd Edition Work, Energy, and Power Chapter 6 of Essential University Physics, Richard Wolfson, 3 rd Edition 1 With the knowledge we got so far, we can handle the situation on the left but not the one on the right.

More information

F.1 Greatest Common Factor and Factoring by Grouping

F.1 Greatest Common Factor and Factoring by Grouping section F1 214 is the reverse process of multiplication. polynomials in algebra has similar role as factoring numbers in arithmetic. Any number can be expressed as a product of prime numbers. For example,

More information

Integrating Rational functions by the Method of Partial fraction Decomposition. Antony L. Foster

Integrating Rational functions by the Method of Partial fraction Decomposition. Antony L. Foster Integrating Rational functions by the Method of Partial fraction Decomposition By Antony L. Foster At times, especially in calculus, it is necessary, it is necessary to express a fraction as the sum of

More information

Lesson 23: Deriving the Quadratic Formula

Lesson 23: Deriving the Quadratic Formula : Deriving the Quadratic Formula Opening Exercise 1. Solve for xx. xx 2 + 2xx = 8 7xx 2 12xx + 4 = 0 Discussion 2. Which of these problems makes more sense to solve by completing the square? Which makes

More information

Worksheets for GCSE Mathematics. Algebraic Expressions. Mr Black 's Maths Resources for Teachers GCSE 1-9. Algebra

Worksheets for GCSE Mathematics. Algebraic Expressions. Mr Black 's Maths Resources for Teachers GCSE 1-9. Algebra Worksheets for GCSE Mathematics Algebraic Expressions Mr Black 's Maths Resources for Teachers GCSE 1-9 Algebra Algebraic Expressions Worksheets Contents Differentiated Independent Learning Worksheets

More information

Lesson 15: Rearranging Formulas

Lesson 15: Rearranging Formulas Exploratory Challenge Rearranging Familiar Formulas 1. The area AA of a rectangle is 25 in 2. The formula for area is AA = llll. A. If the width ll is 10 inches, what is the length ll? AA = 25 in 2 ll

More information

National 5 Mathematics. Practice Paper E. Worked Solutions

National 5 Mathematics. Practice Paper E. Worked Solutions National 5 Mathematics Practice Paper E Worked Solutions Paper One: Non-Calculator Copyright www.national5maths.co.uk 2015. All rights reserved. SQA Past Papers & Specimen Papers Working through SQA Past

More information

Math 3 Unit 3: Polynomial Functions

Math 3 Unit 3: Polynomial Functions Math 3 Unit 3: Polynomial Functions Unit Title Standards 3.1 End Behavior of Polynomial Functions F.IF.7c 3.2 Graphing Polynomial Functions F.IF.7c, A.APR3 3.3 Writing Equations of Polynomial Functions

More information

WS/FCS NC Math 3 Scope and Sequence Semester Block High School Refer to Unit Planning Organizers for Instructional Guidance

WS/FCS NC Math 3 Scope and Sequence Semester Block High School Refer to Unit Planning Organizers for Instructional Guidance WS/FCS NC Math 3 Scope and Sequence 2017-2018 Semester Block High School Refer to Unit Planning Organizers for Instructional Guidance Suggested Pacing: Unit Title Days Week for Inspirational Math3 5 1

More information

Quadratic Equations and Functions

Quadratic Equations and Functions 50 Quadratic Equations and Functions In this chapter, we discuss various ways of solving quadratic equations, aaxx 2 + bbbb + cc 0, including equations quadratic in form, such as xx 2 + xx 1 20 0, and

More information

Polynomials and Polynomial Functions

Polynomials and Polynomial Functions 1 Polynomials and Polynomial Functions One of the simplest types of algebraic expressions are polynomials. They are formed only by addition and multiplication of variables and constants. Since both addition

More information

Math 171 Spring 2017 Final Exam. Problem Worth

Math 171 Spring 2017 Final Exam. Problem Worth Math 171 Spring 2017 Final Exam Problem 1 2 3 4 5 6 7 8 9 10 11 Worth 9 6 6 5 9 8 5 8 8 8 10 12 13 14 15 16 17 18 19 20 21 22 Total 8 5 5 6 6 8 6 6 6 6 6 150 Last Name: First Name: Student ID: Section:

More information

Lesson 7: Linear Transformations Applied to Cubes

Lesson 7: Linear Transformations Applied to Cubes Classwork Opening Exercise Consider the following matrices: AA = 1 2 0 2, BB = 2, and CC = 2 2 4 0 0 2 2 a. Compute the following determinants. i. det(aa) ii. det(bb) iii. det(cc) b. Sketch the image of

More information

Math 3 Unit 3: Polynomial Functions

Math 3 Unit 3: Polynomial Functions Math 3 Unit 3: Polynomial Functions Unit Title Standards 3.1 End Behavior of Polynomial Functions F.IF.7c 3.2 Graphing Polynomial Functions F.IF.7c, A.APR3 3.3 Writing Equations of Polynomial Functions

More information

Section 5: Quadratic Equations and Functions Part 1

Section 5: Quadratic Equations and Functions Part 1 Section 5: Quadratic Equations and Functions Part 1 Topic 1: Real-World Examples of Quadratic Functions... 121 Topic 2: Factoring Quadratic Expressions... 125 Topic 3: Solving Quadratic Equations by Factoring...

More information

Quiz 2 Practice Problems

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

More information

Chapter 22 : Electric potential

Chapter 22 : Electric potential Chapter 22 : Electric potential What is electric potential? How does it relate to potential energy? How does it relate to electric field? Some simple applications What does it mean when it says 1.5 Volts

More information

Specialist Mathematics 2019 v1.2

Specialist Mathematics 2019 v1.2 181314 Mensuration circumference of a circle area of a parallelogram CC = ππππ area of a circle AA = ππrr AA = h area of a trapezium AA = 1 ( + )h area of a triangle AA = 1 h total surface area of a cone

More information

F.1 Greatest Common Factor and Factoring by Grouping

F.1 Greatest Common Factor and Factoring by Grouping 1 Factoring Factoring is the reverse process of multiplication. Factoring polynomials in algebra has similar role as factoring numbers in arithmetic. Any number can be expressed as a product of prime numbers.

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

P.2 Multiplication of Polynomials

P.2 Multiplication of Polynomials 1 P.2 Multiplication of Polynomials aa + bb aa + bb As shown in the previous section, addition and subtraction of polynomials results in another polynomial. This means that the set of polynomials is closed

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

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

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

More information

Specialist Mathematics 2019 v1.2

Specialist Mathematics 2019 v1.2 Examination (15%) This sample has been compiled by the QCAA to assist and support teachers in planning and developing assessment instruments for individual school settings. The examination must ensure

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

Half Circular Vector in 2D space

Half Circular Vector in 2D space Half Circular Vector in D space CLAUDE ZIAD BAYEH 1, 1 Faculty of Engineering II, Lebanese University EGRDI transaction on mathematics (003) LEBANON Email: claude_bayeh_cbegrdi@hotmail.com NIKOS E.MASTORAKIS

More information

The domain and range of lines is always R Graphed Examples:

The domain and range of lines is always R Graphed Examples: Graphs/relations in R 2 that should be familiar at the beginning of your University career in order to do well (The goal here is to be ridiculously complete, hence I have started with lines). 1. Lines

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

Module 7 (Lecture 25) RETAINING WALLS

Module 7 (Lecture 25) RETAINING WALLS Module 7 (Lecture 25) RETAINING WALLS Topics Check for Bearing Capacity Failure Example Factor of Safety Against Overturning Factor of Safety Against Sliding Factor of Safety Against Bearing Capacity Failure

More information

Name Period. Date: Topic: 9-2 Circles. Standard: G-GPE.1. Objective:

Name Period. Date: Topic: 9-2 Circles. Standard: G-GPE.1. Objective: Name Period Date: Topic: 9-2 Circles Essential Question: If the coefficients of the x 2 and y 2 terms in the equation for a circle were different, how would that change the shape of the graph of the equation?

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

Polynomials and Polynomial Functions

Polynomials and Polynomial Functions 1 Polynomials and Polynomial Functions One of the simplest types of algebraic expressions are polynomials. They are formed only by addition and multiplication of variables and constants. Since both addition

More information

Mathematics Paper 2 Grade 12 Preliminary Examination 2017

Mathematics Paper 2 Grade 12 Preliminary Examination 2017 Mathematics Paper 2 Grade 12 Preliminary Examination 2017 DURATION: 180 min EXAMINER: R. Obermeyer MARKS: 150 MODERATOR: A. Janisch Date: 15 September 2017 External Moderator: I. Atteridge INSTRUCTIONS:

More information

Section 6 Quadratics Part 1

Section 6 Quadratics Part 1 Section 6 Quadratics Part 1 The following Mathematics Florida Standards will be covered in this section: MAFS.912.A-SSE.1.2 Use the structure of an expression to identify ways to rewrite it. For example,

More information

Eureka Math. Grade 8, Module 7. Student File_B. Contains Exit Ticket and Assessment Materials

Eureka Math. Grade 8, Module 7. Student File_B. Contains Exit Ticket and Assessment Materials A Story of Ratios Eureka Math Grade 8, Module 7 Student File_B Contains and Assessment Materials Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced,

More information

Radicals and Radical Functions

Radicals and Radical Functions 0 Radicals and Radical Functions So far we have discussed polynomial and rational expressions and functions. In this chapter, we study algebraic expressions that contain radicals. For example, + 2, xx,

More information

Variations. ECE 6540, Lecture 02 Multivariate Random Variables & Linear Algebra

Variations. ECE 6540, Lecture 02 Multivariate Random Variables & Linear Algebra Variations ECE 6540, Lecture 02 Multivariate Random Variables & Linear Algebra Last Time Probability Density Functions Normal Distribution Expectation / Expectation of a function Independence Uncorrelated

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

Exam Programme VWO Mathematics A

Exam Programme VWO Mathematics A Exam Programme VWO Mathematics A The exam. The exam programme recognizes the following domains: Domain A Domain B Domain C Domain D Domain E Mathematical skills Algebra and systematic counting Relationships

More information

SAMPLE COURSE OUTLINE MATHEMATICS METHODS ATAR YEAR 11

SAMPLE COURSE OUTLINE MATHEMATICS METHODS ATAR YEAR 11 SAMPLE COURSE OUTLINE MATHEMATICS METHODS ATAR YEAR 11 Copyright School Curriculum and Standards Authority, 2017 This document apart from any third party copyright material contained in it may be freely

More information

Review of Linear Algebra

Review of Linear Algebra Review of Linear Algebra Definitions An m n (read "m by n") matrix, is a rectangular array of entries, where m is the number of rows and n the number of columns. 2 Definitions (Con t) A is square if m=

More information

Mathematical Methods 2019 v1.2

Mathematical Methods 2019 v1.2 Examination This sample has been compiled by the QCAA to model one possible approach to allocating marks in an examination. It matches the examination mark allocations as specified in the syllabus (~ 60%

More information

Eureka Math. Geometry, Module 5. Student File_B. Contains Exit Ticket and Assessment Materials

Eureka Math. Geometry, Module 5. Student File_B. Contains Exit Ticket and Assessment Materials A Story of Functions Eureka Math Geometry, Module 5 Student File_B Contains and Assessment Materials Published by the non-profit Great Minds. Copyright 2015 Great Minds. No part of this work may be reproduced,

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

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

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

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

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

F.3 Special Factoring and a General Strategy of Factoring

F.3 Special Factoring and a General Strategy of Factoring F.3 Special Factoring and a General Strategy of Factoring Difference of Squares section F4 233 Recall that in Section P2, we considered formulas that provide a shortcut for finding special products, such

More information

Logarithmic Functions

Logarithmic Functions Name Student ID Number Group Name Group Members Logarithmic Functions 1. Solve the equations below. xx = xx = 5. Were you able solve both equations above? If so, was one of the equations easier to solve

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

F.4 Solving Polynomial Equations and Applications of Factoring

F.4 Solving Polynomial Equations and Applications of Factoring section F4 243 F.4 Zero-Product Property Many application problems involve solving polynomial equations. In Chapter L, we studied methods for solving linear, or first-degree, equations. Solving higher

More information

Linear Algebra. Alvin Lin. August December 2017

Linear Algebra. Alvin Lin. August December 2017 Linear Algebra Alvin Lin August 207 - December 207 Linear Algebra The study of linear algebra is about two basic things. We study vector spaces and structure preserving maps between vector spaces. A vector

More information

Angular Momentum, Electromagnetic Waves

Angular Momentum, Electromagnetic Waves Angular Momentum, Electromagnetic Waves Lecture33: Electromagnetic Theory Professor D. K. Ghosh, Physics Department, I.I.T., Bombay As before, we keep in view the four Maxwell s equations for all our discussions.

More information

Lesson 24: Using the Quadratic Formula,

Lesson 24: Using the Quadratic Formula, , b ± b 4ac x = a Opening Exercise 1. Examine the two equation below and discuss what is the most efficient way to solve each one. A. 4xx + 5xx + 3 = xx 3xx B. cc 14 = 5cc. Solve each equation with the

More information

Copy Material. Geometry Unit 5. Circles With and Without Coordinates. Eureka Math. Eureka Math

Copy Material. Geometry Unit 5. Circles With and Without Coordinates. Eureka Math. Eureka Math Copy Material Geometry Unit 5 Circles With and Without Coordinates Eureka Math Eureka Math Lesson 1 Lesson 1: Thales Theorem Circle A is shown below. 1. Draw two diameters of the circle. 2. Identify the

More information

1. Vectors in the Plane

1. Vectors in the Plane CHAPTER 10 Vectors and the Geometry of Space 1. Vectors in the Plane We denote the directed line segment from the point P (initial point) to the!! point Q (terminal point) as P Q. The length of P Q is

More information

Chapter 3. Vectors and. Two-Dimensional Motion Vector vs. Scalar Review

Chapter 3. Vectors and. Two-Dimensional Motion Vector vs. Scalar Review Chapter 3 Vectors and Two-Dimensional Motion Vector vs. Scalar Review All physical quantities encountered in this text will be either a scalar or a vector A vector quantity has both magnitude (size) and

More information

Secondary 3H Unit = 1 = 7. Lesson 3.3 Worksheet. Simplify: Lesson 3.6 Worksheet

Secondary 3H Unit = 1 = 7. Lesson 3.3 Worksheet. Simplify: Lesson 3.6 Worksheet Secondary H Unit Lesson Worksheet Simplify: mm + 2 mm 2 4 mm+6 mm + 2 mm 2 mm 20 mm+4 5 2 9+20 2 0+25 4 +2 2 + 2 8 2 6 5. 2 yy 2 + yy 6. +2 + 5 2 2 2 0 Lesson 6 Worksheet List all asymptotes, holes and

More information

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

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

3.2 A2 - Just Like Derivatives but Backwards

3.2 A2 - Just Like Derivatives but Backwards 3. A - Just Like Derivatives but Backwards The Definite Integral In the previous lesson, you saw that as the number of rectangles got larger and larger, the values of Ln, Mn, and Rn all grew closer and

More information

Math The Dot Product

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

More information

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

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

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 1 JoungDong Kim Week 1 Vectors, The Dot Product, Vector Functions and Parametric Curves. Section 1.1 Vectors Definition. A Vector is a quantity that

More information

Additional Functions, Conic Sections, and Nonlinear Systems

Additional Functions, Conic Sections, and Nonlinear Systems 77 Additional Functions, Conic Sections, and Nonlinear Systems Relations and functions are an essential part of mathematics as they allow to describe interactions between two or more variable quantities.

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

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to

1. The positive zero of y = x 2 + 2x 3/5 is, to the nearest tenth, equal to SAT II - Math Level Test #0 Solution SAT II - Math Level Test No. 1. The positive zero of y = x + x 3/5 is, to the nearest tenth, equal to (A) 0.8 (B) 0.7 + 1.1i (C) 0.7 (D) 0.3 (E). 3 b b 4ac Using Quadratic

More information

Rational Expressions and Functions

Rational Expressions and Functions Rational Expressions and Functions In the previous two chapters we discussed algebraic expressions, equations, and functions related to polynomials. In this chapter, we will examine a broader category

More information

Math 241: Multivariable calculus

Math 241: Multivariable calculus Math 241: Multivariable calculus Professor Leininger Fall 2014 Calculus of 1 variable In Calculus I and II you study real valued functions of a single real variable. Examples: f (x) = x 2, r(x) = 2x2 +x

More information

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems

SECTION 5: POWER FLOW. ESE 470 Energy Distribution Systems SECTION 5: POWER FLOW ESE 470 Energy Distribution Systems 2 Introduction Nodal Analysis 3 Consider the following circuit Three voltage sources VV sss, VV sss, VV sss Generic branch impedances Could be

More information

TSIA MATH TEST PREP. Math and Science, ASC 1

TSIA MATH TEST PREP. Math and Science, ASC 1 TSIA MATH TEST PREP Math and Science, ASC 1 Texas Success Initiative: Mathematics The TSI Assessment is a program designed to help Lone Star College determine if you are ready for college-level coursework

More information

Quiz No. 1: Tuesday Jan. 31. Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3.

Quiz No. 1: Tuesday Jan. 31. Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3. Quiz No. 1: Tuesday Jan. 31 Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3.20 Chapter 3 Vectors and Two-Dimensional Kinematics Properties of

More information

Specialist Mathematics 2019 v1.2

Specialist Mathematics 2019 v1.2 Examination This sample has been compiled by the QCAA to assist and support teachers in planning and developing assessment instruments for individual school settings. Schools develop internal assessments

More information

Linear Algebra V = T = ( 4 3 ).

Linear Algebra V = T = ( 4 3 ). Linear Algebra Vectors A column vector is a list of numbers stored vertically The dimension of a column vector is the number of values in the vector W is a -dimensional column vector and V is a 5-dimensional

More information

Linear Algebra: Homework 3

Linear Algebra: Homework 3 Linear Algebra: Homework 3 Alvin Lin August 206 - December 206 Section.2 Exercise 48 Find all values of the scalar k for which the two vectors are orthogonal. [ ] [ ] 2 k + u v 3 k u v 0 2(k + ) + 3(k

More information

Monday Tuesday Wednesday Thursday

Monday Tuesday Wednesday Thursday Answer Key - Weekly Math Homework Q3:1 Write the equation of a line in slope intercept form that has a slope of 3 and has a y- 5 intercept of ½. yy = 3 5 xx + 1 2 Write the exponential function that matches

More information

Test of Mathematics for University Admission. Specification for October 2018

Test of Mathematics for University Admission. Specification for October 2018 Test of Mathematics for University Admission Specification for October 2018 Structure of the Test The test will consist of two 75 minute papers, taken one after the other. Each paper will consist of 20

More information

Section 2: Equations and Inequalities

Section 2: Equations and Inequalities Topic 1: Equations: True or False?... 29 Topic 2: Identifying Properties When Solving Equations... 31 Topic 3: Solving Equations... 34 Topic 4: Solving Equations Using the Zero Product Property... 36 Topic

More information

M.5 Modeling the Effect of Functional Responses

M.5 Modeling the Effect of Functional Responses M.5 Modeling the Effect of Functional Responses The functional response is referred to the predation rate as a function of the number of prey per predator. It is recognized that as the number of prey increases,

More information

Module 7 (Lecture 27) RETAINING WALLS

Module 7 (Lecture 27) RETAINING WALLS Module 7 (Lecture 27) RETAINING WALLS Topics 1.1 RETAINING WALLS WITH METALLIC STRIP REINFORCEMENT Calculation of Active Horizontal and vertical Pressure Tie Force Factor of Safety Against Tie Failure

More information

Lecture 23: 6.1 Inner Products

Lecture 23: 6.1 Inner Products Lecture 23: 6.1 Inner Products Wei-Ta Chu 2008/12/17 Definition An inner product on a real vector space V is a function that associates a real number u, vwith each pair of vectors u and v in V in such

More information

LINEAR ALGEBRA - CHAPTER 1: VECTORS

LINEAR ALGEBRA - CHAPTER 1: VECTORS LINEAR ALGEBRA - CHAPTER 1: VECTORS A game to introduce Linear Algebra In measurement, there are many quantities whose description entirely rely on magnitude, i.e., length, area, volume, mass and temperature.

More information

PHY103A: Lecture # 9

PHY103A: Lecture # 9 Semester II, 2017-18 Department of Physics, IIT Kanpur PHY103A: Lecture # 9 (Text Book: Intro to Electrodynamics by Griffiths, 3 rd Ed.) Anand Kumar Jha 20-Jan-2018 Summary of Lecture # 8: Force per unit

More information

94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE

94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE 94 CHAPTER 3. VECTORS AND THE GEOMETRY OF SPACE 3.3 Dot Product We haven t yet de ned a multiplication between vectors. It turns out there are di erent ways this can be done. In this section, we present

More information