Thread Closed

Factoring cubic equation

 
Share Thread
Jan2-08, 10:17 AM   #1
 

Factoring cubic equation


Anyone here know how to factor this equation?

1. The problem statement, all variables and given/known data

[tex]a^{3}c-a^{3}b+b^{3}a-b^{3}c+c^{3}b-c^{3}a[/tex]

3. The attempt at a solution

I tried factoring by grouping but ended up getting nowhere.

If anyone can factor this equation, please tell me step by step how you got it.
PhysOrg.com science news on PhysOrg.com

>> Leading 3-D printer firms to merge in $403M deal (Update)
>> LA to give every student an iPad; $30M order
>> CIA faulted for choosing Amazon over IBM on cloud contract
Jan3-08, 02:27 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Cubics are bad enough but this has 3 variables. This is not a complete factorization but I think the most simplified form is
[tex](a^3c- ac^3)+ (b^3a- a^3b)+ (c^3b- b^3c)= ac(a^2- c^2)+ ab(b^2- a^2)+ bc(c^2- b^2)[/tex]
[tex]= ac(a- c)(a+ c)+ ab(b- a)(b+ a)+ bd(c- b)(c+ b)[/tex]
Jan4-08, 07:13 AM   #3
 
thanks, that will be ok.

but if you could figure how to get this form, please let me know.
[tex](a+b+c)(b-c)(c-a)(a-b)[/tex]
Jan5-08, 01:18 AM   #4
 
Recognitions:
Homework Helper Homework Help

Factoring cubic equation


Notice the symmetry in the variables. Then, without loss of generality, treat it as a polynomial in a, and collect coefficients.
Jan5-08, 04:20 PM   #5
 
Yeah, I'd have to agree with Gib Z
Thread Closed

Similar discussions for: Factoring cubic equation
Thread Forum Replies
Cubic Equation Cardano solution Calculus & Beyond Homework 1
cubic equation for weak acid hydronium Biology, Chemistry & Other Homework 3
cubic equation roots Precalculus Mathematics Homework 5
Solving cubic equation with matrices Precalculus Mathematics Homework 3
Cubic Equation General Math 3