Polynomial Degree and Finite Differences (Continued)

Total Page:16

File Type:pdf, Size:1020Kb

Polynomial Degree and Finite Differences (Continued) CONDENSED LESSON Polynomial Degree and 7.1 Finite Differences In this lesson you will ● learn the terminology associated with polynomials ● use the finite differences method to determine the degree of a polynomial ● find a polynomial function that models a set of data A polynomial in one variable is any expression that can be written in the form n nϪ1 1 an x anϪ1x · · · a 1x a 0 where x is a variable, the exponents are nonnegative integers, the coefficients are n nϪ1 real numbers, and an 0. A function in the form f (x) anx anϪ1x · · · 1 a 1 x a 0 is a polynomial function. The degree of a polynomial or polynomial function is the power of the term with the greatest exponent. If the degrees of the terms of a polynomial decrease from left to right, the polynomial is in general form. The polynomials below are in general form. 1st degree 2nd degree 3rd degree 4th degree 3x 7 Ϫx 2 2x 1.8 9x 3 4x 2 x 11 Ϫ5x 4 A polynomial with one term, such as Ϫ5x 4, is called a monomial. A polynomial with two terms, such as 3x 7, is called a binomial. A polynomial with three terms, such as Ϫx 2 2x 1.8, is called a trinomial. Polynomials with more than three terms, such as 9x 3 4x 2 x 11, are usually just called polynomials. For linear functions, when the x-values are evenly spaced, the differences in the corresponding y-values are constant. This is not true for polynomial functions of higher degree. However, for 2nd-degree polynomials, the differences of the differences, called the second differences and abbreviated D2, are constant. For 3rd-degree polynomials, the differences of the second differences, called the third differences and abbreviated D3, are constant. This is illustrated in the tables on page 379 of your book. If you have a set of data with equally spaced x-values, you can find the lowest possible degree of a polynomial function that fits the data (if there is a polynomial function that fits the data) by analyzing the differences in y-values. This technique, called the finite differences method, is illustrated in the example in your book. Read that example carefully. Notice that the finite differences method determines only the degree of the polynomial. To find the exact equation for the polynomial function, you need to find the coefficients by solving a system of equations or using some other method. In the example, the D2 values are equal. When you use experimental data, you may have to settle for differences that are nearly equal. Investigation: Free Fall If you have a motion sensor, collect the (time, height) data as described in Step 1 in your book. If not, use these sample data. (The values in the last two columns are calculated in Step 2.) (continued) Discovering Advanced Algebra Condensed Lessons CHAPTER 7 93 ©2010 Key Curriculum Press DDAA2CL_010_07.inddAA2CL_010_07.indd 9933 11/13/09/13/09 22:42:55:42:55 PPMM Lesson 7.1 • Polynomial Degree and Finite Differences (continued) Complete Steps 2–6 in your book. The results Time (s) Height (m) given are based on the sample data. x y D1 D2 Step 2 The first and second differences, D1 and 0.00 2.000 D , are shown in the table at right. Ϫ0.012 2 0.05 1.988 Ϫ0.025 For these data, we can stop with the second Ϫ0.037 0.10 1.951 Ϫ0.024 differences because they are nearly constant. Ϫ0.061 0.15 1.890 Ϫ0.025 Ϫ0.086 0.20 1.804 Ϫ0.024 Ϫ0.110 0.25 1.694 Ϫ0.025 Ϫ0.135 0.30 1.559 Ϫ0.024 Ϫ0.159 0.35 1.400 Ϫ0.025 Ϫ0.184 0.40 1.216 Ϫ0.024 Ϫ0.208 0.45 1.008 Step 3 The three plots are shown below. (time, height ) (time 2, d 1) (time 3, d 2 ) Step 4 The graph of (time, height ) appears parabolic, suggesting that the correct model may be a 2nd-degree polynomial function. The graph of (time 2, d 1 ) shows that the first differences are not constant because they decrease in a linear fashion. The graph of (time 3, d 2 ) shows that the second differences are nearly constant, so the correct model should be a 2nd-degree polynomial function. Step 5 A 2nd-degree polynomial in the form y ax 2 bx c fits the data. Step 6 To write the system, choose three data points. For each point, write an equation by substituting the time and height values for x and y in the equation y ax 2 bx c. The following system is based on the values (0, 2), (0.2, 1.804), and (0.4, 1.216). c 2.000 ͭ 0.04 a 0.2b c 1.804 0.16a 0.4b c 1.216 One way to solve this system is by writing the matrix equation 0 0 1 a 2.000 0.04 0.2 1 ϭ 1.804 ΄ ΅ ΄ b ΅ ΄ ΅ 0.16 0.4 1 c 1.216 and solving using an inverse matrix. The solution is a 4.9, b 0, and c 2, so an equation that fits the data is y 4.9x 2 2. Read the remainder of the lesson in your book. 94 CHAPTER 7 Discovering Advanced Algebra Condensed Lessons ©2010 Kendall Hunt Publishing DDAA2CL_010_07.inddAA2CL_010_07.indd 9944 11/13/09/13/09 22:42:56:42:56 PPMM CONDENSED LESSON 7.2 Equivalent Quadratic Forms In this lesson you will ● learn about the vertex form and factored form of a quadratic equation and the information each form reveals about the graph ● use the zero-product property to find the roots of a factored equation ● write a quadratic model for a data set in vertex, general, and factored form A 2nd-degree polynomial function is called a quadratic function. In Lesson 7.1, you learned that the general form of a quadratic function is y ax 2 bx c. In this lesson you will explore other forms of a quadratic function. You know that every quadratic function is a transformation of y x 2. When ____y k ΂____x h΃2 ΂____x h΃2 a quadratic function is written in the form b a or y b a k, you can tell that the vertex of the parabola is (h, k) and that the horizontal and vertical scale factors are a and b. Conversely, if you know the vertex of a parabola and you know (or can find) the scale factors, you can write its equation in one of these forms. ΂____x h΃2 The quadratic function y b a k can be rewritten in the form b b __ 2 __ y a 2 ( x h) k. The coefficient a 2 combines the two scale factors into one vertical scale factor. In the vertex form of a quadratic equation, y a(x h)2 k, this single scale factor is simply denoted a. From this form, you can identify the vertex, (h, k), and the vertical scale factor, a. If you know the vertex of a parabola and the vertical scale factor, you can write an equation in vertex form. Work through Example A carefully. The zero-product property states that for all real numbers a and b, if ab 0, then a 0, or b 0, or a 0 and b 0. For example, if 3x (x 7) 0, then 3x 0 or x 7 0. Therefore, x 0 or x 7. The solutions to an equation in the form f (x) 0 are called the roots of the equation, so 0 and 7 are the roots of 3x (x 7) 0. The x-intercepts of a function are also called the zeros of the function (because the corresponding y-values are 0). The function y 1.4(x 5.6)(x 3.1), given in Example B in your book, is said to be in factored form because it is written as the product of factors. The zeros of the function are the solutions of the equation Ϫ1.4(x 5.6)(x 3.1) 0. Example B shows how you can use the zero-product property to find the zeros of the function. ΂ ΃΂ ΃ In general, the factored form of a quadratic function is y a x r1 x r2 . From this form, you can identify the x-intercepts (or zeros), r1 and r2, and the vertical scale factor, a. Conversely, if you know the x-intercepts of a parabola and know (or can find) the vertical scale factor, then you can write the equation in factored form. Read Example C carefully. Investigation: Rolling Along Read the Procedure Note and Steps 1–3 in your book. Make sure you can visualize how the experiment works. Use these sample data to complete Steps 4–8, and then compare your results to those below. (These data have been adjusted for the position of the starting line as described in Step 3.) (continued) Discovering Advanced Algebra Condensed Lessons CHAPTER 7 95 ©2010 Kendall Hunt Publishing DDAA2CL_010_07.inddAA2CL_010_07.indd 9955 11/13/09/13/09 22:42:56:42:56 PPMM Lesson 7.2 • Equivalent Quadratic Forms (continued) Time (s) Distance from Time (s) Distance from Time (s) Distance from x line (m), y x line (m), y x line (m), y 0.2 Ϫ0.357 2.2 3.570 4.2 3.309 0.4 Ϫ0.355 2.4 3.841 4.4 2.938 0.6 Ϫ0.357 2.6 4.048 4.6 2.510 0.8 Ϫ0.184 2.8 4.188 4.8 2.028 1.0 0.546 3.0 4.256 5.0 1.493 1.2 1.220 3.2 4.257 5.2 0.897 1.4 1.821 3.4 4.193 5.4 0.261 1.6 2.357 3.6 4.062 5.6 Ϫ0.399 1.8 2.825 3.8 3.871 5.8 Ϫ0.426 2.0 3.231 4.0 3.619 6.0 Ϫ0.419 Step 4 At right is a graph of the data.
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]
  • The Diamond Method of Factoring a Quadratic Equation
    The Diamond Method of Factoring a Quadratic Equation Important: Remember that the first step in any factoring is to look at each term and factor out the greatest common factor. For example: 3x2 + 6x + 12 = 3(x2 + 2x + 4) AND 5x2 + 10x = 5x(x + 2) If the leading coefficient is negative, always factor out the negative. For example: -2x2 - x + 1 = -1(2x2 + x - 1) = -(2x2 + x - 1) Using the Diamond Method: Example 1 2 Factor 2x + 11x + 15 using the Diamond Method. +30 Step 1: Multiply the coefficient of the x2 term (+2) and the constant (+15) and place this product (+30) in the top quarter of a large “X.” Step 2: Place the coefficient of the middle term in the bottom quarter of the +11 “X.” (+11) Step 3: List all factors of the number in the top quarter of the “X.” +30 (+1)(+30) (-1)(-30) (+2)(+15) (-2)(-15) (+3)(+10) (-3)(-10) (+5)(+6) (-5)(-6) +30 Step 4: Identify the two factors whose sum gives the number in the bottom quarter of the “x.” (5 ∙ 6 = 30 and 5 + 6 = 11) and place these factors in +5 +6 the left and right quarters of the “X” (order is not important). +11 Step 5: Break the middle term of the original trinomial into the sum of two terms formed using the right and left quarters of the “X.” That is, write the first term of the original equation, 2x2 , then write 11x as + 5x + 6x (the num bers from the “X”), and finally write the last term of the original equation, +15 , to get the following 4-term polynomial: 2x2 + 11x + 15 = 2x2 + 5x + 6x + 15 Step 6: Factor by Grouping: Group the first two terms together and the last two terms together.
    [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]
  • 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]
  • Math: Honors Geometry UNIT/Weeks (Not Timeline/Topics Essential Questions Consecutive)
    Math: Honors Geometry UNIT/Weeks (not Timeline/Topics Essential Questions consecutive) Reasoning and Proof How can you make a Patterns and Inductive Reasoning conjecture and prove that it is Conditional Statements 2 true? Biconditionals Deductive Reasoning Reasoning in Algebra and Geometry Proving Angles Congruent Congruent Triangles How do you identify Congruent Figures corresponding parts of Triangle Congruence by SSS and SAS congruent triangles? Triangle Congruence by ASA and AAS How do you show that two 3 Using Corresponding Parts of Congruent triangles are congruent? Triangles How can you tell whether a Isosceles and Equilateral Triangles triangle is isosceles or Congruence in Right Triangles equilateral? Congruence in Overlapping Triangles Relationships Within Triangles Mid segments of Triangles How do you use coordinate Perpendicular and Angle Bisectors geometry to find relationships Bisectors in Triangles within triangles? 3 Medians and Altitudes How do you solve problems Indirect Proof that involve measurements of Inequalities in One Triangle triangles? Inequalities in Two Triangles How do you write indirect proofs? Polygons and Quadrilaterals How can you find the sum of The Polygon Angle-Sum Theorems the measures of polygon Properties of Parallelograms angles? Proving that a Quadrilateral is a Parallelogram How can you classify 3.2 Properties of Rhombuses, Rectangles and quadrilaterals? Squares How can you use coordinate Conditions for Rhombuses, Rectangles and geometry to prove general Squares
    [Show full text]
  • Quadratic Equations Through History
    Cal McKeever & Robert Bettinger COMMON CORE STANDARD 3B Choose and produce an equivalent form of an expression to reveal and explain properties of the quantity represented by the expression. Factor a quadratic expression to reveal the zeros of the function it defines. Complete the square in a quadratic expression to reveal the maximum or minimum value of the function it defines. SYNOPSIS At a summit of time-traveling historical mathematicians, attendees from Ancient Babylon pose the question of how to solve quadratic equations. Their method of completing the square serves their purposes, but there was far more to be done with this complex equation. Pythagoras, Euclid, Brahmagupta, Bhaskara II, Al-Khwarizmi and Descartes join the discussion, each pointing out their contributions to the contemporary understanding of solving quadratics through the quadratic formula. Through their discussion, the historical situation through which we understand the solving of quadratic equations is highlighted, showing the complex history of this formula taught everywhere. As the target audience for this project is high school students, the different characters of the script use language and symbolism that is anachronistic but will help the the students to understand the concepts that are discussed. For example, Diophantus did not use a,b,c in his actual texts but his fictional character in the the given script does explain his method of solving quadratics using contemporary notation. HISTORICAL BACKGROUND The problem of solving quadratic equations dates back to Babylonia in the 2nd Millennium BC. The Babylonian understanding of quadratics was used geometrically, to solve questions of area with real-world solutions.
    [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]
  • NP-Hardness of Deciding Convexity of Quartic Polynomials and Related Problems
    NP-hardness of Deciding Convexity of Quartic Polynomials and Related Problems Amir Ali Ahmadi, Alex Olshevsky, Pablo A. Parrilo, and John N. Tsitsiklis ∗y Abstract We show that unless P=NP, there exists no polynomial time (or even pseudo-polynomial time) algorithm that can decide whether a multivariate polynomial of degree four (or higher even degree) is globally convex. This solves a problem that has been open since 1992 when N. Z. Shor asked for the complexity of deciding convexity for quartic polynomials. We also prove that deciding strict convexity, strong convexity, quasiconvexity, and pseudoconvexity of polynomials of even degree four or higher is strongly NP-hard. By contrast, we show that quasiconvexity and pseudoconvexity of odd degree polynomials can be decided in polynomial time. 1 Introduction The role of convexity in modern day mathematical programming has proven to be remarkably fundamental, to the point that tractability of an optimization problem is nowadays assessed, more often than not, by whether or not the problem benefits from some sort of underlying convexity. In the famous words of Rockafellar [39]: \In fact the great watershed in optimization isn't between linearity and nonlinearity, but convexity and nonconvexity." But how easy is it to distinguish between convexity and nonconvexity? Can we decide in an efficient manner if a given optimization problem is convex? A class of optimization problems that allow for a rigorous study of this question from a com- putational complexity viewpoint is the class of polynomial optimization problems. These are op- timization problems where the objective is given by a polynomial function and the feasible set is described by polynomial inequalities.
    [Show full text]
  • Quadratic Polynomials
    Quadratic Polynomials If a>0thenthegraphofax2 is obtained by starting with the graph of x2, and then stretching or shrinking vertically by a. If a<0thenthegraphofax2 is obtained by starting with the graph of x2, then flipping it over the x-axis, and then stretching or shrinking vertically by the positive number a. When a>0wesaythatthegraphof− ax2 “opens up”. When a<0wesay that the graph of ax2 “opens down”. I Cit i-a x-ax~S ~12 *************‘s-aXiS —10.? 148 2 If a, c, d and a = 0, then the graph of a(x + c) 2 + d is obtained by If a, c, d R and a = 0, then the graph of a(x + c)2 + d is obtained by 2 R 6 2 shiftingIf a, c, the d ⇥ graphR and ofaax=⇤ 2 0,horizontally then the graph by c, and of a vertically(x + c) + byd dis. obtained (Remember by shiftingshifting the the⇥ graph graph of of axax⇤ 2 horizontallyhorizontally by by cc,, and and vertically vertically by by dd.. (Remember (Remember thatthatd>d>0meansmovingup,0meansmovingup,d<d<0meansmovingdown,0meansmovingdown,c>c>0meansmoving0meansmoving thatleft,andd>c<0meansmovingup,0meansmovingd<right0meansmovingdown,.) c>0meansmoving leftleft,and,andc<c<0meansmoving0meansmovingrightright.).) 2 If a =0,thegraphofafunctionf(x)=a(x + c) 2+ d is called a parabola. If a =0,thegraphofafunctionf(x)=a(x + c)2 + d is called a parabola. 6 2 TheIf a point=0,thegraphofafunction⇤ ( c, d) 2 is called thefvertex(x)=aof(x the+ c parabola.) + d is called a parabola. The point⇤ ( c, d) R2 is called the vertex of the parabola.
    [Show full text]
  • Quadratic Equations
    Lecture 26 Quadratic Equations Quadraticpolynomials ................................ ....................... 2 Quadraticpolynomials ................................ ....................... 3 Quadraticequations and theirroots . .. .. .. .. .. .. .. .. .. ........................ 4 How to solve a binomial quadratic equation. ......................... 5 Solutioninsimplestradicalform ........................ ........................ 6 Quadraticequationswithnoroots........................ ....................... 7 Solving binomial equations by factoring. ........................... 8 Don’tloseroots!..................................... ...................... 9 Summary............................................. .................. 10 i Quadratic polynomials A quadratic polynomial is a polynomial of degree two. It can be written in the standard form ax2 + bx + c , where x is a variable, a, b, c are constants (numbers) and a = 0 . 6 The constants a, b, c are called the coefficients of the polynomial. Example 1 (quadratic polynomials). 4 4 3x2 + x ( a = 3, b = 1, c = ) − − 5 − −5 x2 ( a = 1, b = c = 0 ) x2 1 5x + √2 ( a = , b = 5, c = √2 ) 7 − 7 − 4x(x + 1) x (this is a quadratic polynomial which is not written in the standard form. − 2 Its standard form is 4x + 3x , where a = 4, b = 3, c = 0 ) 2 / 10 Quadratic polynomials Example 2 (polynomials, but not quadratic) x3 2x + 1 (this is a polynomial of degree 3 , not 2 ) − 3x 2 (this is a polynomial of degree 1 , not 2 ) − Example 3 (not polynomials) 2 1 1 x + x 2 + 1 , x are not polynomials − x A quadratic polynomial ax2 + bx + c is called sometimes a quadratic trinomial. A trinomial consists of three terms. Quadratic polynomials of type ax2 + bx or ax2 + c are called quadratic binomials. A binomial consists of two terms. Quadratic polynomials of type ax2 are called quadratic monomials. A monomial consists of one term. Quadratic polynomials (together with polynomials of degree 1 and 0 ) are the simplest polynomials.
    [Show full text]
  • The Evolution of Equation-Solving: Linear, Quadratic, and Cubic
    California State University, San Bernardino CSUSB ScholarWorks Theses Digitization Project John M. Pfau Library 2006 The evolution of equation-solving: Linear, quadratic, and cubic Annabelle Louise Porter Follow this and additional works at: https://scholarworks.lib.csusb.edu/etd-project Part of the Mathematics Commons Recommended Citation Porter, Annabelle Louise, "The evolution of equation-solving: Linear, quadratic, and cubic" (2006). Theses Digitization Project. 3069. https://scholarworks.lib.csusb.edu/etd-project/3069 This Thesis is brought to you for free and open access by the John M. Pfau Library at CSUSB ScholarWorks. It has been accepted for inclusion in Theses Digitization Project by an authorized administrator of CSUSB ScholarWorks. For more information, please contact [email protected]. THE EVOLUTION OF EQUATION-SOLVING LINEAR, QUADRATIC, AND CUBIC A Project Presented to the Faculty of California State University, San Bernardino In Partial Fulfillment of the Requirements for the Degre Master of Arts in Teaching: Mathematics by Annabelle Louise Porter June 2006 THE EVOLUTION OF EQUATION-SOLVING: LINEAR, QUADRATIC, AND CUBIC A Project Presented to the Faculty of California State University, San Bernardino by Annabelle Louise Porter June 2006 Approved by: Shawnee McMurran, Committee Chair Date Laura Wallace, Committee Member , (Committee Member Peter Williams, Chair Davida Fischman Department of Mathematics MAT Coordinator Department of Mathematics ABSTRACT Algebra and algebraic thinking have been cornerstones of problem solving in many different cultures over time. Since ancient times, algebra has been used and developed in cultures around the world, and has undergone quite a bit of transformation. This paper is intended as a professional developmental tool to help secondary algebra teachers understand the concepts underlying the algorithms we use, how these algorithms developed, and why they work.
    [Show full text]