Factoring something with cube power?

AI Thread Summary
The discussion revolves around solving the equation y^3 - 3y - 2 = 0 to find the intersection of the curves x = y^3 and x = 3y + 2. Participants explore factoring the polynomial using the rational root theorem, which suggests testing potential rational roots such as -2, -1, 1, and 2. It is established that y = 1 is a root, indicating that (y - 1) is a factor, while y + 2 is also identified as a factor. The conversation highlights the process of polynomial division to further simplify the equation. Ultimately, the focus is on efficiently finding factors and roots of the cubic polynomial.
zeion
Messages
455
Reaction score
1

Homework Statement



I need to find where these two intersect:
x = y^3
x = 3y + 2

Homework Equations





The Attempt at a Solution




I set them to equate:
y^3 = 3y + 2
y^3 - 3y + 2 = 0

How do I factor this??
 
Physics news on Phys.org
I just realized I can sub in 2 to get a factor..
But is there a faster way than to guess randomly?
 
you can't factor that. But what you could do is try to guess the simplest number you can. and if that number were 1, you would be right and see that it is a factor.

For no reason whatsoever you could also try -2, and you would see that it is also a factor

but that's just a quick evaluation, if you wanted the third factor you could use division of polynomials and hopefully you would get a 2nd degree polynomial which is easily factored
 
zeion said:
I just realized I can sub in 2 to get a factor..
But is there a faster way than to guess randomly?

2 is not a factor
 
dacruick said:
2 is not a factor

I suppose he meant: if you substitute y=2 in the polynomial you get 0, so (y-2) has to be a factor.

You can use the rational root theorem to find all rational numbers that might be a factor, in this case you only have to try -2,-1,1 and 2
 
Ah sorry I made a mistake in the equation.. it's supposed to be
y^3 = 3y + 2
y^3 - 3y - 2 = 0
 
What is rational root theorem?
How did you know those numbers to try?
I can always just do a long division right?
 
There's a theorem about rational roots of polynomials. For a polynomial anxn + ... + a1x + a0 = 0, if x = p/q is a zero, then p must divide a0 and q must divide an.

With your polynomial, y3 - 3y + 2 = 0, where p/q is a rational root, p has to divide 2 and q has to divide 1. The possible choices for p are +/-1 and +/-2. This means that the possible rational zeroes are +/- 1 and +/- 2. No other rational zeroes are possible. I found that 1 is a root, meaning that y - 1 is a factor.
 
So if I have a missing term in a polynomial I just have to try to factor with the +/- of the first and last coefficients?
 
  • #10
willem2 said:
I suppose he meant: if you substitute y=2 in the polynomial you get 0, so (y-2) has to be a factor.

You can use the rational root theorem to find all rational numbers that might be a factor, in this case you only have to try -2,-1,1 and 2

y-2 is not a factor still. y+2 is a factor however.
 
Back
Top