4.1Vectorsandlines • Definition – Scalar :Magnitude Vector :Magnitudeanddirection Geometrically,Avector V Canberepresentedby

Total Page:16

File Type:pdf, Size:1020Kb

4.1Vectorsandlines • Definition – Scalar :Magnitude Vector :Magnitudeanddirection Geometrically,Avector V Canberepresentedby Linear Algebra [1] 4.1 Vectors and Lines • Definition { scalar : magnitude vector : magnitude and direction Geometrically, a vector v can be represented by an arrow. We denote the length of v by kvk. { zero vector 0 : k0k = 0 { Given v, we have the negative −v. { v = w if the same length and the same direction Kyu-Hwan Lee Linear Algebra [2] { sum v + w v + w v w w v + w v Kyu-Hwan Lee Linear Algebra [3] { scalar multiplication av (a 2 R) v 1 2v 2v −2v { subtraction u − v = u + (−v) Kyu-Hwan Lee Linear Algebra [4] Thm. u, v, w : vectors, k; p 2 R 1. u + v = v + u, 2. u + (v + w) = (u + v) + w 3. 9 0 s.t. 0 + u = u for each u. 4. For each u, 9 −u s.t. u + (−u) = 0. 5. k(u + v) = ku + kv , (k + p)u = ku + pu 6. (kp)u = k(pu), 7. 1 · u = u Kyu-Hwan Lee Linear Algebra [5] Thm. A, B, C : matrices of the same size, k; p 2 F 1. A + B = B + A, 2. A + (B + C) = (A + B) + C 3. 9 O s.t. O + A = A for each A. 4. For each A, 9 −A s.t. A + (−A) = O. 5. k(A + B) = kA + kB , (k + p)A = kA + pA 6. (kp)A = k(pA), 7. 1 · A = A Kyu-Hwan Lee Linear Algebra [6] Thm. f, g, h : continuous functions on D, k; p 2 F 1. f + g = g + f, 2. f + (g + h) = (f + g) + h 3. 9 0 s.t. 0 + f = f for each f. 4. For each f, 9 −f s.t. f + (−f) = 0. 5. k(f + g) = kf + kg , (k + p)f = kf + pf 6. (kp)f = k(pf), 7. 1 · f = f Kyu-Hwan Lee Linear Algebra [7] The notion of vector space! 1. The set of matrices of the same size 2. The set of vectors in R3 3. The set of continuous functions on D 4. ... 5. ... and so on. Kyu-Hwan Lee Linear Algebra [8] The theorem says that we can manipulate vectors as if they are variables w.r.t. addition and scalar multiplication. Eg. 5(u − 2v) + 6(5u + 2v) = 5u − 10v + 30u + 12v = 35u + 2v: Kyu-Hwan Lee Linear Algebra [9] • Coordinates Consider a point P = (x; y; z). Then we obtain a vector −−! p = OP : the position vector. Conversely, a vector p determines a unique point P . Thus we identify each point with the corresponding position vector. P (x; y; z) p O Kyu-Hwan Lee Linear Algebra [10] Given u = (x; y; z) and u1 = (x1; y1; z1), we have u + u1 = (x + x1; y + y1; z + z1); au = (ax; ay; az); u − u1 = (x − x1; y − y1; z − z1): Kyu-Hwan Lee Linear Algebra [11] • Lines P0 d P p0 p O Assume that p0 and d are given. Then p is the position vector of a point P on the line if and only if p = p0 + td (t 2 R): Kyu-Hwan Lee Linear Algebra [12] If p = (x; y; z), d = (a; b; c), p0 = (x0; y0; z0), then we have 8x = x0 + ta; > <>y = y0 + tb; (t 2 R): z = z0 + tc; > :> This is the equation of the line through p0 parallel to d. • Planes Later ... we need the notion of inner product and cross product of vectors. Kyu-Hwan Lee Linear Algebra [13] 5.1 Subspaces and Dimension • Subspaces of Fn vector = point in R3 $ (x; y; z) coordinates ????? $ (a1; a2; · · · ; an) n R = f(a1; a2; · · · ; an)jai 2 Rg a1 82 3 9 > a2 > ∼ > i R> = <>6 . 7 a 2 => 6 . 7 6 7 >4an5 > > > : ; Kyu-Hwan Lee Linear Algebra [14] n C = f(a1; a2; · · · ; an)jai 2 Cg a1 82 3 9 > a2 > ∼ > i C> = <>6 . 7 a 2 => 6 . 7 6 7 >4an5 > > > : ; Fn = Rn or Cn The n-tuples in Fn will be called vectors. Kyu-Hwan Lee Linear Algebra [15] • Subspaces A subset U of Fn is called a subspace if it satisfies the following conditions. 1. If X; Y 2 U, then X + Y 2 U. 2. If X 2 U, then rX 2 U for r 2 F. Eg. 1. Fn 2. f0g : the zero subspace Kyu-Hwan Lee Linear Algebra [16] 3. a line through the origin in Rn : ftdg If t1d and t2d on the line, then t1d + t2d = (t1 + t2)d and r(t1d) = (rt1)d. 4. Let A be an m × n matrix. We define n nullA = kerA = fX 2 F jAX = Og and m n imA = fY 2 F jY = AX for some X 2 F g: If X1; X2 2 kerA, then A(X1 +X2) = AX1 +AX2 = O and A(rX1) = r(AX1) = O. If Y1; Y2 2 imA, then 9 X1; X2 s.t. AX1 = Y1 and AX2 = Y2. Now A(X1 + X2) = Y1 + Y2 and A(rX1) = rY1. Kyu-Hwan Lee Linear Algebra [17] 5. U = f(x; y) 2 R2jx2 + y2 = 1g: We have (1; 0); (0; 1) 2 U, but (1; 0) + (0; 1) = (1; 1) 2= U. Thus U is not a subspace of R2. Kyu-Hwan Lee Linear Algebra [18] • Spanning sets n Def. Assume that X1; X2; · · · ; Xk 2 F . An expression a1X1 + a2X2 + · · · + akXk is called a linear combination of X1; X2; · · · ; Xk (ai 2 F). The span of X1; X2; · · · ; Xk is the set of all linear combinations of X1; X2; · · · ; Xk. spanfX1; X2; · · · ; Xkg = fa1X1+a2X2+· · ·+akXkjai 2 Fg Kyu-Hwan Lee Linear Algebra [19] n Thm. Assume that X1; X2; · · · ; Xk 2 F . n 1. The spanfX1; X2; · · · ; Xkg is a subspace of F . 2. If W is a subspace containing X1; X2; · · · ; Xk, then spanfX1; X2; · · · ; Xkg ⊂ W : Proof. 1. Let U = spanfX1; X2; · · · ; Xkg. If Y = s1X1 + · · · + skXk; Z = t1X1 + · · · + tkXk 2 U; then Y + Z = (s1 + t1)X1 + · · · + (sk + tk)Xk 2 U and rY = rs1X1 + · · · + rskXk 2 U. 2. Clear! 2 Kyu-Hwan Lee Linear Algebra [20] The spanfX1; X2; · · · ; Xkg is the smallest subspace containing X1; · · · ; Xk. If U = spanfX1; X2; · · · ; Xkg, then fX1; X2; · · · ; Xkg is a spanning set of U, and U is spanned by the Xi's. Eg. Recall Thm. Given AX = O, every solution is a linear combination of the basic solutions. Equivalently, the kerA is the span of the basic solutions. Kyu-Hwan Lee Linear Algebra [21] Assume A = C1 C2 · · · Cn : m × n matrix. Then imA = spanfC1; C2; · · · ; Cng: Proof. For X 2 Fn, x1 2 3 x2 AX = C1 C2 · · · Cn 6 . 7 = x1C1+x2C2+· · ·+xnCn 6 . 7 6 7 4xn5 n imA = fAXjX 2 F g = fx1C1 + x2C2 + · · · + xnCng = spanfC1; C2; · · · ; Cng 2 Kyu-Hwan Lee Linear Algebra [22] • Independence Def. fX1; X2; · · · ; Xkg : linearly independent if t1X1 + t2X2 + · · · + tkXk = 0 implies t1 = t2 = · · · = tk = 0. Thm. If fX1; X2; · · · ; Xkg is linearly independent, X 2 spanfX1; X2; · · · ; Xkg has a unique representation as a linear combination of the Xi's. Proof. r1X1 + · · · + rkXk = s1X1 + · · · + skXk (r1 − s1)X1 + · · · + (rk − sk)Xk = 0 Thus we have ri = si for all i. 2 Kyu-Hwan Lee Linear Algebra [23] Eg. X1; X2; X1 + X2 2X1 + 2X2 = 2(X1 + X2) Eg. 1 0 1 1 0 1 0 2 3 2 3 2 3 2 3 2 3 2 3 2 3 0 1 1 0 1 1 0 6 7 ; 6 7 ; 6 7 r 6 7 + s 6 7 + t 6 7 = 6 7 617 617 617 617 617 617 607 6 7 6 7 6 7 6 7 6 7 6 7 6 7 425 425 435 425 425 435 405 1 0 1 0 1 0 0 2 3 r 2 3 2 3 0 1 1 2 3 0 0 1 0 6 7 s = 6 7 ) 6 7 ; r = s = t = 0 61 1 17 6 7 607 60 0 17 6 7 4t5 6 7 6 7 42 2 35 405 40 0 05 Kyu-Hwan Lee Linear Algebra [24] Eg. 1 1 −3 2 2 3 2 3 2 3 2 3 2 ; −2 ; 2 ; 0 6 7 6 7 6 7 6 7 4−15 4 1 5 4 1 5 405 1 1 −3 2 0 2 3 2 3 2 3 2 3 2 3 r1 2 + r2 −2 + r3 2 + r4 0 = 0 6 7 6 7 6 7 6 7 6 7 4−15 4 1 5 4−15 405 405 r1 1 1 −3 2 2 3 0 2 3 r2 2 3 2 −2 2 0 6 7 = 0 6 7 6r37 6 7 4−1 1 −1 05 6 7 405 4r45 Kyu-Hwan Lee Linear Algebra [25] 1 1 −3 2 3 2 3 2 3 2 ; −2 ; 2 6 7 6 7 6 7 4−15 4 1 5 4−15 1 1 −3 1 0 −1 2 3 2 3 2 −2 2 ) 0 1 −2 6 7 6 7 4−1 1 −15 40 0 0 5 Eg. fX; Y g : indep. ) f2X + 3Y; X − 5Y g: indep. r(2X + 3Y ) + s(X − 5Y ) = O (2r + s)X + (3r − 5s)Y = O 2r + s = 0; 3r − 5s = 0 r = s = 0 Kyu-Hwan Lee Linear Algebra [26] Eg. lin. dep. lin. indep. lin. dep. lin. indep. Kyu-Hwan Lee Linear Algebra [27] Thm. TFAE 1. A is invertible. 2. The columns of A are linearly independent. 3. The columns of A span Fn.
Recommended publications
  • Vectors, Matrices and Coordinate Transformations
    S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between them, physical laws can often be written in a simple form. Since we will making extensive use of vectors in Dynamics, we will summarize some of their important properties. Vectors For our purposes we will think of a vector as a mathematical representation of a physical entity which has both magnitude and direction in a 3D space. Examples of physical vectors are forces, moments, and velocities. Geometrically, a vector can be represented as arrows. The length of the arrow represents its magnitude. Unless indicated otherwise, we shall assume that parallel translation does not change a vector, and we shall call the vectors satisfying this property, free vectors. Thus, two vectors are equal if and only if they are parallel, point in the same direction, and have equal length. Vectors are usually typed in boldface and scalar quantities appear in lightface italic type, e.g. the vector quantity A has magnitude, or modulus, A = |A|. In handwritten text, vectors are often expressed using the −→ arrow, or underbar notation, e.g. A , A. Vector Algebra Here, we introduce a few useful operations which are defined for free vectors. Multiplication by a scalar If we multiply a vector A by a scalar α, the result is a vector B = αA, which has magnitude B = |α|A. The vector B, is parallel to A and points in the same direction if α > 0.
    [Show full text]
  • The Dot Product
    The Dot Product In this section, we will now concentrate on the vector operation called the dot product. The dot product of two vectors will produce a scalar instead of a vector as in the other operations that we examined in the previous section. The dot product is equal to the sum of the product of the horizontal components and the product of the vertical components. If v = a1 i + b1 j and w = a2 i + b2 j are vectors then their dot product is given by: v · w = a1 a2 + b1 b2 Properties of the Dot Product If u, v, and w are vectors and c is a scalar then: u · v = v · u u · (v + w) = u · v + u · w 0 · v = 0 v · v = || v || 2 (cu) · v = c(u · v) = u · (cv) Example 1: If v = 5i + 2j and w = 3i – 7j then find v · w. Solution: v · w = a1 a2 + b1 b2 v · w = (5)(3) + (2)(-7) v · w = 15 – 14 v · w = 1 Example 2: If u = –i + 3j, v = 7i – 4j and w = 2i + j then find (3u) · (v + w). Solution: Find 3u 3u = 3(–i + 3j) 3u = –3i + 9j Find v + w v + w = (7i – 4j) + (2i + j) v + w = (7 + 2) i + (–4 + 1) j v + w = 9i – 3j Example 2 (Continued): Find the dot product between (3u) and (v + w) (3u) · (v + w) = (–3i + 9j) · (9i – 3j) (3u) · (v + w) = (–3)(9) + (9)(-3) (3u) · (v + w) = –27 – 27 (3u) · (v + w) = –54 An alternate formula for the dot product is available by using the angle between the two vectors.
    [Show full text]
  • Basics of Linear Algebra
    Basics of Linear Algebra Jos and Sophia Vectors ● Linear Algebra Definition: A list of numbers with a magnitude and a direction. ○ Magnitude: a = [4,3] |a| =sqrt(4^2+3^2)= 5 ○ Direction: angle vector points ● Computer Science Definition: A list of numbers. ○ Example: Heights = [60, 68, 72, 67] Dot Product of Vectors Formula: a · b = |a| × |b| × cos(θ) ● Definition: Multiplication of two vectors which results in a scalar value ● In the diagram: ○ |a| is the magnitude (length) of vector a ○ |b| is the magnitude of vector b ○ Θ is the angle between a and b Matrix ● Definition: ● Matrix elements: ● a)Matrix is an arrangement of numbers into rows and columns. ● b) A matrix is an m × n array of scalars from a given field F. The individual values in the matrix are called entries. ● Matrix dimensions: the number of rows and columns of the matrix, in that order. Multiplication of Matrices ● The multiplication of two matrices ● Result matrix dimensions ○ Notation: (Row, Column) ○ Columns of the 1st matrix must equal the rows of the 2nd matrix ○ Result matrix is equal to the number of (1, 2, 3) • (7, 9, 11) = 1×7 +2×9 + 3×11 rows in 1st matrix and the number of = 58 columns in the 2nd matrix ○ Ex. 3 x 4 ॱ 5 x 3 ■ Dot product does not work ○ Ex. 5 x 3 ॱ 3 x 4 ■ Dot product does work ■ Result: 5 x 4 Dot Product Application ● Application: Ray tracing program ○ Quickly create an image with lower quality ○ “Refinement rendering pass” occurs ■ Removes the jagged edges ○ Dot product used to calculate ■ Intersection between a ray and a sphere ■ Measure the length to the intersection points ● Application: Forward Propagation ○ Input matrix * weighted matrix = prediction matrix http://immersivemath.com/ila/ch03_dotprodu ct/ch03.html#fig_dp_ray_tracer Projections One important use of dot products is in projections.
    [Show full text]
  • A Guided Tour to the Plane-Based Geometric Algebra PGA
    A Guided Tour to the Plane-Based Geometric Algebra PGA Leo Dorst University of Amsterdam Version 1.15{ July 6, 2020 Planes are the primitive elements for the constructions of objects and oper- ators in Euclidean geometry. Triangulated meshes are built from them, and reflections in multiple planes are a mathematically pure way to construct Euclidean motions. A geometric algebra based on planes is therefore a natural choice to unify objects and operators for Euclidean geometry. The usual claims of `com- pleteness' of the GA approach leads us to hope that it might contain, in a single framework, all representations ever designed for Euclidean geometry - including normal vectors, directions as points at infinity, Pl¨ucker coordinates for lines, quaternions as 3D rotations around the origin, and dual quaternions for rigid body motions; and even spinors. This text provides a guided tour to this algebra of planes PGA. It indeed shows how all such computationally efficient methods are incorporated and related. We will see how the PGA elements naturally group into blocks of four coordinates in an implementation, and how this more complete under- standing of the embedding suggests some handy choices to avoid extraneous computations. In the unified PGA framework, one never switches between efficient representations for subtasks, and this obviously saves any time spent on data conversions. Relative to other treatments of PGA, this text is rather light on the mathematics. Where you see careful derivations, they involve the aspects of orientation and magnitude. These features have been neglected by authors focussing on the mathematical beauty of the projective nature of the algebra.
    [Show full text]
  • Chapter 3 Vectors
    Chapter 3 Vectors 3.1 Vector Analysis ....................................................................................................... 1 3.1.1 Introduction to Vectors ................................................................................... 1 3.1.2 Properties of Vectors ....................................................................................... 1 3.2 Cartesian Coordinate System ................................................................................ 5 3.2.1 Cartesian Coordinates ..................................................................................... 6 3.3 Application of Vectors ............................................................................................ 8 Example 3.1 Vector Addition ................................................................................. 12 Example 3.2 Sinking Sailboat ................................................................................ 13 Example 3.3 Vector Description of a Point on a Line .......................................... 14 Example 3.4 Rotated Coordinate Systems ............................................................ 15 Example 3.5 Vector Description in Rotated Coordinate Systems ...................... 15 Example 3.6 Vector Addition ................................................................................. 17 Chapter 3 Vectors Philosophy is written in this grand book, the universe which stands continually open to our gaze. But the book cannot be understood unless one first learns to comprehend the language and
    [Show full text]
  • History of Mathematics Log of a Course
    History of mathematics Log of a course David Pierce / This work is licensed under the Creative Commons Attribution–Noncommercial–Share-Alike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ CC BY: David Pierce $\ C Mathematics Department Middle East Technical University Ankara Turkey http://metu.edu.tr/~dpierce/ [email protected] Contents Prolegomena Whatishere .................................. Apology..................................... Possibilitiesforthefuture . I. Fall semester . Euclid .. Sunday,October ............................ .. Thursday,October ........................... .. Friday,October ............................. .. Saturday,October . .. Tuesday,October ........................... .. Friday,October ............................ .. Thursday,October. .. Saturday,October . .. Wednesday,October. ..Friday,November . ..Friday,November . ..Wednesday,November. ..Friday,November . ..Friday,November . ..Saturday,November. ..Friday,December . ..Tuesday,December . . Apollonius and Archimedes .. Tuesday,December . .. Saturday,December . .. Friday,January ............................. .. Friday,January ............................. Contents II. Spring semester Aboutthecourse ................................ . Al-Khw¯arizm¯ı, Th¯abitibnQurra,OmarKhayyám .. Thursday,February . .. Tuesday,February. .. Thursday,February . .. Tuesday,March ............................. . Cardano .. Thursday,March ............................ .. Excursus.................................
    [Show full text]
  • AST 112 – Activity #4 the Stellar Magnitude System
    Students: ____________________ _____________________ _____________________ _____________________ AST 112 – Activity #4 The Stellar Magnitude System Purpose To learn how astronomers express the brightnesses of stars Objectives To review the origin of the magnitude system To calculate using base-ten logarithms To set the scale for apparent magnitudes To define absolute magnitude in terms of apparent magnitude and distance To determine the distance to a star given its apparent and absolute magnitudes Introduction The stellar magnitude system ranks stars according to their brightnesses. The original idea came from the ancient Greek scientist Hipparchus (c. 130 B.C.), who proclaimed the brightest stars to be of the first “magnitude”, the next brightest of the second magnitude, and so on down to 6th magnitude for the dimmest stars. Modern astronomers have adopted this general idea, adding specific mathematical and astronomical definitions. We explore how astronomers describe star brightnesses below. Part #1: Stellar magnitude scales 1. Given the information in the introduction, does the number used to represent a star’s magnitude increase or decrease with increasing brightness? 2. Astronomers define a difference of 5 magnitudes to be equivalent to a multiplicative factor of 100 in brightness. How many times brighter is a magnitude + 1 star compared to a magnitude + 6 star? 3. Extrapolate the magnitude system beyond positive numbers: what would be the magnitude of a star 100 times brighter than a magnitude + 3 star? Briefly defend your answer. 4. Suppose you are told a star has a magnitude of zero. Does that make sense? Does this mean the star has no brightness? Table 4-1.
    [Show full text]
  • • Flux and Luminosity • Brightness of Stars • Spectrum of Light • Temperature and Color/Spectrum • How the Eye Sees Color
    Stars • Flux and luminosity • Brightness of stars • Spectrum of light • Temperature and color/spectrum • How the eye sees color Which is of these part of the Sun is the coolest? A) Core B) Radiative zone C) Convective zone D) Photosphere E) Chromosphere Flux and luminosity • Luminosity - A star produces light – the total amount of energy that a star puts out as light each second is called its Luminosity. • Flux - If we have a light detector (eye, camera, telescope) we can measure the light produced by the star – the total amount of energy intercepted by the detector divided by the area of the detector is called the Flux. Flux and luminosity • To find the luminosity, we take a shell which completely encloses the star and measure all the light passing through the shell • To find the flux, we take our detector at some particular distance from the star and measure the light passing only through the detector. How bright a star looks to us is determined by its flux, not its luminosity. Brightness = Flux. Flux and luminosity • Flux decreases as we get farther from the star – like 1/distance2 • Mathematically, if we have two stars A and B Flux Luminosity Distance 2 A = A B Flux B Luminosity B Distance A Distance-Luminosity relation: Which star appears brighter to the observer? Star B 2L L d Star A 2d Flux and luminosity Luminosity A Distance B 1 =2 = LuminosityB Distance A 2 Flux Luminosity Distance 2 A = A B Flux B Luminosity B DistanceA 1 2 1 1 =2 =2 = Flux = 2×Flux 2 4 2 B A Brightness of stars • Ptolemy (150 A.D.) grouped stars into 6 `magnitude’ groups according to how bright they looked to his eye.
    [Show full text]
  • The Fraction Magnitude Knowledge Through Representations at Students with Mathematics Difficulties
    Advances in Computer Science Research, volume 95 Mathematics, Informatics, Science, and Education International Conference (MISEIC 2019) The Fraction Magnitude Knowledge through Representations at Students with Mathematics Difficulties Yusuf Fuad Ijtihadi Kamilia Amalina Universitas Negeri Surabaya Universitas Negeri Surabaya Surabaya, Indonesia Surabaya, Indonesia [email protected] [email protected] Abstract—Elementary school students’ knowledge of Fraction magnitude knowledge is important to master fraction magnitude may predict their mathematics higher mathematics concept for example algebra [1, 2, 3]. achievement. Students’ mathematics achievement is influenced Moreover, fraction magnitude knowledge is linked to student by their mathematics difficulties. This study exposes students’ mathematics achievement or support each other [12, 13]. representations in estimating fractions to indicate their fraction Poor mathematics achievement can be affected by learning magnitude knowledge. This study is conducted on the 4th grade of elementary students in Surabaya. A class which consists of 10 problems. Two types of learning problems can be girls and 18 boys, had chosen purposively from 3 available distinguished into a learning disability is situated in the classes. All students had to answer two tests, namely the child’s own cognitive, while learning difficulty is situated diagnostic test and the fraction magnitude test. Four volunteer outside the child [14]. Because of these reasons, mathematics students were selected as research subjects which have different difficulty in fraction becomes special attention [15]. and interesting mathematics difficulty in fraction. Semi- structured interview was conducted to all subjects to reveal Although many students understand fractions easily, students’ thinking process when solving diagnostic and fractions fraction magnitude is challenging for students with magnitude tests.
    [Show full text]
  • Chapter 1 the Euclidean Space
    Chapter 1 The Euclidean Space The objects of study in advanced calculus are differentiable functions of several variables. To set the stage for the study, the Euclidean space as a vector space endowed with the dot product is defined in Section 1.1. To aid visualizing points in the Euclidean space, the notion of a vector is introduced in Section 1.2. In Section 1.3 Euclidean motions, mappings preserving the Euclidean distance, are briefly discussed. The last Section 1.4 contains a discussion on the cross product which is only defined for vectors in the three dimensional Euclidean space, that is, our physical space. 1.1 The Dot Product An n-tuple is given by x = (x1; x2; ··· ; xn) ; xj 2 R; j = 1; ··· ; n : It is called an ordered pair when n = 2. Denote by Rn the collection of all n-tuples. The zero n-tuple, (0; 0; ··· ; 0), will be written as 0 from time to time. There are two algebraic operations defined on Rn, namely, the addition x + y = (x1 + y1; x2 + y2; ··· ; xn + yn) ; and the scalar multiplication αx = (αx1; αx2; ··· ; αxn) ; α 2 R ; where x = (x1; x2; ··· ; xn); y = (y1; y2; ··· ; yn) : Recall that the ordinary multiplication assigns a number as the product of two numbers, so it can be regarded as a map from R × R to R. One may expect a multiplication on Rn 1 2 CHAPTER 1. THE EUCLIDEAN SPACE assigns an n-tuple to a given pair of n-tuples, that is, it is a map from Rn × Rn to Rn.
    [Show full text]
  • 2 Vector Products
    2 Vector Products 2.1 The Dot Product The first product we'd like to define between vectors is one that measures the extent to which the vectors are pointing in the same direction. That is, if u and v are two vectors pointing in the same direction, their product should be positive, while if they point in op- posite directions, their product should be negative. This product should also have a feature we don't see in products of numbers: it should be possible for a product of two vectors to be 0 even though neither of the vectors is zero. In particular, if u and v are orthogonal, or perpendicular, then their product should be 0, since they're pointing neither in the same nor the opposite direction from each other. It's possible to come up with a product strictly from these geometric properties, if a bit tedious. Instead we'll define the dot product algebraically, and then show that it has the properties we hoped for. The Dot Product. Suppose u and v are vectors with n components: u = hu1; u2; : : : ; uni; v = hv1; v2; : : : ; vni: Then the dot product of u with v is u · v = u1v1 + u2v2 + ··· + unvn: Notice that the dot product of two vectors is a scalar, and also that u and v must have the same number of components in order for u · v to be defined. For example, if u = h1; 2; 4; −2i and v = 2; 1; 0; 3i, then u · v = 1 · 2 + 2 · 1 + 4 · 0 + (−2) · 3 = −2: It's interesting to note that the dot product is a product of two vectors, but the result is not a vector.
    [Show full text]
  • Properties of Logarithms
    3.3 Properties of Logarithms ChapterProperties 3.2 LOGARITHMIC FUNCTIONSof Logarithms AND GRAPHS In section 3.3 you will learn to: • Use properties to evaluate or rewrite logarithmic expressions. • Use properties of logarithms to expand or condense logarithmic expressions. • Use the change of base formula to rewrite and evaluate logarithmic expressions. • Use logarithmic functions to model and solve real-life problems. 1 3.3 Properties of Logarithms Properties of Logarithms Your calculator has only two keys that compute logarithmic values. log x means log10x ln x means logex Suppose you need to compute a logarithm in some other base, a logax = y Change of base formula: logb x logax = logb a Examples: a) log2 254 = b) log6 0.008 = 5 2 3.3 Properties of Logarithms Since a logarithm is an exponent, the properties of logarithms are just like the properties of exponents. Exponents Logarithms a0=1 a1= a Product: m n a ⋅ a = loga(uv) = am log u Quotient: = a v = an m n n Power: (a ) = logau = Inverse properties: One-to-one properties: 3 3.3 Properties of Logarithms Let's apply the properties of logarithms. a) log 5 + log 6 = 4 4 b) log (12a) - log (2a) = 4 c) log4 x = d) eln(5x) = e) log 10(x+2) = 4 3.3 Properties of Logarithms In solving equations, it will be helpful to expand and condense logarithmic expressions. Expand these: 3 a) log45x y = b) ln √3x-5 = 7 5 3 c) log b = 1+a2 5 3.3 Properties of Logarithms Condense these into a single logarithmic expression: a) 1/2 log x + 3 log (x+1) = b) 2 ln (x+2) - ln x = 6 3.3 Properties of Logarithms Suppose we know that logb 2 = 0.41 and logb3 = 0.54, use the properties of logarithms to find: a) logb 6 = b) logb 2/9 = c) logb 8√ 3 = 7 3.3 Properties of Logarithms Logarithms are useful in reporting a broad range of data by converting it into a more manageable form.
    [Show full text]