7.4 Applications of Eigenvalues and Eigenvectors

Total Page:16

File Type:pdf, Size:1020Kb

7.4 Applications of Eigenvalues and Eigenvectors 372 Chapter 7 Eigenvalues and Eigenvectors 7.4 Applications of Eigenvalues and Eigenvectors Model population growth using an age transition matrix and an age distribution vector, and find a stable age distribution vector. Use a matrix equation to solve a system of first-order linear differential equations. Find the matrix of a quadratic form and use the Principal Axes Theorem to perform a rotation of axes for a conic and a quadric surface. POPULATION GROWTH Matrices can be used to form models for population growth. The first step in this process is to group the population into age classes of equal duration. For instance, if the maximum life span of a member is L years, then the following n intervals represent the age classes. L 0, First age class ΄ n΃ L 2L , Second age class ΄n n ΃ . ͑n Ϫ 1͒L , L nth age class ΄ n ΅ The age distribution vector x represents the number of population members in each age class, where x 1 Number in first age class x Number in second age class x ϭ .2 . ΄x ΅ Number in nth age class n Over a period of L͞n years, the probability that a member of the ith age class will ϩ survive to become a member of the ͑i 1͒th age class is given by pi, where ϭ Ϫ 0 Յ pi Յ 1, i 1, 2, . , n 1. The average number of offspring produced by a member of the ith age class is given by bi, where ϭ 0 Յ bi, i 1, 2, . , n. These numbers can be written in matrix form, as follows. b1 b2 b3 bnϪ1 bn . p1 0 0 0 0 A ϭ 0 p 0 . 0 0 . .2 . ΄ . ΅ 0 0 0 pnϪ1 0 Multiplying this age transition matrix by the age distribution vector for a specific time period produces the age distribution vector for the next time period. That is, ϭ Axi xiϩ1. Example 1 illustrates this procedure. 7.4 Applications of Eigenvalues and Eigenvectors 373 A Population Growth Model REMARK A population of rabbits has the following characteristics. If the pattern of growth in a. Half of the rabbits survive their first year. Of those, half survive their second year. Example 1 continued for The maximum life span is 3 years. another year, then the rabbit b. During the first year, the rabbits produce no offspring. The average number of population would be offspring is 6 during the second year and 8 during the third year. 168 The population now consists of 24 rabbits in the first age class, 24 in the second, ϭ ϭ and 20 in the third. How many rabbits will there be in each age class in 1 year? x3 Ax2 152 . ΄ 6΅ SOLUTION From the age distribution The current age distribution vector is vectors x1, x2, and x3, you can 24 0 Յ age < 1 see that the percent of rabbits ϭ 1 Յ age < 2 in each of the three age classes x1 24 changes each year. To obtain ΄20 ΅ 2 Յ age Յ 3 a stable growth pattern, one and the age transition matrix is in which the percent in each age class remains the same 0 6 8 ϩ each year, the ͑n 1͒th age A ϭ 0.5 0 0 . distribution vector must be ΄ 0 0.5 0΅ a scalar multiple of the nth age distribution vector. That is, After 1 year, the age distribution vector will be ϭ ϭ ␭ xnϩ1 Axn xn. Example 2 shows how to solve this 0 6 8 24 304 0 Յ age < 1 problem. ϭ ϭ ϭ Յ < x2 Ax1 0.5 0 0 24 12 . 1 age 2 ΄ 0 0.5 0΅΄20 ΅ ΄ 12 ΅ 2 Յ age Յ 3 Finding a Stable Age Distribution Vector Find a stable age distribution vector for the population in Example 1. SOLUTION To solve this problem, find an eigenvalue ␭ and a corresponding eigenvector x such that Ax ϭ ␭x. The characteristic polynomial of A is Խ␭I Ϫ AԽ ϭ ͑␭ ϩ 1͒2͑␭ Ϫ 2͒ (check this), which implies that the eigenvalues are Ϫ1 and 2. Choosing the positive value, let ␭ ϭ 2. Verify that the corresponding eigenvectors are of the form Simulation x 16 t 16 Explore this concept further with 1 ϭ ϭ ϭ an electronic simulation available x x 2 4t t 4 . at www.cengagebrain.com . ΄ ΅ ΄ ΅ ΄ ΅ x 3 t 1 For instance, if t ϭ 2, then the initial age distribution vector would be 32 0 Յ age < 1 ϭ Յ < x1 8 1 age 2 ΄ 2΅ 2 Յ age Յ 3 and the age distribution vector for the next year would be 0 0 6 8 32 64 0 Յ age < 1 ϭ ϭ ϭ Յ < x2 Ax1 0.5 0 0 8 16 . 1 age 2 ΄ 0 0.5 0΅΄ 2΅ ΄ 4΅ 2 Յ age Յ 3 Notice that the ratio of the three age classes is still 16 : 4 : 1, and so the percent of the population in each age class remains the same. 374 Chapter 7 Eigenvalues and Eigenvectors SYSTEMS OF LINEAR DIFFERENTIAL EQUATIONS (CALCULUS) A system of first-order linear differential equations has the form Ј ϭ ϩ ϩ . ϩ y1 a11 y1 a12 y2 a1nyn Ј ϭ ϩ ϩ . ϩ y2 a21 y1 a22 y2 a2nyn . Ј ϭ ϩ ϩ . ϩ yn an1y1 an2 y2 ann yn dy where each y is a function of t and y Ј ϭ i. If you let i i dt Ј y1 y1 y y Ј y ϭ .2 and yЈ ϭ .2 . ΄y ΅ ΄y Ј΅ n n then the system can be written in matrix form as yЈ ϭ Ay. Solving a System of Linear Differential Equations Solve the system of linear differential equations. Ј ϭ y1 4y1 Ј ϭ Ϫ y2 y2 Ј ϭ y3 2y3 SOLUTION From calculus, you know that the solution of the differential equation yЈ ϭ ky is y ϭ Ce kt . So, the solution of the system is ϭ 4t y1 C1e ϭ Ϫt y2 C2e ϭ 2t y3 C3e . The matrix form of the system of linear differential equations in Example 3 is yЈ ϭ Ay, or Ј y1 4 0 0 y1 Ј ϭ Ϫ y2 0 1 0 y2 . ΄ Ј ΅ ΄ ΅΄ ΅ y3 0 0 2 y3 ␭ ϭ it So, the coefficients of t in the solutions yi Ci e are given by the eigenvalues of the matrix A. If A is a diagonal matrix, then the solution of yЈ ϭ Ay can be obtained immediately, as in Example 3. If A is not diagonal, then the solution requires more work. First, attempt to find a matrix P that diagonalizes A. Then, the change of variables y ϭ Pw and yЈ ϭ PwЈ produces PwЈ ϭ yЈ ϭ Ay ϭ AP w wЈ ϭ P Ϫ1AP w where P Ϫ1AP is a diagonal matrix. Example 4 demonstrates this procedure. 7.4 Applications of Eigenvalues and Eigenvectors 375 Solving a System of Linear Differential Equations Solve the system of linear differential equations. Ј ϭ ϩ y1 3y1 2y2 Ј ϭ Ϫ y2 6y1 y2 SOLUTION 3 2 First, find a matrix P that diagonalizes A ϭ . The eigenvalues of A are ΄6 Ϫ1΅ ␭ ϭ Ϫ ␭ ϭ ϭ Ϫ T 1 3 and 2 5, with corresponding eigenvectors p1 ͓1 3͔ and ϭ T p2 ͓1 1 ͔ . Diagonalize A using the matrix P whose columns consist of p1 and p2 to obtain 1 Ϫ1 1 1 4 4 Ϫ3 0 P ϭ , PϪ1 ϭ , and P Ϫ1AP ϭ . ΄Ϫ3 1΅ 3 1 ΄ 0 5΅ ΄4 4΅ The system wЈ ϭ P Ϫ1AP w has the following form. w Ј Ϫ3 0 w w Ј ϭ Ϫ 3w 1 ϭ 1 1 1 Ј Ј ϭ ΄w2 ΅ ΄ 0 5΅΄w2΅ w2 5w2 The solution of this system of equations is ϭ Ϫ3t w1 C1e ϭ 5t w2 C2e . ϭ To return to the original variables y1 and y2, use the substitution y Pw and write y 1 1 w 1 ϭ 1 Ϫ ΄ y2΅ ΄ 3 1΅΄w2΅ which implies that the solution is ϭ ϩ ϭ Ϫ3t ϩ 5t y1 w1 w2 C1e C2e ϭ Ϫ ϩ ϭ Ϫ Ϫ3t ϩ 5t y2 3w1 w2 3C1e C2e . If A has eigenvalues with multiplicity greater than 1 or if A has complex eigenvalues, then the technique for solving the system must be modified. 1. Eigenvalues with multiplicity greater than 1: The coefficient matrix of the system Ј ϭ 0 1 y1 y2 ϭ Ј ϭ Ϫ ϩ is A . y2 4y1 4y2 ΄Ϫ4 4΅ The only eigenvalue of A is ␭ ϭ 2, and the solution of the system is ϭ 2t ϩ 2t y1 C1e C2te ϭ ϩ 2t ϩ 2t y2 ͑2C1 C2͒e 2C2te . 2. Complex eigenvalues: The coefficient matrix of the system Ј ϭ Ϫ 0 Ϫ1 y1 y2 ϭ Ј ϭ is A . y2 y1 ΄1 0΅ ␭ ϭ ␭ ϭ Ϫ The eigenvalues of A are 1 i and 2 i, and the solution of the system is ϭ ϩ y1 C1 cos t C2 sin t ϭ Ϫ ϩ y2 C2 cos t C1 sin t. Try checking these solutions by differentiating and substituting into the original systems of equations. 376 Chapter 7 Eigenvalues and Eigenvectors QUADRATIC FORMS Eigenvalues and eigenvectors can be used to solve the rotation of axes problem introduced in Section 4.8. Recall that classifying the graph of the quadratic equation ax 2 ϩ bxy ϩ cy 2 ϩ dx ϩ ey ϩ f ϭ 0 Quadratic equation is fairly straightforward as long as the equation has no xy -term (that is,b ϭ 0 ).
Recommended publications
  • Chapter 11. Three Dimensional Analytic Geometry and Vectors
    Chapter 11. Three dimensional analytic geometry and vectors. Section 11.5 Quadric surfaces. Curves in R2 : x2 y2 ellipse + =1 a2 b2 x2 y2 hyperbola − =1 a2 b2 parabola y = ax2 or x = by2 A quadric surface is the graph of a second degree equation in three variables. The most general such equation is Ax2 + By2 + Cz2 + Dxy + Exz + F yz + Gx + Hy + Iz + J =0, where A, B, C, ..., J are constants. By translation and rotation the equation can be brought into one of two standard forms Ax2 + By2 + Cz2 + J =0 or Ax2 + By2 + Iz =0 In order to sketch the graph of a quadric surface, it is useful to determine the curves of intersection of the surface with planes parallel to the coordinate planes. These curves are called traces of the surface. Ellipsoids The quadric surface with equation x2 y2 z2 + + =1 a2 b2 c2 is called an ellipsoid because all of its traces are ellipses. 2 1 x y 3 2 1 z ±1 ±2 ±3 ±1 ±2 The six intercepts of the ellipsoid are (±a, 0, 0), (0, ±b, 0), and (0, 0, ±c) and the ellipsoid lies in the box |x| ≤ a, |y| ≤ b, |z| ≤ c Since the ellipsoid involves only even powers of x, y, and z, the ellipsoid is symmetric with respect to each coordinate plane. Example 1. Find the traces of the surface 4x2 +9y2 + 36z2 = 36 1 in the planes x = k, y = k, and z = k. Identify the surface and sketch it. Hyperboloids Hyperboloid of one sheet. The quadric surface with equations x2 y2 z2 1.
    [Show full text]
  • Pencils of Quadrics
    Europ. J. Combinatorics (1988) 9, 255-270 Intersections in Projective Space II: Pencils of Quadrics A. A. BRUEN AND J. w. P. HIRSCHFELD A complete classification is given of pencils of quadrics in projective space of three dimensions over a finite field, where each pencil contains at least one non-singular quadric and where the base curve is not absolutely irreducible. This leads to interesting configurations in the space such as partitions by elliptic quadrics and by lines. 1. INTRODUCTION A pencil of quadrics in PG(3, q) is non-singular if it contains at least one non-singular quadric. The base of a pencil is a quartic curve and is reducible if over some extension of GF(q) it splits into more than one component: four lines, two lines and a conic, two conics, or a line and a twisted cubic. In order to contain no points or to contain some line over GF(q), the base is necessarily reducible. In the main part of this paper a classification is given of non-singular pencils ofquadrics in L = PG(3, q) with a reducible base. This leads to geometrically interesting configur­ ations obtained from elliptic and hyperbolic quadrics, such as spreads and partitions of L. The remaining part of the paper deals with the case when the base is not reducible and is therefore a rational or elliptic quartic. The number of points in the elliptic case is then governed by the Hasse formula. However, we are able to derive an interesting combi­ natorial relationship, valid also in higher dimensions, between the number of points in the base curve and the number in the base curve of a dual pencil.
    [Show full text]
  • A Brief Tour of Vector Calculus
    A BRIEF TOUR OF VECTOR CALCULUS A. HAVENS Contents 0 Prelude ii 1 Directional Derivatives, the Gradient and the Del Operator 1 1.1 Conceptual Review: Directional Derivatives and the Gradient........... 1 1.2 The Gradient as a Vector Field............................ 5 1.3 The Gradient Flow and Critical Points ....................... 10 1.4 The Del Operator and the Gradient in Other Coordinates*............ 17 1.5 Problems........................................ 21 2 Vector Fields in Low Dimensions 26 2 3 2.1 General Vector Fields in Domains of R and R . 26 2.2 Flows and Integral Curves .............................. 31 2.3 Conservative Vector Fields and Potentials...................... 32 2.4 Vector Fields from Frames*.............................. 37 2.5 Divergence, Curl, Jacobians, and the Laplacian................... 41 2.6 Parametrized Surfaces and Coordinate Vector Fields*............... 48 2.7 Tangent Vectors, Normal Vectors, and Orientations*................ 52 2.8 Problems........................................ 58 3 Line Integrals 66 3.1 Defining Scalar Line Integrals............................. 66 3.2 Line Integrals in Vector Fields ............................ 75 3.3 Work in a Force Field................................. 78 3.4 The Fundamental Theorem of Line Integrals .................... 79 3.5 Motion in Conservative Force Fields Conserves Energy .............. 81 3.6 Path Independence and Corollaries of the Fundamental Theorem......... 82 3.7 Green's Theorem.................................... 84 3.8 Problems........................................ 89 4 Surface Integrals, Flux, and Fundamental Theorems 93 4.1 Surface Integrals of Scalar Fields........................... 93 4.2 Flux........................................... 96 4.3 The Gradient, Divergence, and Curl Operators Via Limits* . 103 4.4 The Stokes-Kelvin Theorem..............................108 4.5 The Divergence Theorem ...............................112 4.6 Problems........................................114 List of Figures 117 i 11/14/19 Multivariate Calculus: Vector Calculus Havens 0.
    [Show full text]
  • Quadric Surfaces
    Quadric Surfaces SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 11.7 of the rec- ommended textbook (or the equivalent chapter in your alternative textbook/online resource) and your lecture notes. EXPECTED SKILLS: • Be able to compute & traces of quadic surfaces; in particular, be able to recognize the resulting conic sections in the given plane. • Given an equation for a quadric surface, be able to recognize the type of surface (and, in particular, its graph). PRACTICE PROBLEMS: For problems 1-9, use traces to identify and sketch the given surface in 3-space. 1. 4x2 + y2 + z2 = 4 Ellipsoid 1 2. −x2 − y2 + z2 = 1 Hyperboloid of 2 Sheets 3. 4x2 + 9y2 − 36z2 = 36 Hyperboloid of 1 Sheet 4. z = 4x2 + y2 Elliptic Paraboloid 2 5. z2 = x2 + y2 Circular Double Cone 6. x2 + y2 − z2 = 1 Hyperboloid of 1 Sheet 7. z = 4 − x2 − y2 Circular Paraboloid 3 8. 3x2 + 4y2 + 6z2 = 12 Ellipsoid 9. −4x2 − 9y2 + 36z2 = 36 Hyperboloid of 2 Sheets 10. Identify each of the following surfaces. (a) 16x2 + 4y2 + 4z2 − 64x + 8y + 16z = 0 After completing the square, we can rewrite the equation as: 16(x − 2)2 + 4(y + 1)2 + 4(z + 2)2 = 84 This is an ellipsoid which has been shifted. Specifically, it is now centered at (2; −1; −2). (b) −4x2 + y2 + 16z2 − 8x + 10y + 32z = 0 4 After completing the square, we can rewrite the equation as: −4(x − 1)2 + (y + 5)2 + 16(z + 1)2 = 37 This is a hyperboloid of 1 sheet which has been shifted.
    [Show full text]
  • Quadric Surfaces
    Quadric Surfaces Six basic types of quadric surfaces: • ellipsoid • cone • elliptic paraboloid • hyperboloid of one sheet • hyperboloid of two sheets • hyperbolic paraboloid (A) (B) (C) (D) (E) (F) 1. For each surface, describe the traces of the surface in x = k, y = k, and z = k. Then pick the term from the list above which seems to most accurately describe the surface (we haven't learned any of these terms yet, but you should be able to make a good educated guess), and pick the correct picture of the surface. x2 y2 (a) − = z. 9 16 1 • Traces in x = k: parabolas • Traces in y = k: parabolas • Traces in z = k: hyperbolas (possibly a pair of lines) y2 k2 Solution. The trace in x = k of the surface is z = − 16 + 9 , which is a downward-opening parabola. x2 k2 The trace in y = k of the surface is z = 9 − 16 , which is an upward-opening parabola. x2 y2 The trace in z = k of the surface is 9 − 16 = k, which is a hyperbola if k 6= 0 and a pair of lines (a degenerate hyperbola) if k = 0. This surface is called a hyperbolic paraboloid , and it looks like picture (E) . It is also sometimes called a saddle. x2 y2 z2 (b) + + = 1. 4 25 9 • Traces in x = k: ellipses (possibly a point) or nothing • Traces in y = k: ellipses (possibly a point) or nothing • Traces in z = k: ellipses (possibly a point) or nothing y2 z2 k2 k2 Solution. The trace in x = k of the surface is 25 + 9 = 1− 4 .
    [Show full text]
  • Stable Rationality of Quadric and Cubic Surface Bundle Fourfolds
    STABLE RATIONALITY OF QUADRIC AND CUBIC SURFACE BUNDLE FOURFOLDS ASHER AUEL, CHRISTIAN BOHNING,¨ AND ALENA PIRUTKA Abstract. We study the stable rationality problem for quadric and cubic surface bundles over surfaces from the point of view of the degeneration method for the Chow group of 0-cycles. Our main result is that a very general hypersurface X of bidegree (2, 3) in P2 × P3 is not stably rational. Via projections onto the two factors, X → P2 is a cubic surface bundle and X → P3 is a conic bundle, and we analyze the stable rationality problem from both these points of view. Also, 2 we introduce, for any n ≥ 4, new quadric surface bundle fourfolds Xn → P with 2 discriminant curve Dn ⊂ P of degree 2n, such that Xn has nontrivial unramified Brauer group and admits a universally CH0-trivial resolution. 1. Introduction An integral variety X over a field k is stably rational if X Pm is rational, for some m. In recent years, failure of stable rationality has been× established for many classes of smooth rationally connected projective complex varieties, see, for instance [1, 3, 4, 7, 15, 16, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 36, 37]. These results were obtained by the specialization method, introduced by C. Voisin [37] and developed in [16]. In many applications, one uses this method in the following form. For simplicity, assume that k is an uncountable algebraically closed field and consider a quasi-projective integral scheme B over k and a generically smooth projective morphism B with positive dimensional fibers.
    [Show full text]
  • Analytic Geometry of Space
    Hmerican flDatbematical Series E. J. TOWNSEND GENERAL EDITOR MATHEMATICAL SERIES While this series has been planned to meet the needs of the student is who preparing for engineering work, it is hoped that it will serve equally well the purposes of those schools where mathe matics is taken as an element in a liberal education. In order that the applications introduced may be of such character as to interest the general student and to train the prospective engineer in the kind of work which he is most likely to meet, it has been the policy of the editors to select, as joint authors of each text, a mathemati cian and a trained engineer or physicist. The following texts are ready: I. Calculus. By E. J. TOWNSEND, Professor of Mathematics, and G. A. GOOD- ENOUGH, Professor of Thermodynamics, University of Illinois. $2.50. II. Essentials of Calculus. By E. J. TOWNSEND and G. A. GOODENOUGH. $2.00. III. College Algebra. By H. L. RIETZ, Assistant Professor of Mathematics, and DR. A. R. CRATHORNE, Associate in Mathematics in the University of Illinois. $1.40. IV. Plane Trigonometry, with Trigonometric and Logarithmic Tables. By A. G. HALL, Professor of Mathematics in the University of Michigan, and F. H. FRINK, Professor of Railway Engineering in the University of Oregon. $1.25. V. Plane and Spherical Trigonometry. (Without Tables) By A. G. HALL and F. H. FRINK. $1.00. VI. Trigonometric and Logarithmic Tables. By A. G. HALL and F. H. FRINK. 75 cents. The following are in preparation: Plane Analytical Geometry. ByL. W. DOWLING, Assistant Professor of Mathematics, and F.
    [Show full text]
  • Chapter 3 Quadratic Curves, Quadric Surfaces
    Chapter 3 Quadratic curves, quadric surfaces In this chapter we begin our study of curved surfaces. We focus on the quadric surfaces. To do this, we also need to look at quadratic curves, such as ellipses. We discuss: Equations and parametric descriptions of the plane quadratic curves: circles, ellipses, ² hyperbolas and parabolas. Equations and parametric descriptions of quadric surfaces, the 2{dimensional ana- ² logues of quadratic curves. We also discuss aspects of matrices, since they are relevant for our discussion. 3.1 Plane quadratic curves 3.1.1 From linear to quadratic equations Lines in the plane R2 are represented by linear equations and linear parametric descriptions. Degree 2 equations also correspond to curves you undoubtedly have come across before: circles, ellipses, hyperbolas and parabolas. This section is devoted to these curves. They will reoccur when we consider quadric surfaces, a class of fascinating shapes, since the intersection of a quadric surface with a plane consists of a quadratic curve. Lines di®er from quadratic curves in various respects, one of which is that all lines look the same (only their position in the plane may di®er), but that quadratic curves may truely di®er in shape. 3.1.2 The general equation of a quadratic curve The general equation of a line in R2 is ax + by = c. When we also allow terms of degree 2 in the variables x and y, i.e., x2, xy and y2, we obtain quadratic equations like x2 + y2 = 1, a circle. ² x2 + 2x + y = 3, a parabola; probably you recognize it as such if it is rewritten in the ² form y = 3 x2 2x or y = (x + 1)2 + 4.
    [Show full text]
  • 11.5: Quadric Surfaces
    c Dr Oksana Shatalov, Spring 2013 1 11.5: Quadric surfaces REVIEW: Parabola, hyperbola and ellipse. • Parabola: y = ax2 or x = ay2. y y x x 0 0 y x2 y2 • Ellipse: + = 1: x a2 b2 0 Intercepts: (±a; 0)&(0; ±b) x2 y2 x2 y2 • Hyperbola: − = 1 or − + = 1 a2 b2 a2 b2 y y x x 0 0 Intercepts: (±a; 0) Intercepts: (0; ±b) c Dr Oksana Shatalov, Spring 2013 2 The most general second-degree equation in three variables x; y and z: 2 2 2 Ax + By + Cz + axy + bxz + cyz + d1x + d2y + d3z + E = 0; (1) where A; B; C; a; b; c; d1; d2; d3;E are constants. The graph of (1) is a quadric surface. Note if A = B = C = a = b = c = 0 then (1) is a linear equation and its graph is a plane (this is the case of degenerated quadric surface). By translations and rotations (1) can be brought into one of the two standard forms: Ax2 + By2 + Cz2 + J = 0 or Ax2 + By2 + Iz = 0: In order to sketch the graph of a surface determine the curves of intersection of the surface with planes parallel to the coordinate planes. The obtained in this way curves are called traces or cross-sections of the surface. Quadric surfaces can be classified into 5 categories: ellipsoids, hyperboloids, cones, paraboloids, quadric cylinders. (shown in the table, see Appendix.) The elements which characterize each of these categories: 1. Standard equation. 2. Traces (horizontal ( by planes z = k), yz-traces (by x = 0) and xz-traces (by y = 0).
    [Show full text]
  • Analytic and Differential Geometry Mikhail G. Katz∗
    Analytic and Differential geometry Mikhail G. Katz∗ Department of Mathematics, Bar Ilan University, Ra- mat Gan 52900 Israel Email address: [email protected] ∗Supported by the Israel Science Foundation (grants no. 620/00-10.0 and 84/03). Abstract. We start with analytic geometry and the theory of conic sections. Then we treat the classical topics in differential geometry such as the geodesic equation and Gaussian curvature. Then we prove Gauss’s theorema egregium and introduce the ab- stract viewpoint of modern differential geometry. Contents Chapter1. Analyticgeometry 9 1.1. Circle,sphere,greatcircledistance 9 1.2. Linearalgebra,indexnotation 11 1.3. Einsteinsummationconvention 12 1.4. Symmetric matrices, quadratic forms, polarisation 13 1.5.Matrixasalinearmap 13 1.6. Symmetrisationandantisymmetrisation 14 1.7. Matrixmultiplicationinindexnotation 15 1.8. Two types of indices: summation index and free index 16 1.9. Kroneckerdeltaandtheinversematrix 16 1.10. Vector product 17 1.11. Eigenvalues,symmetry 18 1.12. Euclideaninnerproduct 19 Chapter 2. Eigenvalues of symmetric matrices, conic sections 21 2.1. Findinganeigenvectorofasymmetricmatrix 21 2.2. Traceofproductofmatricesinindexnotation 23 2.3. Inner product spaces and self-adjoint endomorphisms 24 2.4. Orthogonal diagonalisation of symmetric matrices 24 2.5. Classification of conic sections: diagonalisation 26 2.6. Classification of conics: trichotomy, nondegeneracy 28 2.7. Characterisationofparabolas 30 Chapter 3. Quadric surfaces, Hessian, representation of curves 33 3.1. Summary: classificationofquadraticcurves 33 3.2. Quadric surfaces 33 3.3. Case of eigenvalues (+++) or ( ),ellipsoid 34 3.4. Determination of type of quadric−−− surface: explicit example 35 3.5. Case of eigenvalues (++ ) or (+ ),hyperboloid 36 3.6. Case rank(S) = 2; paraboloid,− hyperbolic−− paraboloid 37 3.7.
    [Show full text]
  • Calculus III -- Fall 2008
    Section 12.2: Quadric Surfaces Goals : 1. To recognize and write equations of quadric surfaces 2. To graph quadric surfaces by hand Definitions: 1. A quadric surface is the three-dimensional graph of an equation that can (through appropriate transformations, if necessary), be written in either of the following forms: Ax 2 + By 2 + Cz 2 + J = 0 or Ax 2 + By 2 + Iz = 0 . 2. The intersection of a surface with a plane is called a trace of the surface in the plane. Notes : 1. There are 6 kinds of quadric surfaces. Scroll down to get an idea of what they look like. Keep in mind that each graph shown illustrates just one of many possible orientations of the surface. 2. The traces of quadric surfaces are conic sections (i.e. a parabola, ellipse, or hyperbola). 3. The key to graphing quadric surfaces is making use of traces in planes parallel to the xy , xz , and yz planes. 4. The following pages are from the lecture notes of Professor Eitan Angel, University of Colorado. Keep scrolling down (or press the Page Down key) to advance the slide show. Calculus III { Fall 2008 Lecture{QuadricSurfaces Eitan Angel University of Colorado Monday, September 8, 2008 E. Angel (CU) Calculus III 8 Sep 1 / 11 Now we will discuss second-degree equations (called quadric surfaces). These are the three dimensional analogues of conic sections. To sketch the graph of a quadric surface (or any surface), it is useful to determine curves of intersection of the surface with planes parallel to the coordinate planes.
    [Show full text]
  • Multivariable Calculus Math 21A
    Multivariable Calculus Math 21a Harvard University Spring 2004 Oliver Knill These are some class notes distributed in a multivariable calculus course tought in Spring 2004. This was a physics flavored section. Some of the pages were developed as complements to the text and lectures in the years 2000-2004. While some of the pages are proofread pretty well over the years, others were written just the night before class. The last lecture was "calculus beyond calculus". Glued with it after that are some notes from "last hours" from previous semesters. Oliver Knill. 5/7/2004 Lecture 1: VECTORS DOT PRODUCT O. Knill, Math21a VECTOR OPERATIONS: The ad- ~u + ~v = ~v + ~u commutativity dition and scalar multiplication of ~u + (~v + w~) = (~u + ~v) + w~ additive associativity HOMEWORK: Section 10.1: 42,60: Section 10.2: 4,16 vectors satisfy "obvious" properties. ~u + ~0 = ~0 + ~u = ~0 null vector There is no need to memorize them. r (s ~v) = (r s) ~v scalar associativity ∗ ∗ ∗ ∗ VECTORS. Two points P1 = (x1; y1), Q = P2 = (x2; y2) in the plane determine a vector ~v = x2 x1; y2 y1 . We write here for multiplication (r + s)~v = ~v(r + s) distributivity in scalar h − − i ∗ It points from P1 to P2 and we can write P1 + ~v = P2. with a scalar but usually, the multi- r(~v + w~) = r~v + rw~ distributivity in vector COORDINATES. Points P in space are in one to one correspondence to vectors pointing from 0 to P . The plication sign is left out. 1 ~v = ~v the one element numbers ~vi in a vector ~v = (v1; v2) are also called components or of the vector.
    [Show full text]