Skip to content

Equations not giving the solution #2346

@AngeDieu

Description

@AngeDieu

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:

  1. Go to the Solver app
  2. Type the equation
  3. Click on solve
  4. Only a non satisfying solution (not in [0,1])
  5. Change search interval to [0,1]
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions