Post Reply 
Some integrals with problematic evaluation
04-02-2016, 12:22 AM
Post: #29
RE: Some integrals with problematic evaluation
A curious one that sort of locks up the calculator:
Code:
Int(1/(((x+1)^2)^(1/3)-sqrt(x+1)),x)
Still interruptable by clicking On, doesn't show no hourglass; Enter is pressed in console, where a warning about Check [abs(x)] is given. With assume(x>-1), it works and gives the good result. However, without any assumption,
Code:
Int(1/(1+sqrt(x+1)),x)
calculates just fine. What's the issue here?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Some integrals - parisse - 03-23-2016, 06:44 AM
RE: Some integrals with problematic evaluation - quinyu - 04-02-2016 12:22 AM



User(s) browsing this thread: 1 Guest(s)