MHB Solving \[x^{4}-4x^{3}+10=0\] with a "Binary Search

  • Thread starter Thread starter Yankel
  • Start date Start date
  • Tags Tags
    Search
Click For Summary
To solve the equation \(x^{4}-4x^{3}+10=0\), users suggest employing numerical methods such as binary search or Newton's Method for approximating roots. While binary search provided some success, alternatives like using Wolfram Alpha for exact solutions are recommended. The rational root theorem is mentioned but noted as ineffective for this specific equation. The discussion highlights the challenges of solving quartic equations and the need for numerical approximation techniques. Overall, utilizing computational tools or established numerical methods is advised for finding solutions.
Yankel
Messages
390
Reaction score
0
Hello all

I am trying to draw a graph of a function. On the way, I wanted to see where the function meet the x axis, so I put y=0. It gave me this:

\[x^{4}-4x^{3}+10=0\]

How do I solve this equation ?

Thanks !

I tried a "binary search" and got really close to the answer, but I guess there must be a better way...
 
Mathematics news on Phys.org
Yankel said:
Hello all

I am trying to draw a graph of a function. On the way, I wanted to see where the function meet the x axis, so I put y=0. It gave me this:

\[x^{4}-4x^{3}+10=0\]

How do I solve this equation ?

Thanks !

I tried a "binary search" and got really close to the answer, but I guess there must be a better way...

It's not easy...
Quartic function - Wikipedia, the free encyclopedia

A binary search or goal seek in excel are probably your best bets with a numerical approximation being next. Honestly this is one of those questions I'd just put into wolfram and use their answer(s)
 
Yankel said:
Hello all

I am trying to draw a graph of a function. On the way, I wanted to see where the function meet the x axis, so I put y=0. It gave me this:

\[x^{4}-4x^{3}+10=0\]

How do I solve this equation ?

Thanks !

I tried a "binary search" and got really close to the answer, but I guess there must be a better way...
You can occasionally use the rational root theorem, but it doesn't work for this equation.

-Dan
 
I understand, thank you !

What numerical approximation methods do we have to solve such equations ?
 
Yankel said:
I understand, thank you !

What numerical approximation methods do we have to solve such equations ?

Perhaps the best known is:

Newton's Method
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K