Numerical Methods for solutions of equations

Slides:



Advertisements
Similar presentations
Solved problems on comparison theorem for series.
Advertisements

1 GCSE Mathematics Intermediate Tier Paper 2 (f).
Rational Inequalities
#1 Factor Each (to prime factors): #2 #3 #4 Solve:
Technical Question Technical Question
Part 2.  Review…  Solve the following system by elimination:  x + 2y = 1 5x – 4y = -23  (2)x + (2)2y = 2(1)  2x + 4y = 2 5x – 4y = -23  7x = -21.
Write decimal as percent. Divide each side by 136. Substitute 51 for a and 136 for b. Write percent equation. Find a percent using the percent equation.
Standardized Test Practice
EXAMPLE 2 Standardized Test Practice SOLUTION Standard form Product form Scientific notation 4 10 –6 Move decimal point 6 places to.
Section 2.4 solving equations with variables on both sides of the equal sign. Day 1.
Solving Quadratic Equations by Factoring. Solution by factoring Example 1 Find the roots of each quadratic by factoring. factoring a) x² − 3x + 2 b) x².
The Quadratic Formula. What does the Quadratic Formula Do ? The Quadratic formula allows you to find the roots of a quadratic equation (if they exist)
Lecture 6 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
OPERATIONEXPLANATIONEXAMPLE Converting a decimal to a percent Move the decimal point 2 places to the right and add a percent (%) sign. If you need to,
Solving equations numerically The sign - change rule If the function f(x) is continuous for an interval a  x  b of its domain, if f(a) and f(b) have.
Inequalities and their Graphs Objective: To write and graph simple inequalities with one variable.
ABSOLUTE VALUE INEQUALITIES.  Just like absolute value equations, inequalities will have two solutions: |3x - 2| ≤ 7 3x – 2 ≤ x ≤ 9 x ≤ 3 -5/3.
Copyright © 2015, 2008, 2011 Pearson Education, Inc. Section 4.1, Slide 1 Chapter 4 Exponential Functions.
Fractions and Decimals. Writing Decimals as Fractions Use the decimal as the numerator. Use the place value as the denominator (for example, if the decimal.
Solving Linear Equations Substitution. Find the common solution for the system y = 3x + 1 y = x + 5 There are 4 steps to this process Step 1:Substitute.
© 2010 Pearson Prentice Hall. All rights reserved The Rational Numbers.
Exponential and Logarithmic Equations
DMO’L.St Thomas More C3: Starters Revise formulae and develop problem solving skills
Lesson 3 Comparing Fractions. Rule for Comparing Two Fractions To compare two fractions, both fractions must have the same denominator. (The same denominator.
1. Move decimal point 2 spots to the right 2. write the number and put % sign at end Ex).45 = 45%.653 = 65.3% 2 = 200%3.46 = 346%
Numerical Solutions of Partial Differential Equations CHAPTER 16.
1 Example 3 Evaluate Solution Since the degree 5 of the numerator is greater than the degree 4 of the denominator, we begin with long division: Hence The.
CSE 330 Numerical Methods Lecture 05 Chapter 5: Numerical Differentiation Md. Omar Faruqe
2( ) 8x + 14y = 4 -12x – 14y = x = x = 4 8x + 14y = 4 8(4) + 14y = y = y = -28 ___ ___ y = -2 The solution is (4, -2)
Lecture 4 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
Let’s COUNT In tenths
1 4.8 – Newton’s Method. 2 The Situation Let’s find the x-intercept of function graphed using derivatives and tangent lines. |x1|x1 |x2|x2 |x3|x3 Continuing,
You must show all your working. (click for each stage of the answer)
Find the solution of the exponential equation, correct to four decimal places. e x =
Numerical Analysis Lecture 5.
Solving Percent Problems Using Equations
Number Theory and the Real Number System
BACK SOLUTION:
Notes Over 9.6 An Equation with One Solution
10 Real Numbers, Equations, and Inequalities.
Math 2-1: Warm-up Evaluate each expression. 8 + (20 – 3)(2) 16 + (-9)
Solve the equation for x. {image}
Class Notes 11.2 The Quadratic Formula.
Find all solutions of the equation
Chapter 1: False-Position Method of Solving a Nonlinear Equation
What is an equation? An equation is a mathematical statement that two expressions are equal. For example, = 7 is an equation. Note: An equation.
Week 7 Solve 4sin2θ - 2 = 7cos θ for -180° ≤ θ < 180° correct to 3 significant figures Find the area enclosed by y = x2 + 2 and the line y = 2x + 5.
Fractions and Decimals
Equation Review Given in class 10/4/13.
10:00.
Drawing straight line graphs
Solve Linear Equations by Elimination
SOLVING MULTI-STEP EQUATIONS
Day 2 Write in Vertex form Completing the Square Imaginary Numbers Complex Roots.
SOLVING SYSTEMS USING ELIMINATION
Iterative Formulae Saturday, 23 February 2019.
A step-by-step process of trial and improvement
Linear simultaneous equations: Correct solution? (step 7)
Solving Trigonometric Equations by Algebraic Methods
Determine the graph of the given function. {image}
Solve the equation: 6 x - 2 = 7 x + 7 Select the correct answer.
Equation Review.
Solving Systems of Equations by Elimination Part 2
Welcome: Pass out Zeros of Higher Polynomials WKS.
Multiplying and Dividing Rational Expressions
Where do these graphs intersect
Trial & Improvement Friday, 24 May 2019.
SCATTERGRAPHS Plot the points Draw in the line of best fit
One-step addition & subtraction equations: fractions & decimals
Recognize the Operation
Presentation transcript:

Numerical Methods for solutions of equations Decimal Search method Tuesday, 10 September 2019

Example Show that the equation 𝑥 2 +8𝑥−25=0 has a solution between 𝑥=2 and 𝑥=3. Use Decimal search to obtain values of this solution correct to 2 decimal places. Let f 𝑥 = 𝑥 2 +8𝑥−25 f 2 = 2 2 +8 2 −25 =−5 Change of sign implies a solution lies between 𝑥=2 and 𝑥=3 f 3 = 3 2 +8 3 −25 =8 𝑥 𝑓(𝑥) 2.1 2.2 2.3 2.4 2.5 Change of sign implies a solution lies between 𝑥=2.4 and 𝑥=2.5 -3.79 -2.56 -1.31 -0.04 1.25 𝑥 𝑓(𝑥) 2.40 2.41 Change of sign implies a solution lies between 𝑥=2.40 and 𝑥=2.41 -0.04 0.0881 Solution 𝑥=2.40 to 2 decimal places

Has a solution between 𝑥=0 and 𝑥=1 Example Show that the equation 𝑥 3 +4𝑥−2=0 Has a solution between 𝑥=0 and 𝑥=1 Hence, using the decimal search method find this solution correct to 3 decimal places. Let f 𝑥 = 𝑥 3 +4𝑥−2 f 0 = 0 3 +4 0 −2 =−2 Change of sign implies a solution lies between 𝑥=0 and 𝑥=1 f 1 = 1 3 +4 1 −2 =3 𝑥 𝑓(𝑥) 0.1 0.2 0.3 0.4 0.5 -1.599 -1.192 -0.773 -0.336 0.125 𝑥 𝑓(𝑥) 0.40 0.41 0.42 0.43 0.44 0.45 0.46 0.47 0.48 -0.336 -0.291 -0.245 -0.200 -0.154 -0.108 -0.062 -0.016 0.030

Solution 𝑥=0.474 to 3 decimal places 𝑓(𝑥) 0.470 0.471 0.472 0.473 0.474 -0.016 -0.011 -0.006 -0.0021 0.0024 Solution 𝑥=0.474 to 3 decimal places Question1 Show that the equation 4𝑥 3 −2𝑥−5=0 Has a solution between 𝑥=1 and 𝑥=2 Hence, using the decimal search method find this solution correct to 3 decimal places.

Question2 Show that the equation 𝑥 3 +𝑥−4=0 Has a solution between 𝑥=1 and 𝑥=2 Hence, using the decimal search method find this solution correct to 2 decimal places.