Need help with a python HW for physics. Need help on part B with…
Question Answered step-by-step Need help with a python HW for physics. Need help on part B with… Need help with a python HW for physics. Need help on part B with newton method:Problem :Image transcription textExercise 5 . 16 There is a magical pointbetween the Earth and the Moon,called the L. Lagrange poi… Show more… Show moreI did part a:Image transcription textSolution’s R (R-8 ) satelite moon Earth a Earth is much mosemassive Than either The moon or The satelite workdone by Themoon to the satelite is Wm = Cim CR – 8 1 2 Similarly… Show more… Show moreReferences from textbook on newton method:Image transcription textNewton’s method Newton’s method isanother technique we can use tolocate the roots of a funct… Show more… Show moreImage transcription textOut[11]: Text(8.5, a, ‘x’) 20 I I 0.0 0.5 ILIJ1.5 20 2.5 10 Newton’s method requireswe choose an initial starti… Show more… Show moreImage transcription textLet’s see how this works. We’ll choosea starting point ufx=2.5_ We calculatethe derivative of fix) at 2.5,… Show more… Show moreImage transcription textSince [(x’) = D (by definition itcmeees y= [I at]: = x’ t, x; = x _ HI) FOE) lfwe gotlucky wifl1 our initial guess… Show more… Show moreImage transcription textJ.” is the estimate of the root for thesecond iteration of Newton’s method.We see it is now very clo… Show more… Show moreImage transcription textIn [12]: # use newton’s method to findthe root for a given function importnumpy as np import matp… Show more… Show more Computer Science Engineering & Technology Python Programming PH 322 Share QuestionEmailCopy link Comments (0)


