New Reply

Real Work Application of "Newthon-Raphson" method.

 
Share Thread Thread Tools
Apr3-12, 11:48 PM   #1
 

Real Work Application of "Newthon-Raphson" method.


1. The problem statement, all variables and given/known data
Hi, an undergrad engineering (presentation) question:

As a presentation, I am (plus a group mate) tasked to present a real world application of the Newthon-Raphson method (of finding a root). Now I know that we can also find minima/maxima of a graph with it by modifying the equation (which i would like to avoid since we actually haven't covered that, its from my own research). However I can't think of any real world application where Newton-Raphson is the best way to find the root of a graph.

Can anyone give me some ideas on where this method could be used in say the "real world"?

I guess that main thing I would like to know is where do we actually use a root of a number in engineering? Since all I've done is principles with no practical use.

2. Relevant equations

Newthon-Raphson iteration formula:
[tex] x_{n-1}=x_{n}-\frac{f(x_{n})}{f'(x_{n})} [/tex]
...phew that took a while to write :D

3. The attempt at a solution

I tried several simple graphs (speed/time , acceleration/time and some other high school physics stuff but in all cases they didn't seem like a real world application since there was always another way of finding say the "x" axis's intercept.

*NOTE:
By the time I reached here in the tread, I thought of maybe relating it to say some growth of bacteria which multiplies by it self (haven't done any maths on it yet) but that thats all Biology. Or maybe the inverse square rule for gravitational pull; but then again I'm not sure where we use it (NASA?) i'll have to do more research.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Apr4-12, 12:08 AM   #2
 
Well not really engineering related but i found this question from [HERE] but sadly its not engineering related, seems more like finance/accounting to me:

"It costs a firm C(q) dollars to produce q grams per day of a certain chemical, where
C(q) = 1000 + 2q + 3q2/3
The firm can sell any amount of the chemical at $4 a gram. Find the break-even point of the firm, that is, how much it should produce per day in order to have neither a profit nor a loss. Use the Newton Method and give the answer to the nearest gram."

TIME TO SOLVE!
Apr4-12, 12:34 PM   #3
 
Recognitions:
Homework Helper Homework Help
I used Newtons method to compute shock polars for materials, does that help?
Apr4-12, 04:34 PM   #4
 

Real Work Application of "Newthon-Raphson" method.


It says in my textbook that it was originally developed by Newton to solve Kepler's Equation about the orbit of a body which, ignoring the real world meaning of the variables, is

[itex]x-ksinx=nt[/itex]

Surely this would be classified as a "real world use", even if I can't find proof of the history of its conception anywhere other than this book!
Apr15-12, 12:13 AM   #5
 
Quote by jimbobian View Post
It says in my textbook that it was originally developed by Newton to solve Kepler's Equation about the orbit of a body which, ignoring the real world meaning of the variables, is

[itex]x-ksinx=nt[/itex]

Surely this would be classified as a "real world use", even if I can't find proof of the history of its conception anywhere other than this book!

Well this seems like a "real world use" and i'll have to solve it first. unfortunately this presentation of mine is being a pain in the neck!

*EDIT* forgot to mention, could you please give me an example of using this? i'm currently googling it but just in case i don't find anything useful.

thanks for the help thou.
Apr15-12, 12:14 AM   #6
 
Quote by jimbobian View Post
It says in my textbook that it was originally developed by Newton to solve Kepler's Equation about the orbit of a body which, ignoring the real world meaning of the variables, is

[itex]x-ksinx=nt[/itex]

Surely this would be classified as a "real world use", even if I can't find proof of the history of its conception anywhere other than this book!
Quote by hunt_mat View Post
I used Newtons method to compute shock polars for materials, does that help?
Hey very sorry for the late reply, this tread just slipped my mind. Well it seems like a perfect real world engineering example but it would be fantastic if you could provide me with a simple example of doing that. Right now I'm reading on shock polars since i'll have to explain what they are (i have no idea what they are myself).
New Reply

Tags
iteration, newton method, newton raphson
Thread Tools


Similar Threads for: Real Work Application of "Newthon-Raphson" method.
Thread Forum Replies
In binary can we have a value with "deci" "centi" "mili" or more lower valued prefix? Computers 14
A "simple" application of dirac delta "shift theorem"...help Calculus & Beyond Homework 6
how to work out "frictional torque" and "resisting motion" Introductory Physics Homework 1
Applicability of "Intro To Algebra" and "Intro to Real Analysis" to Physics Academic Guidance 6
"Real time" Vs. "Rendered" (referring to graphics) General Discussion 3