How Do You Apply the Newton-Raphson Method to Find Intersections in Functions?

  • Thread starter Thread starter semc
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
semc
Messages
364
Reaction score
5
alright there is this question which uses NR method to find intersect but i kept getting the wrong ans can anybody help me check which part i went wrong?:biggrin:

f(x)=2x + ln4x , f'(x)=2+ 1/x

btw,differentiate ln4x and lnx get the same result but the arbitary constant is different right?so do we consider the constant when finding the intersect?
 
Last edited:
Physics news on Phys.org
hmm...i see now so the constant changes although there's 1/x in both cases.

regarding the question, if i were to find the 2nd approx. , i am suppose to use 0.1 as 1st approx. however, 0.1-f(0.1)/f'(0.1) is not the ans:confused:
 
Why not? It won't be the exact solution to the equation, of course, but it certainly is a "second approximation" with first approximation 0.1. I get 0.16 as the second approximation.

By the way, the reason ln(4x) and ln(x) have the same derivative (1/x) is that ln(4x)= ln(x)+ ln(4).
 
hmm...i also get 0.16 guess the ans is wrong :biggrin: Thanks