Jack's JavaScript Algebraic Equation Solver

Lower bound of x: Upper bound of x:
Enter Equation in x:
Solution:

The equation should be typed in the box provided using only `x' as the unknown.

The expression must use JavaScript syntax which accepts the usual operators except either `^' or `**', as well as exp, sqrt, sin, cos etc.

log is natural log. To raise to a power use pow(x,n) .