Está en la página 1de 2

Taller Wolfram

Mathematica Corte I
Santiago Garzón Cepeda | 2238430
Joan Sebastian Alfonso Palma | 2238341

I)
dy
1) xy + y2 dx
=6x

In[1]:= DSolvex * y[x] + y[x]2 * y '[x] ⩵ 6 x, y[x], x


resolvedor diferencial

#12 x2
Out[1]= y[x] → InverseFunction- 54 + 36 Log[- 6 + #1] + 6 #1 + &- + 1 
2 2
dy
2) dx
= ⅇx+y-1 - 1

In[9]:= DSolvey '[x] ⩵ ⅇx+y[x]-1 - 1, y[x], x


resolvedor diferencial

Out[9]= {{y[x] → 1 - x - Log[- x - 1 ]}}

3) (x - 2 y) dx + (2 x + y) dy ⩵ 0
- x - 2 y[x]
In[12]:= DSolvey '[x] ⩵ , y[x], x
resolvedor diferencial 2 x + y[x]

y[x] 1 y[x]2
Out[12]= Solve2 ArcTan + Log1 +  ⩵ 1 - Log[x], y[x]
x 2 x2

4) (2 x + y) dx + (x - 2 y) dy ⩵ 0
- 2 x + y[x]
In[13]:= DSolvey '[x] ⩵ , y[x], x
resolvedor diferencial x - 2 y[x]

1 1
Out[13]= y[x] → x- - 4 ⅇ 1 + 5 x 2 , y[x] → x+ - 4 ⅇ 1 + 5 x 2 
2 2
dy
+ x = x3
y
5) dx

Printed by Wolfram Mathematica Student Edition


2 Taller M. 1er Corte.nb

y[x]
In[14]:= DSolvey '[x] ⩵ x3 - , y[x], x
resolvedor diferencial x

x4 1
Out[14]= y[x] → + 
5 x

II)
1) y' - 2 xy = 2 ; y(0) = 0
In[15]:= DSolve[{y '[x] - 2 x * y[x] ⩵ 2, y[0] ⩵ 0}, y[x], x]
resolvedor diferencial
2
Out[15]= y[x] → ⅇx π Erf[x]

2) y' - 2 xy = 2 ; y(1) = -1
In[16]:= DSolve[{y '[x] - 2 x * y[x] ⩵ 2, y[1] ⩵ - 1}, y[x], x]
resolvedor diferencial
2
Out[16]= y[x] → - ⅇ-1+x 1 + ⅇ π Erf[1] - ⅇ π Erf[x]

2 2
In[20]:= Plotⅇx π Erf[x], - ⅇ-1+x 1 + ⅇ π Erf[1] - ⅇ π Erf[x], {x, - 7.5, 7.5}
representación ⋯ función error función error función error

2 × 1014

-6 -4 -2 2 4 6

Out[20]=

-2 × 1014

-4 × 1014

Printed by Wolfram Mathematica Student Edition

También podría gustarte