a)Use Newton's method to approximate the root of the equation xsinx =1 in [0,pi/2].Taking x=1 as the initial guess calculate x1,x2,x3(Work to at least 6 decimal places)
b)Show that the equation x^3-3x^2+2x=1 has no root in the interval [-1,1]
1
Expert's answer
2015-01-13T09:01:06-0500
Answer on Question #50336 – Math – Algorithms | Quantitative Methods
a) Use Newton's method to approximate the root of the equation
xsinx=1 in [0,π/2].xsinx=1,x∈[0,2π].
Taking x=1 as the initial guess calculate x1,x2,x3 (Work to at least 6 decimal places).
Any function f(x) that is continuous at each point of a segment [a;b] attains its largest and its smallest values, M and m, on that segment.
Note that the given function is differentiable on [−1;1].
Let f(x) be continuous on the segment [a;b] and differentiable at all points of this segment (except, possibly, finitely many points in general case). Then the largest and the smallest values of f(x) on [a;b] belong to the set consisting of f(a),f(b), and the values f(xi), where
xi∈(a,b) are the points at which f′(x) is either equal to zero or does not exist (is infinite).
A function f(x) that is continuous on a segment [a;b] takes any value c∈[m;M] on that segment, where m and M are, respectively, its smallest and its largest values on [a;b].
Comments