Factoring Cubic Polynomials: A Confused Student's Guide

  • Thread starter Thread starter torquerotates
  • Start date Start date
  • Tags Tags
    Factoring
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
torquerotates
Messages
207
Reaction score
0
Well, I admit, I looked at the solution manual. They apparently solved this equation, x(cubed)-(3/4)x-(1/4)=0 by factoring it and making it look like this, (x-1)((
x+(1/2))squared. But they didn't show any steps. I'm completely confused. I have no idea how to factor cubic polynomials.
 
Physics news on Phys.org
[tex]x^3 - \frac 3 4 x - \frac 1 4=0[/tex]

Correct?

Here is a hint:

[tex]x^3-x^2+x^2-\frac 3 4 x - \frac 1 4=0[/tex]

Complete the square, then you will notice that you have difference of squares. Continue simplifying, and once again, complete the square and it's solved.
 
Last edited:
Change it into an integer coefficient polynomial by multiplying by 4. So 4x^3-3x-1=0. Now look up the rational root theorem. If p/q is a rational root of the polynomial then p divides 1 and q divides 4. So the only choices for rational roots are 1,1/2 or 1/4 or their negatives. This is important since if p/q is a root of the polynomial then (x-p/q) is a factor.
 
Wow, I don't think I could get used to that type of thinking. How did you even know that you should start by adding and subtracting 2x? Maybe I'm just not creative enough.
 
torquerotates said:
Wow, I don't think I could get used to that type of thinking. How did you even know that you should start by adding and subtracting 2x? Maybe I'm just not creative enough.
I think you meant [tex]x^2[/tex] but just making sure.

Algebra - https://www.amazon.com/dp/0817636773/?tag=pfamazon01-20

Gelfand is the man!
 
the polynomial [tex]p(x) = x^3 - \frac{3}{4}x - \frac{1}{4}[/tex] is 0 at [itex]x = 1[/itex], so [itex](x - 1)[/itex] is a factor of [itex]p(x)[/itex].

Now try solving this question...
 
Dick said:
Change it into an integer coefficient polynomial by multiplying by 4. So 4x^3-3x-1=0. Now look up the rational root theorem. If p/q is a rational root of the polynomial then p divides 1 and q divides 4. So the only choices for rational roots are 1,1/2 or 1/4 or their negatives. This is important since if p/q is a root of the polynomial then (x-p/q) is a factor.

this seems like a pretty cool method.. could you give the general statement please.. or maybe a link somewhere??