Richard Fateman CS 282 Lecture 131 Algebraic Simplification, Yet more Lecture 13.

Slides:



Advertisements
Similar presentations
Solving Quadratic Equations Using the Zero Product Property
Advertisements

© 2007 by S - Squared, Inc. All Rights Reserved.
EOC Practice #7 SPI EOC Practice #7 Operate (add, subtract, multiply, divide, simplify, powers) with radicals and radical expressions including.
Solving Linear Equations
Elementary Algebra A review of concepts and computational skills Chapters 5-7.
Algebra 2: Section 6.1 Properties of Exponents. Product of Powers –(when multiplying like bases, add exponents) Power of a Power –(when taking an exponent.
Richard Fateman CS 282 Lecture 14b1 Gröbner Basis Reduction Lecture 14b.
Copyright © 2013, 2009, 2006 Pearson Education, Inc. 1 1 Section 2.2 The Multiplication Property of Equality Copyright © 2013, 2009, 2006 Pearson Education,
RATIONAL EXPONENTS Assignments Assignments Basic terminology
OBJECTIVES © 2010 Pearson Education, Inc. All rights reserved 1 Quadratic Equations Solve a quadratic equation by factoring. Solve a quadratic equation.
ECON 1150 Matrix Operations Special Matrices
Objectives Write equivalent forms for exponential and logarithmic functions. Write, evaluate, and graph logarithmic functions.
Copyright © 2007 Pearson Education, Inc. Slide R-1.
Mathematics for Business and Economics - I
Lecture 7 Topics –Boolean Algebra 1. Logic and Bits Operation Computers represent information by bit A bit has two possible values, namely zero and one.
1 Section 5.5 Solving Recurrences Any recursively defined function ƒ with domain N that computes numbers is called a recurrence or recurrence relation.
Section 8.3: Adding and Subtracting Rational Expressions.
Section 8.2: Multiplying and Dividing Rational Expressions.
 Multiply rational expressions.  Use the same properties to multiply and divide rational expressions as you would with numerical fractions.
7-1 Zero and Negative Exponents
Identity and Equality Properties. Properties refer to rules that indicate a standard procedure or method to be followed. A proof is a demonstration of.
Solving Polynomial Equations – Factoring Method A special property is needed to solve polynomial equations by the method of factoring. If a ∙ b = 0 then.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. 2.6 Solving Equations: The Addition and Multiplication Properties.
Simplifying Exponents How do I know when it is simplified???  Only one of each base  Constants simplified  NO negative or zero exponents.
7.4 Logarithmic Functions Write equivalent forms for exponential and logarithmic equations. Use the definitions of exponential and logarithmic functions.
Table of Contents Solving Polynomial Equations – Factoring Method A special property is needed to solve polynomial equations by the method of factoring.
Day Problems Simplify each expression. 1. (c 5 ) 2 2. (t 2 ) -2 (t 2 ) (2xy) 3x 2 4. (2p 6 ) 0.
Solving Quadratic Equations Using the Zero Product Property March 18, 2014.
Simplifying Radical Expressions Objective: Add, subtract, multiply, divide, and simplify radical expressions.
Equivalent Expressions 6.7. Term When addition or subtraction signs separate an algebraic expression in to parts, each part is called a term.
Introduction Previously, you learned how to graph logarithmic equations with bases other than 10. It may be necessary to convert other bases to common.
Simplify Radical Expressions Using Properties of Radicals.
Solving Exponential and Logarithmic Equations Section 3.4.
Objectives: The student will be able to… 1)Graph exponential functions. 2)Solve exponential equations and inequalities.
Week 1 Real Numbers and Their Properties (Section 1.6, 1.7, 1.8)
Rational Expressions – Equivalent Forms
Rational Expressions and Equations
Operations on Rational algebraic expression
Section R.6 Rational Expressions.
RATIONAL EXPONENTS Assignments Assignments Basic terminology
Linear Equations Constant Coefficients
2 Understanding Variables and Solving Equations.
Simplifying Expressions
Differential Equations
1 Equations, Inequalities, and Mathematical Modeling
Simplify Radical Expressions Using Properties of Radicals
Distributive Property
Rational Expressions – Simplifying
RATIONAL EXPONENTS Basic terminology Substitution and evaluating
Propositional Calculus: Boolean Algebra and Simplification
Section 8-2: Multiplying and Dividing Rational Expressions
Exponential & Logarithmic Equations
Solving Quadratic Equations by Factoring March 16, 2015
Apply Properties of logarithms Lesson 4.5
4.3 Solving Quadratic Equations by Factoring
RATIONAL EXPONENTS Basic terminology Substitution and evaluating
Objective Use multiplication properties of exponents to evaluate and simplify expressions.
Chapter 2: Rational Numbers
Solving Linear Equations
Evaluating expressions and Properties of operations
7-1 Zero and Negative Exponents
Exponential & Logarithmic Equations
Exponential & Logarithmic Equations
Multiplying and Dividing Rational Expressions
Chapter 8 Section 6 Solving Exponential & Logarithmic Equations
Distributive Property
Solving Quadratic Equations by Factoring March 11, 2016
Warm Up Simplify      20  2 3.
Using the Distributive Property to Simplify Algebraic Expressions
Zero and negative exponents
Presentation transcript:

Richard Fateman CS 282 Lecture 131 Algebraic Simplification, Yet more Lecture 13

Richard Fateman CS 282 Lecture 132 Richardson’s class R 2 1.rationals and  2.variable x 3.+, *, / 4.log(u), exp(u), composition no sin or abs This has a zero equivalence algorithm if we can tell if a constant is zero.

Richard Fateman CS 282 Lecture 133 Consider an ordering of subexpressions Suppose y is a subexpression of z, then z is more complex than z. Not much more structure is needed. Let y be most complex subexpression and suppose it is log(u) for some u. Express F=a n y n +... a 1 y + a 0 Is a n, a simpler expression, zero?

Richard Fateman CS 282 Lecture 134 a n is zero Let F 1 =a n-1 y n , a simpler expression. Test it for zero.

Richard Fateman CS 282 Lecture 135 a n is not zero Let F 1 =F/a n = y n a 0 /a n, ok, since a n is not zero. Take the derivative wrt x of F 1, which looks like F 2 =ny’y n (a n a 0 ’-a 0 a n ’)/a n 2. This expression is simpler because the derivative of log(u) is du/u. If F 2 =0 then F 1 is a constant. Since it is a constant, test to see if it is zero.

Richard Fateman CS 282 Lecture 136 What if y is not log(u)? Let y be most complex subexpression and suppose it is exp(u) for some u. Express F=a n y n +... a 1 y + a 0 Is a 0, a simpler expression, zero? If a 0 is not zero, divide through by it to get F 1 =a n y n +...+a 1 y+1. This might not be simpler, but compute its derivative, F 2 =b n y n +..+b 1 y+0. Now we can divide through by y, and get something like b n y n b 1 which IS simpler. Note that exp(u) is assumed non-zero since u is supposedly defined and not - 1. Is F 2 constant?

Richard Fateman CS 282 Lecture 137 What if a 0 is zero? divide through by y to get F 1 =a n y n-1 + a 1, a simpler expression. Since F=a 0 *F 1, if F 1 is zero, so is F.

Richard Fateman CS 282 Lecture 138 Generalizations and speculations What if the only thing we need to add more functions to this list is to have a sufficiently simple defining equation, df/dx = f defines exponential df/dx = 1/x defines log The speculation is that all the properties of special functions of physics can be derived “automatically” by a computer system which could then use these properties to build a simplifier. (Not just zero- equivalence test as given here.)