| Thread Closed |
Factorizing Cubic Functions |
Share Thread |
| May10-06, 03:20 AM | #1 |
|
|
Factorizing Cubic Functions
Hi. Im a bit lost as to how to factorize a cubic function. Would anyone be able to help me out?
Thanks, Dan. |
| May10-06, 03:41 AM | #2 |
|
|
Depends on its shape. Post the entire problem. In the general case, you'd have to use Cardano's formulae, but i'm sure that it might not be the case.
Daniel. |
| May10-06, 03:50 AM | #3 |
|
|
Well i havnt been given en exact question, but from what ive been told, the functions that i will have to factorize will be specially made to be simple. Things like:
[tex]y=x^3-x^2-10x-8[/tex] Thats one of the functions ive been given to practice. |
| May10-06, 05:03 AM | #4 |
|
Recognitions:
|
Factorizing Cubic Functions |
| May10-06, 05:13 AM | #5 |
|
|
How do i divide [tex]x^3-x^2-10x-8[/tex] by (x+1)?
|
| May10-06, 05:34 AM | #6 |
|
Recognitions:
|
You can google for the long way. The short way : Array the coefficients of the expression out in decreasing order. Put zeros where the term is missing. Then draw lines like this and put -1 at the right hand side. That's the zero of the divisor (x + 1 = 0 implies x = -1). The algorithm for division is simplicity itself. Bring the first number (the x^3 coefficient) down. Multiply by the number on the right hand side (-1) and write that under the second number (x^2 coeff). *ADD* the corresponding top number (coefficient) to the bottom number to get a new number. In traditional long division, you subtract, but here you add. Work from left to right till you're left with a zero under the constant term. You will always get a zero when the divisor is a factor of the orig. expression. If you get a nonzero number at the end, then the divisor is not a factor and the number you ended up with is in fact the remainder from the division. Code:
x^3 x^2 x const
1 -1 -10 -8 | -1
-1 2 8 |
____________________________________________________|
|
1 -2 -8 0
x^2 x const Rem
So (x^3 - x^2 - 10x - 8)/(x+1) = (x^2 - 2x - 8) This way works a lot faster than the conventional way because you're working only with numbers (easier for the brain than expressions in x) and you're adding (mentally easier than subtraction). But I think before you use this method practise with the traditional long hand method to learn it well. Then use this for routine purposes (though I don't know if your teacher will be OK with it). BTW, I just found out that this is called Ruffini's synthetic division method. I've been using it for ages, yet never knew it had a special name! ![]() http://en.wikipedia.org/wiki/Synthetic_division --> I just added this link as a tutorial. |
| May10-06, 05:50 AM | #7 |
|
Recognitions:
|
To dividea polynomial by another polynomial, we use Long division. You can view it here.
---------------- There's another way that you can do it straight in the paper: Say, you want to divide x3 - x2 - 10x - 8 by (x + 1). We have: First, look at the coefficient of the highest order term, i.e x3, and x, we have: x3 / x = x2, so we write: (x3 - x2 - 10x - 8) / (x + 1) = x2 And we multiply x2 by 1 (bolded above) to obtain x2, we have -x2, i.e, there's a -2x2 left right? We continue to divide -2x2 by x, we have -2x. We write (x3 - x2 - 10x - 8) / (x + 1) = x2 - 2x. Now we again multiply -2x by 1 to get -2x, we have -10x, that means we are left with -8x. We continue to divide -9x by x to obtain -8, multiply -8 by 1 to get -8, and that's done. So we have: (x3 - x2 - 10x - 8) / (x + 1) = x2 - 2x - 8 Can you get it? :) |
| May10-06, 09:15 AM | #8 |
|
|
I only do algebraic long division only when I absolutely have to...(wastes too much paper)
The way I tend to factorise these types of expressions is as follows: 1) write down what I know so far... (x+1)(ax2+bx+c) = x3-x2-10x-8 2) compare co-efficients ie: for c; 1 multiplied by c will give us -8...c = -8 3) plug -8 in...(x+1)(ax2+bx-8) = x3-x2-10x-8 4) now for x... -8x+bx = -10x...b = -2 5) plug -2 in...(x+1)(ax2 -2x-8) = x3-x2-10x-8 6) Now since x(ax2) = x3, a must surely = 1...as a check though...lets look at x2... -2x2 +x2 = -x2 which is what we wanted. With practice you just throw a and c in straight away and you only need to look for b |
| May11-06, 03:42 AM | #9 |
|
|
Thanks for all the replies. Helped me alot, especially that link you posted VietDao29.
|
| May11-06, 09:06 PM | #10 |
|
|
Something else that might help is the Rational Zeros Theorem. If you have any polynomial with integer coefficients, anxn+an-1xn-1+...+a1x+a0=0, all the rational zeros will be of the form p/q, where p is a factor of a0, and q is a factor of an. So if p/q is a zero, there is a corresponding factor, (qx-p).
In your example, the candidates for rational zeros are 8/1, 4/1, 2/1, 1/1, -1/1, -2/1, -4/1, and -8/1 (Of course, you can write them as integers instead of fractions). From here, you can use synthetic division (or long division) on the candidate zeros until you find one that leaves you with no remainder. |
| Thread Closed |
Similar discussions for: Factorizing Cubic Functions
|
||||
| Thread | Forum | Replies | ||
| Factorizing | Precalculus Mathematics Homework | 2 | ||
| Factorizing Fractions | Precalculus Mathematics Homework | 6 | ||
| Factorizing with no GCF | Precalculus Mathematics Homework | 4 | ||
| Blending functions of a Cubic polynomial curve segment | Calculus & Beyond Homework | 0 | ||
| Inverse of cubic functions | Linear & Abstract Algebra | 2 | ||