New Reply

Solving a system of 3 nonlinear equations

 
Share Thread Thread Tools
Jan23-13, 01:55 PM   #1
 

Solving a system of 3 nonlinear equations


a = xyz
b = xy+xz+yz
c = x + y + z

How do you solve x, y, and z?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Jan23-13, 02:14 PM   #2
mfb
 
Mentor
x=c-y-z
b=(c-y-z)y + (c-y-z)z + yz = c(y+z)-y^2-zy-z^2
Solve this quadratic equation for y (or z), use both in a=xyz and hope that it has a nice solution?
Jan23-13, 03:07 PM   #3
 
It is not a quadratic equation. And it is not a "nice" solution.

I have determined that z^3-cz^2+bz-a = 0. So, if we can find the roots of the cubic function, then we have z as a function of a, b, and c. Then, it should be straightforward to find x and y in terms of a, b, and c.

But I forget how to find the roots of a cubic function.
Jan23-13, 04:46 PM   #4
mfb
 
Mentor

Solving a system of 3 nonlinear equations


b= c(y+z)-y^2-zy-z^2 is a quadratic equation in y (or z).

Solutions of a cubic equation
z^3-cz^2+bz-a = 0 looks very nice in my opinion.
New Reply
Thread Tools


Similar Threads for: Solving a system of 3 nonlinear equations
Thread Forum Replies
solving a nonlinear system with parameters General Math 1
Solving nonlinear equations Linear & Abstract Algebra 0
Mathematica: solving system of nonlinear equations Math & Science Software 1
Solving a system of nonlinear differential equations Introductory Physics Homework 0
algorithm for solving system of nonlinear equations Linear & Abstract Algebra 1