SOLUTION: Please help with this factoring question w^3 + 5w^2 - w = 5 Thank you!

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: Please help with this factoring question w^3 + 5w^2 - w = 5 Thank you!      Log On


   



Question 49310This question is from textbook
: Please help with this factoring question
w^3 + 5w^2 - w = 5
Thank you!
This question is from textbook

Found 2 solutions by Nate, atif.muhammad:
Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
w^3 + 5w^2 - w - 5 = 0
a = 1,5
b = 1
+- a/b = +- 1 and +- 5
Positive: 1 ~> 1
Negative: 2 ~> 0
Imaginery: 0 ~> 2
You automatically know that you have a positive root.
5|....1....5....-1....-5
.......1.....10....49.....240 (w - 5) is a not a factor
1|....1....5....-1....-5
.......1....6.....5......0 (w - 1) is a factor
(w^2 + 6w + 5)(w - 1)
(w + 5)(w + 1)(w - 1)
graph%28600%2C600%2C-10%2C10%2C-10%2C10%2Cx%5E3%2B5x%5E2-x-5%2C0%29

Answer by atif.muhammad(135) About Me  (Show Source):
You can put this solution on YOUR website!
w^3 + 5w^2 - w = 5

w^3 + 5w^2 - w - 5 = 0

To solve this, we use the factor theorem

f(w) = w^3 + 5w^2 - w -5

If f(a) = 0, then (x-a) is a factor of f(x) --- Don't worry if you don't understand this, I didn't either when I did this for the first time a few years back.

Basically, we are substituting for values of x which will gives us 0 at the end.

f(0) = -5   NOT 0
f(1) = 1 + 5 -1 -5 = 0   --- This is what we want!

Hence, (w-1) is a factor of f(x), which is  w^3 + 5w^2 - w -5 = 0


f(w) = w^3 + 5w^2 - w -5

Now, divide f(w) by (w-1). You can do this on paper but I've figured it out as:

f(w) = (w^2 + 6w + 5)(w-1)

Factorise the quadratic

 (w+1)(w+5)(w-1) = 0

Hence, our solutions are 1,-1, -5