Newton’s Method: Homework Create a Google Spreadsheet – that uses Newton’s Method – to find roots of x^2 + x = 1 Link to this page from your homepage Send.

Slides:



Advertisements
Similar presentations
Quadratic Equations and Complex Numbers
Advertisements

Numerical Computation Lecture 4: Root Finding Methods - II United International College.
Section Differentials Tangent Line Approximations A tangent line approximation is a process that involves using the tangent line to approximate a.
Symbolic Processing. How to Teach “Programming” Lecture 1: Education for kids – Lego Mindstorms (NQC: Not.
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
 Factor each of the following expressions:.  Finish Section 6-2 Notes (Example 4, You-Try #4)  Review Chapter 5 Test  Section 6-3 Notes  Homework.
MTH 065 Elementary Algebra II Chapter 11 Quadratic Functions and Equations Section 11.0 Square Roots (An Introduction to Chapter 11)
Nth Root and Rational Exponents Section 7.1. WHAT YOU WILL LEARN: 1.How to evaluate nth roots of real numbers using both radical notation and rational.
6.5 The Quadratic Formula and the Discriminant. We have a number of different way of finding the roots if a quadratic equations #1.Making a table #2.Factoring.
Questions from HW??? Use Square Roots to Solve Quadratic Equations Test: FRIDAY!!!!
FUNDAMENTALS OF PRACTICAL COMPUTING Ken ChurchFUNDAMENTALS OF PRACTICAL COMPUTING Ken Church Intended audience: – Students considering a major.
Chapter 7 – Solving Systems of Linear Equations 7.3 – Solving Linear Systems by Linear Combinations.
5.4 Complex Numbers Until now, you have always been told that you can’t take the square root of a negative number. If you use imaginary units, you can!
Using a computer for math Graham Seibert Copyright 2006 This is a segment of the draft version of a large syllabus. I need your feedback to improve it.
Copyright © Cengage Learning. All rights reserved. 4 Applications of Differentiation.
P. 58 #10 – 19 (pick 4) # (pick 6).
Zeros of Polynomial Functions Section 2.5 Page 312.
OUTLINE  Homework (and homework questions)  Ask any review questions you want  Review long division, solve by factoring and graphing calculators  BREAK.
( + ) ÷ ( + ) = ( + ) ( – ) ÷ ( – ) = ( + ) Simplify the following. ( + ) ÷ ( – ) = ( – ) ( – ) ÷ ( + ) = ( – ) 1) – 54 ÷ ( – 9 )= 6 2) – 48 ÷ 6= – 8 3)
Lesson 3-5: Solving Equations with the Variable on Each Side.
Do Now 4/19/10 Copy HW in your planner. Copy HW in your planner. Text p. 655, #4-48 multiples of 4, #56 & 60 Text p. 655, #4-48 multiples of 4, #56 & 60.
Quadratic Relations Solving Quadratic Equations Day 2: Solve by Isolating the Variable Saturday, June 04, 20161Day 2 - Solve by Isolating the Variable.
Do Now : Evaluate when x = 6, y = -2 and z = The Quadratic Formula and the Discriminant Objectives Students will be able to: 1)Solve quadratic.
Warm Up. Solving Quadratic Equations by the Quadratic Formula.
Warm–up #2. Warm–up #2 Solutions –3 2 5 Warm–up #2 Solutions.
1 What you will learn  Lots of vocabulary!  A new type of number!  How to add, subtract and multiply this new type of number  How to graph this new.
Exponents and Radicals Objective: To review rules and properties of exponents and radicals.
5.5 Roots of Real Numbers Squares Roots Nth Roots Principal Roots.
7.4 Solving Polynomial Equations
9.1 – Finding Square Roots. We know how to find the square of a number: 3 2 = (-3) 2 =
5-7: COMPLEX NUMBERS Goal: Understand and use complex numbers.
Applications of Common Logarithms Objective: Define and use common logs to solve exponential and logarithmic equations; use the change of base formula.
6.4 Completing the Square The Square Root Property.
1. 2 Translating Addition Phrases  The sum of 6 and a number  8 more than a number  A number plus 5  A number increased by 7.
MM2A4. Students will solve quadratic equations and inequalities in one variable. b. Find real and complex solutions of equations by factoring, taking square.
Aim: How do we solve quadratic equation with complex roots? Do Now: 1. Solve for x: 2. Solve for x: 3. Solve for x: HW: p.219 # 6,8,10,12,14 p.241 # 6,14,25.
Chapter 2 Section 4 Complex Numbers.
4.2 – Quadratic Equations. “I can use the discriminant to describe the roots of quadratic equations.” DISCRIMINANT: b 2 – 4ac b 2 – 4ac > 0 2 distinct.
160 as a product of its prime factors is 2 5 x 5 Use this information to show that 160 has 12 factors.
MTH 253 Calculus (Other Topics) Chapter 9 – Mathematical Modeling with Differential Equations Section 9.4 – Second-Order Linear Homogeneous Differential.
Solving multi step equations. 12X + 3 = 4X X 12X + 3 = 3X X 9X + 3 = X = X =
The Quadratic Formula The Quadratic Formula can be used to solve any quadratic equation that is in the form ax2 ax2 + bx bx + c = 0 I’ll have to write.
Homework Homework Assignment #33 Review Sections 4.1 – 4.9 Page 294, Exercises: 1 – 117(EOO), skip 17, 21, 73 Chapter 4 Test next time Rogawski Calculus.
6.5 The Quadratic Formula and the Discriminant
Complex Numbers.
Chapter 6 Polynomials Review
Section 6.5 Theorems about Roots of Polynomial Equations Objective: Students will be able to solve equations using Theorems involving roots. Rational Root.
2-3 Solving Two-Step Equations
Finding the square root of a complex number
Solving Systems using Substitution
Chapter 7 – Systems of Linear Equations and Inequalities
Complex integers? Here a and b are integers.
Finding Real Roots of Polynomial Equations
7.5 Zeros of Polynomial Functions
Infinite Sequences and Series
Solving Multi-Step Equations pages 352 – 356
Math – Power Series.
Review.
Rational Equations.
Rational Exponents and Nth Roots Objectives:
Review.
10.5 Use Square Roots to Solve Quadratic Equations
9.2 Solving Quadratic Equations using square roots
Warm Up Linear Relationships Sudoku.
Solving Two-Step Equations pages 348 – 351
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
Section 9.4 – Solving Differential Equations Symbolically
2-3 Solving Two-Step Equations
Introduction CSE 541.
Presentation transcript:

Newton’s Method: Homework Create a Google Spreadsheet – that uses Newton’s Method – to find roots of x^2 + x = 1 Link to this page from your homepage Send link(s) to: – and Extra credit: – Multiple roots: There are two roots to this equation. You will get one root or the other depending on the initial value. Show that this is the case. That is, produce two spreadsheets with two initial values that converge on different roots. Which initial values converge on which root? – What happens if you try to use Newton’s Method to solve: x^2 + x = -1

Newton’s Method

nx[n]x[n+1]sqrt(5)

Symbolic Features (Bet you can’t do this with your favorite statistics package) Complex Numbers: Sqrt(-1) Roots (without approximations) Differentiation (without approximations) Integration (without approximations) The On-Line Encyclopedia of Integer Sequences Eval Symbolic Methods ≠ Numeric Methods – Newton’s Method: Approximation for Reals

Sqrt(-1)  Error (for many tools)

Roots (without approximations)

Numerical Methods: Approximations such as Newton’s Method

Complex Roots

Newton’s Method

Newton’s Method

Symbolic Alternative