calculo integral

314 days ago by habacuc@tecpabellon

f=((x)^4+3*(x)-9) f.integral(x) 
       
1/5*x^5 + 3/2*x^2 - 9*x
1/5*x^5 + 3/2*x^2 - 9*x
f=((x)^4+3*(x)-9) f.integral(x,0,1) 
       
-73/10
-73/10
f=((x)) f.integral(x,0,1) 
       
1/2
1/2
f=(5*(x)^3-10*(x)^-6+4) f.integral(x) 
       
5/4*x^4 + 4*x + 2/x^5
5/4*x^4 + 4*x + 2/x^5
f=((x)^8+(x)^-8) f.integral(x) 
       
1/9*x^9 - 1/7/x^7
1/9*x^9 - 1/7/x^7
f=(3*(x)^(3/4)+7*(x)-5+1/6*(x)^-1/2) f.integral(x) 
       
7/2*x^2 + 12/7*x^(7/4) - 5*x + 1/12*log(x)
7/2*x^2 + 12/7*x^(7/4) - 5*x + 1/12*log(x)
f=((x)^2+1) f.integral(x,0,2) 
       
14/3
14/3
f=((x)^3/2/-2*(x)^1/2) f.integral(x,0,4) 
       
-128/5
-128/5
#eeeeeeeeeexamen f=((2*(x)^(5)-(x)^(3)+3)/(x)^(2)) f.integral(x,1,2) 
       
15/2
15/2
#eeeeeeeeeexamen f=((x)+(x)^(1/3))*(4-(x)^(2)) f.integral(x) 
       
-1/4*x^4 - 3/10*x^(10/3) + 2*x^2 + 3*x^(4/3)
-1/4*x^4 - 3/10*x^(10/3) + 2*x^2 + 3*x^(4/3)
#eeeeeeeeeexamen f=(14*(x)-2*(x)^(-1/3)+5*(x)^(-2)) f.integral(x) 
       
7*x^2 - 3*x^(2/3) - 5/x
7*x^2 - 3*x^(2/3) - 5/x
#UNIDAD DOOOOOOOOOOSS f=((4*(x)+1)^(2)) f.integral(x) 
       
16/3*x^3 + 4*x^2 + x
16/3*x^3 + 4*x^2 + x
f=((5*(x)^(-2/3)+2*(x)^(-3/2)) f.integral(x) 
       
Traceback (click to the left of this block for traceback)
...
SyntaxError: invalid syntax
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_6.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Zj0oKDUqKHgpXigtMi8zKSsyKih4KV4oLTMvMikpCmYuaW50ZWdyYWwoeCk="),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpTz9Ov9/___code___.py", line 4
    exec compile(u'f.integral(x)
       ^
SyntaxError: invalid syntax
f=((3*(x))^(1/2)) f.integral(x) 
       
2/3*sqrt(3)*x^(3/2)
2/3*sqrt(3)*x^(3/2)
f=((5*(x)+1)^(1/2)) f.integral(x) 
       
2/15*(5*x + 1)^(3/2)
2/15*(5*x + 1)^(3/2)
f=((X)/(4*(X)^(2)+3)^(6)) f.integral(x) 
       
Traceback (click to the left of this block for traceback)
...
NameError: name 'X' is not defined
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "_sage_input_10.py", line 10, in <module>
    exec compile(u'open("___code___.py","w").write("# -*- coding: utf-8 -*-\\n" + _support_.preparse_worksheet_cell(base64.b64decode("Zj0oKFgpLyg0KihYKV4oMikrMyleKDYpKQpmLmludGVncmFsKHgp"),globals())+"\\n"); execfile(os.path.abspath("___code___.py"))
  File "", line 1, in <module>
    
  File "/tmp/tmpAxHH3T/___code___.py", line 3, in <module>
    f=((X)/(_sage_const_4 *(X)**(_sage_const_2 )+_sage_const_3 )**(_sage_const_6 ))
NameError: name 'X' is not defined
f=() f.integral(X)