How to Find Roots of Equations Using Iteration Methods and Regula Falsi?

bc030400412
Messages
9
Reaction score
0
2 Questions
 

Attachments

  • MTH603_1.JPG
    MTH603_1.JPG
    7.1 KB · Views: 414
  • MTH603_2.JPG
    MTH603_2.JPG
    10.4 KB · Views: 390
Physics news on Phys.org
This thread belongs to the homework section (do not repost though, the moderators will move it).

In order to get help, you need to show some efforts.
 
I've moved this to the homework section.

First question: Find the root of the equation x^3- 3x+ 1= 0 by iteration method (six decimal place accuracy).

There are a number of "iteration methods". Are you referring to a particular one? Why don't you select some starting value and show us how you would start the iteration? Also, this equation has 3 real roots. Which one do you mean by "the" root?

Second question: Use the method of Regula Falsi (method of false position) to solve the equation j(x)= e^x- 3x. (Only six iterations are required, accuracy to 4 decimal places.)

First, was this exactly what the problem says? I don't see an equation, just a function- unless "j(x)" has some meaning you didn't mention.

What is "Regula Falsi"?
 
Last edited by a moderator:
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