Ejercicios de integral U1

314 days ago by Jonathan@tecpabellon

1 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
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
3 f=((x)^8+x^-8) f.integral(x) 
       
1/9*x^9 - 1/7/x^7
1/9*x^9 - 1/7/x^7
4 f=(3*x^(3/4)+7*x^-5+6*x^(1/2)) f.integral(x) 
       
12/7*x^(7/4) + 4*x^(3/2) - 7/4/x^4
12/7*x^(7/4) + 4*x^(3/2) - 7/4/x^4
5 f=((4*x+1)^2) f.integral(x) 
       
16/3*x^3 + 4*x^2 + x
16/3*x^3 + 4*x^2 + x
6 f=(5*x^(-3/2)+2*x^(-2/3)) f.integral(x) 
       
6*x^(1/3) - 10/sqrt(x)
6*x^(1/3) - 10/sqrt(x)
7 f=(3*x^(1/2)) f.integral(x) 
       
2*x^(3/2)
2*x^(3/2)
8 f=((5*x+1)^(1/2)) f.integral(x) 
       
2/15*(5*x + 1)^(3/2)
2/15*(5*x + 1)^(3/2)
9 f=(3*x^(1/2)) f.integral(x) 
       
2*x^(3/2)
2*x^(3/2)
10 F=((4*x^2+3)^-6) f.integral(x) 
       
2*x^(3/2)
2*x^(3/2)
11 f=((5-3*x^2)^-2) f.integral(x) 
       
-1/300*sqrt(15)*log((3*x - sqrt(15))/(3*x + sqrt(15))) - 1/10*x/(3*x^2 -
5)
-1/300*sqrt(15)*log((3*x - sqrt(15))/(3*x + sqrt(15))) - 1/10*x/(3*x^2 - 5)
12 f=(4*x-(2*(x)^(-1/3))+5/(x^2)) f.integral(x) 
       
2*x^2 - 3*x^(2/3) - 5/x
2*x^2 - 3*x^(2/3) - 5/x
faltaron dos & no copie del examén, sólo tengo una... aparte de que tuvimos unas dificultades tecnicas...espero mañana pueda resolver nuestras dudas.