Post Reply 
Incorrect limit
01-10-2019, 07:34 PM (This post was last modified: 01-10-2019 07:58 PM by Albert Chan.)
Post: #4
RE: Incorrect limit
Pulling the x³ factor help ...

(pi/2)³ * limit(cos(x)/(e^x - e^(pi/2)), x=pi/2) ==> −(pi/2)³ / exp(pi/2)

BTW, playing with this limit discovered another bug:

f(x) := (e^x - e^(pi/2)) / cos(x)

limit(f(x), x=pi/2, −1) => -exp(pi/2) // ok
limit(f(x), x=pi/2, +1) => -exp(pi/2) // ok
limit(f(x), x=pi/2, 0) ==> 0 // ???
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Incorrect limit - Alexmaster350 - 01-10-2019, 05:34 PM
RE: Incorrect limit - ijabbott - 01-10-2019, 06:35 PM
RE: Incorrect limit - roadrunner - 01-10-2019, 06:51 PM
RE: Incorrect limit - Albert Chan - 01-10-2019 07:34 PM
RE: Incorrect limit - parisse - 01-10-2019, 07:45 PM



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