Thread Closed

Solving Cubic Functions

 
Share Thread Thread Tools
Nov19-09, 01:15 PM   #1
 

Solving Cubic Functions


x3 - 12x + 1 = 0

How does one solve for x?
 
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Nov19-09, 01:43 PM   #2
 
Mentor
It's not a trivial process. See this Wikipedia article, http://en.wikipedia.org/wiki/Cubic_function
especially the Summary about halfway down the page.
 
Nov20-09, 05:14 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Let x= a- b. Then [itex]a^3= (a-b)^3= a^3- 3a^2b+ 3ab^2- b^3[/itex].

Also [itex]3abx= 3ab(a- b)= 3a^2b- 3ab^2[/itex].

So [itex]x^3+ 3abx= a^3- b^3[/itex]. Letting m= 3ab and [itex]n= a^3- b^3[/itex], then x= a-b satisfies [itex]x^3+ mx= n[/itex].

Suppose we know m and n- can we "recover" a and b and so find x?

If m= 3ab, then b= m/3a and [itex]n= a^3- m^3/3^3a^3[/itex]. Multiplying through by [itex]a^3[/itex] we get [itex]na^3= (a^3)^2- m^3/3^3[/itex] which we can think of as a quadratic equation for [itex]a^3[/itex]: [itex](a^3)^2- na^3- m^3/3^3= 0[/itex] and solve by the quadratic formula:
[tex]a^3= \frac{n\pm\sqrt{n^2+ 4\frac{m^3}{m^3}}}{2}[/tex][tex]= \frac{n}{2}\pm\sqrt{\left(\frac{n}{2}\right)^2+ \left(\frac{m}{3}\right)^3}[/tex]
so that
[tex]a= \sqrt[3]{\frac{n}{2}\pm\sqrt{\left(\frac{n}{2}\right)^2+ \left(\frac{m}{3}\right)^3}}}[/tex]

Since [itex]a^3- b^3= n[/itex], [itex]b^3= a^3- n[/itex] so
[tex]b^3= -\frac{n}{2}\pm\sqrt{\left(\frac{n}{2}\right)^2+ \left(\frac{m}{3}\right)^3}[/tex]
and
[tex]b= -\sqrt[3]{\frac{n}{2}\pm\sqrt{\left(\frac{n}{2}\right)^2+ \left(\frac{m}{3}\right)^3}}}[/tex]
and, of course, x= a- b.
 
Thread Closed
Thread Tools


Similar Threads for: Solving Cubic Functions
Thread Forum Replies
New solving cubic and quartic equations General Math 1
Solving cubic roots (with imaginary number) Introductory Physics Homework 7
Solving Cubic Equations Calculus & Beyond Homework 2
Solving cubic equation with matrices Precalculus Mathematics Homework 3
Cubic and Quartics, solving methods? General Math 3