Menu

Newbie question about rational inequalities

Help
2015-10-30
2015-10-30
  • Robert Pollak

    Robert Pollak - 2015-10-30

    Hello!

    I am currently evaluating computer algebra software for first year students, and I have never used Reduce before.

    Does Reduce provide a way to solve rational inequalities like abs((x-1)/(x-5)) <= 1/3 ? It should be the interval [-1, 2].

    Best regards,
    Robert

     
  • Thomas Sturm

    Thomas Sturm - 2015-10-30

    Such things can be computed with real quantifier elimination to some extent. Two obstacles:

    1. the absolute value has to be translated into logic, which Redlog could do for you.

    2. The fraction is really a problem: Your expression is not defined for x=5.

    So, if someone has serious interesting problems into this direction, then one could work on it with Reduce + human intelligence. For classroom purposes at least the Redlog part of Reduce is not suitable here.

    Somebody else might come up with other package that I am not aware of.

    Best,

    Thomas

     

Log in to post a comment.