Use Bairstow’s method to determine the roots of (a) f(x) = -2 + 6.2x -4x^2 + 0.7x^3
b) f(x) = 9.34 - 21.97x +16.3x^2- 3.704x^3
(c) f(x) = x^4- 2x^3 + 6x^2- 2x + 5
I need the the solution for above equation in excel programming.





Use Bairstow’s method to determine the roots of (a) f(x) = -2 + 6.2x -4x^2 +...
4) (16 points) The function f(x)= x? – 2x² - 4x+8 has a double root at x = 2. Use a) the standard Newton-Raphson, b) the modified Newton-Raphson to solve for the root at x = 2. Compare the rate of convergence using an initial guess of Xo = 1,2. 5) (14 points) Determine the roots of the following simultaneous nonlinear equations using a) fixed-point iteration and b) the Newton-Raphson method: y=-x? +x+0,75 y + 5xy = r? Employ initial...
2) (15 points) a) Determine the roots of f(x)=-12 – 21x +18r? - 2,75x' graphically. In addition, determine the first root of the function with b) bisection and c) false-position. For (b) and (c), use initial guesses of x, =-land x, = 0, and a stopping criterion of 1%. 3) (25 points) Determine the highest real root of f(x) = 2x – 11,7x² +17,7x-5 a) Graphically, b) Fixed-point iteration method (three iterations, x, = 3) c) Newton-Raphson method (three iterations,...
Exercise 3.3: Nonlinear equations 1. Find the zeros of the following functions graphically: b) g\left(x\right)=2x^2-4x-16 4 c) For the following function determine if x = 1 is a root: 5. Find the rational roots, if any, of the following: b) 8x^3+6x^2-3x-1=0 6. Find the equilibrium solution for each of the following models: a) Q_d=Q_s Q_d=3-P^2 Q_s=6P-4
a)Consider the following nonlinear programming problem. max−4x^2 + |3x − 9| + 3 − x s.t. x belongs to [−5, 5] Which of the following is the solution to the nonlinear programming problem? (Explanation Please) A. x = −5. B. x = 5. C. x = −1/2. D. x = 3. b)Consider the following nonlinear programming problem. max x^2 + |2x − 4| + 2 − 3x s.t. x belongs to [−5, 5] Which of the following is the set...
5. Use Gauss' Method to find the general solution of the system and give one particular solution. [6x, + 3x₂ + 2x₂ + 3x₂ + 4x, = 3 4x, +2x2 + x3 + 2x4 +3x, = 2. 1 2x + x₂ + x₃ + x₂ + x = 7
Problem 4. Consider f(x) = x5+ x4 + 2x3 + 3x2 + 4x + 5 ∈ Q[x] and our goal is to determine if f is irreducible over Q. We compute f(1), f(−1), f(5), f(−5) directly and see that none of them is zero. By the Rational Roots Theorem, f has no root in Q. So if f is reducible over Q, it cannot be factored into the product of a linear polynomial and a quartic polynomial (i.e. polynomial of...
please show steps cleary
7. Solve the following equations for x: b)3(2x-5)-(2-3x)--2+4x 9 15 5 c)H x-μ e) x3+8x2+15x-0 1 (4x-5)2-5-20 (use the square-root method) g) Solve using the quadratic formula: 3x2+2x -8-0. Show your steps clearly. x+4x-8-0. Show your steps clearly h) Solve by completing the Square: 8. Determine an equation for the line a) with slope of 5/3 and y-intercept of 5: b) with slope 7/6 and passing through the point (6.2) parallel to the line in #...
Your problem is to find the optimal solution to the following linear programming model where X, Y and Z represent the amounts of products X, Y and Z to produce in order to minimize some cost. Min 4X + 2Y + 6Z s.t. 6X + 7Y + 10Z ≤ 80 (1) 2X + 4Y + 3Z ≤ 35 (2) 4X + 3Y + 4Z ≥ 30 (3) 3X + 2Y + 6Z ≥ 40 (4) X,Y,Z ≥...
for
the function f(x) = x^4 - 2x^3 - 4x^2 + 4x - 1find f'(x), f''(x), f'''(x), f(4)(x)
in
matlab
-Consider the equation f(x) = x-2-sin x = 0 on the interval x E [0.1,4 π] Use a plot to approximately locate the roots of f. To which roots do the fol- owing initial guesses converge when using Function 4.3.1? Is the root obtained the one that is closest to that guess? )xo = 1.5, (b) x0 = 2, (c) x.-3.2, (d) xo = 4, (e) xo = 5, (f) xo = 27. Function 4.3.1 (newton) Newton's method...