Question

1. The polynomial f(x) = 0.0074.0+ - 0.284.2 + 3.35522 - 12.183.c +5 has a real root between 15 and 20. Use a bracketing meth

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Given :

f(x) = 0.0074 x4 - 0.284 x3 + 3.355 x2 - 12.183 x + 5 on (15,20)

Solution :

By Using Bisection method procedure under bracketing method, we can easily solve this polynomial function.

Bracketing Bisection Method Method Procedures Step 1: Take a = a; bo=b . . Step 2: For n=1,2,... Continue till satisfies, (6)

Sola. :- f(15) = (0.0074x157) -(0.284x15) +(3.355*15) - 112.183 x 15) + 5 = -6.745 f (20) = (0.0074x264) - (0.244x203) + (3.3

By using these an,bn values we can obtain the following table.

f(x) = 0.0074 x4 - 0.284 x3 + 3.355 x2 - 12.183 x +5
Bisection Method
Iteration No an bn
+ь. 5, м
f(en)
0 15.0000 20.0000 17.5000 -8.7572
1 17.5000 20.0000 18.7500 -138.1922
2 17.5000 18.7500 18.1250 -73.1413
3 18.1250 18.7500 18.4375 -105.6068

We can continue this iteration till it satisfies condition.

Add a comment
Know the answer?
Add Answer to:
1. The polynomial f(x) = 0.0074.0+ - 0.284.2 + 3.35522 - 12.183.c +5 has a real...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Function driver and script file please 4) The polynomial f (x)-0.0074x*-0.284x3+ 3.355x2 12.183x +5 has a...

    Function driver and script file please 4) The polynomial f (x)-0.0074x*-0.284x3+ 3.355x2 12.183x +5 has a real root between 15 and 20. Apply the Newton-Raphson method to this function using an initial guess of xo-16.15. Explain your results. 5) Use the roots MATLAB function to find the roots of the polynomial x x-1-0. Compare your answer to the answer you derived in in question 1. 6) Write the following set of equations below in matrix form. Use MATLAB to solve...

  • f. In Qlrj the ged of ()-4 and ()1 is g. The polynomial h(x) with real...

    f. In Qlrj the ged of ()-4 and ()1 is g. The polynomial h(x) with real coefficients has the complex root 4 -5i. A second root of h(x) is h. Consider the tower of fields: K> E> F with [K : F 54 and [K:E] =6. Then [E:f]= i. If f(x) r6245r62330650 is divided by +5, the remainder is j. The number of subgroups of a group G having order 73 is

  • 17. The real number a = cos 20° is a root of the irreducible polynomial f(x)...

    17. The real number a = cos 20° is a root of the irreducible polynomial f(x) = 4x? – 3x 3x = in Q[x]. Let E = Q[cos 20°). Show that f(x) splits in E.

  • Use the intermediate value theorem to show that the polynomial has a real zero between the...

    Use the intermediate value theorem to show that the polynomial has a real zero between the given integers. f(x) = 4x3 - 2x - 5; between 1 and 3 Select the correct choice below and, if necessary, fill in the answer box(es) within your choice. (Simplify your answers.) A. Because f(x) is a polynomial with f(1) = <0 and f(3) = <0, the function has a real zero between 1 and 3. B. Because f(x) is a polynomial with f(1)...

  • This Question: 1 pt Form a polynomial f(x) with real coefficients having the Degree 5; zeros:...

    This Question: 1 pt Form a polynomial f(x) with real coefficients having the Degree 5; zeros: 3; - i; 3+ i Enter the polynomial. f(x)= a( ) (Type an expression using x as the variable. Use intege Enter your answer in the answer box. Type here to search

  • 6) a) For the polynomial f(x) = 4.73 - 7x +3, check that 1 is a...

    6) a) For the polynomial f(x) = 4.73 - 7x +3, check that 1 is a root. b) Use the Factor Theorem to find all other roots and their multiplicities. 7) Use the Rational Root Theorem to find all roots of f(x) = 4.3 - 3x + 1.

  • ZEROS OF POLYNOMIAL FUNCTIONS 1. Find a polynomial function f(x) of degree 3 that has the...

    ZEROS OF POLYNOMIAL FUNCTIONS 1. Find a polynomial function f(x) of degree 3 that has the indicated zeros and satisfies the given condition Zeros: -5, 2, 4 Condition: f(3) = -24 f(x) = 2. Find a polynomial function f(x) of degree 3 that has the indicated zeros and satisfies the given condition. Zeros: -1, 2, 3 Condition: f(-2) = 80 f(x) = 3. Find a polynomial function f(x) of degree 3 that has the indicated zeros and satisfies the given...

  • For the polynomial function f(x) = −5x(x + 2)2(x − 1)3: For the polynomial function f(x)...

    For the polynomial function f(x) = −5x(x + 2)2(x − 1)3: For the polynomial function f(x) = -5x(x + 2)(x - 1)": 7. (4 points) The leading term when expanded is -5.2". Use this to describe the end be havior of f(x): as r → , f(x) → as I + -00, f(x) → 8. (4 points) Name the zeros of f(x) and each of their multiplicities. 9. (4 points) Come up with a rational function which has y =...

  • Form a polynomial f(x) with real coefficients having the given degree and zeros. Degree 5; zeros:...

    Form a polynomial f(x) with real coefficients having the given degree and zeros. Degree 5; zeros: - 7; - i; 6+ i Enter the polynomial. F(x) =a (Type an expression using x as the variable. Use integers or fractions for any numbers in the expression. Simplify your answer.)

  • The equation f(x) = (1 ‐ x) cos x ‐ sin x = 0 has at...

    The equation f(x) = (1 ‐ x) cos x ‐ sin x = 0 has at least one root between a = 0 and b = 1 since f(a)f(b) < 0. The bisection method of finding the root proceeds as follows: a. It finds the midpoint r = (a + b)/2. b. If f(r) = 0, then r is the root. If |b ‐ a| is very small less than ∈ then also we can take r as the root....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT