Linear Approximation/Newton's Method (14 of 18)
Gil Strang Gil Strang
5.02K subscribers
408 views
0

 Published On Apr 29, 2015

The slope of a function y(x) is the slope of its TANGENT LINE
Close to x=a, the line with slope y ' (a) gives a "linear" approximation

y(x) is close to y(a) + (x - a) times y ' (a)

If you want to solve y(x) = 0, choose x so that y(a) + (x - a) y ' (a) = 0
This is a really fast way to get close to the exact solution to y(x) = 0 :

"Newton's Method" x = a - y(a)/y '(a) SEE THE EXAMPLES

show more

Share/Embed