Question

In: Advanced Math

The following cubic polynomial has three real roots p(x) = 32x3 − 110x2 + 123x −...

The following cubic polynomial has three real roots p(x) = 32x3 − 110x2 + 123x − 45

(a) Plot p(x) for .9 ≤ x ≤ 1.6 and indicate the locations of the three roots. What are the exact roots of p(x)?

(b) Write a MATLAB code to run Newton’s method with x0 = 1.2 and discuss the convergence.

(c) Write a MATLAB code to run the secant method starting with x0 = 1.31 and x1 = 1.2 and discuss the convergence.

(d) Write a MATLAB code to run the bisection method with the initial bracket [.9, 1.6] and discuss the convergence.

Solutions

Expert Solution

Matlab Code for part a

output of part a

Matlbab Code for part b

output of part b

Matlab code of part c

output of part c

Matlab code for part d

Output of part d


Related Solutions

Prove that the polynomial x^3 + x^2 – x + 1 has no integer roots
Prove that the polynomial x^3 + x^2 – x + 1 has no integer roots
A third degree polynomial equation (a cubic equation) is of the form p(x) = c3x 3...
A third degree polynomial equation (a cubic equation) is of the form p(x) = c3x 3 + c2x 2 + c1x + c0, where x and the four coefficients are integers for this exercise. Suppose the values of the coefficients c0, c1, c2, and c3have been loaded into registers $t0, $t1, $t2, and $t3, respectively. Suppose the value of x is in $t7. Write the MIPS32 instructions that would evaluate this polynomial, placing the result in $t9.
Numerical Analysis: Apply Newton’s method to find the roots of polynomial P(x) = x^3 + 3x^2...
Numerical Analysis: Apply Newton’s method to find the roots of polynomial P(x) = x^3 + 3x^2 − 2x + 1. Find the convergence rate.
The Polynomial f(x) = X^3 - X^2 - X -1 has one real root a, which...
The Polynomial f(x) = X^3 - X^2 - X -1 has one real root a, which happens to be positive. This real number a satisfies the following properties: - for i = 1,2,3,4,5,6,7,8,9,10, one has {a^i} not equal to zero - one has [a] = 1, [a^2] = 3, [a^3] = 6, [a^4] = 11, [a^5] = 21, [a^6] = 7, [a^7] = 71, [a^8] = 130 (for a real number x, [x] denotes the floor of x and {x}...
Prove that if p is a polynomial with degree n and k is a real number...
Prove that if p is a polynomial with degree n and k is a real number so that p(k) = 0, then p(x)=(x-k)q(x) where q is a polynomial of degree n-1. Must use the fact that a^n-b^n=(a-b)(a^(n-1) + a^(n-2)*b + ... + ab^(n-2) + b^(n-1)).
For the following exercises, use the given information about the polynomial..Degree 4. Roots of multiplicity 2 at x = 1/2 and roots of multiplicity 1 at x = 6 and x = −2. y-intercept at (0,18).
For the following exercises, use the given information about the polynomial graph to write the equation.Degree 4. Roots of multiplicity 2 at x = 1/2 and roots of multiplicity 1 at x = 6 and x = −2. y-intercept at (0,18).  
Given: Polynomial P(x) of degree 6 Given: x=3 is a zero for the Polynomial above List...
Given: Polynomial P(x) of degree 6 Given: x=3 is a zero for the Polynomial above List all combinations of real and complex zeros, but do not consider multiplicity for the zeros.
p(x) = a0 + a1x + a2x2 + · · · + akxk is a polynomial...
p(x) = a0 + a1x + a2x2 + · · · + akxk is a polynomial of degree k. What is the Taylor series of p(x), and its radius and interval of convergence.
f: R[x] to R is the map defined as f(p(x))=p(2) for any polynomial p(x) in R[x]....
f: R[x] to R is the map defined as f(p(x))=p(2) for any polynomial p(x) in R[x]. show that f is 1) a homomorphism 2) Ker(f)=(x-2)R[x] 3) prove that R[x]/Ker(f) is an isomorphism with R. (R in this case is the Reals so R[x]=a0+a1x+a1x^2...anx^n)
A cubic polynomial is of the form: f(x) = Ax^3 + Bx^2 + Cx + D...
A cubic polynomial is of the form: f(x) = Ax^3 + Bx^2 + Cx + D    A root of the polynomial is a value, x, such that f(x)=0.   Write a program that takes in the coefficients of a cubic polynomial: A, B, C, and D. The program finds and reports all three roots of the polynomial. Hint: First use bisection method to determine a single root of the polynomial. Then divide the polynomial by its factor to come up...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT