incorrect answer from solve() solving inequality
|
07-02-2019, 08:21 AM
Post: #1
|
|||
|
|||
incorrect answer from solve() solving inequality | |||
07-02-2019, 08:58 AM
Post: #2
|
|||
|
|||
RE: incorrect answer from solve() solving inequality | |||
07-02-2019, 02:32 PM
(This post was last modified: 07-02-2019 02:32 PM by parisse.)
Post: #3
|
|||
|
|||
RE: incorrect answer from solve() solving inequality
Even if x is negative, the expression 1/(x+sqrt(x))+1/(x-sqrt(x)) is real valued :
normal(1/(x+sqrt(x))+1/(x-sqrt(x))) returns 2/(x-1) Therefore the Prime answer is correct, and x=0 is also valid (since the limit at x=0 is -2 and -2<=1). |
|||
07-02-2019, 04:46 PM
Post: #4
|
|||
|
|||
RE: incorrect answer from solve() solving inequality
Thank you, parisse.
For x is negative, it means that each of 1/(x+sqrt(x)), 1/(x-sqrt(x)) to be complex number. If so, that is correct. For x is zero, (1/(x+sqrt(x))+1/(x-sqrt(x))) = (x-sqrt(x) + x + sqrt(x))/(x^2-x) = (2x)/(x*(x-1)) and this will be equal to 2/(x-1) if x<> 0 (otherwise, it will be 0/0) So (1/(x+sqrt(x))+1/(x-sqrt(x))) when x=0 should be undefined. However, lim x->0 of (1/(x+sqrt(x))+1/(x-sqrt(x))) is -2. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)