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

  • Thread starter Thread starter semc
  • Start date Start date
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
If you integrate 1/x, you get lnx + C. ln4x = ln4 + lnx, so C = ln4 in this case.
 
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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top