Math 75 Linear Algebra Class Notes

Total Page:16

File Type:pdf, Size:1020Kb

Math 75 Linear Algebra Class Notes Math 75 Linear Algebra Class Notes Prof. Erich Holtmann For use with Elementary Linear Algebra, 7th ed., Larson Revised 21-Nov-2015 p. i Contents Chapter 1: Systems of Linear Equations 1 1.1 Introduction to Systems of Equations. 1 1.2 Gaussian Elimination and Gauss-Jordan Elimination. 9 1.3 Applications of Systems of Linear Equations. 15 Chapter 2: Matrices. 19 2.1 Operations with Matrices. 19 2.2 Properties of Matrix Operations. 23 2.3 The Inverse of a Matrix. 27 2.4 Elementary Matrices. 31 2.5 Applications of Matrix Operations. 37 Chapter 3: Determinants. 41 3.1 The Determinant of a Matrix. 41 3.2 Determinants and Elementary Operations. 45 3.3 Properties of Determinants. 51 3.4 Applications of Determinants. 55 Chapter 4: Vector Spaces. 61 8.1 Complex Numbers (Optional). 61 8.2 Conjugates and Division of Complex Numbers (Optional). 67 4.1 Vectors in Rn. 71 4.2 Vector Spaces. 77 4.3 Subspaces of Vector Spaces. 82 4.4 Spanning Sets and Linear Independence. 86 4.5 Basis and Dimension. 97 4.6 Rank of a Matrix and Systems of Linear Equations. 105 4.7 Coordinates and Change of Basis. 117 Chapter 5: Inner Product Spaces. 121 5.1 Length and Dot Product in Rn. 121 5.2 Inner Product Spaces. 129 5.3 Orthogonal Bases: Gram-Schmidt Process. 137 5.4 Mathematical Models and Least Squares Analysis (Optional). 145 5.5 Applications of Inner Product Spaces (Optional). 151 8.3 Polar Form and De Moivre's Theorem. (Optional) 157 8.4 Complex Vector Spaces and Inner Products. 163 p. i Chapter 6: Linear Transformations. 169 6.1 Introduction to Linear Transformations. 169 6.2 The Kernel and Range of a Linear Transformation. 175 6.3 Matrices for Linear Transformations. 183 6.4 Transition Matrices and Similarity. 191 6.5 Applications of Linear Transformations. 193 Chapter 7: Eigenvalues and Eigenvectors. 201 7.1 Eigenvalues and Eigenvectors. 201 7.2 Diagonalization. 209 7.3 Symmetric Matrices and Orthogonal Diagonalization. 215 7.4 Applications of Eigenvalues and Eigenvectors. 223 8.5 Unitary and Hermitian Spaces. 223 p. ii Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. Objective: Recognize and solve mn systems of linear equations by hand using Gaussian elimination and back-substitution. a1x1 + a2x2 + … + anxn = b is a linear equation in standard form in n variables xi. The first nonzero coefficient ai is the leading coefficient. The constant term is b. Compare to the familiar forms of linear equation s in two variables y = mx + b and x = a. Example: Linear and Nonlinear Equations 2 (sin ) x1 – 4x2 = e sin x1 + 2x2 – 3x3 = 0 Linear Nonlinear An mn system of linear equations is a set of m linear equations in n unknowns. Example: Systems of Two Equations in Two Variables Solve and graph each 22 system. a. 2x – y = 1 b. 2x – y = 1 c. 2x – y = 1 x + y = 5 –4x + 2y = –2 –4x + 2y = 5 For a system of linear equations, exactly one of the following is true. 1) The system has exactly one solution (consistent, nonsingular system). 2) The system has infinitely many solutions (consistent, singular system). Use a free parameter or free variable (or several free parameters) to represent the solution set. 3) The system has no solution (inconsistent, singular system). p. 1 Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. To solve mn systems of linear equations (when m and n are large) we use a procedure called Gaussian elimination to find an equivalent system of equations in row-echelon form. Then we use back-substitution to solve for each variable. Row-echelon form means that the leading coefficients of 1 (called “pivots”) and the zero terms below them form a stair-step pattern. You could walk downstairs from the top left. You might have to move more than one column to the right to reach the next step, but you never have to step down more than one row at a time. 1x1 5x2 2x3 1x4 3x5 7 1x 1 Row-echelon form 3 1x4 4x5 8 1x5 9 1x1 5x2 2x3 1x4 3x5 7 1x 1 Row-echelon form 3 0 0 0 0 1x1 5x2 2x3 1x4 3x5 7 1x 3x 2x 1 Not row-echelon form 3 4 5 1x3 2x4 4x5 8 1x4 3x5 9 The goal of Gaussian elimination is to find an equivalent system that is in row-echelon form. The three operations you can use during Gaussian elimination are 1) Swap the order of two equations. 2) Multiply an equation on both sides by a non-zero constant. 3) Add a multiple of one equation to another equation. In Gaussian elimination, you start with Equation 1 (the first equation of your mn system). 1) Find the leading coefficient in the current equation. (Sometimes you need to swap equations in this step.) 2) Eliminate the coefficients of the corresponding variable in all of the equations below the current equation. 3) Move down to the next equation and go back to Step 1. Repeat until you run out of equations or you run out of variables. Solve using back-substitution: solve the last equation for the leading variable, then substitute into the preceding (i.e. second-to-last) equation and solve for its leading variable, then substitute into the preceding equation and solve for its leading variable, etc. Variables that are not leading variables are free parameters, and we often set them equal to t, s, …. p. 2 Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. Examples: Gaussian Elimination and Back-Substitution on 33 Systems of Linear Equations. p. 3 Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. p. 4 Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. p. 5 Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. p. 6 Chapter 1: Systems of Linear Equations 1.1 Introduction to Systems of Equations. Example: Chemistry Application Write and solve a system of linear equations for the chemical reaction (x1)CH4 + (x2)O2 (x3)CO2 + (x4)H2O Solution: write a separate equation for each element, showing the balance of that element. C: 1x1 + 0x2 = 1x3 + 0x4 so 1x1 + 0x2 – 1x3 + 0x4 = 0 H: 4x1 + 0x2 = 0x3 + 2x4 so 4x1 + 0x2 + 0x3 – 2x4 = 0 O: 0x1 + 2x2 = 2x3 + 1x4 so 0x1 + 2x2 – 2x3 – 1x4 = 0 p. 7 Chapter 1: Systems of Linear Equations 1.2 Gaussian Elimination and Gauss-Jordan Elimination. 1.2 Gaussian Elimination and Gauss-Jordan Elimination. Objective: Use matrices and Gauss-Jordan elimination to solve mn systems of linear equations by hand and with software. Objective: Use matrices and Gaussian elimination with back-substitution to solve mn systems of linear equations by hand and with software. Use row-echelon form or reduced row-echelon form to determine the number of solutions of a homogeneous system of linear equations, and (if applicable) the number of free parameters. A matrix is a rectangular array of numbers, called matrix a a a a entries, arranged in horizontal rows and vertical columns. 11 12 13 1n a a a a Matrices are denoted by capital letters; matrix entries are 21 22 23 2n denoted by lowercase letters with two indices. In a given A a31 a32 a33 a3n matrix entry a , the first index i is the row, and the second ij index j is the column. The entries a , a , a , … compose the 11 22 33 a a a a main diagonal. If m = n then A is called a square matrix. m1 m 2 m 3 mn a11 x1 a12 x2 a13 x3 a1n x n b1 a x a x a x a x b A linear system 21 1 22 2 23 3 2n n 2 am1 x 1 am 2 x 2 am 3 x 3 amn xn b m can represented either by a coefficient matrix A and a column vector b a11 a 12 a13 a1n b1 a a a a b 21 22 23 2n 2 A a31 a 32 a33 a3n and b b3 am1 a m 3 a m 3 amn bm or by an augmented matrix M, which I will sometimes write as [A | b] a11 a12 a13 a1n b 1 a a a a b 21 22 23 2n 2 M a31 a32 a33 a3n b 3 am1 a m 3 a m 3 amn bm (The book, Mathematica, and the calculator do not display the dotted vertical line.) To create M in Mathematica from A and b, type m=Join[a,b,2] To create M on the TI-89 from A and b, type Matrixaugment(AB.M p. 9 Chapter 1: Systems of Linear Equations 1.2 Gaussian Elimination and Gauss-Jordan Elimination. In a similar manner to that used for an mn system of linear equations, we can use a Gaussian elimination on the coefficient side A of the augmented matrix [A | b] to find an equivalent augmented matrix [U | c] in row-echelon form. Then we use back-substitution to solve for each variable. U is called an upper triangular matrix because all non-zero entries are on or above the main diagonal. row-echelon form row-echelon form not row-echelon form 1 5 2 1 3 1 5 2 1 3 1 5 2 1 3 0 0 1 0 5 0 0 1 0 5 0 0 1 3 2 0 0 0 1 4 0 0 0 0 0 0 0 1 2 4 0 0 0 0 2 0 0 0 0 0 0 0 0 1 3 Example: Use Gaussian elimination and back-substitution to solve.
Recommended publications
  • Lesson 1: Solutions to Polynomial Equations
    NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 1 M3 PRECALCULUS AND ADVANCED TOPICS Lesson 1: Solutions to Polynomial Equations Classwork Opening Exercise How many solutions are there to the equation 푥2 = 1? Explain how you know. Example 1: Prove that a Quadratic Equation Has Only Two Solutions over the Set of Complex Numbers Prove that 1 and −1 are the only solutions to the equation 푥2 = 1. Let 푥 = 푎 + 푏푖 be a complex number so that 푥2 = 1. a. Substitute 푎 + 푏푖 for 푥 in the equation 푥2 = 1. b. Rewrite both sides in standard form for a complex number. c. Equate the real parts on each side of the equation, and equate the imaginary parts on each side of the equation. d. Solve for 푎 and 푏, and find the solutions for 푥 = 푎 + 푏푖. Lesson 1: Solutions to Polynomial Equations S.1 This work is licensed under a This work is derived from Eureka Math ™ and licensed by Great Minds. ©2015 Great Minds. eureka-math.org This file derived from PreCal-M3-TE-1.3.0-08.2015 Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 1 M3 PRECALCULUS AND ADVANCED TOPICS Exercises Find the product. 1. (푧 − 2)(푧 + 2) 2. (푧 + 3푖)(푧 − 3푖) Write each of the following quadratic expressions as the product of two linear factors. 3. 푧2 − 4 4. 푧2 + 4 5. 푧2 − 4푖 6. 푧2 + 4푖 Lesson 1: Solutions to Polynomial Equations S.2 This work is licensed under a This work is derived from Eureka Math ™ and licensed by Great Minds.
    [Show full text]
  • Use of Iteration Technique to Find Zeros of Functions and Powers of Numbers
    USE OF ITERATION TECHNIQUE TO FIND ZEROS OF FUNCTIONS AND POWERS OF NUMBERS Many functions y=f(x) have multiple zeros at discrete points along the x axis. The location of most of these zeros can be estimated approximately by looking at a graph of the function. Simple roots are the ones where f(x) passes through zero value with finite value for its slope while double roots occur for functions where its derivative also vanish simultaneously. The standard way to find these zeros of f(x) is to use the Newton-Raphson technique or a variation thereof. The procedure is to expand f(x) in a Taylor series about a starting point starting with the original estimate x=x0. This produces the iteration- 2 df (xn ) 1 d f (xn ) 2 0 = f (xn ) + (xn+1 − xn ) + (xn+1 − xn ) + ... dx 2! dx2 for which the function vanishes. For a function with a simple zero near x=x0, one has the iteration- f (xn ) xn+1 = xn − with x0 given f ′(xn ) For a double root one needs to keep three terms in the Taylor series to yield the iteration- − f ′(x ) + f ′(x)2 − 2 f (x ) f ′′(x ) n n n ∆xn+1 = xn+1 − xn = f ′′(xn ) To demonstrate how this procedure works, take the simple polynomial function- 2 4 f (x) =1+ 2x − 6x + x Its graph and the derivative look like this- There appear to be four real roots located near x=-2.6, -0.3, +0.7, and +2.2. None of these four real roots equal to an integer, however, they correspond to simple zeros near the values indicated.
    [Show full text]
  • 5.2 Polynomial Functions 5.2 Polynomialfunctions
    5.2 Polynomial Functions 5.2 PolynomialFunctions This is part of 5.1 in the current text In this section, you will learn about the properties, characteristics, and applications of polynomial functions. Upon completion you will be able to: • Recognize the degree, leading coefficient, and end behavior of a given polynomial function. • Memorize the graphs of parent polynomial functions (linear, quadratic, and cubic). • State the domain of a polynomial function, using interval notation. • Define what it means to be a root/zero of a function. • Identify the coefficients of a given quadratic function and he direction the corresponding graph opens. • Determine the verte$ and properties of the graph of a given quadratic function (domain, range, and minimum/maximum value). • Compute the roots/zeroes of a quadratic function by applying the quadratic formula and/or by factoring. • !&etch the graph of a given quadratic function using its properties. • Use properties of quadratic functions to solve business and social science problems. DescribingPolynomialFunctions ' polynomial function consists of either zero or the sum of a finite number of non-zero terms, each of which is the product of a number, called the coefficient of the term, and a variable raised to a non-negative integer (a natural number) power. Definition ' polynomial function is a function of the form n n ) * f(x =a n x +a n ) x − +...+a * x +a ) x+a +, − wherea ,a ,...,a are real numbers andn ) is a natural number. � + ) n ≥ In a previous chapter we discussed linear functions, f(x =mx=b , and the equation of a horizontal line, y=b .
    [Show full text]
  • Factors, Zeros, and Solutions
    Mathematics Instructional Plan – Algebra II Factors, Zeros, and Solutions Strand: Functions Topic: Exploring relationships among factors, zeros, and solutions Primary SOL: AII.8 The student will investigate and describe the relationships among solutions of an equation, zeros of a function, x-intercepts of a graph, and factors of a polynomial expression. Related SOL: AII.1d, AII.4b, AII.7b Materials Zeros and Factors activity sheet (attached) Matching Cards activity sheet (attached) Sorting Challenge activity sheet (attached) Graphing utility Colored paper Graph paper Vocabulary factor, fundamental theorem of algebra, imaginary numbers, multiplicity, polynomial, rate of change, real numbers, root, slope, solution, x-intercept, y-intercept, zeros of a function Student/Teacher Actions: What should students be doing? What should teachers be doing? Time: 90 minutes 1. Have students solve the equation 3x + 5 = 11. Then, have students set the left side of the equation equal to zero. Tell students to replace zero with y and consider the line y = 3x − 6. Instruct them to graph the line on graph paper. Review the terms slope, x- intercept, and y-intercept. Then, have them perform the same procedure (i.e., solve, set left side equal to zero, replace zero with y, and graph) for the equation −2x + 6 = 4. They should notice that in both cases, the x-intercept is the same as the solution to the equation. 2. Students explored factoring of zeros in Algebra I. Use the following practice problem to review: y = x2 + 4x + 3. Facilitate a discussion with students using the following questions: o “What is the first step in graphing the given line?” o “How do you find the factors of the line?” o “What role does zero play in graphing the line?” o “In how many ‘places’ did this line cross (intersect) the x-axis?” o “When the function crosses the x-axis, what is the value of y?” o “What is the significance of the x-intercepts of the graphs?” 3.
    [Show full text]
  • Elementary Functions, Student's Text, Unit 21
    DOCUMENT RESUME BD 135 629 SE 021 999 AUTHOR Allen, Frank B.; And Others TITLE Elementary Functions, Student's Text, Unit 21. INSTITUTION Stanford Univ., Calif. School Mathematics Study Group. SPONS AGENCY National Science Foundation, Washington, D.C. PUB DATE 61 NOTE 398p.; For related documents, see SE 021 987-022 002 and ED 130 870-877; Contains occasional light type EDRS PRICE MF-$0.83 HC-$20.75 Plus Postage. DESCRIPTO2S *Curriculum; Elementary Secondary Education; Instruction; *Instructional Materials; Mathematics Education; *Secondary School Mathematics; *Textbooks IDENTIFIERS *Functions (Mathematics); *School Mathematics Study Group ABSTRACT Unit 21 in the SMSG secondary school mathematics series is a student text covering the following topics in elementary functions: functions, polynomial functions, tangents to graphs of polynomial functions, exponential and logarithmic functions, and circular functions. Appendices discuss set notation, mathematical induction, significance of polynomials, area under a polynomial graph, slopes of area functions, the law of growth, approximation and computation of e raised to the x power, an approximation for ln x, measurement of triangles, trigonometric identities and equations, and calculation of sim x and cos x. (DT) *********************************************************************** Documents acquired by ERIC include many informal unpublished * materials not available from other sources. ERIC makes every effort * * to obtain the best copy available. Nevertheless, items of marginal * * reproducibility are often encountered and this affects the quality * * of the microfiche and hardcopy reproductions ERIC makes available * * via the ERIC Document Reproduction Service (EDRS). EDRS is not * responsible for the quality of the original document. Reproductions * * supplied by EDRS are the best that can be made from the original.
    [Show full text]
  • Applications of Derivatives
    5128_Ch04_pp186-260.qxd 1/13/06 12:35 PM Page 186 Chapter 4 Applications of Derivatives n automobile’s gas mileage is a function of many variables, including road surface, tire Atype, velocity, fuel octane rating, road angle, and the speed and direction of the wind. If we look only at velocity’s effect on gas mileage, the mileage of a certain car can be approximated by: m(v) ϭ 0.00015v 3 Ϫ 0.032v 2 ϩ 1.8v ϩ 1.7 (where v is velocity) At what speed should you drive this car to ob- tain the best gas mileage? The ideas in Section 4.1 will help you find the answer. 186 5128_Ch04_pp186-260.qxd 1/13/06 12:36 PM Page 187 Section 4.1 Extreme Values of Functions 187 Chapter 4 Overview In the past, when virtually all graphing was done by hand—often laboriously—derivatives were the key tool used to sketch the graph of a function. Now we can graph a function quickly, and usually correctly, using a grapher. However, confirmation of much of what we see and conclude true from a grapher view must still come from calculus. This chapter shows how to draw conclusions from derivatives about the extreme val- ues of a function and about the general shape of a function’s graph. We will also see how a tangent line captures the shape of a curve near the point of tangency, how to de- duce rates of change we cannot measure from rates of change we already know, and how to find a function when we know only its first derivative and its value at a single point.
    [Show full text]
  • Optimization Algorithms on Matrix Manifolds
    00˙AMS September 23, 2007 © Copyright, Princeton University Press. No part of this book may be distributed, posted, or reproduced in any form by digital or mechanical means without prior written permission of the publisher. Chapter Six Newton’s Method This chapter provides a detailed development of the archetypal second-order optimization method, Newton’s method, as an iteration on manifolds. We propose a formulation of Newton’s method for computing the zeros of a vector field on a manifold equipped with an affine connection and a retrac­ tion. In particular, when the manifold is Riemannian, this geometric Newton method can be used to compute critical points of a cost function by seeking the zeros of its gradient vector field. In the case where the underlying space is Euclidean, the proposed algorithm reduces to the classical Newton method. Although the algorithm formulation is provided in a general framework, the applications of interest in this book are those that have a matrix manifold structure (see Chapter 3). We provide several example applications of the geometric Newton method for principal subspace problems. 6.1 NEWTON’S METHOD ON MANIFOLDS In Chapter 5 we began a discussion of the Newton method and the issues involved in generalizing such an algorithm on an arbitrary manifold. Sec­ tion 5.1 identified the task as computing a zero of a vector field ξ on a Riemannian manifold equipped with a retraction R. The strategy pro­ M posed was to obtain a new iterate xk+1 from a current iterate xk by the following process. 1. Find a tangent vector ηk Txk such that the “directional derivative” of ξ along η is equal to ∈ ξ.
    [Show full text]
  • Lesson 11 M1 ALGEBRA II
    NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 11 M1 ALGEBRA II Lesson 11: The Special Role of Zero in Factoring Student Outcomes . Students find solutions to polynomial equations where the polynomial expression is not factored into linear factors. Students construct a polynomial function that has a specified set of zeros with stated multiplicity. Lesson Notes This lesson focuses on the first part of standard A-APR.B.3, identifying zeros of polynomials presented in factored form. Although the terms root and zero are interchangeable, for consistency only the term zero is used throughout this lesson and in later lessons. The second part of the standard, using the zeros to construct a rough graph of a polynomial function, is delayed until Lesson 14. The ideas that begin in this lesson continue in Lesson 19, in which students will be able to associate a zero of a polynomial function to a factor in the factored form of the associated polynomial as a consequence of the remainder theorem, and culminate in Lesson 39, in which students apply the fundamental theorem of algebra to factor polynomial expressions completely over the complex numbers. Classwork Scaffolding: Here is an alternative opening Opening Exercise (12 minutes) activity that may better illuminate the special role of Opening Exercise zero. ퟐ ퟐ Find all solutions to the equation (풙 + ퟓ풙 + ퟔ)(풙 − ퟑ풙 − ퟒ) = ퟎ. For each equation, list some possible values for 푥 and 푦. The main point of this opening exercise is for students to recognize and then formalize that the statement “If 푎푏 = 0, then 푎 = 0 or 푏 = 0” applies not only when 푎 and 푏 are 푥푦 = 10, 푥푦 = 1, numbers or linear functions (which we used when solving a quadratic equation), but also 푥푦 = −1, 푥푦 = 0 applies to cases where 푎 and 푏 are polynomial functions of any degree.
    [Show full text]
  • Real Zeros of Polynomial Functions
    333353_0200.qxp 1/11/07 2:00 PM Page 91 Polynomial and Chapter 2 Rational Functions y y y 2.1 Quadratic Functions 2 2 2 2.2 Polynomial Functions of Higher Degree x x x −44−2 −44−2 −44−2 2.3 Real Zeros of Polynomial Functions 2.4 Complex Numbers 2.5 The Fundamental Theorem of Algebra Polynomial and rational functions are two of the most common types of functions 2.6 Rational Functions and used in algebra and calculus. In Chapter 2, you will learn how to graph these types Asymptotes of functions and how to find the zeros of these functions. 2.7 Graphs of Rational Functions 2.8 Quadratic Models David Madison/Getty Images Selected Applications Polynomial and rational functions have many real-life applications. The applications listed below represent a small sample of the applications in this chapter. ■ Automobile Aerodynamics, Exercise 58, page 101 ■ Revenue, Exercise 93, page 114 ■ U.S. Population, Exercise 91, page 129 ■ Impedance, Exercises 79 and 80, page 138 ■ Profit, Exercise 64, page 145 ■ Data Analysis, Exercises 41 and 42, page 154 ■ Wildlife, Exercise 43, page 155 ■ Comparing Models, Exercise 85, page 164 ■ Media, Aerodynamics is crucial in creating racecars.Two types of racecars designed and built Exercise 18, page 170 by NASCAR teams are short track cars, as shown in the photo, and super-speedway (long track) cars. Both types of racecars are designed either to allow for as much downforce as possible or to reduce the amount of drag on the racecar. 91 333353_0201.qxp 1/11/07 2:02 PM Page 92 92 Chapter 2 Polynomial and Rational Functions 2.1 Quadratic Functions The Graph of a Quadratic Function What you should learn ᭿ Analyze graphs of quadratic functions.
    [Show full text]
  • Root-Finding 3.1 Physical Problems
    Physics 200 Lecture 3 Root-Finding Lecture 3 Physics 200 Laboratory Monday, February 14th, 2011 The fundamental question answered by this week's lab work will be: Given a function F (x), find some/all of the values xi for which F (xi) = 0. It's a f g modest goal, and we will use a simple method to solve the problem. But, as we shall see, there are a wide range of physical problems that have, at their heart, just such a question. We'll start in the simplest, polynomial setting, and work our way up to the \shooting" method. 3.1 Physical Problems We'll set up some direct applications of root-finding with familiar physical examples, and then shift gears and define a numerical root-finding routine that can be used to solve a very different set of problems. 3.1.1 Orbital Motion In two-dimensions, with a spherically symmetric potential (meaning here that V (x; y; z) = V (r), a function of a single variable, r x2 + y2 + z2, ≡ the distance to the origin) we can use circular coordinates to write the total p energy of a test particle moving under the influence of this potential as 1 E = m r_2 + r2 φ_2 + V (r): (3.1) 2 Conservation of momentum tells us that the z-component of angular mo- 2 mentum is conserved, with Lz = (r p) = m r φ_, so we can rewrite the × z 1 of 13 3.1. PHYSICAL PROBLEMS Lecture 3 energy as: 1 1 L2 E = m r_2 + z + V (r) (3.2) 2 2 m r2 ≡U(r) where U(r) defines an “effective potential"| { we{z have} turned a two-dimensional problem into a one-dimensional problem for the coordinate r, and an effec- tive potential that governs the motion in this setting.
    [Show full text]
  • Zeros of a Quadratic Function TEACHER NOTES MATH NSPIRED
    Zeros of a Quadratic Function TEACHER NOTES MATH NSPIRED Math Objectives • Students will determine the linear factors of a quadratic function. • Students will connect the algebraic representation to the geometric representation. • Students will discover that the zeros of the linear factors are the zeros of the quadratic function. • Students will discover that the zeros of the quadratic function are the zeros of its linear factors. TI-Nspire™ Technology Skills: • Students will use appropriate tools strategically (CCSS Download a TI-Nspire Mathematical Practice). • document • Students will look for and make use of structure (CCSS • Open a document Mathematical Practice). • Move between pages • Grab and drag a point Vocabulary • zeros Tech Tips: • Make sure the font size on your TI-Nspire handheld is About the Lesson set to Medium. • This lesson involves merging graphical and algebraic • You can hide the function representations of a quadratic function and its linear factors. entry line by pressing • As a result, students will: /G. • Manipulate the parameters of the linear functions and observe the resulting changes in the quadratic function. Lesson Materials: • Find the zeros of the quadratic function by finding the zeros of Student Activity its linear factors. Zeros_of_a_Quadratic_Function _Student.pdf • Solve quadratic equations by factoring and be able to explain Zeros_of_a_Quadratic_Function why this process is valid. _Student.doc TI-Nspire document Zeros_of_a_Quadratic_Function TI-Nspire™ Navigator™ System .tns • Use Screen Capture to examine patterns that emerge. Visit www.mathnspired.com for • Use Live Presenter to engage and focus students. lesson updates and tech tip • Use Teacher Edition computer software to review student videos. documents. ©2011 Texas Instruments Incorporated 1 education.ti.com Zeros of a Quadratic Function TEACHER NOTES MATH NSPIRED Discussion Points and Possible Answers Tech Tip: If students experience difficulty dragging a point on the slider, check to make sure that they have moved the arrow close to the point.
    [Show full text]
  • Teaching Concepts Foundational to Calculus Using Inquiry
    TEACHING CONCEPTS FOUNDATIONAL TO CALCULUS USING INQUIRY AND TECHNOLOGY A Thesis Presented to The Graduate Faculty of The University of Akron In Partial Fulfillment of the Requirements for the Degree Master of Science Benjamin David Marko May, 2006 TEACHING CONCEPTS FOUNDATIONAL TO CALCULUS USING INQUIRY AND TECHNOLOGY Benjamin David Marko Thesis Approved: Accepted: Advisor Dean of the College Dr. Antonio R. Quesada Dr. Ronald F. Levant Co-Advisor Dean of the Graduate School Dr. Linda Marie Saliga George R. Newkome, Ph.D. Department Chair Date Dr. Kevin L. Kreider ii ABSTRACT There is currently a push in the state of Ohio to enhance the teaching of concepts foun- dational to Calculus in grades 8-12. Evidence of this came in the spring of 2005 when the Ohio Department of Education called for grant proposals to develop programs that are focused on topics that are foundations to Calculus. Further, the National Council of Teachers of Mathematics has stressed the effective use of technology and inquiry in their past and current standards. This thesis contains inquiry-based lessons that explore concepts that would traditionally be taught in the Calculus classroom, but can be used in lower level courses such as Algebra. The use of the graphing calculator is essential for each one of these lessons to allow students the opportunity to explore more mathematical concepts in a less time consuming manner. iii ACKNOWLEDGEMENTS I would like to take this time to thank a number of people without whom this thesis would not have been possible. Thanks to my advisors, Dr. Antonio Quesada and Dr.
    [Show full text]