Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given f ( x ) = x 3 4 x + 2 , solve the following problems. ( a ) Verify that f ( x

Given f(x)= x
34x +2, solve the following problems.
(a) Verify that f(x)= x
34x +2 has a root in [0.4,0.7].
(b) Use the bisection method to find p3 for f(x)= x
34x +2 on [0.4,0.7] by hand
calculation (i.e., do not use code and do not check stopping criteria). Do
your work with at least 6 decimal digits if a number has more than 6 digits.
(c) Apply the bisection method to find approximate root of f(x)= x
34x +2 with
=106
in [0.4,0.7] by using the code alg021Bisection.m. Turn in a copy of
the command window including all input and output.
(d) Find a bound for the number of iterations needed to achieve an approximation
with accuracy =106
to the root of f(x)= x
34x +2 in [1.2,1.4].(Use the
result obtained in Theorem 2.1.3 on p.29 in lecture notes or Theorem 1 on p.18
in slides of Ch.2.) Is such bound consistent with the number of iterations needed
when executing the code done in part (c)?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions