> Try to solve for 'x' the following equation:
> 3*x+1/(x-5)=15+1/(x-5)
>
> The MAPLE, MATHEMATICA and HP48SX (solve with QUAD) give me the bad answer (x=5). (The "good" answer is 'no solution'.)
>
> Who understand it...!?
I wasn't able to get a symbolic result with the HP48GX (expan, colct and isol
fail to isolate the 'x' variable).
The numeric solver (root) instead works and returns 5.
The functions solve(), nsolve(), and zeros() of the TI89 <EG>
return 5 as well.
Mupad Light and Math Cad return 5, too.
I suppose it's a matter of how the function behaves when the value of x
tends to 5: both the terms 1/(x-5) tend to the same order of infinite
and elide each other, so that x=5 is the actual "good" solution.
In other words: evaluate both the terms of your equation, 3*x+1/(x-5) and
15+1/(x-5) for x=4.9, 4.99, 4.999, and so forth, or for x=5.1, 5.01, 5.001,
and so forth. It should be self explaining.
Just my two Eurocents. :-)