pendulum
- 15
- 0

x^3+(11+(8/3))*x^2+(8/3)*(m+10)*x+(160/3)(m-1)=0
in terms of the unknown variable "t"?
I' ve heard that it can be done in 'mathematica'.
We are solving the equation for x kin terms of m, not for m in terms of x. :)nn987 said:with mathematica
Solve[x^3+(11+(8/3))*x^2+(8/3)*(m+10)*x+(160/3)(m-1)Š0,m]
m -> {160 - 80x - 41x^2 - 3x^3 / 8 (20+x) }