A Polynomial of Degree N (In One Variable, with Real Coefficients) Is an Expression of the Form: Anxn + An-1Xn-1 + An-2Xn-2

Total Page:16

File Type:pdf, Size:1020Kb

A Polynomial of Degree N (In One Variable, with Real Coefficients) Is an Expression of the Form: Anxn + An-1Xn-1 + An-2Xn-2 A polynomial of degree n (in one variable, with real coefficients) is an expression of the form: n n−1 n−2 2 anx + an−1x + an−2x + ··· + a2x + a1x + a0 where an; an−1; an−2; ··· a2; a1; a0 are real numbers. Example: 3x4 − 2x2 + 1 is a polynomial of degree 4. −x10 + 7x5 − 2x3 + x − 5 is a polynomial of degree 10. −2x is a polynomial of degree 1. The constant expression 2 is a polynomial of degree 0. Notice that a linear expression is a polynomial of degree 1. The degree of a polynomial is the highest power of x whose coefficient is not 0. By convention, a polynomial is always written in decreasing powers of x. The coefficient of the highest power of x in a polynomial is the leading coeffi- cient. In the above example, the leading coefficient of p is 3. The leading coefficient of f is −1. The coefficient of a polynomial is understood to be 0 if the term is not shown. A polynomial of one term is a monomial. A polynomial of two terms is a binomial. A polynomial of three terms is a trinomial. A polynomial of degree 1 is a linear expression. A polynomial of degree 2 is a quadratic expression. A polynomial of degree 3 is a cubic expression. A polynomial of degree 4 is a quartic expression. A polynomial of degree 5 is a quintic expression. To add two polynomials, add their terms by collect like terms. E.g. (x3 + 2x2 − 3x + 4) + (−4x4 + 2x3 − 4x2 + x + 1) = −4x4 + 3x3 − 2x2 − 2x + 5 To subtract two polynomials, take the negatives of the second expression and add. Example: (2x4 − 2x3 + 3x − 3) − (5x4 − 3x3 + x2 − 7x + 6) = 2x4 − 2x3 + 3x − 3 − 5x4 + 3x3 − x2 + 7x − 6 = −3x4 + x3 − x2 + 10x − 9 To multiply two polynomials, treat the first polynomial as if it is one single term, and apply the distributive property to distribute the first polynomial to each of the terms of the second polynomial, then multiply each term of the second polynomial to each of the terms in the first polynomial by the distributive property again. E.g. (3x2 + 2x − 1)(2x − 3) treat (3x2 + 2x − 1) as a single term and distribute this to (2x − 3) by applying the distributive property. = (3x2 + 2x − 1)(2x) − (3x2 + 2x − 1)(3) multiply 2x to each of the terms of the first polynomial, and multiply −3 to each of the terms in the first polynomial using the distributive property again. Remember to distribute the negative sign as well. 6x3 + 4x2 − 2x − 9x2 − 6x + 3 collect like terms to simplify. 6x3 − 5x2 − 8x + 3 There is another method of multiplying polynomials, which is to multiply each term of the first polynomial with each term of the second polynomial: (3x2 + 2x − 1)(2x − 3) = 6x3 − 9x2 + 4x2 − 6x − 2x + 3 (each term of the first polynomial is multiplied to each terms of the second polynomial. Notice that the negative sign is also multiplied. = 6x3 − 5x2 − 8x + 3 In algebra we often need to multiply two binomials (usually of degree 1), using the method of multiplying each term of the first polynomial to each term of the second polynomial we have: (x + 2)(−x − 4) = −x2 − 4x − 2x − 8 The terms that are being multiplied together can be viewed as: The First terms ((x)(−x)) because they are the first terms of the two polyno- mials. The Outer terms ((x)(−4)) because they are the terms on the outside when the expression is written horizontally. The Inner terms ((2)(−x)) because they are the terms on the inside when the expression is written horizontally. The Last terms ((2)(−4)) because they are the last terms of the two polynomials. This is called the FOIL method. Some special products: (a + b)(a − b) = a2 − ab + ab − b2 = a2 − b2 (difference of two squares) (a + b)2 = (a + b)(a + b) = a2 + ab + ab + b2 = a2 + 2ab + b2 (square of a sum) (a − b)2 = (a − b)(a − b) = a2 − ab − ab + b2 = a2 − 2ab + b2 (square of a sum) Factoring Factoring the greatest common factor: E.g. (x2 − 4x) = x(x − 4) This is the reverse process of the distributive property. x is the GCF of the two terms, and it can be factored out. (−12x4 + 6x2 + 4x) = 2x(−6x3 + 3x + 2) (4x+2) = 2(2x+1) Notice in this example that, if one of the term in an expression is the GCF, when that term is factored out, what remains behind is the number 1. Factoring out the negative sign E.g. (3x − 4) = −1(−3x + 4) = −(4 − 3x) (−2x3 + 4x2 − 2x) = −2x(x2 − 2x + 1) Factor by Grouping: Factor by Grouping may be applied if an expression to be factored has an even number of terms (4, 6, 8...) and the terms do not share a common factor, but some of the terms have common factors. In this case, group the terms into 2 groups of equal number of terms (2 each if there are 4 terms), where at least one of the groups should have a common factor. E.g. (x3 + 3x2 + 4x + 12) = (x3 + 3x2) + (4x + 12) = x2(x + 3) + 4(x + 3) = (x2 + 4)(x + 3) E.g. ax − 4ay + 3bx − 12by = (ax + 3bx) − (4ay + 12by) notice that we used the method of factoring out the negative sign. = x(a + 3b) − 4y(a + 3b) = (x − 4y)(a + 3b) Factoring trinomial of the form: ax2 + bx + c If a = 1 We use trial and error method: E.g. x2 + 5x − 6 We are looking for two numbers that multiply to −6 and adds up to 5, Since (6)(−1) = −6 and 6 + −1 = 5, 6 and −1 are our choices, we have: x2 + 5x − 6 = (x + 6)(x − 1) x2 + 7x + 12 Two numbers that multiply to 12 and adds up to 7, so 3 and 4 works, we have: x2 + 7x + 12 = (x + 3)(x + 4) Factoring quadratic when a 6= 1: 6x2 + 13x − 8 The trial and error method still works, but need to be applied more carefully. You choose a factoring of 6, say 6 and 1, to test if it works: 6x2 + 13x − 8 = (6x + a)(x + b) You are looking for a and b such that ab = −8, and 6b+a = 13 (6b+a contributes to the middle term). There is no two numbers a, b that would work. But we are not done, we may try 3 and 2 since (3)(2) = 6. 6x2 + 13x − 8 = (3x + a)(2x + b) We are now looking for a and b such that ab = −8 and 3b + 2a = 13. Notice that a = 8 and b = −1 works: 6x2 + 13x − 8 = (3x + 8)(2x − 1) AC-method A more systematic method is to multiply a with c, then look for two numbers that would multiply to ac and add up to b, then split the middle term bx into the sum of that two numbers, then factor by grouping: E.g. 12x2 + x − 6 In this example, a = 12 and c = −6. So ac = (12)(−6) = −72. We are looking for two numbers that would multiply to −72 and adds up to the middle term (b = 1). In this example, 9 and −8 work, so we split the middle term like this: 12x2 + x − 6 = 12x2 + 9x + −8x − 6 Then factor by grouping: 12x2 + 9x + −8x − 6 = (12x2 + 9x) − (8x + 6) = 3x(4x + 3) − 2(4x + 3) = (3x − 2)(4x + 3) The sum or difference of two cubes can be factored: a3 + b3 = (a + b)(a2 − ab + b2) a3 − b3 = (a − b)(a2 + ab + b2) Solving Equations by Factoring: The Zero Factor Property of Real Numbers: If ab = 0, then a = 0 or b = 0 (or both = 0). To solve the equation: x2 + 4x + 3 = 0, we cannot try to isolate the variable by doing just algebraic operations. Instead, we factor the left hand side: (x + 3)(x + 1) = 0 Since (x + 3) and (x + 1) multiplies to 0, the zero factor property tells us that one of them must be 0, we have: x + 3 = 0 or x + 1 = 0 Solving the two equations we get: x = −3 or x = −1 In trying to solve an equation by factoring, one of the sides of the equation (usually the right hand side) must be equal to 0. E.g. x2 − 6x + 8 = 15 If you try to solve this equation by factoring, you must first move the 15 to the other side to make the right hand side 0. (If you try to factor the expression on the left immediately, you would be wrong). x2 − 6x − 7 = 0 (x − 7)(x + 1) = 0 x − 7 = 0 or x + 1 = 0 x = 7 or x = −1 E.g 4x2 − 12x − 7 = 0 (2x − 7)(2x + 1) = 0 2x − 7 = 0 or 2x + 1 = 0 7 1 x = or x = − 2 2.
Recommended publications
  • Analysis of Functions of a Single Variable a Detailed Development
    ANALYSIS OF FUNCTIONS OF A SINGLE VARIABLE A DETAILED DEVELOPMENT LAWRENCE W. BAGGETT University of Colorado OCTOBER 29, 2006 2 For Christy My Light i PREFACE I have written this book primarily for serious and talented mathematics scholars , seniors or first-year graduate students, who by the time they finish their schooling should have had the opportunity to study in some detail the great discoveries of our subject. What did we know and how and when did we know it? I hope this book is useful toward that goal, especially when it comes to the great achievements of that part of mathematics known as analysis. I have tried to write a complete and thorough account of the elementary theories of functions of a single real variable and functions of a single complex variable. Separating these two subjects does not at all jive with their development historically, and to me it seems unnecessary and potentially confusing to do so. On the other hand, functions of several variables seems to me to be a very different kettle of fish, so I have decided to limit this book by concentrating on one variable at a time. Everyone is taught (told) in school that the area of a circle is given by the formula A = πr2: We are also told that the product of two negatives is a positive, that you cant trisect an angle, and that the square root of 2 is irrational. Students of natural sciences learn that eiπ = 1 and that sin2 + cos2 = 1: More sophisticated students are taught the Fundamental− Theorem of calculus and the Fundamental Theorem of Algebra.
    [Show full text]
  • Variables in Mathematics Education
    Variables in Mathematics Education Susanna S. Epp DePaul University, Department of Mathematical Sciences, Chicago, IL 60614, USA http://www.springer.com/lncs Abstract. This paper suggests that consistently referring to variables as placeholders is an effective countermeasure for addressing a number of the difficulties students’ encounter in learning mathematics. The sug- gestion is supported by examples discussing ways in which variables are used to express unknown quantities, define functions and express other universal statements, and serve as generic elements in mathematical dis- course. In addition, making greater use of the term “dummy variable” and phrasing statements both with and without variables may help stu- dents avoid mistakes that result from misinterpreting the scope of a bound variable. Keywords: variable, bound variable, mathematics education, placeholder. 1 Introduction Variables are of critical importance in mathematics. For instance, Felix Klein wrote in 1908 that “one may well declare that real mathematics begins with operations with letters,”[3] and Alfred Tarski wrote in 1941 that “the invention of variables constitutes a turning point in the history of mathematics.”[5] In 1911, A. N. Whitehead expressly linked the concepts of variables and quantification to their expressions in informal English when he wrote: “The ideas of ‘any’ and ‘some’ are introduced to algebra by the use of letters. it was not till within the last few years that it has been realized how fundamental any and some are to the very nature of mathematics.”[6] There is a question, however, about how to describe the use of variables in mathematics instruction and even what word to use for them.
    [Show full text]
  • An Introduction to Mathematical Modelling
    An Introduction to Mathematical Modelling Glenn Marion, Bioinformatics and Statistics Scotland Given 2008 by Daniel Lawson and Glenn Marion 2008 Contents 1 Introduction 1 1.1 Whatismathematicalmodelling?. .......... 1 1.2 Whatobjectivescanmodellingachieve? . ............ 1 1.3 Classificationsofmodels . ......... 1 1.4 Stagesofmodelling............................... ....... 2 2 Building models 4 2.1 Gettingstarted .................................. ...... 4 2.2 Systemsanalysis ................................. ...... 4 2.2.1 Makingassumptions ............................. .... 4 2.2.2 Flowdiagrams .................................. 6 2.3 Choosingmathematicalequations. ........... 7 2.3.1 Equationsfromtheliterature . ........ 7 2.3.2 Analogiesfromphysics. ...... 8 2.3.3 Dataexploration ............................... .... 8 2.4 Solvingequations................................ ....... 9 2.4.1 Analytically.................................. .... 9 2.4.2 Numerically................................... 10 3 Studying models 12 3.1 Dimensionlessform............................... ....... 12 3.2 Asymptoticbehaviour ............................. ....... 12 3.3 Sensitivityanalysis . ......... 14 3.4 Modellingmodeloutput . ....... 16 4 Testing models 18 4.1 Testingtheassumptions . ........ 18 4.2 Modelstructure.................................. ...... 18 i 4.3 Predictionofpreviouslyunuseddata . ............ 18 4.3.1 Reasonsforpredictionerrors . ........ 20 4.4 Estimatingmodelparameters . ......... 20 4.5 Comparingtwomodelsforthesamesystem . .........
    [Show full text]
  • A Quick Algebra Review
    A Quick Algebra Review 1. Simplifying Expressions 2. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Exponents 9. Quadratics 10. Rationals 11. Radicals Simplifying Expressions An expression is a mathematical “phrase.” Expressions contain numbers and variables, but not an equal sign. An equation has an “equal” sign. For example: Expression: Equation: 5 + 3 5 + 3 = 8 x + 3 x + 3 = 8 (x + 4)(x – 2) (x + 4)(x – 2) = 10 x² + 5x + 6 x² + 5x + 6 = 0 x – 8 x – 8 > 3 When we simplify an expression, we work until there are as few terms as possible. This process makes the expression easier to use, (that’s why it’s called “simplify”). The first thing we want to do when simplifying an expression is to combine like terms. For example: There are many terms to look at! Let’s start with x². There Simplify: are no other terms with x² in them, so we move on. 10x x² + 10x – 6 – 5x + 4 and 5x are like terms, so we add their coefficients = x² + 5x – 6 + 4 together. 10 + (-5) = 5, so we write 5x. -6 and 4 are also = x² + 5x – 2 like terms, so we can combine them to get -2. Isn’t the simplified expression much nicer? Now you try: x² + 5x + 3x² + x³ - 5 + 3 [You should get x³ + 4x² + 5x – 2] Order of Operations PEMDAS – Please Excuse My Dear Aunt Sally, remember that from Algebra class? It tells the order in which we can complete operations when solving an equation.
    [Show full text]
  • Example 10.8 Testing the Steady-State Approximation. ⊕ a B C C a B C P + → → + → D Dt K K K K K K [ ]
    Example 10.8 Testing the steady-state approximation. Å The steady-state approximation contains an apparent contradiction: we set the time derivative of the concentration of some species (a reaction intermediate) equal to zero — implying that it is a constant — and then derive a formula showing how it changes with time. Actually, there is no contradiction since all that is required it that the rate of change of the "steady" species be small compared to the rate of reaction (as measured by the rate of disappearance of the reactant or appearance of the product). But exactly when (in a practical sense) is this approximation appropriate? It is often applied as a matter of convenience and justified ex post facto — that is, if the resulting rate law fits the data then the approximation is considered justified. But as this example demonstrates, such reasoning is dangerous and possible erroneous. We examine the mechanism A + B ¾¾1® C C ¾¾2® A + B (10.12) 3 C® P (Note that the second reaction is the reverse of the first, so we have a reversible second-order reaction followed by an irreversible first-order reaction.) The rate constants are k1 for the forward reaction of the first step, k2 for the reverse of the first step, and k3 for the second step. This mechanism is readily solved for with the steady-state approximation to give d[A] k1k3 = - ke[A][B] with ke = (10.13) dt k2 + k3 (TEXT Eq. (10.38)). With initial concentrations of A and B equal, hence [A] = [B] for all times, this equation integrates to 1 1 = + ket (10.14) [A] A0 where A0 is the initial concentration (equal to 1 in work to follow).
    [Show full text]
  • Leibniz and the Infinite
    Quaderns d’Història de l’Enginyeria volum xvi 2018 LEIBNIZ AND THE INFINITE Eberhard Knobloch [email protected] 1.-Introduction. On the 5th (15th) of September, 1695 Leibniz wrote to Vincentius Placcius: “But I have so many new insights in mathematics, so many thoughts in phi- losophy, so many other literary observations that I am often irresolutely at a loss which as I wish should not perish1”. Leibniz’s extraordinary creativity especially concerned his handling of the infinite in mathematics. He was not always consistent in this respect. This paper will try to shed new light on some difficulties of this subject mainly analysing his treatise On the arithmetical quadrature of the circle, the ellipse, and the hyperbola elaborated at the end of his Parisian sojourn. 2.- Infinitely small and infinite quantities. In the Parisian treatise Leibniz introduces the notion of infinitely small rather late. First of all he uses descriptions like: ad differentiam assignata quavis minorem sibi appropinquare (to approach each other up to a difference that is smaller than any assigned difference)2, differat quantitate minore quavis data (it differs by a quantity that is smaller than any given quantity)3, differentia data quantitate minor reddi potest (the difference can be made smaller than a 1 “Habeo vero tam multa nova in Mathematicis, tot cogitationes in Philosophicis, tot alias litterarias observationes, quas vellem non perire, ut saepe inter agenda anceps haeream.” (LEIBNIZ, since 1923: II, 3, 80). 2 LEIBNIZ (2016), 18. 3 Ibid., 20. 11 Eberhard Knobloch volum xvi 2018 given quantity)4. Such a difference or such a quantity necessarily is a variable quantity.
    [Show full text]
  • Algorithmic Factorization of Polynomials Over Number Fields
    Rose-Hulman Institute of Technology Rose-Hulman Scholar Mathematical Sciences Technical Reports (MSTR) Mathematics 5-18-2017 Algorithmic Factorization of Polynomials over Number Fields Christian Schulz Rose-Hulman Institute of Technology Follow this and additional works at: https://scholar.rose-hulman.edu/math_mstr Part of the Number Theory Commons, and the Theory and Algorithms Commons Recommended Citation Schulz, Christian, "Algorithmic Factorization of Polynomials over Number Fields" (2017). Mathematical Sciences Technical Reports (MSTR). 163. https://scholar.rose-hulman.edu/math_mstr/163 This Dissertation is brought to you for free and open access by the Mathematics at Rose-Hulman Scholar. It has been accepted for inclusion in Mathematical Sciences Technical Reports (MSTR) by an authorized administrator of Rose-Hulman Scholar. For more information, please contact [email protected]. Algorithmic Factorization of Polynomials over Number Fields Christian Schulz May 18, 2017 Abstract The problem of exact polynomial factorization, in other words expressing a poly- nomial as a product of irreducible polynomials over some field, has applications in algebraic number theory. Although some algorithms for factorization over algebraic number fields are known, few are taught such general algorithms, as their use is mainly as part of the code of various computer algebra systems. This thesis provides a summary of one such algorithm, which the author has also fully implemented at https://github.com/Whirligig231/number-field-factorization, along with an analysis of the runtime of this algorithm. Let k be the product of the degrees of the adjoined elements used to form the algebraic number field in question, let s be the sum of the squares of these degrees, and let d be the degree of the polynomial to be factored; then the runtime of this algorithm is found to be O(d4sk2 + 2dd3).
    [Show full text]
  • January 10, 2010 CHAPTER SIX IRREDUCIBILITY and FACTORIZATION §1. BASIC DIVISIBILITY THEORY the Set of Polynomials Over a Field
    January 10, 2010 CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION §1. BASIC DIVISIBILITY THEORY The set of polynomials over a field F is a ring, whose structure shares with the ring of integers many characteristics. A polynomials is irreducible iff it cannot be factored as a product of polynomials of strictly lower degree. Otherwise, the polynomial is reducible. Every linear polynomial is irreducible, and, when F = C, these are the only ones. When F = R, then the only other irreducibles are quadratics with negative discriminants. However, when F = Q, there are irreducible polynomials of arbitrary degree. As for the integers, we have a division algorithm, which in this case takes the form that, if f(x) and g(x) are two polynomials, then there is a quotient q(x) and a remainder r(x) whose degree is less than that of g(x) for which f(x) = q(x)g(x) + r(x) . The greatest common divisor of two polynomials f(x) and g(x) is a polynomial of maximum degree that divides both f(x) and g(x). It is determined up to multiplication by a constant, and every common divisor divides the greatest common divisor. These correspond to similar results for the integers and can be established in the same way. One can determine a greatest common divisor by the Euclidean algorithm, and by going through the equations in the algorithm backward arrive at the result that there are polynomials u(x) and v(x) for which gcd (f(x), g(x)) = u(x)f(x) + v(x)g(x) .
    [Show full text]
  • Differentiation Rules (Differential Calculus)
    Differentiation Rules (Differential Calculus) 1. Notation The derivative of a function f with respect to one independent variable (usually x or t) is a function that will be denoted by D f . Note that f (x) and (D f )(x) are the values of these functions at x. 2. Alternate Notations for (D f )(x) d d f (x) d f 0 (1) For functions f in one variable, x, alternate notations are: Dx f (x), dx f (x), dx , dx (x), f (x), f (x). The “(x)” part might be dropped although technically this changes the meaning: f is the name of a function, dy 0 whereas f (x) is the value of it at x. If y = f (x), then Dxy, dx , y , etc. can be used. If the variable t represents time then Dt f can be written f˙. The differential, “d f ”, and the change in f ,“D f ”, are related to the derivative but have special meanings and are never used to indicate ordinary differentiation. dy 0 Historical note: Newton used y,˙ while Leibniz used dx . About a century later Lagrange introduced y and Arbogast introduced the operator notation D. 3. Domains The domain of D f is always a subset of the domain of f . The conventional domain of f , if f (x) is given by an algebraic expression, is all values of x for which the expression is defined and results in a real number. If f has the conventional domain, then D f usually, but not always, has conventional domain. Exceptions are noted below.
    [Show full text]
  • 2.4 Algebra of Polynomials ([1], P.136-142) in This Section We Will Give a Brief Introduction to the Algebraic Properties of the Polynomial Algebra C[T]
    2.4 Algebra of polynomials ([1], p.136-142) In this section we will give a brief introduction to the algebraic properties of the polynomial algebra C[t]. In particular, we will see that C[t] admits many similarities to the algebraic properties of the set of integers Z. Remark 2.4.1. Let us first recall some of the algebraic properties of the set of integers Z. - division algorithm: given two integers w, z 2 Z, with jwj ≤ jzj, there exist a, r 2 Z, with 0 ≤ r < jwj such that z = aw + r. Moreover, the `long division' process allows us to determine a, r. Here r is the `remainder'. - prime factorisation: for any z 2 Z we can write a1 a2 as z = ±p1 p2 ··· ps , where pi are prime numbers. Moreover, this expression is essentially unique - it is unique up to ordering of the primes appearing. - Euclidean algorithm: given integers w, z 2 Z there exists a, b 2 Z such that aw + bz = gcd(w, z), where gcd(w, z) is the `greatest common divisor' of w and z. In particular, if w, z share no common prime factors then we can write aw + bz = 1. The Euclidean algorithm is a process by which we can determine a, b. We will now introduce the polynomial algebra in one variable. This is simply the set of all polynomials with complex coefficients and where we make explicit the C-vector space structure and the multiplicative structure that this set naturally exhibits. Definition 2.4.2. - The C-algebra of polynomials in one variable, is the quadruple (C[t], α, σ, µ)43 where (C[t], α, σ) is the C-vector space of polynomials in t with C-coefficients defined in Example 1.2.6, and µ : C[t] × C[t] ! C[t];(f , g) 7! µ(f , g), is the `multiplication' function.
    [Show full text]
  • Data Types & Arithmetic Expressions
    Data Types & Arithmetic Expressions 1. Objective .............................................................. 2 2. Data Types ........................................................... 2 3. Integers ................................................................ 3 4. Real numbers ....................................................... 3 5. Characters and strings .......................................... 5 6. Basic Data Types Sizes: In Class ......................... 7 7. Constant Variables ............................................... 9 8. Questions/Practice ............................................. 11 9. Input Statement .................................................. 12 10. Arithmetic Expressions .................................... 16 11. Questions/Practice ........................................... 21 12. Shorthand operators ......................................... 22 13. Questions/Practice ........................................... 26 14. Type conversions ............................................. 28 Abdelghani Bellaachia, CSCI 1121 Page: 1 1. Objective To be able to list, describe, and use the C basic data types. To be able to create and use variables and constants. To be able to use simple input and output statements. Learn about type conversion. 2. Data Types A type defines by the following: o A set of values o A set of operations C offers three basic data types: o Integers defined with the keyword int o Characters defined with the keyword char o Real or floating point numbers defined with the keywords
    [Show full text]
  • PLEASANTON UNIFIED SCHOOL DISTRICT Math 8/Algebra I Course Outline Form Course Title
    PLEASANTON UNIFIED SCHOOL DISTRICT Math 8/Algebra I Course Outline Form Course Title: Math 8/Algebra I Course Number/CBED Number: Grade Level: 8 Length of Course: 1 year Credit: 10 Meets Graduation Requirements: n/a Required for Graduation: Prerequisite: Math 6/7 or Math 7 Course Description: Main concepts from the CCSS 8th grade content standards include: knowing that there are numbers that are not rational, and approximate them by rational numbers; working with radicals and integer exponents; understanding the connections between proportional relationships, lines, and linear equations; analyzing and solving linear equations and pairs of simultaneous linear equations; defining, evaluating, and comparing functions; using functions to model relationships between quantities; understanding congruence and similarity using physical models, transparencies, or geometry software; understanding and applying the Pythagorean Theorem; investigating patterns of association in bivariate data. Algebra (CCSS Algebra) main concepts include: reason quantitatively and use units to solve problems; create equations that describe numbers or relationships; understanding solving equations as a process of reasoning and explain reasoning; solve equations and inequalities in one variable; solve systems of equations; represent and solve equations and inequalities graphically; extend the properties of exponents to rational exponents; use properties of rational and irrational numbers; analyze and solve linear equations and pairs of simultaneous linear equations; define,
    [Show full text]