You are on page 1of 8

TALLER MATHEMATICA

LAURA OTÁLORA RAMÍREZ


EDWARD ROJAS MESA
CÁLCULO INTEGRAL
COMANDOS :
Integrate, Derivative, Simplify, Manipulate, Apart
integra derivada simplifica manipula separa fracciones simples

◼ Evalué cada una de las siguientes integrales y compruebe mediante derivación su respuesta :

1.  x2 + 2 ⅆx

In[ ]:= Integrate[x ^ 2 + 2, x]


integra

x3
Out[ ]= 2x+
3

x3
In[ ]:= D2 x + , x
deriva 3

Out[ ]= 2 + x2

2.  Cos[3 x] ⅆx

In[ ]:= Integrate[Cos[3 x], x]


integra coseno
1
Out[ ]= Sin[3 x]
3

Printed by Wolfram Mathematica Student Edition


2 CalculoIntegral.nb

1
In[ ]:= D Sin[3 x], x
3 seno
der⋯

Out[ ]= Cos[3 x]

3.  1 + x2 ⅆx

Integrate 1 + x ^ 2 , x
integra

Take the integral:

 x2 + 1 ⅆ x

For the integrand x2 + 1 , substitute x  tan(u) and ⅆ x  sec2 (u) ⅆ u. Then x2 + 1  tan2 (u) + 1 
sec(u) and u  tan-1 (x):
  sec3 (u) ⅆ u

sin(u) secm-1 (u) m-2


Use the reduction formula,  secm (u) ⅆ u = +  sec
-2+m
(u) ⅆ u, where m  3:
m-1 m-1
1 1
 tan(u) sec(u) +  sec(u) ⅆ u
2 2

Multiply numerator and denominator of sec(u) by tan(u) + sec(u):


1 1 sec2 (u) + sec(u) tan(u)
 tan(u) sec(u) +  ⅆu
2 2 sec(u) + tan(u)

sec2 (u) + sec(u) tan(u)


For the integrand , substitute s  tan(u) + sec(u) and ⅆ s  sec2 (u) + tan(u) sec(u) ⅆ u:
sec(u) + tan(u)
1 1 1
 tan(u) sec(u) +  ⅆ s
2 2 s

1
The integral of is log(s):
s
log(s) 1
 + tan(u) sec(u) + constant
2 2

Substitute back for s  tan(u) + sec(u):


1 1
 tan(u) sec(u) + log(tan(u) + sec(u)) + constant
2 2

Printed by Wolfram Mathematica Student Edition


CalculoIntegral.nb 3

Substitute back for u  tan-1 (x):


1 1
 tantan-1 (x) sectan-1 (x) + logtantan-1 (x) + sectan-1 (x) + constant
2 2

Simplify using sectan-1 (z)  z2 + 1 and tantan-1 (z)  z:


1 1
 x2 + 1 x + log x2 + 1 + x + constant
2 2

Factor the answer a different way:


1
  x2 + 1 x + log x2 + 1 + x + constant
2

An alternative form of the integral is:

Answer:

1
  x2 + 1 x + sinh-1 (x) + constant
2

4.  Sin2 [x] ⅆx

In[ ]:= Integrate[Sin[x] ^ 2, x]


integra seno
x 1
Out[ ]= - Sin[2 x]
2 4

3 x5 + 6 x4 - x + 1
5.  ⅆx
x3
3 x5 + 6 x4 - x + 1
In[ ]:= Integrate , x
integra x3

1 1
Out[ ]= - + + 3 x 2 + x3
2 x2 x
1
6.  ⅆx
1 + 2 Sin[x]

Printed by Wolfram Mathematica Student Edition


4 CalculoIntegral.nb

1
In[ ]:= Integrate , x
integra 1 + 2 Sin[x]

x
2+Tan 
2 ArcTanh 2

3
Out[ ]= -
3

◼ Evalúe las integrales utilizando previamente fracciones parciales (utilice Apart[expr]).


x2 + 2 x - 1
7.  ⅆx
2 x3 + 3 x^2 - 2 x
x2 + 2 x - 1
In[ ]:= Apart 
2x +3x 3^2 - 2 x
separa fracciones simples

1 1 1
Out[ ]= - +
2x 10 2 + x 5 - 1 + 2 x

1 1 1
In[ ]:=  ⅆx -  ⅆx -  ⅆx
2x 10 2 + x 5 - 1 + 2 x
Log[x] 1 1
Out[ ]= - Log[- 1 + 2 x] - Log[20 + 10 x]
2 10 10
1
8.  ⅆx
x (x + 1) (2 x + 3)
1
In[ ]:= Apart 
x x + 1
separa fracciones 2 x + 3
simples

1 1 4
Out[ ]= - +
3x 1+x 3 3 + 2 x

1 1 4
In[ ]:=  ⅆx -  ⅆx +  ⅆx
3x 1+x 3 3 + 2 x
Log[x] 2
Out[ ]= - Log[1 + x] + Log[9 + 6 x]
3 3

◼ Evalúe cada una de las siguientes integrales de dos formas :


◼ Ingresándola directamente a Mathematica.
◼ Primero realizándole una sustitución, un despeje algebraico o aplicando alguna identidad.

9.  x 2 - x ⅆx

In[ ]:= Integratex 2 - x , x


integra

2
Out[ ]= - 2 - x3/2 4 + 3 x
15

Printed by Wolfram Mathematica Student Edition


CalculoIntegral.nb 5

10.  x3 1 + x2 ⅆx

In[ ]:= Integratex3 1 + x2 , x


integra

1 3/2
Out[ ]= 1 + x2  - 2 + 3 x2 
15

1 + x2 = Tan[x]2 + 1

11.  Tan[x]2 Sec[x]2 ⅆx

In[ ]:= IntegrateTan[x]2 Sec[x]2 , x


integra

Tan[x]3
Out[ ]=
3

Sec[x]2 = Tan[x]2 + 1
In[ ]:= IntegrateTan[x]2 * Tan[x]2 + 1, x
integra

4 Tan[x] 1
Out[ ]= 2x- + Sec[x]2 Tan[x]
3 3

x2 2 x - 1
12.  ⅆx
x3 + x
x2 2 x - 1
In[ ]:= Integrate , x
integra x3 + x

1
Out[ ]= 2 x - 2 ArcTan[x] - Log[x] + Log1 + x2 
2

x2 2 x - 1
In[ ]:= Apart 
3
x + x simples
separa fracciones

1 -2 + x
Out[ ]= 2- +
x 1 + x2

1 -2 + x
In[ ]:=  2 ⅆx -  ⅆx +  ⅆx
x 1 + x2
1
Out[ ]= 2 x - 2 ArcTan[x] - Log[x] + Log1 + x2 
2

x-1
13.  ⅆx
2
x +x-1

Printed by Wolfram Mathematica Student Edition


6 CalculoIntegral.nb

x-1
In[ ]:= Integrate , x
integra x2 + x - 1

3 1+2x
Out[ ]= - 1 + x + x2 - ArcTanh 
2 2 - 1 + x + x2

◼ Para cada una de las siguientes integrales realice un aplicativo con Manipulate donde n sea un
parámetro entero positivo. Realice una conjetura para el resultado general y verifíquela.

14.  xn ⅇx ⅆx

In[ ]:= Integratexn ⅇx , x


integra

Out[ ]= (- x)-n xn Gamma[1 + n, - x]

In[ ]:= ManipulateIntegratexn ⅇx , x, {n, 0, 5}


manipula integra

n
Out[ ]=

1. ⅇx

15.  xn Log[x] ⅆx

In[ ]:= Integratexn Log[x], x


integra logaritmo

x1+n - 1 + 1 + n Log[x]
Out[ ]=
1 + n2

In[ ]:= ManipulateIntegratexn Log[x], x, {n, 0, 5}


manipula integra logaritmo

n
Out[ ]=

1. (- x + x Log[x])

16.  xn Sin[x] ⅆx

In[ ]:= Integratexn Sin[x], x


integra seno

1 1
Out[ ]= - - ⅈ x-n xn Gamma[1 + n, - ⅈ x] - ⅈ x-n xn Gamma[1 + n, ⅈ x]
2 2

Printed by Wolfram Mathematica Student Edition


CalculoIntegral.nb 7

In[ ]:= ManipulateIntegratexn Sin[x], x, {n, 0, 5}


manipula integra seno

n
Out[ ]=

- 1. Cos[x]

◼ Utilice Wolfram Alpha para calcular :

17.  ⅇax Cos[bx] ⅆx

 Integrate[ⅇ^ax Cos[bx], x]
Integrate[E ^ (a * x) * Cos[b * x], x]

ⅇa x a Cos[b x] + b Sin[b x]


Out[ ]=
a 2 + b2

18.  Cos[ax] Sin[bx] ⅆx

 Integrate[Cos[ax]Sin[bx],x]
IntegrateCos[a * x] * Sin[b * x], x

Cosa - b x Cosa + b x
Out[ ]= -
2 a - b 2 a + b

19. Tome una función f, la que usted desee. En un misto plano cartesiano grafique f y f', y para tres
puntos en f' explique su valor a partir de f.
In[ ]:= f[x_] = Sin[x]
seno

Out[ ]= Sin[x]

In[ ]:= D[f[x], x]


deriva

Out[ ]= Cos[x]

Printed by Wolfram Mathematica Student Edition


8 CalculoIntegral.nb

In[ ]:= Show[Plot[Sin[x], {x, - 2 Pi, 2 Pi}, PlotStyle → Blue],


mue⋯ repr⋯ seno nú⋯ nú⋯ estilo de repr⋯ azul
Plot[Cos[x], {x, - 2 Pi, 2 Pi}, PlotStyle → Red]]
repr⋯ coseno nú⋯ nú⋯ estilo de repr⋯ rojo

1.0

0.5

Out[ ]=
-6 -4 -2 2 4 6

-0.5

-1.0

20. Tome una función f, la que usted desee, determine una anti-derivada F. En un mismo plano
cartesiano gráfique f y F, y para tres puntos en F explique su valor a partir de f.
In[ ]:= Clear[f]
borra

In[ ]:= f[x_] = Sin[x]


seno

Out[ ]= Sin[x]

In[ ]:= Integrate[Sin[x], x]


integra seno

Out[ ]= - Cos[x]

In[ ]:= Show[Plot[Sin[x], {x, - 2 Pi, 2 Pi}, PlotStyle → Blue],


mue⋯ repr⋯ seno nú⋯ nú⋯ estilo de repr⋯ azul
Plot[- Cos[x], {x, - 2 Pi, 2 Pi}, PlotStyle → Red]]
repre⋯ coseno nú⋯ nú⋯ estilo de repr⋯ rojo

1.0

0.5

Out[ ]=
-6 -4 -2 2 4 6

-0.5

-1.0

Printed by Wolfram Mathematica Student Edition

You might also like