Post Reply 
Derivation of complex abstract functions
04-04-2020, 02:53 PM
Post: #1
Derivation of complex abstract functions
The new version of CAS has improved many functions such as this function
Code:
(diff(∫(∫(f(sqrt(x^2+y^2)),x,-(sqrt(t^2-y^2)),sqrt(t^2-y^2)),y,-t,t),t,3)|(t>0))
Got
Code:
2*π*t*diff(f(t),t,2)+4*π*diff(f(t),t)
this is correct.

But there are errors in two functions。
Code:
∂(∫((-(f(((a^2+a*x)/x)))+f(((a^2+x^4)/x^2)))/x,x,1,a),a)
Got
Code:
(-(f(2*a))+f(a^2+1))/a

Code:
∂((f((a^2/x^2)+x^2)-(f((a^2/x)+x)))/x,x)
Got
Code:
(f((a^2+x^2)/x)-(f((a^2+x^4)/x^2)))/x^2
Obviously, both are wrong

study hard, improve every day
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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