1. Quadratic Function Models Consider the Following Table of the Number of Americans That Are Over 100 in Various Years

Total Page:16

File Type:pdf, Size:1020Kb

1. Quadratic Function Models Consider the Following Table of the Number of Americans That Are Over 100 in Various Years CHAPTER 5 Nonlinear Models 1. Quadratic Function Models Consider the following table of the number of Americans that are over 100 in various years. Year Number (in 1000’s) 1994 50 1996 56 1998 65 2000 75 2002 94 2004 110 How many would you predict would be over 100 in 2008? Let’s plot the data in our calculator, using L1 for Year and L2 for Number. Set a WINDOW of [1992, 2008] [0, 180]. ⇥ The data is more curved than linear, but not so much that linear regression is not an option. The line of best fit for linear regression is y = 6.057x 12, 033.229 − or f(x) = 6.057x 12, 033.229. 78− 1. QUADRATIC FUNCTION MODELS 79 Add this to the plot as Y1 and look at the graph. Evaluating f(x) at x = 2008 (2nd/CALC/1:value/X=2008/ENTER) gives f(2008) = 130. Visually, this appears to be an underestimation. Recall that regression equa- tions work best with values of x within the boundaries of the data (1994 x 2004). Working outside these boundaries to make predictions is called extrap olation, and is often not as accurate as working inside the boundaries. Note also that r2 = .96 here, so there is a linear relationship, but how strong this holds beyond the boundaries of the data is questionable. What about finding a curve to fit the data? We will try the parabola which best fits the data. A parabola is the graph of a quadratic function y = ax2 + bx + c. We obtain the quadratic equation of best fit by using quadratic regression (STAT/CALC/5:QuadReg/VARS/Y-VARS/1:Function/1;Y1/ENTER). Note that r2 = .997 here, so we expect a very good fit: y = .402x2 1600.282x + 1593498.2. − This appears to be a good fit and we expect a good approximation for 2008. If y = f(x), f(2008) = 157. 80 5. NONLINEAR MODELS Parabolas – graphs of y = ax2 + bx + c a > 0 concave up a < 0 concave down a = magnitude of a parabola. The greater the magnitude, the steeper the parab| | ola. On the TI: (1) Compare x2 4x + 2 and 4x2 4x + 2 on [ 3, 6] [ 3, 20]. − − − ⇥ − (2) Compare x2 3x + 5 and 3x2 3x + 5 on [ 6, 4] [ 10, 10]. − − − − − ⇥ − Notice that c (or more precisely, (0, c)), is the y-intercept, while b a↵ects the horizontal and vertical placement of the parabola. Since the roots of a parabola are the solutions of ax2 + bx + c = 0, they are b pb2 4ac b pb2 4ac x = − ± − = − 2a −2a ± 2a b by the quadratic formula, and the x-coordinate of the vertex is x = , −2a b which is halfway between the roots. The vertical line x = is called the −2a axis of symmetry. 1. QUADRATIC FUNCTION MODELS 81 The vertex is the point on the graph where the function changes from decreasing to increasing or vice-versa. Example. Find the concavity, intercepts, and vertex of f(x) = 2x2 2.4x + 14.96 − − Solution f is concave down with a magnitude of 2. The axis of symmetry is b 2.4 x = = − = 0.6. −2a −2( 2) − − Since f( 0.6) = 15.68, the vertex is ( .6, 15.68). − − The y-intercept is c = 14.96 = f(0). The x-intercepts are b pb2 4ac b pb2 4ac x = − ± − = − = .6 ( 2.8) 2a −2a ± 2a − ± − or x = 3.4 and x = 2.2. − 82 5. NONLINEAR MODELS Problem (Page 299 #8). We are given that the graph is a parabola, so it is the graph of f(x) = ax2 + bx + c. Three noncollinear points are sufficient to provide 3 linear equations in a, b, and c that has a unique solution. The graph here appears to pass through ( 1, 1), (0, 1), and (1, 3). − From f(0) = c = 1, the y-intercept, we have f(x) = ax2 + bx + 1. From f( 1) = a b + 1 = 1, we have a b = 0. − − − From f(1) = a + b + 1 = 3, we have a + b = 2. Adding the last two equations on the right, we have 2a = 2 a = 1 b = 1. ) ) Thus f(x) = x2 + x + 1. Problem (Page 300 #14). We find the unique quadratic function that fits the three points (0, 6), (20, 68), and (40, 438), the middle point along with the two extremes. From f(0) = c = 6, the y-intercept, we have f(x) = ax2 + bx + 6. From f(20) = 400a + 20b + 6 = 68, we have 400a + 20b = 62. From f(40) = 1600a + 40b + 6 = 438, we have 1600a + 40b = 432. From the last two equations on the right, we have 800a 40b = 124 − − − 800a = 308 a = .385 (1600a + 40b = 432 ) ) ) ) 154 + 20b = 62 20b = 92 b = 4.6. ) − ) − Thus f(x) = .385x2 4.6x + 6. − Note that f(10) = 1.5 = 16 and f(30) = 214.5 = 233, so the 2nd and 4th points are missed. − 6 6 1. QUADRATIC FUNCTION MODELS 83 The graph on the left shows f(x) and the 5 points. Since health care costs are predicted to rise into the future, this model looks reasonably solid for predicting future costs despite the discrepancy at x = 10. The model on the right comes from using the first three points, f(x) = .21x2 1.1x + 6, and clearly begins to underestimate costs after year 20. This is not−a good model. 84 5. NONLINEAR MODELS Problem (Page 306 #36). The data is decreasing and concave up, so a quadratic model seems feasible. From quadratic regression, we get f(x) = 2.562x2 58.9x + 1321. − Note that r2 = .995, so this is a good fit. Graphically, we also see a good fit during a time when the active army was downsizing. However, the downsizing model will only last a couple more years in the future. 2. HIGHER POLYNOMIAL FUNCTION MODELS 85 Problem (Page 304 #28). The data does not appear to be quadratic. The quadratic equation of best fit, f(x) = .024x2 + 5.46x + 71.84, only has r2 = .922, quite di↵erent from our usual .99’s. Also, while a parabola is concave up or down, the concavity appears to change here. 2. Higher Polynomial Function Models What kind of model can we use for the previous data? Since our quadratic model for this data is practically linear, let’s also rule out a linear model for now. Definition. An inflection point is a point where a function changes con- cavity. Note. (1) A line has no concavity. (2) A parabola has no inflection point. 86 5. NONLINEAR MODELS Definition. A cubic function is a polynomial of degree 3 and has the form f(x) = ax3 + bx2 + cx + d. Note. (1) A cubic function has exactly one inflection point. (2) If a > 0, we get one of these two shapes (concave down, followed by concave up). (3) If a < 0, we get one of these two shapes (concave up, followed by concave down). But the data of #28 has two regions of concave up and one of concave down for 2 inflection points. Definition. A quartic function is a polynomial of degree 4 and has the form f(x) = ax4 + bx3 + cx2 + dx + e. 2. HIGHER POLYNOMIAL FUNCTION MODELS 87 Note. (1) A quartic function may have 0 or 2 inflection points. (2) If a > 0, we get one of the three basic shapes below. (3) If a < 0, we get one of the three basic shapes below. Based on the above, a quartic model with a > 0 is suggested for our data. We use 7:QuartReg to do quartic regression. With r2 = 1, we have an excellent fit. We have f(x) = .014513x4 .56287x3 + 6.59517x2 16.6583x + 72.3. − − The graph is on the next page. 88 5. NONLINEAR MODELS Although the data does an adequate job of modeling the data for the years 1980– 2000, we need to be careful about extrapolating this data past 2000, especially given the steep rise of the curve after x = 20 (2000). So perhaps, in the end, a linear model might be the best predictor of the future. 2. HIGHER POLYNOMIAL FUNCTION MODELS 89 Problem (Page 329 #18). A plot of the data points shows one change of concavity, so we use cubic re- gression. We have f(x) = .4514x3 + 6.1247x2 6.1706x + 1.9944 − − with r2 = .998, suggesting a good fit. We see a good fit, but the projection for 2006, f(11) = 210, is troublesome, since it indicates a decline in internet usage at a time when it would be expected to grow. Perhaps linear regression would be better for predicting users for the near future. 90 5. NONLINEAR MODELS Problem (Page 324 #4). The data appears to be linear, but we are asked to use a quadratic, cubic, or quartic model, the simplest to fit the data. Since the data appears slightly concave down, we choose the quadratic model. We get f(x) = 13.9512x2 + 2777.65x + 29155.78 − with r2 = .998, suggesting a good fit. Linear regression gives r2 = .997. This is a model where extrapolation seems plausible over the next period of years. It appears salaries will reach $100,000 between years 2010–2011 (x = 30 or x = 31). f(30) = 99, 929 f(31) = 101, 856 3. EXPONENTIAL FUNCTION MODELS 91 3. Exponential Function Models Consider the following data points. x 0 5 10 15 20 25 30 f(x) 10 76 577 4379 33,253 252,512 1,917,511 We consider the polynomial models. 92 5. NONLINEAR MODELS All of these models have regions of negative values and miss points by 50,000 or more, so they are unsatisfactory.
Recommended publications
  • A Computational Approach to Solve a System of Transcendental Equations with Multi-Functions and Multi-Variables
    mathematics Article A Computational Approach to Solve a System of Transcendental Equations with Multi-Functions and Multi-Variables Chukwuma Ogbonnaya 1,2,* , Chamil Abeykoon 3 , Adel Nasser 1 and Ali Turan 4 1 Department of Mechanical, Aerospace and Civil Engineering, The University of Manchester, Manchester M13 9PL, UK; [email protected] 2 Faculty of Engineering and Technology, Alex Ekwueme Federal University, Ndufu Alike Ikwo, Abakaliki PMB 1010, Nigeria 3 Aerospace Research Institute and Northwest Composites Centre, School of Materials, The University of Manchester, Manchester M13 9PL, UK; [email protected] 4 Independent Researcher, Manchester M22 4ES, Lancashire, UK; [email protected] * Correspondence: [email protected]; Tel.: +44-(0)74-3850-3799 Abstract: A system of transcendental equations (SoTE) is a set of simultaneous equations containing at least a transcendental function. Solutions involving transcendental equations are often problematic, particularly in the form of a system of equations. This challenge has limited the number of equations, with inter-related multi-functions and multi-variables, often included in the mathematical modelling of physical systems during problem formulation. Here, we presented detailed steps for using a code- based modelling approach for solving SoTEs that may be encountered in science and engineering problems. A SoTE comprising six functions, including Sine-Gordon wave functions, was used to illustrate the steps. Parametric studies were performed to visualize how a change in the variables Citation: Ogbonnaya, C.; Abeykoon, affected the superposition of the waves as the independent variable varies from x1 = 1:0.0005:100 to C.; Nasser, A.; Turan, A.
    [Show full text]
  • Math 1232-04F (Survey of Calculus) Dr. J.S. Zheng Chapter R. Functions
    Math 1232-04F (Survey of Calculus) Dr. J.S. Zheng Chapter R. Functions, Graphs, and Models R.4 Slope and Linear Functions R.5* Nonlinear Functions and Models R.6 Exponential and Logarithmic Functions R.7* Mathematical Modeling and Curve Fitting • Linear Functions (11) Graph the following equations. Determine if they are functions. (a) y = 2 (b) x = 2 (c) y = 3x (d) y = −2x + 4 (12) Definition. The variable y is directly proportional to x (or varies directly with x) if there is some positive constant m such that y = mx. We call m the constant of proportionality, or variation constant. (13) The weight M of a person's muscles is directly proportional to the person's body weight W . It is known that a person weighing 200 lb has 80 lb of muscle. (a) Find an equation of variation expressing M as a function of W . (b) What is the muscle weight of a person weighing 120 lb? (14) Definition. A linear function is any function that can be written in the form y = mx + b or f(x) = mx + b, called the slope-intercept equation of a line. The constant m is called the slope. The point (0; b) is called the y-intercept. (15) Find the slope and y-intercept of the graph of 3x + 5y − 2 = 0. (16) Find an equation of the line that has slope 4 and passes through the point (−1; 1). (17) Definition. The equation y − y1 = m(x − x1) is called the point-slope equation of a line. The point is (x1; y1), and the slope is m.
    [Show full text]
  • Robust Algorithms for Object Localization
    Robust Algorithms for Ob ject Lo calizati on y Dinesh Mano cha Aaron S. Wallack Department of Computer Science Computer Science Division University of North Carolina University of California Chap el Hill, NC 27599-3175 Berkeley, CA 94720 mano [email protected] wallack@rob otics.eecs.b erkeley.edu Abstract Ob ject lo calization using sensed data features and corresp onding mo del features is a fun- damental problem in machine vision. We reformulate ob ject lo calization as a least squares problem: the optimal p ose estimate minimizes the squared error discrepancy b etween the sensed and predicted data. The resulting problem is non-linear and previous attempts to estimate the optimal p ose using lo cal metho ds such as gradient descent su er from lo cal minima and, at times, return incorrect results. In this pap er, we describ e an exact, accurate and ecient algorithm based on resultants, linear algebra, and numerical analysis, for solv- ing the nonlinear least squares problem asso ciated with lo calizing two-dimensional ob jects given two-dimensional data. This work is aimed at tasks where the sensor features and the mo del features are of di erenttyp es and where either the sensor features or mo del features are p oints. It is applicable to lo calizing mo deled ob jects from image data, and estimates the p ose using all of the pixels in the detected edges. The algorithm's running time dep ends mainly on the typ e of non-p oint features, and it also dep ends to a small extent on the number of features.
    [Show full text]
  • The Fast Quartic Solver Peter Strobach AST-Consulting Inc., Bahnsteig 6, 94133 Röhrnbach, Germany Article Info a B S T R a C T
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Computational and Applied Mathematics 234 (2010) 3007–3024 Contents lists available at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elsevier.com/locate/cam The fast quartic solver Peter Strobach AST-Consulting Inc., Bahnsteig 6, 94133 Röhrnbach, Germany article info a b s t r a c t Article history: A fast and highly accurate algorithm for solving quartic equations is introduced. This Received 27 February 2010 new algorithm is more than six times as fast and several times more accurate than the Received in revised form 14 April 2010 quasi-standard Companion matrix eigenvalue quartic solver. Moreover, the method is exceptionally robust in cases of extreme root spread. The new algorithm is based on MSC: a factorization of the quartic in two quadratics, which are solved in closed form. The 65E05 performance key at this point is a fixed-point iteration based fitting algorithm for backward Keywords: optimization of the underlying quartic-to-quadratic polynomial decomposition. Detailed Quartic function experimental results confirm our claims. Polynomial factorization ' 2010 Elsevier B.V. All rights reserved. Polynomial rooting Companion matrix Eigenvalues 1. Introduction Consider the practical rooting of quartic polynomials or functions of the type f .x/ D x4 C ax3 C bx2 C cx C d D x2 C αx C β x2 C γ x C δ D .x − x1/.x − x2/.x − x3/.x − x4/ : (1) A quartic solver is an algorithm that relates a set of real or complex conjugate or mixed real/complex conjugate roots fx1; x2; x3; x4g to a given set of real quartic coefficients fa; b; c; dg.
    [Show full text]
  • Write the Function in Standard Form
    Write The Function In Standard Form Bealle often suppurates featly when active Davidson lopper fleetly and ray her paedogenesis. Tressed Jesse still outmaneuvers: clinometric and georgic Augie diphthongises quite dirtily but mistitling her indumentum sustainedly. If undefended or gobioid Allen usually pulsate his Orientalism miming jauntily or blow-up stolidly and headfirst, how Alhambresque is Gustavo? Now the vertex always sits exactly smack dab between the roots, when you do have roots. For the two sides to be equal, the corresponding coefficients must be equal. So, changing the value of p vertically stretches or shrinks the parabola. To save problems you must sign in. This short tutorial helps you learn how to find vertex, focus, and directrix of a parabola equation with an example using the formulas. The draft was successfully published. To determine the domain and range of any function on a graph, the general idea is to assume that they are both real numbers, then look for places where no values exist. For our purposes, this is close enough. English has also become the most widely used second language. Simplify the radical, but notice that the number under the radical symbol is negative! On this lesson, you fill learn how to graph a quadratic function, find the axis of symmetry, vertex, and the x intercepts and y intercepts of a parabolawi. Be sure to write the terms with the exponent on the variable in descending order. Wendler Polynomial Webquest Introduction: By the end of this webquest, you will have a deeper understanding of polynomials. Anyone can ask a math question, and most questions get answers! Follow along with the highlighted text while you listen! And if I have an upward opening parabola, the vertex is going to be the minimum point.
    [Show full text]
  • Lesson 1: Multiplying and Factoring Polynomial Expressions
    NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 1 M4 ALGEBRA I Lesson 1: Multiplying and Factoring Polynomial Expressions Classwork Opening Exercise Write expressions for the areas of the two rectangles in the figures given below. 8 2 2 Now write an expression for the area of this rectangle: 8 2 Example 1 The total area of this rectangle is represented by 3a + 3a. Find expressions for the dimensions of the total rectangle. 2 3 + 3 square units 2 푎 푎 Lesson 1: Multiplying and Factoring Polynomial Expressions Date: 2/2/14 S.1 This work is licensed under a © 2014 Common Core, Inc. Some rights reserved. commoncore.org Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. NYS COMMON CORE MATHEMATICS CURRICULUM Lesson 1 M4 ALGEBRA I Exercises 1–3 Factor each by factoring out the Greatest Common Factor: 1. 10 + 5 푎푏 푎 2. 3 9 + 3 2 푔 ℎ − 푔 ℎ 12ℎ 3. 6 + 9 + 18 2 3 4 5 푦 푦 푦 Discussion: Language of Polynomials A prime number is a positive integer greater than 1 whose only positive integer factors are 1 and itself. A composite number is a positive integer greater than 1 that is not a prime number. A composite number can be written as the product of positive integers with at least one factor that is not 1 or itself. For example, the prime number 7 has only 1 and 7 as its factors. The composite number 6 has factors of 1, 2, 3, and 6; it could be written as the product 2 3.
    [Show full text]
  • Nature of the Discriminant
    Name: ___________________________ Date: ___________ Class Period: _____ Nature of the Discriminant Quadratic − b b 2 − 4ac x = b2 − 4ac Discriminant Formula 2a The discriminant predicts the “nature of the roots of a quadratic equation given that a, b, and c are rational numbers. It tells you the number of real roots/x-intercepts associated with a quadratic function. Value of the Example showing nature of roots of Graph indicating x-intercepts Discriminant b2 – 4ac ax2 + bx + c = 0 for y = ax2 + bx + c POSITIVE Not a perfect x2 – 2x – 7 = 0 2 b – 4ac > 0 square − (−2) (−2)2 − 4(1)(−7) x = 2(1) 2 32 2 4 2 x = = = 1 2 2 2 2 Discriminant: 32 There are two real roots. These roots are irrational. There are two x-intercepts. Perfect square x2 + 6x + 5 = 0 − 6 62 − 4(1)(5) x = 2(1) − 6 16 − 6 4 x = = = −1,−5 2 2 Discriminant: 16 There are two real roots. These roots are rational. There are two x-intercepts. ZERO b2 – 4ac = 0 x2 – 2x + 1 = 0 − (−2) (−2)2 − 4(1)(1) x = 2(1) 2 0 2 x = = = 1 2 2 Discriminant: 0 There is one real root (with a multiplicity of 2). This root is rational. There is one x-intercept. NEGATIVE b2 – 4ac < 0 x2 – 3x + 10 = 0 − (−3) (−3)2 − 4(1)(10) x = 2(1) 3 − 31 3 31 x = = i 2 2 2 Discriminant: -31 There are two complex/imaginary roots. There are no x-intercepts. Quadratic Formula and Discriminant Practice 1.
    [Show full text]
  • Fundamental Units and Regulators of an Infinite Family of Cyclic Quartic Function Fields
    J. Korean Math. Soc. 54 (2017), No. 2, pp. 417–426 https://doi.org/10.4134/JKMS.j160002 pISSN: 0304-9914 / eISSN: 2234-3008 FUNDAMENTAL UNITS AND REGULATORS OF AN INFINITE FAMILY OF CYCLIC QUARTIC FUNCTION FIELDS Jungyun Lee and Yoonjin Lee Abstract. We explicitly determine fundamental units and regulators of an infinite family of cyclic quartic function fields Lh of unit rank 3 with a parameter h in a polynomial ring Fq[t], where Fq is the finite field of order q with characteristic not equal to 2. This result resolves the second part of Lehmer’s project for the function field case. 1. Introduction Lecacheux [9, 10] and Darmon [3] obtain a family of cyclic quintic fields over Q, and Washington [22] obtains a family of cyclic quartic fields over Q by using coverings of modular curves. Lehmer’s project [13, 14] consists of two parts; one is finding families of cyclic extension fields, and the other is computing a system of fundamental units of the families. Washington [17, 22] computes a system of fundamental units and the regulators of cyclic quartic fields and cyclic quintic fields, which is the second part of Lehmer’s project. We are interested in working on the second part of Lehmer’s project for the families of function fields which are analogous to the type of the number field families produced by using modular curves given in [22]: that is, finding a system of fundamental units and regulators of families of cyclic extension fields over the rational function field Fq(t). In [11], we obtain the results for the quintic extension case.
    [Show full text]
  • Formula Sheet 1 Factoring Formulas 2 Exponentiation Rules
    Formula Sheet 1 Factoring Formulas For any real numbers a and b, (a + b)2 = a2 + 2ab + b2 Square of a Sum (a − b)2 = a2 − 2ab + b2 Square of a Difference a2 − b2 = (a − b)(a + b) Difference of Squares a3 − b3 = (a − b)(a2 + ab + b2) Difference of Cubes a3 + b3 = (a + b)(a2 − ab + b2) Sum of Cubes 2 Exponentiation Rules p r For any real numbers a and b, and any rational numbers and , q s ap=qar=s = ap=q+r=s Product Rule ps+qr = a qs ap=q = ap=q−r=s Quotient Rule ar=s ps−qr = a qs (ap=q)r=s = apr=qs Power of a Power Rule (ab)p=q = ap=qbp=q Power of a Product Rule ap=q ap=q = Power of a Quotient Rule b bp=q a0 = 1 Zero Exponent 1 a−p=q = Negative Exponents ap=q 1 = ap=q Negative Exponents a−p=q Remember, there are different notations: p q a = a1=q p q ap = ap=q = (a1=q)p 1 3 Quadratic Formula Finally, the quadratic formula: if a, b and c are real numbers, then the quadratic polynomial equation ax2 + bx + c = 0 (3.1) has (either one or two) solutions p −b ± b2 − 4ac x = (3.2) 2a 4 Points and Lines Given two points in the plane, P = (x1; y1);Q = (x2; y2) you can obtain the following information: p 2 2 1. The distance between them, d(P; Q) = (x2 − x1) + (y2 − y1) . x + x y + y 2.
    [Show full text]
  • Keshas Final Report
    Copyright by LaKesha Rochelle Whitfield 2009 Understanding Complex Numbers and Identifying Complex Roots Graphically by LaKesha Rochelle Whitfield, B.A. Report Presented to the Faculty of the Graduate School of The University of Texas at Austin in Partial Fulfillment of the Requirements for the Degree of Masters of Arts The University of Texas at Austin August 2009 Understanding Complex Numbers and Identifying Complex Roots Graphically Approved by Supervising Committee: Efraim P. Armendariz Mark L. Daniels Dedication I would like to dedicate this master’s report to two very important men in my life – my father and my son. My father, the late John Henry Whitfield, Sr., who showed me daily what it means to work hard to achieve something. And to my son, Byshup Kourtland Rhodes, who continuously encourages and believes in me. To you both, I love and thank you! Acknowledgements I would like to acknowledge my friends and family members. Thank you for always supporting, encouraging, and believing in me. You all are the wind beneath my wings. Also, thank you to the 2007 UTeach Mathematics Masters Cohort. You all are a uniquely dynamic group of individuals whom I am honored to have met and worked with. 2009 v Abstract Understanding Complex Numbers and Identifying Complex Roots Graphically LaKesha Rochelle Whitfield, M.A. The University of Texas at Austin, 2009 Supervisor: Efraim Pacillas Armendariz This master’s report seeks to increase knowledge of complex numbers and how to identify complex roots graphically. The reader will obtain a greater understanding of the history of complex numbers, the definition of a complex number and a few of the field properties of complex numbers.
    [Show full text]
  • Low-Degree Polynomial Roots
    Low-Degree Polynomial Roots David Eberly, Geometric Tools, Redmond WA 98052 https://www.geometrictools.com/ This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Created: July 15, 1999 Last Modified: September 10, 2019 Contents 1 Introduction 3 2 Discriminants 3 3 Preprocessing the Polynomials5 4 Quadratic Polynomials 6 4.1 A Floating-Point Implementation..................................6 4.2 A Mixed-Type Implementation...................................7 5 Cubic Polynomials 8 5.1 Real Roots of Multiplicity Larger Than One............................8 5.2 One Simple Real Root........................................9 5.3 Three Simple Real Roots......................................9 5.4 A Mixed-Type Implementation................................... 10 6 Quartic Polynomials 12 6.1 Processing the Root Zero...................................... 14 6.2 The Biquadratic Case........................................ 14 6.3 Multiplicity Vector (3; 1; 0; 0).................................... 15 6.4 Multiplicity Vector (2; 2; 0; 0).................................... 15 6.5 Multiplicity Vector (2; 1; 1; 0).................................... 15 6.6 Multiplicity Vector (1; 1; 1; 1).................................... 16 1 6.7 A Mixed-Type Implementation................................... 17 2 1 Introduction Consider a polynomial of degree d of the form d X i p(y) = piy (1) i=0 where the pi are real numbers and where pd 6= 0. A root of the polynomial is a number r, real or non-real (complex-valued with nonzero imaginary part) such that p(r) = 0. The polynomial can be factored as p(y) = (y − r)mf(y), where m is a positive integer and f(r) 6= 0.
    [Show full text]
  • Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models
    L6 - 1 Lecture 6: Sections 2.2 and 2.3 Polynomial Functions, Quadratic Models Polynomial Functions Def. A polynomial function of degree n is a function of the form n n−1 f(x) = anx + an−1x + ::: + a1x + a0; (an =6 0) where a0; a1; :::; an are constants called coefficients and n is a nonnegative integer. an is called the leading coefficient. ex. Determine if the given function is a polynomial; if so, find its degree. 2 p 1) f(x) = 4x8 − x6 − 4x2 + 3 5 2 2) f(x) = x3 − + 4x2 x NOTE: The domain of a polynomial function A polynomial function of degree 1: L6 - 2 Quadratic Functions A polynomial function of degree 2, 2 f(x) = a2x +a1x+a0, a2 =6 0, is called a quadratic function. We write f(x) = ex. Graph the following: 1) y = x2 6 - 2) y = −(x + 3)2 3) y = (x − 2)2 + 1 6 6 - - L6 - 3 Graphing a quadratic function I. Standard Form of a Quadratic Function: We can graph a quadratic equation in standard form using translations. ex. Graph f(x) = −x2 + 6x − 6. 6 - L6 - 4 II. Graph using the vertex formula: We can prove the following using the Quadratic For- mula (see text) and very easily using calculus: The vertex of the graph of f(x) = ax2+bx+c is given by the formula x = and y = . The parabola opens upwards if a > 0 and downwards if a < 0. We use the vertex and intercepts to graph. ex. Sketch the graph of y = 2x2 + 5x − 3.
    [Show full text]