Solving x^3 +5x -4 to Get Root 0.3274

  • Thread starter RMHAZARD
  • Start date
  • Tags
    Root
In summary: He has found the root using the change of sign method and the Newton raphson method, but is struggling with the g(x) method. He needs to find a root between 2 points using a integer search and the method will eventually converge to a root.
  • #1
RMHAZARD
24
0
I am on my final part of my C3 coursework, doing the comparison of methods, i have found the root using the change of sign method, and the Newton raphson method but i am struggling with using the rearranging method. the equation i am using is x^3 +5x -4, i have tried rearranging it to get the root which is 0.3274, but i can not get it to converge to this figure, the coursework is due in tomorrow at 4pm and i just need to do this final bit and i am done but i can't i have been tring for 3 hours please help me.

Thanks

I am not asking for it to be done for me i am just asking to know whati need to do to my equation to get my root 0.3274.
 
Physics news on Phys.org
  • #2
Show me Newton-raphson with your equation.
 
  • #3
I have no idea what you mean by the "rearranging method". Please explain.
 
  • #4
Hes talking about the g(x) method. You make your equation in the form x = ... then find points of interception on the graph y = x. These interceptions are the roots of the orignal equation.

You need to find a root between 2 points using a integer search. Take the x value from the search and put it into the x = equation. then take that value and put it into the equation again until it converges to 5/6 DP.

eg x=x^3-2x/3
x = (-1, 0)
x0 = -1
x1 = -1^3-2*-1/3 = n
x2 = n^3-2*n/3 etc.
 
  • #5
madmike159 said:
Hes talking about the g(x) method. You make your equation in the form x = ... then find points of interception on the graph y = x. These interceptions are the roots of the orignal equation.

You need to find a root between 2 points using a integer search. Take the x value from the search and put it into the x = equation. then take that value and put it into the equation again until it converges to 5/6 DP.

eg x=x^3-2x/3
x = (-1, 0)
x0 = -1
x1 = -1^3-2*-1/3 = n
x2 = n^3-2*n/3 etc.
What function are you talking about? x= x3- 2x/3 is equivalent to x3- (2/3)x- x= 0 or x3- (5/3)x= 0 which has NO roots between -1 and 0. The method you give will eventually converge to 0 which is a root.
 
  • #6
No I was giving an exampe of the steps you take. I didn't want to give him somthing that worked because it is course work, he can get marked down if some on did it for him. It works in the same way s the Newton Raphson method (gets a closer value every time) but isn' as quick.
 

FAQ: Solving x^3 +5x -4 to Get Root 0.3274

What is the meaning of solving x^3 +5x -4 to get root 0.3274?

Solving x^3 +5x -4 to get root 0.3274 means finding the value(s) of x that make the equation equal to 0.3274.

Why is it important to solve x^3 +5x -4 to get root 0.3274?

It is important to solve x^3 +5x -4 to get root 0.3274 in order to find the solution(s) to the equation and understand the behavior of the function it represents.

What are the different methods used to solve x^3 +5x -4 to get root 0.3274?

Some methods that can be used to solve x^3 +5x -4 to get root 0.3274 include factoring, the rational root theorem, and the cubic formula. Other methods such as graphing and numerical methods can also be used.

What are the possible solutions to x^3 +5x -4 to get root 0.3274?

The equation x^3 +5x -4 = 0 has three possible solutions, since it is a cubic equation. However, not all of these solutions may be real numbers. Some may be complex numbers.

How can the solution to x^3 +5x -4 to get root 0.3274 be verified?

The solution can be verified by substituting the value of x into the original equation and checking if the resulting expression is equal to 0. Additionally, graphing the equation can also show the point of intersection at x = 0.3274.

Back
Top