Discover the Easy Way to Find the X-Intercept for x^3-6x^2-15x+4

  • Thread starter Thread starter gr3g1
  • Start date Start date
AI Thread Summary
To find the x-intercepts of the cubic equation x^3 - 6x^2 - 15x + 4, the roots can be determined by setting the equation equal to zero. While the cubic formula is a reliable method, it is complex and requires substituting values for a, b, c, and d. The equation does not have rational roots, indicating there is no simple solution. Newton's method is suggested as an alternative for finding the x-intercepts, involving the function's derivative. Overall, solving this cubic equation requires careful application of these mathematical methods.
gr3g1
Messages
71
Reaction score
0
Hey, Is there any simple way of finding the x intercept for

x^3-6x^2-15x+4
 
Physics news on Phys.org
Basically find the roots of the equation?
I bet you already know that there are three roots.
to solve for x in a cubic of form ax^3+bx^2+cx+d, use a program like mathematica, or check out this cubic forumla:

http://www.math.vanderbilt.edu/~schectex/courses/cubic/cubic.gif

plug in 1 for a, 6 for b, 15 for c, and 4 for d.
pretty long, but it always works.
 
Last edited:
As above, the only way to find the x-intercepts is to set y= 0 and solve the equation. This equation has no rational roots so there is no "simple" way to do it.
 
About newtowns method?
 
what about it? x_{n+1} = x_n - \frac {f(x_n)}/{f'(x_n)}
find the derivative, and start solving...edit:

there's supposed to be a "x_n - "before the fraction, but it isn't showing up...
 
Thats another way of finding the x intercepts? Right?
(Our teacher never mentioned it, i think I am going to have to learn it myself)
 
Finding the x-intercepts for
x is exactly the same as finding the solutions to
x^3-6x^2-15x+4= 0. There is no "trivial?" way of doing that.
 
Back
Top