Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W. 13-15 Th. 13-15, F. 13-15.

Slides:



Advertisements
Similar presentations
The Rational Zero Theorem
Advertisements

Roots & Zeros of Polynomials I
Section 6.6 Finding Rational Zeros. Rational Zero Theorem Synthetic & Long Division Using Technology to Approximate Zeros Today you will look at finding.
Splash Screen.
ON TARGET 4NW OBJECTIVES. ON TARGET Which equation is true for ALL values? This is a calculator problem. One at a time, key each equation into the Y=
Chapter 6 – Polynomial Functions
SOLVING QUADRATICS General Form: Where a, b and c are constants.
Complex Numbers The imaginary number i is defined as so that Complex numbers are in the form a + bi where a is called the real part and bi is the imaginary.
Solving Linear Equations Rule 7 ‑ 1: We can perform any mathematical operation on one side of an equation, provided we perform the same operation on the.
Essential Question: What are some things the discriminate is used for?
LINEAR EQUATION IN TWO VARIABLES. System of equations or simultaneous equations – System of equations or simultaneous equations – A pair of linear equations.
Quadratic Equations Algebra I. Vocabulary Solutions – Called roots, zeros or x intercepts. The point(s) where the parabola crosses the x axis. Minimum.
Quadratic Function By: Robert H. Phillip C.. Definition Of Quadratic Function A quadratic function, in mathematics, is a polynomial function of the form.
The Rational Zero Theorem
Non linear system. Warm Up Solve each quadratic equation by factoring. Check your answer. 5, x 2 - 3x - 10 = x x = Find the number.
Surds and Quadratics AS
Copyright © 2007 Pearson Education, Inc. Slide 3-1.
Sec 3.4 & Sec 3.5 Complex Numbers & Complex Zeros
The Fundamental Theorem of Algebra And Zeros of Polynomials
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
3.2 Solving Systems of Equations Algebraically Substitution Method Elimination Method.
Quadratic Equations, Functions, and Models
Bell Work: Find the values of all the unknowns: R T = R T T + T = 60 R = 3 R =
Table of Contents First note this equation has "quadratic form" since the degree of one of the variable terms is twice that of the other. When this occurs,
Solving Review Semester 2. Notice the variable is in the exponent. That means we need to use logs to solve. Because an “e” is involved we must use ln.
Section 5.4 Factoring FACTORING Greatest Common Factor,
Chapter 6 Finding the Roots of Equations
6-3: Solving systems Using Elimination
Aim: What are the higher degree function and equation? Do Now: a) Graph f(x) = x 3 + x 2 – x – 1 on the calculator b) How many times does the graph intersect.
Zeros of Polynomial Functions Section 2.5 Page 312.
Real Zeros of a Polynomial Function Objectives: Solve Polynomial Equations. Apply Descartes Rule Find a polynomial Equation given the zeros.
The Rational Root Theorem The Rational Root Theorem gives us a tool to predict the Values of Rational Roots:
Lecture 3 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
SOLVING QUADRATIC EQUATIONS Unit 7. SQUARE ROOT PROPERTY IF THE QUADRATIC EQUATION DOES NOT HAVE A “X” TERM (THE B VALUE IS 0), THEN YOU SOLVE THE EQUATIONS.
Solving Quadratic Equations – Part 1 Methods for solving quadratic equations : 1. Taking the square root of both sides ( simple equations ) 2. Factoring.
Calculus 3.4 Manipulate real and complex numbers and solve equations AS
Zeros of Polynomials 2.5.
Newton’s Method, Root Finding with MATLAB and Excel
An equation in the form … … can be solved using two methods discussed previously. Solving Equations Containing Trinomials 1.Factoring Method 2.Graphing.
MTH 065 Elementary Algebra II Chapter 6 – Polynomial Factorizations and Equations Section 6.1 – Introduction to Polynomial Factorizations and Equations.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F
By: Adam Linnabery. The quadratic formula is –b+or-√b 2 -4ac 2a an example of how it is used: X 2 -4x-12=0 the coefficient of x 2 is 1 therefore the value.
Taking the n th Root to Solve Equations Chapter 7.1.
5-5A Determine the Best Method Algebra 1 Glencoe McGraw-HillLinda Stamper.
Section 3.5 Polynomial and Rational Inequalities.
Chapter 5.1 Notes Simplifying Polynomials Multiplying Polynomials Degree of a Polynomial Algebra 2.
Polynomials. Definition of a Polynomial A polynomial is an expression that is constructed from variables and constants, and also includes coefficients.
Notes 6.5, Date__________ (Substitution). To solve using Substitution: 1.Solve one equation for one variable (choose the variable with a coefficient of.
Solving Quadratic Equations. Find the quadratic equation if the solutions are 3 and -2. x = 3 x = -2 Make them equal zero. x – 3 = 0x + 2 = 0 (x – 3)(x.
What is an Equation  An equation is an expression with an ‘equal’ sign and another expression.  EXAMPLE:  x + 5 = 4  2x – 6 = 13  There is a Left.
Roots & Zeros of Polynomials I How the roots, solutions, zeros, x-intercepts and factors of a polynomial function are related.
Simultaneous Equations 1
3. 3 Solving Equations Using Addition or Subtraction 3
Section 2.6 – Other Types of Equations
Chapter 4 Quadratic Equations
Solve Systems of Equations by Elimination
The Rational Zero Theorem
Unit 1: Combining like Terms
Simplify 2 7 +√5 Simplify 4 2−√ √5 Solve 1+
What You Will Learn Solving Quadratic Equations by Using Factoring
Warm Up Simplify each expression. 1. 3x + 2y – 5x – 2y
Quadratic Equations by Dr. Terri
Find all solutions of the polynomial equation by factoring and using the quadratic formula. x = 0 {image}
Solving Polynomial Equations
The Rational Zero Theorem
Objectives Solve systems of linear equations in two variables by elimination. Compare and choose an appropriate method for solving systems of linear equations.
Solving Polynomials by Factoring
3.4 Solve by Factoring (Part 1)
Solving Equations Containing Trinomials
Presentation transcript:

Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: M.13-15, W Th , F

Outlines 1. Roots of equation 2. Graphical method 3. Interval and goal-seek method 4. Example in chem.eng

Roots of equation Problem in chemical engineering Sometimes is in POLYNOMIAL EXPRESSION an expression consisting of variables (or indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents

Roots of equation Example of polynomial Quadratic polynomial Polynomial degree-n Polynomial degree-3

Roots of equation Polynomial function f (x) = a n x n + a n-1 x n-1 +…+ a 2 x 2 + a 1 x + a 0 is called a polynomial function of x of degree n. The number a n, the coefficient of the variable to the highest power, is called the leading coefficient.

Roots of equation A value of x that makes y = 0 Setting the Factors of a Polynomial Expression equal to zero gives the Solutions to the Equation when the polynomial expression equals zero. Another name for the Solutions of a Polynomial is the Roots of a Polynomial !

Roots of equation Factors of polynomial when they are multiplied, they equal that polynomial:

Roots of equation Solving polynomial to find the roots of polynomial Factoring polynomial Rearrange the terms to have zero on one side: Factor: Set each factor equal to zero and solve:

Roots of equation Solving polynomial to find the roots of polynomial For this polynomial The Factors are:(x + 5) & (x - 3) The Roots/Solutions are:x = -5 and 3 The Zeros are at:(-5, 0) and (3, 0)

Roots of equation Finding roots and zeros of polynomial Graphical method The Zeros of the Polynomial are the values of x when the polynomial equals zero. In other words, the Zeros are the x-values where y equals zero.

Roots of equation Finding roots and zeros of polynomial Graphical method

Roots of equation Finding roots and zeros of polynomial Interval-halving method Algorithm: 1.Creating a table of x value and corresponding y value 2.Identify two different sign of y values (one is positive and another is negative – starting value of x value 3.Find the midpoint of x1 and x2 – x3  substituting to the function 4.Choose either x1 and x3 or x2 and x3 which has opposite sign as new pair x values and the interval between them is low 5.Repeat step 1 – 4 after the desired accuracy is reached

Roots of equation Finding roots and zeros of polynomial Interval-halving method

Roots of equation Finding roots and zeros of polynomial Interval-halving method 1.Cell A3 and C3 are starting point of x1 and x2, cell B3 and D3 are the formula of the function 2.Cell A4 calculates the midpoint of x1 and x2 with formula 3.Cell C4 selects the y value that has the opposite sign to the value in the previous row

Roots of equation Finding roots and zeros of polynomial Goal-seek method Built-in function in excel – to find x value that makes y value become zero Probably involves Newton-Raphson method Example The root of equation will be in this interval

Roots of equation Finding roots and zeros of polynomial Using Goal-seek in excel

Roots of equation Finding roots and zeros of polynomial Using Goal-seek in excel

Roots of equation Finding roots and zeros of polynomial Using Goal-seek in excel

Roots of equation Problem solving in chemical engineering