Cubic Polynomials with Real Or Complex Coefficients: the Full

Total Page:16

File Type:pdf, Size:1020Kb

Cubic Polynomials with Real Or Complex Coefficients: the Full Cubic polynomials with real or complex coefficients: The full picture Nicholas S. Bardell RMIT University [email protected] Introduction he cubic polynomial with real coefficients y = ax3 + bx2 + cx + d in which Ta | 0, has a rich and interesting history primarily associated with the endeavours of great mathematicians like del Ferro, Tartaglia, Cardano or Vieta who sought a solution for the roots (Katz, 1998; see Chapter 12.3: The Solution of the Cubic Equation). Suffice it to say that since the times of renaissance mathematics in Italy various techniques have been developed which yield the three roots of a general cubic equation. A ‘cubic formula’ does exist—much like the one for finding the two roots of a quadratic equation—but in the case of the cubic equation the formula is not easily memorised and the solution steps can get quite involved (Abramowitz & Stegun, 1970; see Chapter 3: Elementary Analytical Methods, 3.8.2 Solution of Cubic Equations). Hence it is not surprising that with the advent of the digital computer, numerical root- finding algorithms such as those attributed to Newton-Raphson, Halley, and Householder have become the solution of choice (Weisstein, n.d.). Students studying a mathematics specialism as a part of the Victorian VCE (Mathematical Methods, 2010), HSC in NSW (Mathematics Extension in NSW, 1997) or Queensland QCE (Mathematics C, 2009) are expected to be able Australian Senior Mathematics Journal vol. 30 no. 2 to recognise, plot, factorise, and even solve cubic polynomials as described by ACARA (ACARA, n.d., Unit 1, Topic 1: Functions and Graphs). The latter requirement even goes so far as to encourage students to “solve cubic equations using technology”. Since the application of such technology, e.g., MathCAD (2007), is fundamental to the contents of this paper, it is hoped that the work presented here will prove interesting, relevant, and stimulating to students and teachers alike. It is not the intention here to present a new method for finding the roots of a cubic polynomial; rather, the aim is to allow all the roots to be visualised, their arrangement better understood, and an explanation provided for the complex conjugate root pairing. This understanding becomes of paramount importance when the coefficients are generally complex and any combination 5 of roots can result; an explanation for this latter case appears to be completely Bardell absent from the literature. Cubic polynomials with real coefficients To begin, recall a quadratic function y = ax2 + bx + c can always be cast in vertex form y = a(x − h)2 + k for some constants h and k which means the graph of y = a(x − h)2 + k can be obtained from the standard parabola y = x2 by reflections, dilations and translations. However, this is not so for cubic polynomials since not every cubic graph can be obtained from the standard cubic y = x3 by a combination of reflections, dilations and translations. This failure/inability to express a cubic polynomial in vertex form tends to complicate matters considerably and will be shown to have quite an impact on the following investigation. Consider the general cubic equation y = ax3 + bx2 + cx + d (1) in which the coefficients a, b, c and d are real and a | 0. For completeness, a brief review of cubic polynomials is now given; these salient facts can be found in any good textbook and are presented here without proof. Figure 1 illustrates the three most general forms a cubic function may assume. The increased complexity compared with a quadratic function should immediately be evident. (a) y = x3 – x (b) y = x3 (c) y = x3 + x Figure 1. Illustration of the variation that is possible in cubic curves (PoI = Point of Inflection). In order to produce an accurate graph of a given cubic function, it is necessary to identify four critical points of interest: 1. the location of the relative extremes; 2. the location at which the sign of the curvature (concavity) changes (i.e., the point of inflection (PoI)); 3. the location of the point(s) where the graph crosses the x-axis (i.e., the roots); and 4. the location of the point where the graph crosses the y-axis (i.e., the y-intercept). Australian Senior Mathematics Journal vol. 30 no. 2 6 Cubic polynomials with real or complex coefficients: The full picture The location of the turning points The turning points are found by differentiating Equation (1) and setting the resulting equation for the slope equal to zero, that is, dy = 3ax 2 +2bx +c = 0 (2) dx The location of the turning points is found by using the quadratic formula to solve Equation (2): 2 x = b ± b 3ac (3) 3a 1. If b2 – 3ac > 0, two distinct turning points result—characterised by a local maximum and a local minimum—giving the classic S-shaped cubic curve. For an example, see Figure 1(a). Note that, unlike quadratic curves, the turning points of a cubic are not symmetrically located between x-axis intercepts. 2. If b2 – 3ac = 0, there are no distinct turning points; they have effectively coalesced into a single stationary point of inflection. For an example, see Figure 1(b). 3. If b2 – 3ac < 0, there are no distinct turning points and the function is monotonic. For an example, see Figure 1(c). Further clarification about the nature of the turning points can be found by checking the value of the slope either side of the turning point. Alternatively, the second derivative of Equation (1) may be used: d 2y < 0 the turning point is a maximum If 2 = 6ax +2b dx > 0 the turning point is a minimum The location of the point of inflection Every cubic polynomial has one point of inflection (PoI), that is, a point on the curve at which the sign of the curvature (i.e., the concavity) changes. The PoI is found by setting the second derivative of Equation (1) equal to zero thus: 2 d y b Australian Senior Mathematics Journal vol. 30 no. 2 2 = 6ax +2b = 0, from whichx = (4) dx 3a If, in addition to d 2y 2 =0 dx the third derivative of Equation (1) is non-zero, the existence of a point of inflection is confirmed. This is always the case for a cubic polynomial because d 3y 3 =6a dx and 6a | 0 since by definition a | 0. Hence b x = 3a always defines the location of the PoI on a cubic polynomial. 7 It is further noted that: Bardell t A PoI may be a stationary point, like the one shown in Figure 1(b), but it is not a local maximum or a local minimum. t A PoI is not necessarily parallel to the x-axis. An example of this is shown in Figure 1(c). t If distinct turning points are present, like the ones shown in Figure 1(a), the PoI also corresponds to the mid-point between them. This is evident from Equation (3), which confirms the tuning points are located equal distances either side of x = –b/3a, which is the location of the PoI. The location of the roots A cubic equation has three roots which are found by setting y = 0 in Equation (1) and solving for x. Since the leading coefficient is not zero, then 3 2 if a > 0 lim ax +bx +cx +d = x + if a < 0 3 2 + if a > 0 lim ax +bx +cx +d = x+ if a < 0 Since a polynomial is continuous, then by the Intermediate Value Theorem, if it takes a positive value and a negative value, it must take every value in between, in particular zero. Hence the graph of a cubic must cross the x-axis at least once, and thus one of the roots is always real. The arrangement of the roots can occur in any of the following combinations: t one real root and a pair of complex conjugate roots. t three real roots: – all of which may be coincident; – one of which may be distinct and the remaining pair coincident; – all of which may be distinct. The location of the y-intercept The y-intercept is found by setting x = 0 in Equation (1). This immediately gives yintercept = d. Cubic polynomials in the Cartesian plane To illustrate many of the features discussed above for cubic polynomials with real coefficients plotted in the Cartesian plane, consider the curve y = x3 + 3x2 + x – 5 shown in Figure 2 over the range –4 f x f 2. There is one real root apparent at x = 1 but no indication whatsoever of the whereabouts of the complex conjugate roots. In this particular instance it is easy enough to divide the expression for y by the known factor (x – 1) to yield y = (x – 1)(x2 + 4x + 5) from which the remaining two roots are found to be –2 t i. There are two distinct turning points present which, from Equations (3) and (1), are found to occur at (x, y) = (0.184, –5.089) MIN and (–1.816, –2.911) MAX respectively. Using Equations (4) and (1), the PoI is seen to occur at Australian Senior Mathematics Journal vol. 30 no. 2 8 Cubic polynomials with real or complex coefficients: The full picture (x, y) = (–1, –4), midway between the turning points. The y-intercept is found at y = –5. Figure 2. Plot of the curve y = x3 + 3x2 + x – 5 over the range 4 f x f 2. The complex conjugate roots do not correspond to the locations of either turning point or the PoI shown in Figure 1 and have often been misplaced by well-meaning but ingenuous authors like Stroud (1986, see Programme 2, Theory of Equations, where he [incorrectly] places the complex conjugate roots in the Cartesian plane at one of the turning points of a cubic equation).
Recommended publications
  • Symmetry and the Cubic Formula
    SYMMETRY AND THE CUBIC FORMULA DAVID CORWIN The purpose of this talk is to derive the cubic formula. But rather than finding the exact formula, I'm going to prove that there is a cubic formula. The way I'm going to do this uses symmetry in a very elegant way, and it foreshadows Galois theory. Note that this material comes almost entirely from the first chapter of http://homepages.warwick.ac.uk/~masda/MA3D5/Galois.pdf. 1. Deriving the Quadratic Formula Before discussing the cubic formula, I would like to consider the quadratic formula. While I'm expecting you know the quadratic formula already, I'd like to treat this case first in order to motivate what we will do with the cubic formula. Suppose we're solving f(x) = x2 + bx + c = 0: We know this factors as f(x) = (x − α)(x − β) where α; β are some complex numbers, and the problem is to find α; β in terms of b; c. To go the other way around, we can multiply out the expression above to get (x − α)(x − β) = x2 − (α + β)x + αβ; which means that b = −(α + β) and c = αβ. Notice that each of these expressions doesn't change when we interchange α and β. This should be the case, since after all, we labeled the two roots α and β arbitrarily. This means that any expression we get for α should equally be an expression for β. That is, one formula should produce two values. We say there is an ambiguity here; it's ambiguous whether the formula gives us α or β.
    [Show full text]
  • On the Number of Cubic Orders of Bounded Discriminant Having
    On the number of cubic orders of bounded discriminant having automorphism group C3, and related problems Manjul Bhargava and Ariel Shnidman August 8, 2013 Abstract For a binary quadratic form Q, we consider the action of SOQ on a two-dimensional vector space. This representation yields perhaps the simplest nontrivial example of a prehomogeneous vector space that is not irreducible, and of a coregular space whose underlying group is not semisimple. We show that the nondegenerate integer orbits of this representation are in natural bijection with orders in cubic fields having a fixed “lattice shape”. Moreover, this correspondence is discriminant-preserving: the value of the invariant polynomial of an element in this representation agrees with the discriminant of the corresponding cubic order. We use this interpretation of the integral orbits to solve three classical-style count- ing problems related to cubic orders and fields. First, we give an asymptotic formula for the number of cubic orders having bounded discriminant and nontrivial automor- phism group. More generally, we give an asymptotic formula for the number of cubic orders that have bounded discriminant and any given lattice shape (i.e., reduced trace form, up to scaling). Via a sieve, we also count cubic fields of bounded discriminant whose rings of integers have a given lattice shape. We find, in particular, that among cubic orders (resp. fields) having lattice shape of given discriminant D, the shape is equidistributed in the class group ClD of binary quadratic forms of discriminant D. As a by-product, we also obtain an asymptotic formula for the number of cubic fields of bounded discriminant having any given quadratic resolvent field.
    [Show full text]
  • 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]
  • Solving Cubic Polynomials
    Solving Cubic Polynomials 1.1 The general solution to the quadratic equation There are four steps to finding the zeroes of a quadratic polynomial. 1. First divide by the leading term, making the polynomial monic. a 2. Then, given x2 + a x + a , substitute x = y − 1 to obtain an equation without the linear term. 1 0 2 (This is the \depressed" equation.) 3. Solve then for y as a square root. (Remember to use both signs of the square root.) a 4. Once this is done, recover x using the fact that x = y − 1 . 2 For example, let's solve 2x2 + 7x − 15 = 0: First, we divide both sides by 2 to create an equation with leading term equal to one: 7 15 x2 + x − = 0: 2 2 a 7 Then replace x by x = y − 1 = y − to obtain: 2 4 169 y2 = 16 Solve for y: 13 13 y = or − 4 4 Then, solving back for x, we have 3 x = or − 5: 2 This method is equivalent to \completing the square" and is the steps taken in developing the much- memorized quadratic formula. For example, if the original equation is our \high school quadratic" ax2 + bx + c = 0 then the first step creates the equation b c x2 + x + = 0: a a b We then write x = y − and obtain, after simplifying, 2a b2 − 4ac y2 − = 0 4a2 so that p b2 − 4ac y = ± 2a and so p b b2 − 4ac x = − ± : 2a 2a 1 The solutions to this quadratic depend heavily on the value of b2 − 4ac.
    [Show full text]
  • Math 2250 HW #10 Solutions
    Math 2250 Written HW #10 Solutions 1. Find the absolute maximum and minimum values of the function g(x) = e−x2 subject to the constraint −2 ≤ x ≤ 1. Answer: First, we check for critical points of g, which is differentiable everywhere. By the Chain Rule, 2 2 g0(x) = e−x · (−2x) = −2xe−x : Since e−x2 > 0 for all x, g0(x) = 0 when 2x = 0, meaning when x = 0. Hence, x = 0 is the only critical point of g. Now we just evaluate g at the critical point and the endpoints: 2 g(−2) = e−(−2) = e−4 = 1=e4 2 g(0) = e−0 = e0 = 1 2 g(2) = e−1 = e−1 = 1=e: Since 1 > 1=e > 1=e4, we see that the absolute maximum of g(x) on this interval is at (0; 1) and the absolute minimum is at (−2; 1=e4). 2. Find all local maxima and minima of the curve y = x2 ln x. Answer: Notice, first of all, that ln x is only defined for x > 0, so the function x2 ln x is likewise only defined for x > 0. This function is differentiable on its entire domain, so we differentiate in search of critical points. Using the Product Rule, 1 y0 = 2x ln x + x2 · = 2x ln x + x = x(2 ln x + 1): x Since we're only allowed to consider x > 0, we see that the derivative is zero only when 2 ln x + 1 = 0, meaning ln x = −1=2. Therefore, we have a critical point at x = e−1=2.
    [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]
  • Supplement 1: Toolkit Functions
    Supplement 1: Toolkit Functions What is a Function? The natural world is full of relationships between quantities that change. When we see these relationships, it is natural for us to ask “If I know one quantity, can I then determine the other?” This establishes the idea of an input quantity, or independent variable, and a corresponding output quantity, or dependent variable. From this we get the notion of a functional relationship in which the output can be determined from the input. For some quantities, like height and age, there are certainly relationships between these quantities. Given a specific person and any age, it is easy enough to determine their height, but if we tried to reverse that relationship and determine age from a given height, that would be problematic, since most people maintain the same height for many years. Function Function: A rule for a relationship between an input, or independent, quantity and an output, or dependent, quantity in which each input value uniquely determines one output value. We say “the output is a function of the input.” Function Notation The notation output = f(input) defines a function named f. This would be read “output is f of input” Graphs as Functions Oftentimes a graph of a relationship can be used to define a function. By convention, graphs are typically created with the input quantity along the horizontal axis and the output quantity along the vertical. The most common graph has y on the vertical axis and x on the horizontal axis, and we say y is a function of x, or y = f(x) when the function is named f.
    [Show full text]
  • As1.4: Polynomial Long Division
    AS1.4: POLYNOMIAL LONG DIVISION One polynomial may be divided by another of lower degree by long division (similar to arithmetic long division). Example (x32+ 3 xx ++ 9) (x + 2) x + 2 x3 + 3x2 + x + 9 1. Write the question in long division form. 3 2. Begin with the x term. 2 x3 divided by x equals x2. x 2 Place x above the division bracket x+2 x32 + 3 xx ++ 9 as shown. subtract xx32+ 2 2 3. Multiply x + 2 by x . x2 xx2+=+22 x 32 x ( ) . Place xx32+ 2 below xx32+ 3 then subtract. x322+−+32 x x xx = 2 ( ) 4. “Bring down” the next term (x) as 2 x + x indicated by the arrow. +32 +++ Repeat this process with the result until xxx23x 9 there are no terms remaining. x32+↓2x 2 2 5. x divided by x equals x. x + x Multiply xx( +=+22) x2 x . xx2 +−1 ( xx22+−) ( x +2 x) =− x 32 x+23 x + xx ++ 9 6. Bring down the 9. xx32+2 ↓↓ 2 7. − x divided by x equals − 1. xx+↓ Multiply xx2 +↓2 −12( xx +) =−− 2 . −+x 9 (−+xx9) −−−( 2) = 11 −−x 2 The remainder is 11 +11 (x32+ 3 xx ++ 9) equals xx2 +−1, with remainder 11. (x + 2) AS 1.4 – Polynomial Long Division Page 1 of 4 June 2012 If the polynomial has an ‘xn ‘ term missing, add the term with a coefficient of zero. Example (2xx3 − 31 +÷) ( x − 1) Rewrite (2xx3 −+ 31) as (2xxx32+ 0 −+ 31) Divide using the method from the previous example. 2 22xx32÷= x 2xx+− 21 2 32 −= − 2xx( 12) x 2 x 32 x−12031 xxx + −+ 20xx32−=−−(22xx32) 2x2 2xx32− 2 ↓↓ 2 22xx÷= x 2xx2 −↓ 3 2xx( −= 12) x2 − 2 x 2 2 2 2xx−↓ 2 23xx−=−−22xx− x ( ) −+x 1 −÷xx =−1 −+x 1 −11( xx −) =−+ 1 0 −+xx1− ( + 10) = Remainder is 0 (2xx32− 31 +÷) ( x −= 1) ( 2 xx + 21 −) with remainder = 0 ∴(2xx32 − 3 += 1) ( x − 12)( xx + 2 − 1) See Exercise 1.
    [Show full text]
  • A Historical Survey of Methods of Solving Cubic Equations Minna Burgess Connor
    University of Richmond UR Scholarship Repository Master's Theses Student Research 7-1-1956 A historical survey of methods of solving cubic equations Minna Burgess Connor Follow this and additional works at: http://scholarship.richmond.edu/masters-theses Recommended Citation Connor, Minna Burgess, "A historical survey of methods of solving cubic equations" (1956). Master's Theses. Paper 114. This Thesis is brought to you for free and open access by the Student Research at UR Scholarship Repository. It has been accepted for inclusion in Master's Theses by an authorized administrator of UR Scholarship Repository. For more information, please contact [email protected]. A HISTORICAL SURVEY OF METHODS OF SOLVING CUBIC E<~UATIONS A Thesis Presented' to the Faculty or the Department of Mathematics University of Richmond In Partial Fulfillment ot the Requirements tor the Degree Master of Science by Minna Burgess Connor August 1956 LIBRARY UNIVERStTY OF RICHMOND VIRGlNIA 23173 - . TABLE Olf CONTENTS CHAPTER PAGE OUTLINE OF HISTORY INTRODUCTION' I. THE BABYLONIANS l) II. THE GREEKS 16 III. THE HINDUS 32 IV. THE CHINESE, lAPANESE AND 31 ARABS v. THE RENAISSANCE 47 VI. THE SEVEW.l'EEl'iTH AND S6 EIGHTEENTH CENTURIES VII. THE NINETEENTH AND 70 TWENTIETH C:BNTURIES VIII• CONCLUSION, BIBLIOGRAPHY 76 AND NOTES OUTLINE OF HISTORY OF SOLUTIONS I. The Babylonians (1800 B. c.) Solutions by use ot. :tables II. The Greeks·. cs·oo ·B.c,. - )00 A~D.) Hippocrates of Chios (~440) Hippias ot Elis (•420) (the quadratrix) Archytas (~400) _ .M~naeobmus J ""375) ,{,conic section~) Archimedes (-240) {conioisections) Nicomedea (-180) (the conchoid) Diophantus ot Alexander (75) (right-angled tr~angle) Pappus (300) · III.
    [Show full text]
  • Analytical Formula for the Roots of the General Complex Cubic Polynomial Ibrahim Baydoun
    Analytical formula for the roots of the general complex cubic polynomial Ibrahim Baydoun To cite this version: Ibrahim Baydoun. Analytical formula for the roots of the general complex cubic polynomial. 2018. hal-01237234v2 HAL Id: hal-01237234 https://hal.archives-ouvertes.fr/hal-01237234v2 Preprint submitted on 17 Jan 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Analytical formula for the roots of the general complex cubic polynomial Ibrahim Baydoun1 1ESPCI ParisTech, PSL Research University, CNRS, Univ Paris Diderot, Sorbonne Paris Cit´e, Institut Langevin, 1 rue Jussieu, F-75005, Paris, France January 17, 2018 Abstract We present a new method to calculate analytically the roots of the general complex polynomial of degree three. This method is based on the approach of appropriated changes of variable involving an arbitrary parameter. The advantage of this method is to calculate the roots of the cubic polynomial as uniform formula using the standard convention of the square and cubic roots. In contrast, the reference methods for this problem, as Cardan-Tartaglia and Lagrange, give the roots of the cubic polynomial as expressions with case distinctions which are incorrect using the standar convention.
    [Show full text]