Given #f(x)=root3 (1+3x)# at a=0 and use it to estimate the value of the #root3( 1.03)#?
There are a couple of approaches to get a really good approximation
Method 1 - Binomial Series (Power Series) Expansion:
The first is to use the Binomial series expansion, which is essentially the Taylor Series about
So using the Binomial Series we have;
# f(x) = root(3)(1+3x) #
# " " = (1+3x)^(1/3) #
# " " = 1 +(1/3)(3x) + (1/3)(-2/3)(3x)^2/(2!) + #
# " "(1/3)(-2/3)(-5/3)(3x)^3/(3!) + ...#
# " " = 1 + x -x^2+5/3x^3 + ... #
And if we put
# f(0.01) = root(3)(1+0.03) #
# " " = root(3)(1.03) #
# " " = 1 + 0.01 -0.01^2+5/3(0.01)^3 + ... #
# " " = 1 + 0.01 -0.0001+5/3(0.000001) + ... #
# " " ~~ 1 + 0.01 -0.0001+0.000001667 # (ignoring higher terms)
# " " ~~ 1.009901667 #
And so it would be reasonable to conclude that
And in fact using a calculator we find Method 2 - Newton-Rhapson Another approach is to use Newton Rhapson to solve an equation of which Let First let us look at the graphs: We can see there is one solution in the interval We can find the solution numerically, using Newton-Rhapson method The Newton-Rhapson method uses the following iterative sequence Then using excel working to 8dp we can tabulate the iterations as follows:
We could equally use a modern scientific graphing calculator as most new calculators have an " Ans " button that allows the last calculated result to be used as the input of an iterated expression. And we conclude that the solution is
graph{x^3 - 1.03 [-5, 5, -15, 15]}
By signing up, you agree to our Terms of Service and Privacy Policy
To estimate the value of ( \sqrt[3]{1.03} ) using the given function ( f(x) = \sqrt[3]{1+3x} ) at ( a=0 ), we can use linear approximation (the tangent line at ( a=0 )). The linear approximation is given by:
[ f(x) \approx f(a) + f'(a)(x-a) ]
where ( f'(x) ) denotes the derivative of ( f(x) ) with respect to ( x ).
First, find the derivative of ( f(x) ) and evaluate it at ( a=0 ). Then, plug in ( a=0 ) and ( x=0.03 ) into the linear approximation formula to estimate the value of ( \sqrt[3]{1.03} ).
By signing up, you agree to our Terms of Service and Privacy Policy
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.
- Two cars start moving from the same point. One travels south at 60mi/h and the other travels west at 25mi/h. At what rate is the distance between the cars increasing two hours later?
- How do you find the linearization at a=16 of #f(x) = x¾#?
- How do you find the linearization of #f(x) = x^(1/2) # at x=25?
- Use Newton's method with initial approximation x1 = −2 to find x2, the second approximation to the root of the equation x^3 + x + 5 = 0?
- How do you use Newton's Method to approximate the root of the equation #x^4-2x^3+5x^2-6=0# on the interval #[1,2]# ?

- 98% accuracy study help
- Covers math, physics, chemistry, biology, and more
- Step-by-step, in-depth guides
- Readily available 24/7