How do you factor a cube to identify asymptotes and holes in graphs?

  • Thread starter Thread starter hayesk85
  • Start date Start date
  • Tags Tags
    Cube Factoring
AI Thread Summary
To identify asymptotes and holes in graphs, it is essential to find when the denominator of a polynomial is zero. For cubic equations, the factor theorem can be applied by testing factors of the constant term. In the example provided, substituting potential roots reveals that (x-5) is a factor. Dividing the cubic polynomial by this factor yields a quadratic, which may be further factored if possible. Utilizing the rational roots theorem can assist in identifying potential roots for more complex polynomials.
hayesk85
Messages
7
Reaction score
0

Homework Statement



I am trying to find out when the denominator of this equation is zero so I can tell when the graph has asymptotes or holes. For squares I factor such as x2+2x-15 = (x+5) (x-3). How do I do that with a cube?

Homework Equations



(x-5) (x+3)
X3-5x2+x-5
 
Physics news on Phys.org
Have you tried the factor theorem?

Take factors of the last coefficient, which in this case is -5. So you have +/- 1,5 as factors. Substitute those into the polynomial to see which give you 0. In this case it turns out to be 5, s (x-5) is a factor. Now divide X^3-5x^2+x-5 by (x-5), which will give you a quadratic with a remainder of 0. You may or may not be able to further factor the quadratic.
 
Sometimes you can factor just by looking at it, I see x^2*(x-5)+(x-5) right away. In more complicated cases it's handy to use the fact if you write the f(x)=the polynomial, then f(a)=0 means (x-a) is a factor. Divide it out and then try to factor what's left. For easily guessing what might be a root, look up the 'rational roots theorem'.
 
Thank you!
 
Back
Top