Semester University of Sheffield. School of Mathematics and Statistics

Size: px
Start display at page:

Download "Semester University of Sheffield. School of Mathematics and Statistics"

Transcription

1 University of Sheffield School of Mathematics and Statistics MAS140: Mathematics (Chemical) MAS152: Civil Engineering Mathematics MAS152: Essential Mathematical Skills & Techniques MAS156: Mathematics (Electrical and Aerospace) MAS161: General Engineering Mathematics Semester Outline Syllabus Functions of a real variable. The concept of a function; odd, even and periodic functions; continuity. Binomial theorem. Elementary functions. Circular functions and their inverses. Polynomials. Exponential, logarithmic and hyperbolic functions. Differentiation. Basic rules of differentiation: maxima, minima and curve sketching. Partial differentiation. First and second derivatives, geometrical interpretation. Series. Taylor and Maclaurin series, L Hôpital s rule. Complex numbers. basic manipulation, Argand diagram, de Moivre s theorem, Euler s relation. Vectors. Vector algebra, dot and cross products, differentiation. Module Materials These notes supplement the video lectures. All course materials, including examples sheets (with worked solutions), are available on the course webpage, which can also be accessed through MOLE. 1

2 1 Vectors A scalar is a quantity which has magnitude but not direction in space. For example speed, volume, energy are all scalar quantities. A vector has magnitude and a definite direction in space. For example velocity, force, magnetic field are all examples of vectors. Notation. In books and examination papers, vectors are written in bold type. So that a and A are vectors. In hand-written work the usual way to indicate a vector is by ã. Thus y is a scalar but is a x vector. The magnitude (or modulus )of the vector a or ã is denoted by a or a or ã. Note that a 0. A line segment also has magnitude (or length) and direction and is a very convenient way of representing a vector. 1.1 Addition and Subtraction of Vectors Vectors are added by using the triangle law which operates as follows: R a+b=c b O a P a-b=d -b To add two vectors a and b, we take a fixed origin O and take OP = a (i.e. the length OP = a and OP is in the same direction as a; thus OP is parallel to a). Similarly find the point R so that P R = b. Then OR = a + b = c. The vector b is defined to be the vector of the same length (i.e. magnitude) as b but in the opposite direction. We define a b to be a + ( b). So a b = a + ( b) or we add the vector b to the vector a. The resultant is d = a + ( b) = a b. From the diagram it can also be seen that b b = b + ( b) = 0. 2

3 Do not confuse 0 = 0 with 0. Note that: 1. a + b = b + a a R b a+b=c b 2. (a + b) + c = a + (b + c) = d O a P d b+c c a a+b b Since it does not matter which pair we combine first, we write d = a + b + c without any brackets at all. 1.2 Multiplication by a scalar The product of a vector a =ã and a scalar m is denoted by ma or am. If m is positive then ma is parallel to a and its length is m a. If m is negative then ma is anti-parallel to a (i.e. it is in the opposite direction to a) and its length is m a = m a. 1.3 Unit Vectors A unit vector is a vector whose magnitude (or length) is unity. The unit vector parallel to a is denoted by â. Clearly â = a a = 1 a a because this vector is parallel to a and â = a = a a a = a a = 1. 3

4 1.4 Rectangular Resolution of Vectors We take an origin O and a set of 3 fixed axes Ox, Oy and Oz which are mutually perpendicular. The axes Ox, Oy and Oz in that order form a right-handed orthogonal system. z k r O j y i x The Oy and Oz axes are in the plane of the paper and Ox is outwards. We also take fixed unit vectors i =ĩ, j and k along Ox, Oy and Oz respectively. Suppose that OP represents the vector r where P has coordinates (x, y, z). Then r = xi + yj + zk and the vector r is resolved into three components parallel to the three axes. We will write r = xi + yj + zk = (x, y, z). This means that the components of r parallel to the unit vectors i, j and k are x, y and z respectively. Two vectors are equal when all three of their respective components are equal. So ai + bj + ck = xi + yj + zk implies (and is implied by) x = a, y = b and z = c. Examples 1. If a 1 i + a 2 j + a 3 k = i + 2j + 5k then a 1 = 1, a 2 = 2 and a 3 = Express the vector a = (4, 1, 0) as the sum of two vectors, one parallel to the vector b = (1, 2, 0) and the other parallel to the vector c = (4, 6, 0). Solution: We want scalars β and γ so that a = βb + γc. So (4, 1, 0) = β(1, 2, 0) + γ(4, 6, 0) which implies 4 = β + 4γ 1 = 2β 6γ (1.1) (1.2) 4

5 Multiply (1) by 2 to get 8 = 2β + 8γ. (3) and subtract (2) from (3) to give 7 = 14γ γ = 1/2. (1) now gives β = 2 and so a = 2b c. 3. The vectors a and b defined by a = (3, 1, 4) and b = (2, λ, µ) are parallel. Find the scalars λ and µ. Solution: Since a is parallel to b, then a = mb, for some scalar m. Hence (3, 1, 4) = m(2, λ, µ) giving 3 = 2m, 1 = λm and 4 = µm. So m = 3/2 and λ = 1/m = 2/3 and µ = 4/m = 8/ The Scalar Product of Two Vectors Let the angle between the two vectors a and b be θ. We write the scalar product of a and b as a.b and define it to be a.b = ab cos θ. b θ a The scalar product produces a scalar from the two vectors. It is also known as the dot product. Note that b.a = ba cos θ = ab cos θ = a.b If a is perpendicular to b then θ = π/2 and cos θ = 0. So a.b = 0. Also a.a = aa cos 0 = a 2 = a 2. 5

6 In particular and Thus, if then i.i = 1 = j.j = k.k i.j = 0 = j.k = k.i a = a 1 i + a 2 j + a 3 k b = b 1 i + b 2 j + b 3 k a.b = (a 1 i + a 2 j + a 3 k).(b 1 i + b 2 j + b 3 k) = a 1 b 1 i.i + a 1 b 2 i.j + a 1 b 3 i.k + a 2 b 1 j.i + a 2 b 2 j.j + a 2 b 3 j.k + a 3 b 1 k.i + a 3 b 2 k.j + a 3 b 3 k.k = a 1 b a 2 b a 3 b 3 Thus It follows that a.a = a a a 2 3 or a.b = a 1 b 1 + a 2 b 2 + a 3 b 3 a = a = a a a 2 3 Example 1. Find the unit vector â which is parallel to a = (a 1, a 2, a 3 ). â = a a = (a 1, a 2, a 3 ) a a a 2 3 Example 2. Find the angle between the vectors a = 3i + 4j + k b = i + j + 3k Solution. Let θ be the angle between the two vectors. Then Also a = = 26 and b = = 11. Hence ab cos θ = a.b = = cos θ = 4 cos θ =

7 1.6 The Vector Product of Two Vectors Let θ be the angle between the vectors a and b. The vector product of these two vectors is written as a b and is defined by a b = ab sin θˆn, where ˆn is a unit vector which is perpendicular to both a and b and its direction is given by the right-hand-screw rule. A right-hand screw directed along ˆn rotates from a to b through the (acute) angle θ. Note that b a = a b Because of the notation used, the vector product is also known as the cross product. If a and b are parallel (antiparallel) then θ = 0 (θ = π) and so sin θ = 0. Consequently a b = 0 Also, if we know that a b = 0, then either a = 0 or b = 0 or a and b are parallel (or antiparallel). It is common to use parallel to include both parallel and antiparallel. We see that i i = 0 = j j = k k and i j = k, j k = i, k i = j, j i = k k j = i i k = j The cross product of any two of i, j, k is the third provided that the order i j k i j... is maintained. If the order is reversed then the negative is obtained. If a = a 1 i + a 2 j + a 3 k b = b 1 i + b 2 j + b 3 k then a b = (a 1 i + a 2 j + a 3 k) (b 1 i + b 2 j + b 3 k) = a 1 b 1 i i + a 1 b 2 i j + a 1 b 3 i k + a 2 b 1 j i + a 2 b 2 j j + a 2 b 3 j k + a 3 b 1 k i + a 3 b 2 k j + a 3 b 3 k k = a 1 b 2 k a 1 b 3 j a 2 b 1 k + a 2 b 3 i + a 3 b 1 j a 3 b 2 i = (a 2 b 3 a 3 b 2 )i + (a 3 b 1 a 1 b 3 )j + (a 1 b 2 a 2 b 1 )k = (a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1 ) 7

8 Using the notation of determinants, we can write i j k a b = a 1 a 2 a 3 b 1 b 2 b Determinants a 1 a 2 b 1 b 2 is called a determinant of order 2 and its value is a 1b 2 a 2 b 1. So a 1 a 2 b 1 b 2 = a 1b 2 a 2 b 1. For example, Also = = 2. a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 is a determinant of order 3. Its value is Note the minus sign! b 2 b 3 a 1 c 2 c 3 a b 1 b 3 2 c 1 c 3 + a b 1 b 2 3 c 1 c 2 In general, a determinant of order n consists of n rows and n columns. Its numerical value is obtained by extending the ideas above. In the context of vectors, we shall only meet second and third order determinants (i.e. n = 2 and n = 3). However, we shall have more to say about determinants in the second part of this module. Example: = = 1( 5 0) 3(10 0) 2(4 3) = = 37 8

9 Using determinants, we see that the vector product a b can be written as i j k a b = a 1 a 2 a 3 b 1 b 2 b 3 = i(a 2 b 3 a 3 b 2 ) j(a 1 b 3 a 3 b 1 ) + k(a 1 b 2 a 2 b 1 ) Example 1. If a = (1, 2, 3) and b = (3, 0, 1) then i j k a b = = i j k = 2i + 10j + 6k Note that a.(2, 10, 6) = = 0 b.(2, 10, 6) = = 0 Always perform this check when finding cross products. Example 2. Find the constants λ and µ so that the vectors (λ, 4, µ) and (3, 2, 1) are parallel. Solution. If these vectors are parallel then their vector product is the zero vector. So i j k 0 = λ 4 µ µ = i 2 1 j λ µ k λ = i( 4 2µ) j( λ 3µ) + k(2λ 12) and so 4 2µ = 0 λ + 3µ = 0 2λ 12 = 0 All 3 of these equations are satisfied by λ = 6 and µ = 2. Example 3. Verify the identity c (a b) = (c.b)a (c.a)b 9

10 for the vectors a = (1, 2, 3), b = (2, 0, 1) and c = (4, 1, 1). Solution. a b = i j k = i j k = 2i + 7j 4k c (a b) = i j k = i j k = 11i + 18j + 26k 1.8 Scalar Triple Product c.b = (4, 1, 1).(2, 0, 1) = = 9 c.a = (4, 1, 1).(1, 2, 3) = = 1 (c.b)a (c.a)b = 9a + b = (9 + 2, , 27 1) = (11, 18, 26) = c (a b) The quantity a.(b c) is known as a scalar triple product. (Sometimes written as a.b c i.e. without brackets.) It can be shown that if a = a 1 i + a 2 j + a 3 k b = b 1 i + b 2 j + b 3 k c = c 1 i + c 2 j + c 3 k then a 1 a 2 a 3 a.(b c) = b 1 b 2 b 3 c 1 c 2 c 3 It can also be shown that a.(b c) = (a b).c = (c a).b 10

11 So the dot and cross can be interchanged provided that the cyclic order of a, b, c is maintained. a b c If the order is changed, then the sign is changed. So (a b).c = (b a).c Example. Prove that a.(b a) = 0. Solution. a.(b a) = a.(a b) = (a a).b = 0 (because a a = 0). 1.9 Differentiation of Vectors A vector may be considered as a function of one or more independent variables. For example, the velocity of an accelerating body is a function of time, and the local wind velocity in the atmosphere is a function of both time and position. If a vector is a function of one or more independent variables, then we can consider its derivatives with respect to these. We can work by applying the standard principles of differentiation to each component of the vector independently. We will focus here on time-dependent vectors Rules for Differentiation 1. If c is a constant vector (a vector whose magnitude and direction do not vary with time t) then In particular di dt = 0, dc dt = 0 dj dt = 0, dk dt = 0 2. If the vector r and the scalar m both depend upon t then d dm (mr) = dt dt r + mdr dt 3. Let r = xi + yj + zk, where x, y and z are functions of t, then dr dt = idx dt + jdy dt + kdz dt 11

12 or ṙ = (ẋ, ẏ, ż) 4. If r 1 and r 2 are vector functions of t then and d dt (r 1.r 2 ) = dr 1 dt.r 2 + r 1. dr 2 dt d dt (r 1 r 2 ) = dr 1 dt r 2 + r 1 dr 2 dt In particular, d dr (r.r) =.r + r.dr dt dt dt = 2r.dr dt Now r.r = r 2 = r 2 and so r. dr dt = r dr dt If it is known that r has constant magnitude, then ṙ = 0 and so r is perpendicular to ṙ. Example. Let r = cos ωti + sin ωtj where ω is a constant. Then dr dt = ω sin ωti + ω cos ωtj Application to Dynamics It is very common in dynamics to use dots to denote differentiation with respect to t. If r is the position vector of a particle with respect to some fixed origin O, then dr dt = ṙ = v is the velocity of the particle. The speed of the particle is the scalar The acceleration of the particle is the vector v = v = ṙ f = dv dt = d2 r dt 2 or f = v = r For a particle moving in a circle of radius a, r = r = a and so ṙ = 0. Hence the velocity of the particle is perpendicular to r (see above), that is, it is tangential to the circle. 12

13 v r O Example. Show that d dt ( r dr ) = r d2 r dt dt 2 Solution ( d r dr ) dt dt = dr dt dr dt + r d2 r dt 2 because dr dt dr dt = 0 = r d2 r dt 2 Example. Let r = b(cos ωt 2)i + b sin ωtj + cωtk, where b, c and ω are positive constants. Find the velocity, speed and acceleration of the particle at time t. When is the acceleration perpendicular to the position vector? Solution. The velocity is v where and the speed is v where The acceleration is a where v = dr dt v = v = v.v = ωa sin ωti + aω cos ωtj + cωk = b 2 ω 2 sin 2 ωt + b 2 ω 2 cos 2 ωt + c 2 ω 2 = b 2 ω 2 + c 2 ω 2 = ω b 2 + c 2 a = dv dt = bω2 cos ωti bω 2 sin ωtj The acceleration and the position vector are perpendicular when a.r = 0. Now a.r = bω 2 cos ωt(b cos ωt 2b) b 2 ω 2 sin 2 ωt = b 2 ω 2 (cos 2 ωt 2 cos ωt + sin 2 ωt) = b 2 ω 2 (2 cos ωt 1) Thus a.r = 0 when 2 cos ωt = 1 cos ωt = 1/2. 13

14 Hence a is perpendicular to r at times given by ωt = ± π 3 + 2nπ (n = 0, ±1, ±2,... ) The position vector r describes helical motion in the z-direction, centred on the line x = 2b, y = 0. The radius of the circular motion is b. The figure shows an example for b = 2, ω = 1 and 0 t z y x

Semester University of Sheffield. School of Mathematics and Statistics

Semester University of Sheffield. School of Mathematics and Statistics University of Sheffield School of Mathematics and Statistics MAS140: Mathematics (Chemical) MAS15: Civil Engineering Mathematics MAS15: Essential Mathematical Skills & Techniques MAS156: Mathematics (Electrical

More information

Chapter 8 Vectors and Scalars

Chapter 8 Vectors and Scalars Chapter 8 193 Vectors and Scalars Chapter 8 Vectors and Scalars 8.1 Introduction: In this chapter we shall use the ideas of the plane to develop a new mathematical concept, vector. If you have studied

More information

University of Sheffield. PHY120 - Vectors. Dr Emiliano Cancellieri

University of Sheffield. PHY120 - Vectors. Dr Emiliano Cancellieri University of Sheffield PHY120 - Vectors Dr Emiliano Cancellieri October 14, 2015 Contents 1 Lecture 1 2 1.1 Basic concepts of vectors........................ 2 1.2 Cartesian components of vectors....................

More information

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π.

Math 234. What you should know on day one. August 28, You should be able to use general principles like. x = cos t, y = sin t, 0 t π. Math 234 What you should know on day one August 28, 2001 1 You should be able to use general principles like Length = ds, Area = da, Volume = dv For example the length of the semi circle x = cos t, y =

More information

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(t),

More information

Topic Learning Outcomes Suggested Teaching Activities Resources On-Line Resources

Topic Learning Outcomes Suggested Teaching Activities Resources On-Line Resources UNIT 3 Trigonometry and Vectors (P1) Recommended Prior Knowledge. Students will need an understanding and proficiency in the algebraic techniques from either O Level Mathematics or IGCSE Mathematics. Context.

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

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position.

Vectors. The standard geometric definition of vector is as something which has direction and magnitude but not position. Vectors The standard geometric definition of vector is as something which has direction and magnitude but not position. Since vectors have no position we may place them wherever is convenient. Vectors

More information

Vectors. J.R. Wilson. September 27, 2018

Vectors. J.R. Wilson. September 27, 2018 Vectors J.R. Wilson September 27, 2018 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

More information

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction.

CHAPTER 3 : VECTORS. Definition 3.1 A vector is a quantity that has both magnitude and direction. EQT 101-Engineering Mathematics I Teaching Module CHAPTER 3 : VECTORS 3.1 Introduction Definition 3.1 A ector is a quantity that has both magnitude and direction. A ector is often represented by an arrow

More information

CP3 REVISION LECTURES VECTORS AND MATRICES Lecture 1. Prof. N. Harnew University of Oxford TT 2013

CP3 REVISION LECTURES VECTORS AND MATRICES Lecture 1. Prof. N. Harnew University of Oxford TT 2013 CP3 REVISION LECTURES VECTORS AND MATRICES Lecture 1 Prof. N. Harnew University of Oxford TT 2013 1 OUTLINE 1. Vector Algebra 2. Vector Geometry 3. Types of Matrices and Matrix Operations 4. Determinants

More information

VECTORS. Vectors OPTIONAL - I Vectors and three dimensional Geometry

VECTORS. Vectors OPTIONAL - I Vectors and three dimensional Geometry Vectors OPTIONAL - I 32 VECTORS In day to day life situations, we deal with physical quantities such as distance, speed, temperature, volume etc. These quantities are sufficient to describe change of position,

More information

MATH1012 Mathematics for Civil and Environmental Engineering Prof. Janne Ruostekoski School of Mathematics University of Southampton

MATH1012 Mathematics for Civil and Environmental Engineering Prof. Janne Ruostekoski School of Mathematics University of Southampton MATH02 Mathematics for Civil and Environmental Engineering 20 Prof. Janne Ruostekoski School of Mathematics University of Southampton September 25, 20 2 CONTENTS Contents Matrices. Why matrices?..................................2

More information

Phys 201. Matrices and Determinants

Phys 201. Matrices and Determinants Phys 201 Matrices and Determinants 1 1.1 Matrices 1.2 Operations of matrices 1.3 Types of matrices 1.4 Properties of matrices 1.5 Determinants 1.6 Inverse of a 3 3 matrix 2 1.1 Matrices A 2 3 7 =! " 1

More information

TABLE OF CONTENTS 2 CHAPTER 1

TABLE OF CONTENTS 2 CHAPTER 1 TABLE OF CONTENTS CHAPTER 1 Quadratics CHAPTER Functions 3 CHAPTER 3 Coordinate Geometry 3 CHAPTER 4 Circular Measure 4 CHAPTER 5 Trigonometry 4 CHAPTER 6 Vectors 5 CHAPTER 7 Series 6 CHAPTER 8 Differentiation

More information

Course MA2C02, Hilary Term 2010 Section 4: Vectors and Quaternions

Course MA2C02, Hilary Term 2010 Section 4: Vectors and Quaternions Course MA2C02, Hilary Term 2010 Section 4: Vectors and Quaternions David R. Wilkins Copyright c David R. Wilkins 2000 2010 Contents 4 Vectors and Quaternions 47 4.1 Vectors...............................

More information

Elementary maths for GMT

Elementary maths for GMT Elementary maths for GMT Linear Algebra Part 2: Matrices, Elimination and Determinant m n matrices The system of m linear equations in n variables x 1, x 2,, x n a 11 x 1 + a 12 x 2 + + a 1n x n = b 1

More information

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 3 - Thurs 5th Oct 2017 Vectors and 3D geometry

ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 3 - Thurs 5th Oct 2017 Vectors and 3D geometry ES 111 Mathematical Methods in the Earth Sciences Lecture Outline 3 - Thurs 5th Oct 2017 Vectors and 3D geometry So far, all our calculus has been two-dimensional, involving only x and y. Nature is threedimensional,

More information

Course Name : Physics I Course # PHY 107

Course Name : Physics I Course # PHY 107 Course Name : Physics I Course # PHY 107 Lecture-2 : Representation of Vectors and the Product Rules Abu Mohammad Khan Department of Mathematics and Physics North South University http://abukhan.weebly.com

More information

5. Vector Algebra and Spherical Trigonometry (continued)

5. Vector Algebra and Spherical Trigonometry (continued) MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Section 5: Vector Algebra and Spherical Trigonometry David R. Wilkins 5.1. Vectors in Three-Dimensional

More information

MATHS (O) NOTES. SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly. The Institute of Education Topics Covered: Complex Numbers

MATHS (O) NOTES. SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly. The Institute of Education Topics Covered: Complex Numbers MATHS (O) NOTES The Institute of Education 07 SUBJECT: Maths LEVEL: Ordinary Level TEACHER: Jean Kelly Topics Covered: COMPLEX NUMBERS Strand 3(Unit ) Syllabus - Understanding the origin and need for complex

More information

Examples and MatLab. Vector and Matrix Material. Matrix Addition R = A + B. Matrix Equality A = B. Matrix Multiplication R = A * B.

Examples and MatLab. Vector and Matrix Material. Matrix Addition R = A + B. Matrix Equality A = B. Matrix Multiplication R = A * B. Vector and Matrix Material Examples and MatLab Matrix = Rectangular array of numbers, complex numbers or functions If r rows & c columns, r*c elements, r*c is order of matrix. A is n * m matrix Square

More information

BSc (Hons) in Computer Games Development. vi Calculate the components a, b and c of a non-zero vector that is orthogonal to

BSc (Hons) in Computer Games Development. vi Calculate the components a, b and c of a non-zero vector that is orthogonal to 1 APPLIED MATHEMATICS INSTRUCTIONS Full marks will be awarded for the correct solutions to ANY FIVE QUESTIONS. This paper will be marked out of a TOTAL MAXIMUM MARK OF 100. Credit will be given for clearly

More information

CHAPTER 10 VECTORS POINTS TO REMEMBER

CHAPTER 10 VECTORS POINTS TO REMEMBER For more important questions visit : www4onocom CHAPTER 10 VECTORS POINTS TO REMEMBER A quantity that has magnitude as well as direction is called a vector It is denoted by a directed line segment Two

More information

Matrices and Determinants

Matrices and Determinants Chapter1 Matrices and Determinants 11 INTRODUCTION Matrix means an arrangement or array Matrices (plural of matrix) were introduced by Cayley in 1860 A matrix A is rectangular array of m n numbers (or

More information

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM Syllabus (014): Pure Mathematics AM SYLLABUS (014) PURE MATHEMATICS AM 7 SYLLABUS 1 AM Syllabus (014): Pure Mathematics Pure Mathematics AM 7 Syllabus (Available in September) Paper I(3hrs)+Paper II(3hrs)

More information

1.1 Bound and Free Vectors. 1.2 Vector Operations

1.1 Bound and Free Vectors. 1.2 Vector Operations 1 Vectors Vectors are used when both the magnitude and the direction of some physical quantity are required. Examples of such quantities are velocity, acceleration, force, electric and magnetic fields.

More information

Definition 6.1. A vector is a quantity with both a magnitude (size) and direction. Figure 6.1: Some vectors.

Definition 6.1. A vector is a quantity with both a magnitude (size) and direction. Figure 6.1: Some vectors. Chapter 6 Vectors 6.1 Introduction Definition 6.1. A vector is a quantity with both a magnitude (size) and direction. Many quantities in engineering applications can be described by vectors, e.g. force,

More information

Vectors. J.R. Wilson. September 28, 2017

Vectors. J.R. Wilson. September 28, 2017 Vectors J.R. Wilson September 28, 2017 This chapter introduces vectors that are used in many areas of physics (needed for classical physics this year). One complication is that a number of different forms

More information

PURE MATHEMATICS AM 27

PURE MATHEMATICS AM 27 AM SYLLABUS (2020) PURE MATHEMATICS AM 27 SYLLABUS 1 Pure Mathematics AM 27 (Available in September ) Syllabus Paper I(3hrs)+Paper II(3hrs) 1. AIMS To prepare students for further studies in Mathematics

More information

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures

FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING. Lectures FACULTY OF MATHEMATICAL STUDIES MATHEMATICS FOR PART I ENGINEERING Lectures MODULE 5 VECTORS II. Triple products 2. Differentiation and integration of vectors 3. Equation of a line 4. Equation of a plane.

More information

MULTIPLE PRODUCTS OBJECTIVES. If a i j,b j k,c i k, = + = + = + then a. ( b c) ) 8 ) 6 3) 4 5). If a = 3i j+ k and b 3i j k = = +, then a. ( a b) = ) 0 ) 3) 3 4) not defined { } 3. The scalar a. ( b c)

More information

MAT1035 Analytic Geometry

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

More information

TS EAMCET 2016 SYLLABUS ENGINEERING STREAM

TS EAMCET 2016 SYLLABUS ENGINEERING STREAM TS EAMCET 2016 SYLLABUS ENGINEERING STREAM Subject: MATHEMATICS 1) ALGEBRA : a) Functions: Types of functions Definitions - Inverse functions and Theorems - Domain, Range, Inverse of real valued functions.

More information

Matrix Arithmetic. j=1

Matrix Arithmetic. j=1 An m n matrix is an array A = Matrix Arithmetic a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn of real numbers a ij An m n matrix has m rows and n columns a ij is the entry in the i-th row and j-th column

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

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors.

Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors. Vectors summary Quantities which have only magnitude are called scalars. Quantities which have magnitude and direction are called vectors. AB is the position vector of B relative to A and is the vector

More information

Mathematics Revision Questions for the University of Bristol School of Physics

Mathematics Revision Questions for the University of Bristol School of Physics Mathematics Revision Questions for the University of Bristol School of Physics You will not be surprised to find you have to use a lot of maths in your stu of physics at university! You need to be completely

More information

example consider flow of water in a pipe. At each point in the pipe, the water molecule has a velocity

example consider flow of water in a pipe. At each point in the pipe, the water molecule has a velocity Module 1: A Crash Course in Vectors Lecture 1: Scalar and Vector Fields Objectives In this lecture you will learn the following Learn about the concept of field Know the difference between a scalar field

More information

9.5. Lines and Planes. Introduction. Prerequisites. Learning Outcomes

9.5. Lines and Planes. Introduction. Prerequisites. Learning Outcomes Lines and Planes 9.5 Introduction Vectors are very convenient tools for analysing lines and planes in three dimensions. In this Section you will learn about direction ratios and direction cosines and then

More information

Prepared by: M. S. KumarSwamy, TGT(Maths) Page

Prepared by: M. S. KumarSwamy, TGT(Maths) Page Prepared by: M S KumarSwamy, TGT(Maths) Page - 119 - CHAPTER 10: VECTOR ALGEBRA QUICK REVISION (Important Concepts & Formulae) MARKS WEIGHTAGE 06 marks Vector The line l to the line segment AB, then a

More information

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS.

STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF DRAFT SYLLABUS. STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING TNCF 2017 - DRAFT SYLLABUS Subject :Mathematics Class : XI TOPIC CONTENT Unit 1 : Real Numbers - Revision : Rational, Irrational Numbers, Basic Algebra

More information

2.1 Scalars and Vectors

2.1 Scalars and Vectors 2.1 Scalars and Vectors Scalar A quantity characterized by a positive or negative number Indicated by letters in italic such as A e.g. Mass, volume and length 2.1 Scalars and Vectors Vector A quantity

More information

Contents. D. R. Wilkins. Copyright c David R. Wilkins

Contents. D. R. Wilkins. Copyright c David R. Wilkins MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Section 5: Vector Algebra and Spherical Trigonometry D. R. Wilkins Copyright c David R. Wilkins 2015

More information

Fundamentals of Engineering Analysis (650163)

Fundamentals of Engineering Analysis (650163) Philadelphia University Faculty of Engineering Communications and Electronics Engineering Fundamentals of Engineering Analysis (6563) Part Dr. Omar R Daoud Matrices: Introduction DEFINITION A matrix is

More information

Chapter 8: Polar Coordinates and Vectors

Chapter 8: Polar Coordinates and Vectors Chapter 8: Polar Coordinates and Vectors 8.1 Polar Coordinates This is another way (in addition to the x-y system) of specifying the position of a point in the plane. We give the distance r of the point

More information

Complex Numbers and Quaternions for Calc III

Complex Numbers and Quaternions for Calc III Complex Numbers and Quaternions for Calc III Taylor Dupuy September, 009 Contents 1 Introduction 1 Two Ways of Looking at Complex Numbers 1 3 Geometry of Complex Numbers 4 Quaternions 5 4.1 Connection

More information

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

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

More information

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices

Matrices Gaussian elimination Determinants. Graphics 2009/2010, period 1. Lecture 4: matrices Graphics 2009/2010, period 1 Lecture 4 Matrices m n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in

More information

Matrix Operations. Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix

Matrix Operations. Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix Linear Combination Vector Algebra Angle Between Vectors Projections and Reflections Equality of matrices, Augmented Matrix Matrix Operations Matrix Addition and Matrix Scalar Multiply Matrix Multiply Matrix

More information

MATHEMATICS. Higher 2 (Syllabus 9740)

MATHEMATICS. Higher 2 (Syllabus 9740) MATHEMATICS Higher (Syllabus 9740) CONTENTS Page AIMS ASSESSMENT OBJECTIVES (AO) USE OF GRAPHING CALCULATOR (GC) 3 LIST OF FORMULAE 3 INTEGRATION AND APPLICATION 3 SCHEME OF EXAMINATION PAPERS 3 CONTENT

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

TEST CODE: MMA (Objective type) 2015 SYLLABUS

TEST CODE: MMA (Objective type) 2015 SYLLABUS TEST CODE: MMA (Objective type) 2015 SYLLABUS Analytical Reasoning Algebra Arithmetic, geometric and harmonic progression. Continued fractions. Elementary combinatorics: Permutations and combinations,

More information

Course 2BA1: Hilary Term 2007 Section 8: Quaternions and Rotations

Course 2BA1: Hilary Term 2007 Section 8: Quaternions and Rotations Course BA1: Hilary Term 007 Section 8: Quaternions and Rotations David R. Wilkins Copyright c David R. Wilkins 005 Contents 8 Quaternions and Rotations 1 8.1 Quaternions............................ 1 8.

More information

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar

REVIEW - Vectors. Vectors. Vector Algebra. Multiplication by a scalar J. Peraire Dynamics 16.07 Fall 2004 Version 1.1 REVIEW - Vectors By using vectors and defining appropriate operations between them, physical laws can often be written in a simple form. Since we will making

More information

Matrix & Linear Algebra

Matrix & Linear Algebra Matrix & Linear Algebra Jamie Monogan University of Georgia For more information: http://monogan.myweb.uga.edu/teaching/mm/ Jamie Monogan (UGA) Matrix & Linear Algebra 1 / 84 Vectors Vectors Vector: A

More information

Introduction to Matrix Algebra

Introduction to Matrix Algebra Introduction to Matrix Algebra August 18, 2010 1 Vectors 1.1 Notations A p-dimensional vector is p numbers put together. Written as x 1 x =. x p. When p = 1, this represents a point in the line. When p

More information

TEST CODE: MIII (Objective type) 2010 SYLLABUS

TEST CODE: MIII (Objective type) 2010 SYLLABUS TEST CODE: MIII (Objective type) 200 SYLLABUS Algebra Permutations and combinations. Binomial theorem. Theory of equations. Inequalities. Complex numbers and De Moivre s theorem. Elementary set theory.

More information

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of

Chapter 2. Linear Algebra. rather simple and learning them will eventually allow us to explain the strange results of Chapter 2 Linear Algebra In this chapter, we study the formal structure that provides the background for quantum mechanics. The basic ideas of the mathematical machinery, linear algebra, are rather simple

More information

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2

We could express the left side as a sum of vectors and obtain the Vector Form of a Linear System: a 12 a x n. a m2 Week 22 Equations, Matrices and Transformations Coefficient Matrix and Vector Forms of a Linear System Suppose we have a system of m linear equations in n unknowns a 11 x 1 + a 12 x 2 + + a 1n x n b 1

More information

Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra

Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra Chennai Mathematical Institute B.Sc Physics Mathematical methods Lecture 1: Introduction to complex algebra A Thyagaraja January, 2009 AT p.1/12 1. Real numbers The set of all real numbers (hereafter denoted

More information

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full

n n matrices The system of m linear equations in n variables x 1, x 2,..., x n can be written as a matrix equation by Ax = b, or in full n n matrices Matrices Definitions Diagonal, Identity, and zero matrices Addition Multiplication Transpose and inverse The system of m linear equations in n variables x 1, x 2,..., x n a 11 x 1 + a 12 x

More information

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient

MR. YATES. Vocabulary. Quadratic Cubic Monomial Binomial Trinomial Term Leading Term Leading Coefficient ALGEBRA II WITH TRIGONOMETRY COURSE OUTLINE SPRING 2009. MR. YATES Vocabulary Unit 1: Polynomials Scientific Notation Exponent Base Polynomial Degree (of a polynomial) Constant Linear Quadratic Cubic Monomial

More information

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations.

Linear Algebra. The analysis of many models in the social sciences reduces to the study of systems of equations. POLI 7 - Mathematical and Statistical Foundations Prof S Saiegh Fall Lecture Notes - Class 4 October 4, Linear Algebra The analysis of many models in the social sciences reduces to the study of systems

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

9.1. Basic Concepts of Vectors. Introduction. Prerequisites. Learning Outcomes. Learning Style

9.1. Basic Concepts of Vectors. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Vectors 9.1 Introduction In engineering, frequent reference is made to physical quantities, such as force, speed and time. For example, we talk of the speed of a car, and the force in

More information

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages:

CS100: DISCRETE STRUCTURES. Lecture 3 Matrices Ch 3 Pages: CS100: DISCRETE STRUCTURES Lecture 3 Matrices Ch 3 Pages: 246-262 Matrices 2 Introduction DEFINITION 1: A matrix is a rectangular array of numbers. A matrix with m rows and n columns is called an m x n

More information

PHYSICS I. Lecture 1. Charudatt Kadolkar. Jul-Nov IIT Guwahati

PHYSICS I. Lecture 1. Charudatt Kadolkar. Jul-Nov IIT Guwahati PHYSICS I Lecture 1 Charudatt Kadolkar IIT Guwahati Jul-Nov 2014 Section 1 Introduction to the Course Syllabus Topics Classical Mechanics: Kinetic Energy rest mass energy Syllabus Topics Classical Mechanics:

More information

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1.

MTH4101 CALCULUS II REVISION NOTES. 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) ax 2 + bx + c = 0. x = b ± b 2 4ac 2a. i = 1. MTH4101 CALCULUS II REVISION NOTES 1. COMPLEX NUMBERS (Thomas Appendix 7 + lecture notes) 1.1 Introduction Types of numbers (natural, integers, rationals, reals) The need to solve quadratic equations:

More information

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations

Chapter 1: Systems of linear equations and matrices. Section 1.1: Introduction to systems of linear equations Chapter 1: Systems of linear equations and matrices Section 1.1: Introduction to systems of linear equations Definition: A linear equation in n variables can be expressed in the form a 1 x 1 + a 2 x 2

More information

Rotational motion of a rigid body spinning around a rotational axis ˆn;

Rotational motion of a rigid body spinning around a rotational axis ˆn; Physics 106a, Caltech 15 November, 2018 Lecture 14: Rotations The motion of solid bodies So far, we have been studying the motion of point particles, which are essentially just translational. Bodies with

More information

MATHEMATICS. IMPORTANT FORMULAE AND CONCEPTS for. Final Revision CLASS XII CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION.

MATHEMATICS. IMPORTANT FORMULAE AND CONCEPTS for. Final Revision CLASS XII CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION. MATHEMATICS IMPORTANT FORMULAE AND CONCEPTS for Final Revision CLASS XII 2016 17 CHAPTER WISE CONCEPTS, FORMULAS FOR QUICK REVISION Prepared by M. S. KUMARSWAMY, TGT(MATHS) M. Sc. Gold Medallist (Elect.),

More information

1.3 LECTURE 3. Vector Product

1.3 LECTURE 3. Vector Product 12 CHAPTER 1. VECTOR ALGEBRA Example. Let L be a line x x 1 a = y y 1 b = z z 1 c passing through a point P 1 and parallel to the vector N = a i +b j +c k. The equation of the plane passing through the

More information

CS 246 Review of Linear Algebra 01/17/19

CS 246 Review of Linear Algebra 01/17/19 1 Linear algebra In this section we will discuss vectors and matrices. We denote the (i, j)th entry of a matrix A as A ij, and the ith entry of a vector as v i. 1.1 Vectors and vector operations A vector

More information

Electromagnetic Field Theory

Electromagnetic Field Theory University of Babylon College of Engineering Department of Electrical Engineering Class :2 st Lectures of Electromagnetic Field Theory By ssistant lecturer : hmed Hussein Shatti l-isawi 2014-2015 References

More information

Introduction to Vectors Pg. 279 # 1 6, 8, 9, 10 OR WS 1.1 Sept. 7. Vector Addition Pg. 290 # 3, 4, 6, 7, OR WS 1.2 Sept. 8

Introduction to Vectors Pg. 279 # 1 6, 8, 9, 10 OR WS 1.1 Sept. 7. Vector Addition Pg. 290 # 3, 4, 6, 7, OR WS 1.2 Sept. 8 UNIT 1 INTRODUCTION TO VECTORS Lesson TOPIC Suggested Work Sept. 5 1.0 Review of Pre-requisite Skills Pg. 273 # 1 9 OR WS 1.0 Fill in Info sheet and get permission sheet signed. Bring in $3 for lesson

More information

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic

A FIRST COURSE IN LINEAR ALGEBRA. An Open Text by Ken Kuttler. Matrix Arithmetic A FIRST COURSE IN LINEAR ALGEBRA An Open Text by Ken Kuttler Matrix Arithmetic Lecture Notes by Karen Seyffarth Adapted by LYRYX SERVICE COURSE SOLUTION Attribution-NonCommercial-ShareAlike (CC BY-NC-SA)

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

More information

Lecture 3 Linear Algebra Background

Lecture 3 Linear Algebra Background Lecture 3 Linear Algebra Background Dan Sheldon September 17, 2012 Motivation Preview of next class: y (1) w 0 + w 1 x (1) 1 + w 2 x (1) 2 +... + w d x (1) d y (2) w 0 + w 1 x (2) 1 + w 2 x (2) 2 +...

More information

EGR2013 Tutorial 8. Linear Algebra. Powers of a Matrix and Matrix Polynomial

EGR2013 Tutorial 8. Linear Algebra. Powers of a Matrix and Matrix Polynomial EGR1 Tutorial 8 Linear Algebra Outline Powers of a Matrix and Matrix Polynomial Vector Algebra Vector Spaces Powers of a Matrix and Matrix Polynomial If A is a square matrix, then we define the nonnegative

More information

Mathematics. EC / EE / IN / ME / CE. for

Mathematics.   EC / EE / IN / ME / CE. for Mathematics for EC / EE / IN / ME / CE By www.thegateacademy.com Syllabus Syllabus for Mathematics Linear Algebra: Matrix Algebra, Systems of Linear Equations, Eigenvalues and Eigenvectors. Probability

More information

ECS 178 Course Notes QUATERNIONS

ECS 178 Course Notes QUATERNIONS ECS 178 Course Notes QUATERNIONS Kenneth I. Joy Institute for Data Analysis and Visualization Department of Computer Science University of California, Davis Overview The quaternion number system was discovered

More information

13 Spherical geometry

13 Spherical geometry 13 Spherical geometry Let ABC be a triangle in the Euclidean plane. From now on, we indicate the interior angles A = CAB, B = ABC, C = BCA at the vertices merely by A, B, C. The sides of length a = BC

More information

Chapter 7. Linear Algebra: Matrices, Vectors,

Chapter 7. Linear Algebra: Matrices, Vectors, Chapter 7. Linear Algebra: Matrices, Vectors, Determinants. Linear Systems Linear algebra includes the theory and application of linear systems of equations, linear transformations, and eigenvalue problems.

More information

Vectors in R n. P. Danziger

Vectors in R n. P. Danziger 1 Vectors in R n P. Danziger 1 Vectors The standard geometric definition of ector is as something which has direction and magnitude but not position. Since ectors hae no position we may place them whereer

More information

ELEMENTARY LINEAR ALGEBRA

ELEMENTARY LINEAR ALGEBRA ELEMENTARY LINEAR ALGEBRA K. R. MATTHEWS DEPARTMENT OF MATHEMATICS UNIVERSITY OF QUEENSLAND Second Online Version, December 1998 Comments to the author at krm@maths.uq.edu.au Contents 1 LINEAR EQUATIONS

More information

Vectors Summary. can slide along the line of action. not restricted, defined by magnitude & direction but can be anywhere.

Vectors Summary. can slide along the line of action. not restricted, defined by magnitude & direction but can be anywhere. Vectors Summary A vector includes magnitude (size) and direction. Academic Skills Advice Types of vectors: Line vector: Free vector: Position vector: Unit vector (n ): can slide along the line of action.

More information

I. Vectors and Geometry in Two and Three Dimensions

I. Vectors and Geometry in Two and Three Dimensions I. Vectors and Geometry in Two and Three Dimensions I.1 Points and Vectors Each point in two dimensions may be labeled by two coordinates (a, b) which specify the position of the point in some units with

More information

1. Vectors and Matrices

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

More information

UNIT NUMBER 8.2. VECTORS 2 (Vectors in component form) A.J.Hobson

UNIT NUMBER 8.2. VECTORS 2 (Vectors in component form) A.J.Hobson JUST THE MATHS UNIT NUMBER 8.2 VECTORS 2 (Vectors in component form) by A.J.Hobson 8.2.1 The components of a vector 8.2.2 The magnitude of a vector in component form 8.2.3 The sum and difference of vectors

More information

CHAPTER TWO. 2.1 Vectors as ordered pairs and triples. The most common set of basic vectors in 3-space is i,j,k. where

CHAPTER TWO. 2.1 Vectors as ordered pairs and triples. The most common set of basic vectors in 3-space is i,j,k. where 40 CHAPTER TWO.1 Vectors as ordered pairs and triples. The most common set of basic vectors in 3-space is i,j,k where i represents a vector of magnitude 1 in the x direction j represents a vector of magnitude

More information

Elementary Row Operations on Matrices

Elementary Row Operations on Matrices King Saud University September 17, 018 Table of contents 1 Definition A real matrix is a rectangular array whose entries are real numbers. These numbers are organized on rows and columns. An m n matrix

More information

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES

INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES 1 CHAPTER 4 MATRICES 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW MATRICES 1 Matrices Matrices are of fundamental importance in 2-dimensional and 3-dimensional graphics programming

More information

or i 2 = -1 i 4 = 1 Example : ( i ),, 7 i and 0 are complex numbers. and Imaginary part of z = b or img z = b

or i 2 = -1 i 4 = 1 Example : ( i ),, 7 i and 0 are complex numbers. and Imaginary part of z = b or img z = b 1 A- LEVEL MATHEMATICS P 3 Complex Numbers (NOTES) 1. Given a quadratic equation : x 2 + 1 = 0 or ( x 2 = -1 ) has no solution in the set of real numbers, as there does not exist any real number whose

More information

Lecture 3: Matrix and Matrix Operations

Lecture 3: Matrix and Matrix Operations Lecture 3: Matrix and Matrix Operations Representation, row vector, column vector, element of a matrix. Examples of matrix representations Tables and spreadsheets Scalar-Matrix operation: Scaling a matrix

More information

MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Vector Algebra and Spherical Trigonometry

MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Vector Algebra and Spherical Trigonometry MA232A Euclidean and Non-Euclidean Geometry School of Mathematics, Trinity College Michaelmas Term 2017 Vector Algebra and Spherical Trigonometry David R. Wilkins 3.1. Vectors in Three-Dimensional Euclidean

More information

Vectors and 2D Kinematics. AIT AP Physics C

Vectors and 2D Kinematics. AIT AP Physics C Vectors and 2D Kinematics Coordinate Systems Used to describe the position of a point in space Coordinate system consists of a fixed reference point called the origin specific axes with scales and labels

More information

VECTOR ALGEBRA. 3. write a linear vector in the direction of the sum of the vector a = 2i + 2j 5k and

VECTOR ALGEBRA. 3. write a linear vector in the direction of the sum of the vector a = 2i + 2j 5k and 1 mark questions VECTOR ALGEBRA 1. Find a vector in the direction of vector 2i 3j + 6k which has magnitude 21 units Ans. 6i-9j+18k 2. Find a vector a of magnitude 5 2, making an angle of π with X- axis,

More information

Vectors and Matrices

Vectors and Matrices Vectors and Matrices Scalars We often employ a single number to represent quantities that we use in our daily lives such as weight, height etc. The magnitude of this number depends on our age and whether

More information

Rigid Geometric Transformations

Rigid Geometric Transformations Rigid Geometric Transformations Carlo Tomasi This note is a quick refresher of the geometry of rigid transformations in three-dimensional space, expressed in Cartesian coordinates. 1 Cartesian Coordinates

More information