Koshy-Newton's Method
Koshy-Newton's Method
Koshy-Newton's Method
Roots of f(x)
By Joshua Koshy
Explanation
Given some crazy polynomial, let’s say you are faced with
finding the roots of f(x) = x5-5x+1. Since there is no formula to
find these roots, how would you do it? Well, there is the rational
roots test, but that’s boring and takes a long time. The other
alternative is Newton’s method. This method is: xn+1 = xn -
f(xn)/f’(xn). Why is this method the way it is? Sure, this method
is very fast to approximate roots, but we do not understand the
intuition or logic behind it. So, let me introduce you to
Koshy-Newton’s Method. This method runs on the same
principles as Newton’s method, but uses a more intuitive method
to find the roots of a function. Let’s say we have f(x) = x2+2x+1.
We know what the root of this function is. By completing the
square, we get x = -1. But, hear me out. We can get this root by
simply guessing: let’s guess 0. Okay, you should know an
important pattern. When you calculate a function and its
derivative, and plug in a given point into its derivative, the
tangent line will be closer to the real root than your guess.
Here’s a visual:
Explanation - Continued
Okay, now that we’ve established this fact, we are able to:
1. Make a guess
2. Evaluate the derivative for slope
3. Solve for y intercept (b) using y = mx+b
4. Set that linear equation to 0 for x
5. Rinse and Repeat
My name is Joshua Koshy, an incoming sophomore at Mountain Lakes High School and an aspiring
astrophysicist. My mission is to fulfill the world with the intricacies of mathematics and geometry as a
whole. Written 8/3/2023.