Ask your own question, for FREE!
Mathematics 25 Online
OpenStudy (anonymous):

Use Newton’s method to find an approximate root (accurate to six decimal places). Sketch the graph and explain how you determined your initial guess. x^3 + 4x^2 – 3x + 1 = 0

OpenStudy (anonymous):

So, you need to find a good starting value, an initial guess.

OpenStudy (anonymous):

ok

OpenStudy (anonymous):

1 seems like a good one, because it's already relatively close to your zero

OpenStudy (anonymous):

okay

OpenStudy (anonymous):

but if one is a good guess, you can maybe even improve it by trying for values like x=(1/2), but that is a matter of taste rather than rigor. Do you know how to setup the Newton Method from there?

OpenStudy (anonymous):

\[\Large x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \] So you need to compute the derivative of the function as well, since it's an polynomial that will be easy, you have your initial guess: \[\Large x_0=1 \] for instance.

OpenStudy (anonymous):

ok

OpenStudy (anonymous):

I got (x(3x + 8= 3) for the derivative

OpenStudy (anonymous):

Usually you don't factor it, but you're on the right track: \[\Large f(x)=x^3+4x^2-3x+1 \] \[\Large f'(x)=3x^2+8x-3 \] You don't need to set f'(x)=0, if that's what you did above. Now plug them back into the equation above, try to simplify it as good as possible, will safe you a lot of work because with the Newton Method you usually need to plug in quite a few variables: \[\Large x_{n+1}=\frac{x_nf'(x_n)-f(x_n)}{f'(x_n)} \]

OpenStudy (anonymous):

So you want to get an easy to evaluate polynomial with algebraic simplification and then start plugging in your values, starting with your initial guess, next you take the output of that input and plug it once again into the algorithm, you can continue this algorithm until you're close enough to the root of it.

OpenStudy (anonymous):

I will be back in a few, if you still require help with this problem then.

OpenStudy (anonymous):

ok

OpenStudy (anonymous):

ok so 1 - ((1)^3 + 4(1)^2 - 3(1) + 1)/3((1)^2 + 8(1) - 3) = 1 - (1 + 16 - 3 + 1)/(9 + 8 - 3)

OpenStudy (anonymous):

is taht correct?

OpenStudy (anonymous):

i got 15/14

OpenStudy (anonymous):

I meant -1/14

OpenStudy (anonymous):

is it correct?

OpenStudy (anonymous):

@Spacelimbus are u there?

OpenStudy (anonymous):

so now how do i graph it?

OpenStudy (anonymous):

@myko can u help?

OpenStudy (anonymous):

so all of all of those being graphed are correct?

OpenStudy (anonymous):

yes, just each time it's a better aproximation

OpenStudy (anonymous):

ok thnx

OpenStudy (anonymous):

ok thnx

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!