-
Notifications
You must be signed in to change notification settings - Fork 480
Description
Describe the bug
I study pH in chemistry and I usually need to find a solution to equations of the type x^2/(c0-x)=K, with c0 and K given, x is the advancement of the reaction, between 0 and 1.
About half of the time, the silver doesn't give me the right solution when the search interval is auto (-11 to 11), it gives me something negative. Then I change the search interval to [0,1], and about a quarter of the time, it still doesn't find the solution, which does exist.
This is a big problem because I can't solve such equations by hand and I need the solutions to continue the exercise.
As an example: x^2/(10^(-2)-x)=10^(-0.8)
With auto interval, it only gives me -0.1679273.
With [0,1] interval, it returns "no solution".
GeoGebra gives me both solutions: -0.167927 and 0.009438
To Reproduce
Steps to reproduce the behavior:
- Go to the Solver app
- Type the equation
- Click on solve
- Only a non satisfying solution (not in [0,1])
- Change search interval to [0,1]
- No solutions
Expected behavior
It should give me the solution. (In the example 0.0094)
Environment
Both on N0110 and simulator, epsilon 23.2.5