Chapter 2. Solving a Nonlinear Equation

Size: px
Start display at page:

Download "Chapter 2. Solving a Nonlinear Equation"

Transcription

1 Chpter Soving Noniner Eqtion 1 Bisection Method Ater reding this chpter, yo shod be be to: 1 oow the gorith o the bisection ethod o soving noniner eqtion, se the bisection ethod to sove epes o inding roots o noniner eqtion, nd enerte the dvntges nd disdvntges o the bisection ethod One o the irst neric ethods deveoped to ind the root o noniner eqtion ( ) 0 ws the bisection ethod (so ced binry-serch ethod) The ethod is bsed on the oowing theore Theore An eqtion ( ) 0, where () is re continos nction, hs t est one root between i ( ) ( ) < 0 (See Figre 1) Note tht i ( ) ( ) > 0, there y or y not be ny root between nd (Figres nd ) I ( ) ( ) < 0, then there y be ore thn one root between (Figre 4) So the theore ony grntees one root between Bisection ethod Since the ethod is bsed on inding the root between two points, the ethod s nder the ctegory o brcketing ethods Since the root is brcketed between two points,, one cn ind the idpoint, between This gives s two intervs 1, nd () Figre 1 At est one root eists between the two points i the nction is re, continos, nd chnges sign 001

2 001 Chpter 001 () Figre I the nction () does not chnge sign between the two points, roots o the eqtion ( ) 0 y sti eist between the two points () () Figre I the nction () does not chnge sign between two points, there y not be ny roots or the eqtion ( ) 0 between the two points

3 Bisection Method 001 () Figre 4 I the nction () chnges sign between the two points, ore thn one root or the eqtion ( ) 0 y eist between the two points Is the root now between or between? We, one cn ind the sign o ( ) ( ), nd i ( ) ( ) < 0 then the brcket is between, otherwise, it is between So, yo cn see tht yo re itery hving the interv As one repets this process, the width o the interv [, ] becoes ser nd ser, nd yo cn zero in to the root o the eqtion ( ) 0 The gorith or the bisection ethod is given s oows Agorith or the bisection ethod The steps to ppy the bisection ethod to ind the root o the eqtion ( ) 0 re 1 Choose s two gesses or the root sch tht ( ) ( ) < 0, or in other words, () chnges sign between Estite the root,, o the eqtion ( ) 0 s the id-point between nd s + Now check the oowing ) I ( ) ( ) < 0, then the root ies between ; then nd b) I ( ) ( ) > 0, then the root ies between ; then nd c) I ( ) ( ) 0 ; then the root is Stop the gorith i this is tre 4 Find the estite o the root + Find the bsote retive pproite error s

4 0014 Chpter 001 where - od estited root ro present itertion estited root ro previos itertion od 5 Copre the bsote retive pproite error with the pre-speciied Epe 1 retive error toernce s I >s, then go to Step, ese stop the gorith Note one shod so check whether the nber o itertions is ore thn the i nber o itertions owed I so, one needs to terinte the gorith nd notiy the ser bot it Yo re working or DOWN THE TOILET COMPANY tht kes ots or ABC coodes The oting b hs speciic grvity o 06 nd hs rdis o 55 c Yo re sked to ind the depth to which the b is sberged when oting in wter The eqtion tht gives the depth to which the b is sberged nder wter is given by Use the bisection ethod o inding roots o eqtions to ind the depth to which the b is sberged nder wter Condct three itertions to estite the root o the bove eqtion Find the bsote retive pproite error t the end o ech itertion, nd the nber o signiicnt digits t est correct t the end o ech itertion Sotion Fro the physics o the probe, the b wod be sberged between 0 R, where R rdis o the b, tht is 0 R 0 (0055) Figre 5 Foting b probe

5 Bisection Method 0015 Lets s sse 0, 011 Check i the nction chnges sign between ( ) (0) (0) 0165(0) Hence ( ( ) (011) (011) ) ( ) 0165(011) (0) (011) ( )( ) < 0 So there is t est one root between, tht is between 0 nd 011 Itertion 1 The estite o the root is ( ) ( ) (0) (0055) ( 99 )( 6655 ) > 0 Hence the root is brcketed between, tht is, between 0055 nd 011 So, the ower nd pper iit o the brcket is 0 055, 011 At this point, the bsote retive pproite error not hve previos pproition Itertion The estite o the root is ( ) (0085) (0085) 0165(0085) cnnot be ccted s we do ( ) ( ) ( 0055) ( 0085) ( 6655 ) ( 16 ) < 0 Hence, the root is brcketed between, tht is, between 0055 nd 0085 So the ower nd pper iit o the brcket is 0 055, 0085 The bsote retive pproite error ( ) ( ) ( 0055) 0165( 0055) od % t the end o Itertion is

6 0016 Chpter 001 None o the signiicnt digits re t est correct in the estited root o becse the bsote retive pproite error is greter thn 5% Itertion ( ) (006875) (006875) 0165(006875) ( ) ( ) 5 (0055) (006875) (6655 ) ( 56 ) < 0 Hence, the root is brcketed between, tht is, between 0055 nd So the ower nd pper iit o the brcket is 0 055, The bsote retive pproite error od t the ends o Itertion is % Sti none o the signiicnt digits re t est correct in the estited root o the eqtion s the bsote retive pproite error is greter thn 5% Seven ore itertions were condcted nd these itertions re shown in Tbe 1 Tbe 1 Root o ( ) 0 s nction o nber o itertions or bisection ethod Itertion % ( ) At the end o th itertion, 0171% Hence the nber o signiicnt digits t est correct is given by the rgest ve o or which og( 044)

7 Bisection Method 0017 og(044) 46 So The nber o signiicnt digits t est correct in the estited root o t the th end o the itertion is Advntges o bisection ethod ) The bisection ethod is wys convergent Since the ethod brckets the root, the ethod is grnteed to converge b) As itertions re condcted, the interv gets hved So one cn grntee the error in the sotion o the eqtion Drwbcks o bisection ethod ) The convergence o the bisection ethod is sow s it is sipy bsed on hving the interv b) I one o the initi gesses is coser to the root, it wi tke rger nber o itertions to rech the root c) I nction () is sch tht it jst toches the -is (Figre 6) sch s ( ) 0 it wi be nbe to ind the ower gess,, nd pper gess,, sch tht ( ) ( ) < 0 d) For nctions () where there is singrity 1 nd it reverses sign t the singrity, the bisection ethod y converge on the singrity (Figre 7) An epe incdes 1 ( ) where, re vid initi gesses which stisy ( ) ( ) < 0 However, the nction is not continos nd the theore tht root eists is so not ppicbe () Figre 6 The eqtion ( ) 0 hs singe root t 0 tht cnnot be brcketed

8 0018 Chpter A singrity in nction is deined s point where the nction becoes ininite For epe, or nction sch s 1 /, the point o singrity is 0 s it becoes ininite () Figre 7 The eqtion ( ) 0 1 hs no root bt chnges sign

Chapter Bisection Method of Solving a Nonlinear Equation

Chapter Bisection Method of Solving a Nonlinear Equation Chpter 00 Bisection Method o Solving Nonliner Eqtion Ater reding this chpter, yo shold be ble to: 1 ollow the lgorith o the bisection ethod o solving nonliner eqtion, se the bisection ethod to solve eples

More information

روش نصف کردن. Bisection Method Basis of Bisection Method

روش نصف کردن. Bisection Method Basis of Bisection Method 10/18/01 روش نصف کردن Bisection Method http://www.pedra-payvandy.co 1 Basis o Bisection Method Theore An equation ()=0, where () is a real continuous unction, has at least one root between l and u i (

More information

Bisection Method 8/11/2010 1

Bisection Method 8/11/2010 1 Bisection Method 8/11/010 1 Bisection Method Basis of Bisection Method Theore An equation f()=0, where f() is a real continuous function, has at least one root between l and u if f( l ) f( u ) < 0. f()

More information

Chapter 3 Solving Nonlinear Equations

Chapter 3 Solving Nonlinear Equations Chpter 3 Solving Nonliner Equtions 3.1 Introduction The nonliner function of unknown vrible x is in the form of where n could be non-integer. Root is the numericl vlue of x tht stisfies f ( x) 0. Grphiclly,

More information

R. I. Badran Solid State Physics

R. I. Badran Solid State Physics I Bdrn Solid Stte Physics Crystl vibrtions nd the clssicl theory: The ssmption will be mde to consider tht the men eqilibrim position of ech ion is t Brvis lttice site The ions oscillte bot this men position

More information

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!!

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!! Nme: Algebr II Honors Pre-Chpter Homework Before we cn begin Ch on Rdicls, we need to be fmilir with perfect squres, cubes, etc Try nd do s mny s you cn without clcultor!!! n The nth root of n n Be ble

More information

1 nonlinear.mcd Find solution root to nonlinear algebraic equation f(x)=0. Instructor: Nam Sun Wang

1 nonlinear.mcd Find solution root to nonlinear algebraic equation f(x)=0. Instructor: Nam Sun Wang nonlinermc Fin solution root to nonliner lgebric eqution ()= Instructor: Nm Sun Wng Bckgroun In science n engineering, we oten encounter lgebric equtions where we wnt to in root(s) tht stisies given eqution

More information

4.5 JACOBI ITERATION FOR FINDING EIGENVALUES OF A REAL SYMMETRIC MATRIX. be a real symmetric matrix. ; (where we choose θ π for.

4.5 JACOBI ITERATION FOR FINDING EIGENVALUES OF A REAL SYMMETRIC MATRIX. be a real symmetric matrix. ; (where we choose θ π for. 4.5 JACOBI ITERATION FOR FINDING EIGENVALUES OF A REAL SYMMETRIC MATRIX Some reliminries: Let A be rel symmetric mtrix. Let Cos θ ; (where we choose θ π for Cos θ 4 purposes of convergence of the scheme)

More information

The Atwood Machine OBJECTIVE INTRODUCTION APPARATUS THEORY

The Atwood Machine OBJECTIVE INTRODUCTION APPARATUS THEORY The Atwood Mchine OBJECTIVE To derive the ening of Newton's second lw of otion s it pplies to the Atwood chine. To explin how ss iblnce cn led to the ccelertion of the syste. To deterine the ccelertion

More information

Integration of Basic Functions. Session 7 : 9/23 1

Integration of Basic Functions. Session 7 : 9/23 1 Integration o Basic Fnctions Session 7 : 9/3 Antiderivation Integration Deinition: Taking the antiderivative, or integral, o some nction F(), reslts in the nction () i ()F() Pt simply: i yo take the integral

More information

ME 311 Mechanical Measurements Page 1 of 6 Wind Tunnel Laboratory. Name: Group: Campus Mail:

ME 311 Mechanical Measurements Page 1 of 6 Wind Tunnel Laboratory. Name: Group: Campus Mail: ME Mechnicl Mesrements Pge o 6 Wind Tnnel Lbortory Nme: Grop: Cmps Mil: NOTE: I my be 0-5 mintes lte becse I will be working with the vibrtion nd reqency lb grop to get them strted. Plese go over this

More information

Mathematics Extension 1

Mathematics Extension 1 04 Bored of Studies Tril Emintions Mthemtics Etension Written by Crrotsticks & Trebl. Generl Instructions Totl Mrks 70 Reding time 5 minutes. Working time hours. Write using blck or blue pen. Blck pen

More information

MA 131 Lecture Notes Calculus Sections 1.5 and 1.6 (and other material)

MA 131 Lecture Notes Calculus Sections 1.5 and 1.6 (and other material) MA Lecture Notes Clculus Sections.5 nd.6 (nd other teril) Algebr o Functions Su, Dierence, Product, nd Quotient o Functions Let nd g be two unctions with overlpping doins. Then or ll x coon to both doins,

More information

Chapter 6 Continuous Random Variables and Distributions

Chapter 6 Continuous Random Variables and Distributions Chpter 6 Continuous Rndom Vriles nd Distriutions Mny economic nd usiness mesures such s sles investment consumption nd cost cn hve the continuous numericl vlues so tht they cn not e represented y discrete

More information

Does the Order Matter?

Does the Order Matter? LESSON 6 Does the Order Mtter? LEARNING OBJECTIVES Tody I : writing out exponent ultipliction. So tht I cn: develop rules for exponents. I ll know I hve it when I cn: solve proble like ( b) = b 5 0. Opening

More information

This lecture covers Chapter 8 of HMU: Properties of CFLs

This lecture covers Chapter 8 of HMU: Properties of CFLs This lecture covers Chpter 8 of HMU: Properties of CFLs Turing Mchine Extensions of Turing Mchines Restrictions of Turing Mchines Additionl Reding: Chpter 8 of HMU. Turing Mchine: Informl Definition B

More information

fractions Let s Learn to

fractions Let s Learn to 5 simple lgebric frctions corne lens pupil retin Norml vision light focused on the retin concve lens Shortsightedness (myopi) light focused in front of the retin Corrected myopi light focused on the retin

More information

New Integral Inequalities through Generalized Convex Functions

New Integral Inequalities through Generalized Convex Functions Punjb University Journ of Mthetics ISSN 116-2526) Vo. 462)214) pp. 47-51 New Integr Inequities through Generized Convex Functions Muhd Muddssr, Deprtent of Mthetics, University of Engineering nd Technoogy,

More information

MATH FIELD DAY Contestants Insructions Team Essay. 1. Your team has forty minutes to answer this set of questions.

MATH FIELD DAY Contestants Insructions Team Essay. 1. Your team has forty minutes to answer this set of questions. MATH FIELD DAY 2012 Contestnts Insructions Tem Essy 1. Your tem hs forty minutes to nswer this set of questions. 2. All nswers must be justified with complete explntions. Your nswers should be cler, grmmticlly

More information

AQA Further Pure 1. Complex Numbers. Section 1: Introduction to Complex Numbers. The number system

AQA Further Pure 1. Complex Numbers. Section 1: Introduction to Complex Numbers. The number system Complex Numbers Section 1: Introduction to Complex Numbers Notes nd Exmples These notes contin subsections on The number system Adding nd subtrcting complex numbers Multiplying complex numbers Complex

More information

Matching. Lecture 13 Link Analysis ( ) 13.1 Link Analysis ( ) 13.2 Google s PageRank Algorithm The Top Ten Algorithms in Data Mining

Matching. Lecture 13 Link Analysis ( ) 13.1 Link Analysis ( ) 13.2 Google s PageRank Algorithm The Top Ten Algorithms in Data Mining Lecture 13 Link Anlsis () 131 13.1 Serch Engine Indexing () 132 13.1 Link Anlsis () 13.2 Google s PgeRnk Algorith The Top Ten Algoriths in Dt Mining J. McCorick, Nine Algoriths Tht Chnged the Future, Princeton

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Journl o Inequlities in Pure nd Applied Mthemtics http://jipm.vu.edu.u/ Volume 6, Issue 4, Article 6, 2005 MROMORPHIC UNCTION THAT SHARS ON SMALL UNCTION WITH ITS DRIVATIV QINCAI ZHAN SCHOOL O INORMATION

More information

Definition :- A shape has a line of symmetry if, when folded over the line. 1 line of symmetry 2 lines of symmetry

Definition :- A shape has a line of symmetry if, when folded over the line. 1 line of symmetry 2 lines of symmetry Symmetry Lines of Symmetry Definition :- A shpe hs line of symmetry if, when folded over the line the hlves of the shpe mtch up exctly. Some shpes hve more thn one line of symmetry : line of symmetry lines

More information

Section 10.2 Angles and Triangles

Section 10.2 Angles and Triangles 117 Ojective #1: Section 10.2 nges n Tringes Unerstning efinitions of ifferent types of nges. In the intersection of two ines, the nges tht re cttycorner fro ech other re vertic nges. Vertic nges wi hve

More information

Lecture 6 Notes, Electromagnetic Theory I Dr. Christopher S. Baird University of Massachusetts Lowell

Lecture 6 Notes, Electromagnetic Theory I Dr. Christopher S. Baird University of Massachusetts Lowell Lecture 6 Notes, Eectrognetic Theory I Dr. Christopher S. Bird University of Msschusetts Lowe. Associted Legendre Poynois - We now return to soving the Lpce eqution in spheric coordintes when there is

More information

PART 1 MULTIPLE CHOICE Circle the appropriate response to each of the questions below. Each question has a value of 1 point.

PART 1 MULTIPLE CHOICE Circle the appropriate response to each of the questions below. Each question has a value of 1 point. PART MULTIPLE CHOICE Circle the pproprite response to ech of the questions below. Ech question hs vlue of point.. If in sequence the second level difference is constnt, thn the sequence is:. rithmetic

More information

spring from 1 cm to 2 cm is given by

spring from 1 cm to 2 cm is given by Problem [8 pts] Tre or Flse. Give brief explntion or exmple to jstify yor nswer. ) [ pts] Given solid generted by revolving region bot the line x, if we re sing the shell method to compte its volme, then

More information

Chapter Newton-Raphson Method of Solving a Nonlinear Equation

Chapter Newton-Raphson Method of Solving a Nonlinear Equation Chpter.4 Newton-Rphson Method of Solvng Nonlner Equton After redng ths chpter, you should be ble to:. derve the Newton-Rphson method formul,. develop the lgorthm of the Newton-Rphson method,. use the Newton-Rphson

More information

n f(x i ) x. i=1 In section 4.2, we defined the definite integral of f from x = a to x = b as n f(x i ) x; f(x) dx = lim i=1

n f(x i ) x. i=1 In section 4.2, we defined the definite integral of f from x = a to x = b as n f(x i ) x; f(x) dx = lim i=1 The Fundmentl Theorem of Clculus As we continue to study the re problem, let s think bck to wht we know bout computing res of regions enclosed by curves. If we wnt to find the re of the region below the

More information

CHAPTER 2 FUZZY NUMBER AND FUZZY ARITHMETIC

CHAPTER 2 FUZZY NUMBER AND FUZZY ARITHMETIC CHPTER FUZZY NUMBER ND FUZZY RITHMETIC 1 Introdction Fzzy rithmetic or rithmetic of fzzy nmbers is generlistion of intervl rithmetic, where rther thn considering intervls t one constnt level only, severl

More information

QUADRATIC EQUATIONS OBJECTIVE PROBLEMS

QUADRATIC EQUATIONS OBJECTIVE PROBLEMS QUADRATIC EQUATIONS OBJECTIVE PROBLEMS +. The solution of the eqution will e (), () 0,, 5, 5. The roots of the given eqution ( p q) ( q r) ( r p) 0 + + re p q r p (), r p p q, q r p q (), (d), q r p q.

More information

Electricity and Magnetism Electric Dipole Continuous Distribution of Charge

Electricity and Magnetism Electric Dipole Continuous Distribution of Charge Electricit nd Mgnetism Electric Dipole Continos Distribtion of Chrge Ln heridn De Anz College Jn 16, 2018 Lst time electric field lines electric field from point chrge net electric field from mn chrges

More information

If a is any non zero real or imaginary number and m is the positive integer, then a...

If a is any non zero real or imaginary number and m is the positive integer, then a... Idices d Surds.. Defiitio of Idices. If is o ero re or igir uer d is the positive iteger the...... ties. Here is ced the se d the ide power or epoet... Lws of Idices. 0 0 0. where d re rtio uers where

More information

Coordinate Geometry. Coordinate Geometry. Curriculum Ready ACMNA: 178, 214, 294.

Coordinate Geometry. Coordinate Geometry. Curriculum Ready ACMNA: 178, 214, 294. Coordinte Geometr Coordinte Geometr Curricuum Red ACMNA: 78, 4, 94 www.mthetics.com Coordinte COORDINATE Geometr GEOMETRY Shpes ou ve seen in geometr re put onto es nd nsed using gebr. Epect bit of both

More information

Looking for All Palindromes in a String

Looking for All Palindromes in a String Looking or All Plindromes in String Shih Jng Pn nd R C T Lee Deprtment o Computer Science nd Inormtion Engineering, Ntionl Chi-Nn University, Puli, Nntou Hsien,, Tiwn, ROC sjpn@lgdoccsiencnuedutw, rctlee@ncnuedutw

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Indices & Logrithms 2 Contents Indices.2 Frctionl Indices.4 Logrithms 6 Exponentil equtions. Simplifying Surds 13 Opertions on Surds..16 Scientific Nottion..18

More information

Solution Set 2. y z. + j. u + j

Solution Set 2. y z. + j. u + j Soltion Set 2. Review of Div, Grd nd Crl. Prove:. () ( A) =, where A is ny three dimensionl vector field. i j k ( Az A = y z = i A A y A z y A ) ( y A + j z z A ) ( z Ay + k A ) y ( A) = ( Az y A ) y +

More information

Phys101 Lecture 4,5 Dynamics: Newton s Laws of Motion

Phys101 Lecture 4,5 Dynamics: Newton s Laws of Motion Phys101 Lecture 4,5 Dynics: ewton s Lws of Motion Key points: ewton s second lw is vector eqution ction nd rection re cting on different objects ree-ody Digrs riction Inclines Ref: 4-1,2,3,4,5,6,7,8,9.

More information

Unimodality and Log-Concavity of Polynomials

Unimodality and Log-Concavity of Polynomials Uniodaity and Log-Concavity of Poynoias Jenny Avarez University of Caifornia Santa Barbara Leobardo Rosaes University of Caifornia San Diego Agst 10, 2000 Mige Aadis Nyack Coege New York Abstract A poynoia

More information

PHYS 601 HW3 Solution

PHYS 601 HW3 Solution 3.1 Norl force using Lgrnge ultiplier Using the center of the hoop s origin, we will describe the position of the prticle with conventionl polr coordintes. The Lgrngin is therefore L = 1 2 ṙ2 + 1 2 r2

More information

Chapter Five: Nondeterministic Finite Automata. Formal Language, chapter 5, slide 1

Chapter Five: Nondeterministic Finite Automata. Formal Language, chapter 5, slide 1 Chpter Five: Nondeterministic Finite Automt Forml Lnguge, chpter 5, slide 1 1 A DFA hs exctly one trnsition from every stte on every symol in the lphet. By relxing this requirement we get relted ut more

More information

approaches as n becomes larger and larger. Since e > 1, the graph of the natural exponential function is as below

approaches as n becomes larger and larger. Since e > 1, the graph of the natural exponential function is as below . Eponentil nd rithmic functions.1 Eponentil Functions A function of the form f() =, > 0, 1 is clled n eponentil function. Its domin is the set of ll rel f ( 1) numbers. For n eponentil function f we hve.

More information

In this appendix, we evaluate the derivative of Eq. 9 in the main text, i.e., we need to calculate

In this appendix, we evaluate the derivative of Eq. 9 in the main text, i.e., we need to calculate Supporting Tet Evoution of the Averge Synptic Updte Rue In this ppendi e evute the derivtive of Eq. 9 in the min tet i.e. e need to ccute Py ( ) Py ( Y ) og γ og. [] P( y Y ) P% ( y Y ) Before e strt et

More information

SOLUTIONS TO CONCEPTS CHAPTER 6

SOLUTIONS TO CONCEPTS CHAPTER 6 SOLUIONS O CONCEPS CHAPE 6 1. Let ss of the block ro the freebody digr, 0...(1) velocity Agin 0 (fro (1)) g 4 g 4/g 4/10 0.4 he co-efficient of kinetic friction between the block nd the plne is 0.4. Due

More information

AQA Further Pure 2. Hyperbolic Functions. Section 2: The inverse hyperbolic functions

AQA Further Pure 2. Hyperbolic Functions. Section 2: The inverse hyperbolic functions Hperbolic Functions Section : The inverse hperbolic functions Notes nd Emples These notes contin subsections on The inverse hperbolic functions Integrtion using the inverse hperbolic functions Logrithmic

More information

Math 154B Elementary Algebra-2 nd Half Spring 2015

Math 154B Elementary Algebra-2 nd Half Spring 2015 Mth 154B Elementry Alger- nd Hlf Spring 015 Study Guide for Exm 4, Chpter 9 Exm 4 is scheduled for Thursdy, April rd. You my use " x 5" note crd (oth sides) nd scientific clcultor. You re expected to know

More information

Chapter Newton-Raphson Method of Solving a Nonlinear Equation

Chapter Newton-Raphson Method of Solving a Nonlinear Equation Chpter 0.04 Newton-Rphson Method o Solvng Nonlner Equton Ater redng ths chpter, you should be ble to:. derve the Newton-Rphson method ormul,. develop the lgorthm o the Newton-Rphson method,. use the Newton-Rphson

More information

Chapter 14. Matrix Representations of Linear Transformations

Chapter 14. Matrix Representations of Linear Transformations Chpter 4 Mtrix Representtions of Liner Trnsformtions When considering the Het Stte Evolution, we found tht we could describe this process using multipliction by mtrix. This ws nice becuse computers cn

More information

AP Calculus AB Exam Review Sheet B - Session 1

AP Calculus AB Exam Review Sheet B - Session 1 AP Clcls AB Em Review Sheet B - Session Nme: AP 998 # Let e the nction given y e.. Find lim nd lim.. Find the solte minimm vle o. Jstiy tht yo nswe is n solte minimm. c. Wht is the nge o? d. Conside the

More information

Equations and Inequalities

Equations and Inequalities Equtions nd Inequlities Equtions nd Inequlities Curriculum Redy ACMNA: 4, 5, 6, 7, 40 www.mthletics.com Equtions EQUATIONS & Inequlities & INEQUALITIES Sometimes just writing vribles or pronumerls in

More information

CS 275 Automata and Formal Language Theory

CS 275 Automata and Formal Language Theory CS 275 Automt nd Forml Lnguge Theory Course Notes Prt II: The Recognition Problem (II) Chpter II.6.: Push Down Automt Remrk: This mteril is no longer tught nd not directly exm relevnt Anton Setzer (Bsed

More information

MA Lesson 21 Notes

MA Lesson 21 Notes MA 000 Lesson 1 Notes ( 5) How would person solve n eqution with vrible in n eponent, such s 9? (We cnnot re-write this eqution esil with the sme bse.) A nottion ws developed so tht equtions such s this

More information

1 Probability Density Functions

1 Probability Density Functions Lis Yn CS 9 Continuous Distributions Lecture Notes #9 July 6, 28 Bsed on chpter by Chris Piech So fr, ll rndom vribles we hve seen hve been discrete. In ll the cses we hve seen in CS 9, this ment tht our

More information

PHYS Summer Professor Caillault Homework Solutions. Chapter 2

PHYS Summer Professor Caillault Homework Solutions. Chapter 2 PHYS 1111 - Summer 2007 - Professor Cillult Homework Solutions Chpter 2 5. Picture the Problem: The runner moves long the ovl trck. Strtegy: The distnce is the totl length of trvel, nd the displcement

More information

Math 2260 Written HW #8 Solutions

Math 2260 Written HW #8 Solutions Mth 60 Written HW #8 Soltions. Sppose nd b re two fied positive nmbers. Find the re enclosed by the ellipse + y b =. [Hint: yo might wnt to find the re of the hlf of the ellipse bove the -is nd then doble

More information

Chapter 2 Finite Automata

Chapter 2 Finite Automata Chpter 2 Finite Automt 28 2.1 Introduction Finite utomt: first model of the notion of effective procedure. (They lso hve mny other pplictions). The concept of finite utomton cn e derived y exmining wht

More information

Math 113 Exam 2 Practice

Math 113 Exam 2 Practice Mth Em Prctice Februry, 8 Em will cover sections 6.5, 7.-7.5 nd 7.8. This sheet hs three sections. The first section will remind you bout techniques nd formuls tht you should know. The second gives number

More information

Chapter 1: Fundamentals

Chapter 1: Fundamentals Chpter 1: Fundmentls 1.1 Rel Numbers Types of Rel Numbers: Nturl Numbers: {1, 2, 3,...}; These re the counting numbers. Integers: {... 3, 2, 1, 0, 1, 2, 3,...}; These re ll the nturl numbers, their negtives,

More information

MATHEMATICS PART A. 1. ABC is a triangle, right angled at A. The resultant of the forces acting along AB, AC

MATHEMATICS PART A. 1. ABC is a triangle, right angled at A. The resultant of the forces acting along AB, AC FIITJEE Solutions to AIEEE MATHEMATICS PART A. ABC is tringle, right ngled t A. The resultnt of the forces cting long AB, AC with mgnitudes AB nd respectively is the force long AD, where D is the AC foot

More information

adjacent side sec 5 hypotenuse Evaluate the six trigonometric functions of the angle.

adjacent side sec 5 hypotenuse Evaluate the six trigonometric functions of the angle. A Trigonometric Fnctions (pp 8 ) Rtios of the sides of right tringle re sed to define the si trigonometric fnctions These trigonometric fnctions, in trn, re sed to help find nknown side lengths nd ngle

More information

Each term is formed by adding a constant to the previous term. Geometric progression

Each term is formed by adding a constant to the previous term. Geometric progression Chpter 4 Mthemticl Progressions PROGRESSION AND SEQUENCE Sequence A sequence is succession of numbers ech of which is formed ccording to definite lw tht is the sme throughout the sequence. Arithmetic Progression

More information

Calculus AB Section I Part A A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION

Calculus AB Section I Part A A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION lculus Section I Prt LULTOR MY NOT US ON THIS PRT OF TH XMINTION In this test: Unless otherwise specified, the domin of function f is ssumed to e the set of ll rel numers for which f () is rel numer..

More information

EFFECTIVE BUCKLING LENGTH OF COLUMNS IN SWAY FRAMEWORKS: COMPARISONS

EFFECTIVE BUCKLING LENGTH OF COLUMNS IN SWAY FRAMEWORKS: COMPARISONS IV EFFETIVE BUING ENGTH OF OUMN IN WAY FRAMEWOR: OMARION Ojectives In the present context, two different pproches re eployed to deterine the vlue the effective uckling length eff n c of colun n c out the

More information

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but...

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but... Chpter 7 Numericl Methods 7. Introduction In mny cses the integrl f(x)dx cn be found by finding function F (x) such tht F 0 (x) =f(x), nd using f(x)dx = F (b) F () which is known s the nlyticl (exct) solution.

More information

4 7x =250; 5 3x =500; Read section 3.3, 3.4 Announcements: Bell Ringer: Use your calculator to solve

4 7x =250; 5 3x =500; Read section 3.3, 3.4 Announcements: Bell Ringer: Use your calculator to solve Dte: 3/14/13 Objective: SWBAT pply properties of exponentil functions nd will pply properties of rithms. Bell Ringer: Use your clcultor to solve 4 7x =250; 5 3x =500; HW Requests: Properties of Log Equtions

More information

4.4 Areas, Integrals and Antiderivatives

4.4 Areas, Integrals and Antiderivatives . res, integrls nd ntiderivtives 333. Ares, Integrls nd Antiderivtives This section explores properties of functions defined s res nd exmines some connections mong res, integrls nd ntiderivtives. In order

More information

Ideal Gas behaviour: summary

Ideal Gas behaviour: summary Lecture 4 Rel Gses Idel Gs ehviour: sury We recll the conditions under which the idel gs eqution of stte Pn is vlid: olue of individul gs olecules is neglected No interctions (either ttrctive or repulsive)

More information

Quadratic Residues. Chapter Quadratic residues

Quadratic Residues. Chapter Quadratic residues Chter 8 Qudrtic Residues 8. Qudrtic residues Let n>be given ositive integer, nd gcd, n. We sy tht Z n is qudrtic residue mod n if the congruence x mod n is solvble. Otherwise, is clled qudrtic nonresidue

More information

Reinforcement learning II

Reinforcement learning II CS 1675 Introduction to Mchine Lerning Lecture 26 Reinforcement lerning II Milos Huskrecht milos@cs.pitt.edu 5329 Sennott Squre Reinforcement lerning Bsics: Input x Lerner Output Reinforcement r Critic

More information

Math 130 Midterm Review

Math 130 Midterm Review Mth 130 Midterm Review April 6, 2013 1 Topic Outline: The following outline contins ll of the mjor topics tht you will need to know for the exm. Any topic tht we ve discussed in clss so fr my pper on the

More information

Complete Description of the Thelen2003Muscle Model

Complete Description of the Thelen2003Muscle Model Compete Description o the he23usce ode Chnd John One o the stndrd musce modes used in OpenSim is the he23usce ctutor Unortuntey, to my knowedge, no other pper or document, incuding the he, 23 pper describing

More information

Chapter 10: Symmetrical Components and Unbalanced Faults, Part II

Chapter 10: Symmetrical Components and Unbalanced Faults, Part II Chpter : Symmetricl Components nd Unblnced Fults, Prt.4 Sequence Networks o Loded Genertor n the igure to the right is genertor supplying threephse lod with neutrl connected through impednce n to ground.

More information

Fluid Flow through a Tube

Fluid Flow through a Tube . Theory through Tube In this experiment we wi determine how we physic retionship (so ced w ), nmey Poiseue s eqution, ppies. In the suppementry reding mteri this eqution ws derived s p Q 8 where Q is

More information

r = cos θ + 1. dt ) dt. (1)

r = cos θ + 1. dt ) dt. (1) MTHE 7 Proble Set 5 Solutions (A Crdioid). Let C be the closed curve in R whose polr coordintes (r, θ) stisfy () Sketch the curve C. r = cos θ +. (b) Find pretriztion t (r(t), θ(t)), t [, b], of C in polr

More information

Chapter 1, Part 1. Regular Languages. CSC527, Chapter 1, Part 1 c 2012 Mitsunori Ogihara 1

Chapter 1, Part 1. Regular Languages. CSC527, Chapter 1, Part 1 c 2012 Mitsunori Ogihara 1 Chpter 1, Prt 1 Regulr Lnguges CSC527, Chpter 1, Prt 1 c 2012 Mitsunori Ogihr 1 Finite Automt A finite utomton is system for processing ny finite sequence of symols, where the symols re chosen from finite

More information

The Properties of Stars

The Properties of Stars 10/11/010 The Properties of Strs sses Using Newton s Lw of Grvity to Determine the ss of Celestil ody ny two prticles in the universe ttrct ech other with force tht is directly proportionl to the product

More information

Complex Variables. For ECON 397 Macroeconometrics Steve Cunningham

Complex Variables. For ECON 397 Macroeconometrics Steve Cunningham Comple Variables For ECON 397 Macroeconometrics Steve Cnningham Open Disks or Neighborhoods Deinition. The set o all points which satis the ineqalit

More information

Problem set 5: Solutions Math 207B, Winter r(x)u(x)v(x) dx.

Problem set 5: Solutions Math 207B, Winter r(x)u(x)v(x) dx. Problem set 5: Soltions Mth 7B, Winter 6. Sppose tht p : [, b] R is continosly differentible fnction sch tht p >, nd q, r : [, b] R re continos fnctions sch tht r >, q. Define weighted inner prodct on

More information

Statistical Physics. Solutions Sheet 5.

Statistical Physics. Solutions Sheet 5. Sttistic Physics. Soutions Sheet 5. Exercise. HS 04 Prof. Mnfred Sigrist Ide fermionic quntum gs in hrmonic trp In this exercise we study the fermionic spiness ide gs confined in three-dimension hrmonic

More information

Review of Riemann Integral

Review of Riemann Integral 1 Review of Riemnn Integrl In this chpter we review the definition of Riemnn integrl of bounded function f : [, b] R, nd point out its limittions so s to be convinced of the necessity of more generl integrl.

More information

Exponents and Powers

Exponents and Powers EXPONENTS AND POWERS 9 Exponents nd Powers CHAPTER. Introduction Do you know? Mss of erth is 5,970,000,000,000, 000, 000, 000, 000 kg. We hve lredy lernt in erlier clss how to write such lrge nubers ore

More information

Math 1051 Diagnostic Pretest Key and Homework

Math 1051 Diagnostic Pretest Key and Homework Mth 1051 Dignostic Pretest Ke nd Hoework HW1 The dignostic test is designed to give us n ide of our level of skill in doing high school lgebr s ou begin Mth 1051. You should be ble to do these probles

More information

List all of the possible rational roots of each equation. Then find all solutions (both real and imaginary) of the equation. 1.

List all of the possible rational roots of each equation. Then find all solutions (both real and imaginary) of the equation. 1. Mth Anlysis CP WS 4.X- Section 4.-4.4 Review Complete ech question without the use of grphing clcultor.. Compre the mening of the words: roots, zeros nd fctors.. Determine whether - is root of 0. Show

More information

Name Ima Sample ASU ID

Name Ima Sample ASU ID Nme Im Smple ASU ID 2468024680 CSE 355 Test 1, Fll 2016 30 Septemer 2016, 8:35-9:25.m., LSA 191 Regrding of Midterms If you elieve tht your grde hs not een dded up correctly, return the entire pper to

More information

7-1: Zero and Negative Exponents

7-1: Zero and Negative Exponents 7-: Zero nd Negtive Exponents Objective: To siplify expressions involving zero nd negtive exponents Wr Up:.. ( ).. 7.. Investigting Zero nd Negtive Exponents: Coplete the tble. Write non-integers s frctions

More information

Is there an easy way to find examples of such triples? Why yes! Just look at an ordinary multiplication table to find them!

Is there an easy way to find examples of such triples? Why yes! Just look at an ordinary multiplication table to find them! PUSHING PYTHAGORAS 009 Jmes Tnton A triple of integers ( bc,, ) is clled Pythgoren triple if exmple, some clssic triples re ( 3,4,5 ), ( 5,1,13 ), ( ) fond of ( 0,1,9 ) nd ( 119,10,169 ). + b = c. For

More information

arxiv: v1 [math.co] 5 Jun 2015

arxiv: v1 [math.co] 5 Jun 2015 First non-trivi upper bound on the circur chromtic number of the pne. Konstnty Junosz-Szniwski, Fcuty of Mthemtics nd Informtion Science, Wrsw University of Technoogy, Pond Abstrct rxiv:1506.01886v1 [mth.co]

More information

Section 7.2 Velocity. Solution

Section 7.2 Velocity. Solution Section 7.2 Velocity In the previous chpter, we showed tht velocity is vector becuse it hd both mgnitude (speed) nd direction. In this section, we will demonstrte how two velocities cn be combined to determine

More information

a n = 1 58 a n+1 1 = 57a n + 1 a n = 56(a n 1) 57 so 0 a n+1 1, and the required result is true, by induction.

a n = 1 58 a n+1 1 = 57a n + 1 a n = 56(a n 1) 57 so 0 a n+1 1, and the required result is true, by induction. MAS221(216-17) Exm Solutions 1. (i) A is () bounded bove if there exists K R so tht K for ll A ; (b) it is bounded below if there exists L R so tht L for ll A. e.g. the set { n; n N} is bounded bove (by

More information

UCSD Phys 4A Intro Mechanics Winter 2016 Ch 4 Solutions

UCSD Phys 4A Intro Mechanics Winter 2016 Ch 4 Solutions USD Phys 4 Intro Mechnics Winter 06 h 4 Solutions 0. () he 0.0 k box restin on the tble hs the free-body dir shown. Its weiht 0.0 k 9.80 s 96 N. Since the box is t rest, the net force on is the box ust

More information

Mutipy by r sin RT P to get sin R r r R + T sin (sin T )+ P P = (7) ffi So we hve P P ffi = m (8) choose m re so tht P is sinusoi. If we put this in b

Mutipy by r sin RT P to get sin R r r R + T sin (sin T )+ P P = (7) ffi So we hve P P ffi = m (8) choose m re so tht P is sinusoi. If we put this in b Topic 4: Lpce Eqution in Spheric Co-orintes n Mutipoe Expnsion Reing Assignment: Jckson Chpter 3.-3.5. Lpce Eqution in Spheric Coorintes Review of spheric por coorintes: x = r sin cos ffi y = r sin sin

More information

The Algebra (al-jabr) of Matrices

The Algebra (al-jabr) of Matrices Section : Mtri lgebr nd Clculus Wshkewicz College of Engineering he lgebr (l-jbr) of Mtrices lgebr s brnch of mthemtics is much broder thn elementry lgebr ll of us studied in our high school dys. In sense

More information

UniversitaireWiskundeCompetitie. Problem 2005/4-A We have k=1. Show that for every q Q satisfying 0 < q < 1, there exists a finite subset K N so that

UniversitaireWiskundeCompetitie. Problem 2005/4-A We have k=1. Show that for every q Q satisfying 0 < q < 1, there exists a finite subset K N so that Problemen/UWC NAW 5/7 nr juni 006 47 Problemen/UWC UniversitireWiskundeCompetitie Edition 005/4 For Session 005/4 we received submissions from Peter Vndendriessche, Vldislv Frnk, Arne Smeets, Jn vn de

More information

UNIQUENESS THEOREMS FOR ORDINARY DIFFERENTIAL EQUATIONS WITH HÖLDER CONTINUITY

UNIQUENESS THEOREMS FOR ORDINARY DIFFERENTIAL EQUATIONS WITH HÖLDER CONTINUITY UNIQUENESS THEOREMS FOR ORDINARY DIFFERENTIAL EQUATIONS WITH HÖLDER CONTINUITY YIFEI PAN, MEI WANG, AND YU YAN ABSTRACT We estblish soe uniqueness results ner 0 for ordinry differentil equtions of the

More information

C D o F. 30 o F. Wall String. 53 o. F y A B C D E. m 2. m 1. m a. v Merry-go round. Phy 231 Sp 03 Homework #8 Page 1 of 4

C D o F. 30 o F. Wall String. 53 o. F y A B C D E. m 2. m 1. m a. v Merry-go round. Phy 231 Sp 03 Homework #8 Page 1 of 4 Phy 231 Sp 3 Hoework #8 Pge 1 of 4 8-1) rigid squre object of negligible weight is cted upon by the forces 1 nd 2 shown t the right, which pull on its corners The forces re drwn to scle in ters of the

More information

Read section 3.3, 3.4 Announcements:

Read section 3.3, 3.4 Announcements: Dte: 3/1/13 Objective: SWBAT pply properties of exponentil functions nd will pply properties of rithms. Bell Ringer: 1. f x = 3x 6, find the inverse, f 1 x., Using your grphing clcultor, Grph 1. f x,f

More information

The Islamic University of Gaza Faculty of Engineering Civil Engineering Department. Numerical Analysis ECIV Chapter 11

The Islamic University of Gaza Faculty of Engineering Civil Engineering Department. Numerical Analysis ECIV Chapter 11 The Islmic University of Gz Fculty of Engineering Civil Engineering Deprtment Numericl Anlysis ECIV 6 Chpter Specil Mtrices nd Guss-Siedel Associte Prof Mzen Abultyef Civil Engineering Deprtment, The Islmic

More information

Acceptance Sampling by Attributes

Acceptance Sampling by Attributes Introduction Acceptnce Smpling by Attributes Acceptnce smpling is concerned with inspection nd decision mking regrding products. Three spects of smpling re importnt: o Involves rndom smpling of n entire

More information

Physics I Math Assessment with Answers

Physics I Math Assessment with Answers Physics I Mth Assessment with Answers The prpose of the following 10 qestions is to ssess some mth skills tht yo will need in Physics I These qestions will help yo identify some mth res tht yo my wnt to

More information

Math 124B January 24, 2012

Math 124B January 24, 2012 Mth 24B Jnury 24, 22 Viktor Grigoryn 5 Convergence of Fourier series Strting from the method of seprtion of vribes for the homogeneous Dirichet nd Neumnn boundry vue probems, we studied the eigenvue probem

More information