Post Reply 
Integral CAS approximation
05-02-2021, 02:35 PM
Post: #5
RE: Integral CAS approximation
On HP emulator, integration seems work harder if we use pattern ∫(f(x), x= a .. b)

We integrate ∫(√(1+x^3), x= -1 .. 1) backwards (*), letting t = -x

Cas> expand(∫(√(1-t^3), t, -1, 1))

√2*2*1/5 + integrate(3/5/√(-t^3+1),t,-1,1)

Cas> float(Ans)       → 1.95275719206

Cas> expand(∫(√(1-t^3), t = -1 .. 1))

√2*2*1/5 + 1/5*√π*Gamma(1/3)/Gamma(5/6) + integrate(3/5/√(-t^3+1),t,-1,0)

Cas> float(Ans)       → 1.95275723373


(*) Cas knows ∫(√(1-t^3), t,0,1), but not its equivalent, ∫(√(1+x^3), x,-1,0)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Integral CAS approximation - lrdheat - 05-01-2021, 08:25 PM
RE: Integral CAS approximation - lrdheat - 05-01-2021, 08:26 PM
RE: Integral CAS approximation - robmio - 05-02-2021, 05:51 AM
RE: Integral CAS approximation - parisse - 05-02-2021, 06:30 AM
RE: Integral CAS approximation - Albert Chan - 05-02-2021 02:35 PM



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