You are on page 1of 12

TAREA 2 DE MATEMÁTICAS

ESPECIALES. SEMESTRE 2018-1


VARIABLE COMPLEJA.

NOMBRES:
JOSE ALFONSO MERCADO C.C 1102859347
CARLOS ANDRES POSADA CHICA C.C 1040366505

DOCENTE: Norman Mercado

1) Dadas las funciones de variable compleja:

𝑓(𝑧) = 𝑧 2 + 𝑗𝑧 − 5
𝑔(𝑧) = 𝑒 𝑗𝑧 − cos(𝑧)
ℎ(𝑧) = 𝑧 2 + 𝑥𝑧 − 2 − 𝑗3

15%. Exprese cada función mediante su parte real y su parte


imaginaria.

 𝑓(𝑥 + 𝑗𝑦) = 𝑧 2 + 𝑗𝑧 − 5
= (𝑥 + 𝑗𝑦)2 + 𝑗(𝑥 + 𝑗𝑦) − 5
= 𝑥 2 + 𝑗2𝑥𝑦 + 𝑗 2 𝑦 2 + 𝑗𝑥 + 𝑗 2 𝑦 − 5
= 𝑥 2 + 𝑗2𝑥𝑦 − 𝑦 2 + 𝑗𝑥 − 𝑦 − 5
= (𝒙𝟐 − 𝒚𝟐 − 𝒚 − 𝟓) + 𝒋(𝟐𝒙𝒚 + 𝒙)

 𝑔(𝑥 + 𝑗𝑦) = 𝑒 𝑗𝑧 − cos(𝑧)


Utilizando la identidad de Euler: 𝒆𝒋𝜽 = 𝒄𝒐𝒔(𝜽) + 𝒋𝒔𝒆𝒏(𝜽) tenemos:

𝑒 𝑗𝑧 = cos(𝑧) + 𝑗𝑠𝑒𝑛(𝑧)
𝑔(𝑧) = cos(𝑧) + 𝑗𝑠𝑒𝑛(𝑧) − cos(𝑧)
𝑔(𝑧) = 𝑗𝑠𝑒𝑛(𝑧)
𝑔(𝑥 + 𝑗𝑦) = 𝑗𝑠𝑒𝑛(𝑥 + 𝑗𝑦)
= 𝑗[𝑠𝑒𝑛(𝑦)cos(𝑗𝑦) + 𝑠𝑒𝑛(𝑗𝑦)cos(𝑥)]
= 𝑗[𝑠𝑒𝑛(𝑦)cosℎ(𝑦) + 𝑗𝑠𝑒𝑛ℎ(𝑦)cos(𝑥)]
= [−𝒔𝒆𝒏𝒉(𝒚)𝐜𝐨𝐬(𝒙)] + 𝒋[𝒔𝒆𝒏(𝒙)𝐜𝐨𝐬𝒉(𝒚)]

 ℎ(𝑥 + 𝑗𝑦)

= 𝑧 2 + 𝑥𝑧 − 2 − 𝑗3
= (𝑥 + 𝑗𝑦)2 + 𝑥(𝑥 + 𝑗𝑦) − 2 − 𝑗3
= 𝑥 2 + 𝑗2𝑥𝑦 + 𝑗 2 𝑦 2 + 𝑥 2 + 𝑗𝑥𝑦 − 2 − 𝑗3
= 𝑥 2 + 𝑗2𝑥𝑦 − 𝑦 2 + 𝑥 2 + 𝑗𝑥𝑦 − 2 − 𝑗3
= (𝟐𝒙𝟐 − 𝒚𝟐 − 𝟐) + 𝒋(𝟑𝒙𝒚 − 𝟑)

b) 5%. Represente gráficamente las partes: real e imaginaria de h(z )


en la ventana mostrada.

CODIGO:

%Represente graficamente h(z)= z2 + xz - 2- j3.

clear all;clc;
x = -4 : 0.01 : 4;
y = x;
u = '2*x^2 - y^2 -2';
v = '3*x*y -3';
title('grafica de h(z)= z2 + xz - 2- j3.')
hi= ezplot(v,[-4,4])
set(hi,'Color','b','LineStyle','-.');
grid on
hold on
hr=ezplot(u,[-4,4])
set(hr,'Color','r','LineStyle','--');
xlabel('Real, 2X^2 -y^2 -2')
ylabel('Imaginario, 3xy -3')
grid on

GRAFICA:

2) 25%. Dadas las funciones de variable compleja:

f ( z )  z 2  jz  5
g ( z )  e jz  cos( z )

Llene la siguiente información con tres cifras decimales con


redondeo.
a. 𝑓 ′ (𝑧) = 𝟐𝒛 + 𝒋
b. 𝑔 ′ (𝑧)
= 𝒋𝒆𝒋𝒛 + 𝒔𝒆𝒏(𝒛)
𝑓 ′
c. ( ) (0 + 𝑗0)
𝑔
d. (𝑓𝑜𝑔)′ (0 + 𝑗0) = −𝟏
e. (𝑔𝑜𝑓)′ (0 + 𝑗1) = −𝟐. 𝟐𝟔𝟏𝟕 − 𝒋𝟒. 𝟐𝟑𝟐𝟔
𝒂. 𝑓′(𝑧) = 𝟐𝒛 + 𝒋

𝒃. 𝑔′(𝑧) = 𝒋𝒆𝒋𝒛 + 𝒔𝒆𝒏(𝒛)

𝑓 ′
𝒄. ( ) (0 + 𝑗0)
𝑔

𝑔(0 + 𝑗𝑜) ∗ 𝑓′(0 + 𝑗0) − 𝑓(0 + 𝑗0) ∗ 𝑔′(0 + 𝑗𝑜)


=
𝑔(0 + 𝑗0)2

𝑔(0 + 𝑗0) = 𝑒 0 − cos(0) = 1 − 1 = 𝟎


𝑓′(0 + 𝑗0) = 2(0) + 𝑗 = 𝒋
𝑓(0 + 𝑗0) = (0)2 + 𝑗(0) − 5 = −𝟓
𝑔′(0 + 𝑗0) = 𝑗𝑒 0 + 𝑠𝑒𝑛(0) = 𝒋

0 ∗ 𝑗 − (−5 ∗ 𝑗) 𝑗5
= = = 𝑖𝑛𝑑𝑒𝑡𝑒𝑟𝑚𝑖𝑛𝑎𝑑𝑜
02 0

𝒅. (𝑓𝑜𝑔)′(0 + 𝑗0) = 𝑓′[𝑔(0 + 𝑗0)] ∗ 𝑔′(0 + 𝑗0)

𝑔(0 + 𝑗0) = 𝑒 0 − cos(0) = 1 − 1 = 𝟎


𝑓′(0 + 𝑗0) = 2(0) + 𝑗 = 𝒋
𝑔′(0 + 𝑗0) = 𝑗𝑒 0 + 𝑠𝑒𝑛(0) = 𝒋

= 𝑗 ∗ 𝑗 = −𝟏

𝒆. (𝑔𝑜𝑓)′(0 + 𝑗1) = 𝑔′[𝑓(0 + 𝑗1)] ∗ 𝑓′(0 + 𝑗1)

𝑓(0 + 𝑗1) = (𝑗1)2 + 𝑗(𝑗1) − 5 = −1 − 1 − 5 = −𝟕


𝑔′(−7 + 0𝑗) = 𝒋𝒆−𝒋𝟕 − 𝐜𝐨𝐬(−𝟕)
𝑓′(0 + 𝑗1) = 2(𝑗1) + 𝑗 = 𝒋𝟑

= (𝑗𝑒 −𝑗7 − cos(−7) ∗ (𝑗3)


= −3𝑒 −𝑗7 − 𝑗2.2617
= −3[cos(−7) − 𝑗𝑠𝑒𝑛(−7)] − 𝑗2.2617
= −2.2617 − 𝑗1.9709 − 𝑗2.2617
= −𝟐. 𝟐𝟔𝟏𝟕 − 𝒋𝟒. 𝟐𝟑𝟐𝟔

3) Las ecuaciones paramétricas de una curva del plano son:

x  sen(t ) ; y  sen(2t )
0t 
a) 5%. Represente gráficamente la curva.
Código:
z = 0:0.01:pi;
x =sin(z);
y =sin(2*z);
subplot(1,1,1), plot(x,y,'*r'),title('Grafica de x =sen(t), y=sen(2t),
con 0 <=t<= pi');
hold on
grid on

Grafica:
b) 10%. Evalúe:

 xzdz 
C
𝑓[𝑧(𝑡)] ∗ 𝑑𝑧(𝑡)

𝑓(𝑧) = 𝑥(𝑥 + 𝑗𝑦) = 𝑥 2 + 𝑗𝑥𝑦


𝒇[𝒛(𝒕)] = 𝒔𝒆𝒏𝟐 (𝒕) + 𝒋𝒔𝒆𝒏(𝒕) ∗ 𝒔𝒆𝒏(𝟐𝒕)
𝑑𝑧 = 𝑑𝑥 + 𝑗𝑑𝑦
𝒅𝒛(𝒕) = 𝐜𝐨𝐬(𝒕) + 𝒋𝟐𝐜𝐨𝐬(𝟐𝒕)

𝑓[𝑧(𝑡)] ∗ 𝑑𝑧(𝑡)= [𝑠𝑒𝑛2 (𝑡) + 𝑗𝑠𝑒𝑛(𝑡) ∗ 𝑠𝑒𝑛(2𝑡)]*[ cos(𝑡) + 𝑗2cos(2𝑡)]

= 𝑠𝑒𝑛2 (𝑡)cos(𝑡) + 𝑗[2𝑠𝑒𝑛2 (𝑡)cos(2𝑡)] + 𝑗[𝑠𝑒𝑛(𝑡)cos(𝑡)𝑠𝑒𝑛(2𝑡)]


− 2𝑠𝑒𝑛(𝑡)𝑠𝑒𝑛(2𝑡)cos(2𝑡)

𝜋 𝜋

∮ 𝑥𝑧𝑑𝑧 = ∫ 𝑝𝑎𝑟𝑡𝑒 𝑟𝑒𝑎𝑙 + ∫ 𝑝𝑎𝑟𝑡𝑒 𝑖𝑚𝑎𝑔𝑖𝑛𝑎𝑟𝑖𝑎


𝑐
0 0

∫ 𝑠𝑒𝑛2 (𝑡)cos(𝑡) − 2𝑠𝑒𝑛(𝑡)𝑠𝑒𝑛(2𝑡)cos(2𝑡)𝑑𝑡


0
+
𝜋

∫ 𝑗[ 2𝑠𝑒𝑛2 (𝑡)cos(2𝑡) + 𝑠𝑒𝑛(𝑡)cos(𝑡)𝑠𝑒𝑛(2𝑡)]𝑑𝑡


0

Denotaremos la integral real como 1, a la integral imaginaria como 2,


además el termino 1A =𝑠𝑒𝑛2 (𝑡)𝑐𝑜𝑠(𝑡),1B=2𝑠𝑒𝑛(𝑡)𝑠𝑒𝑛(2𝑡)𝑐𝑜𝑠(2𝑡),
2A=2𝑠𝑒𝑛2 (𝑡)𝑐𝑜𝑠(2𝑡) y 2B= 𝑠𝑒𝑛(𝑡)𝑐𝑜𝑠(𝑡)𝑠𝑒𝑛(2𝑡)].

Para 1A tenemos que 𝑢 = 𝑠𝑒𝑛(𝑡), 𝑑𝑢 = cos(𝑡)𝑑𝑡

𝜋 𝜋
𝑢3 𝜋 1
2
∫ 1𝐴 = ∫ 𝑢 𝑑𝑢 = = 𝑠𝑒𝑛3 (𝑡) = 𝟎
3 0 3
0 0
Para 1B utilizaremos las identidades:
𝟏 𝐜𝐨𝐬(𝒙 − 𝒚) − 𝐜𝐨𝐬(𝒙 + 𝒚)
𝒔𝒆𝒏𝜽𝐜𝐨𝐬𝜽 = 𝒔𝒆𝒏𝟐𝜽 𝑦 𝒔𝒆𝒏𝒙𝒔𝒆𝒏𝒚 =
𝟐 𝟐

2𝑠𝑒𝑛(𝑡)𝑠𝑒𝑛(4𝑡)
2𝑠𝑒𝑛(𝑡)𝑠𝑒𝑛(2𝑡)𝑐𝑜𝑠(2𝑡) = = 𝑠𝑒𝑛(𝑡)𝑠𝑒𝑛(4𝑡)
2

cos(𝑡 − 4𝑡) − cos(𝑡 + 4𝑡) cos(−3𝑡) − cos(5𝑡) cos(3𝑡) − cos(5𝑡)


= =
2 2 2
𝜋 𝜋
1
∫ 1𝐵 = ∫ [cos(3𝑡) − cos(5𝑡)] 𝑑𝑡, ℎ𝑎𝑐𝑖𝑒𝑛𝑑𝑜 𝑢 = 3𝑡, 𝑑𝑢 = 3𝑑𝑡 𝑡𝑒𝑛𝑒𝑚𝑜𝑠:
2
0 0

𝜋
1 cos(𝑢)𝑑𝑢 cos(5) 𝑑𝑢 1 sen(3t) 𝜋 1 sen(5𝑡) 𝜋
∫ − = − =𝟎
2 3 5 6 0 10 0
0

De los anteriores resultados se evidencia que la integral no tiene


parte real, es decir:

∫ 𝒑𝒂𝒓𝒕𝒆 𝒓𝒆𝒂𝒍 = 𝟏𝑨 − 𝟏𝑩 = 𝟎 − 𝟎 = 𝟎
𝟎

Para la parte imaginaria utilizaremos las siguientes identidades:


𝟏 − 𝐜𝐨𝐬(𝟐𝒕) 𝟏 + 𝐜𝐨𝐬(𝟐𝒕) 𝟏
𝒔𝒆𝒏𝟐 (𝒕) = , 𝐜𝐨𝐬𝟐 (𝒕) = , 𝒔𝒆𝒏𝒕𝐜𝐨𝐬𝒕 = 𝒔𝒆𝒏𝟐𝒕
𝟐 𝟐 𝟐
𝜋
2(1 − cos(2𝑡))cos(2𝑡)
∫ 2𝐴 = = [cos(2𝑡) − cos 2 (2𝑡)]𝑑𝑡
2
0

𝜋 𝜋 𝜋
1
∫[cos(2𝑡) − cos 2 (2𝑡)]𝑑𝑡 = ∫ cos(2𝑡)𝑑𝑡 − ∫ 1 + cos(4𝑡) 𝑑𝑡
2
0 𝟎 𝟎
Haciendo u1= 2t, du1=2dt y u2 =4t, du2 =4dt tenemos:
𝜋 𝜋
cos(𝑢)𝑑𝑢 1 cos(𝑢)𝑑𝑢 𝑠𝑒𝑛(2𝑡) 𝑡 𝑠𝑒𝑛(4𝑡) 𝜋
∫ − ∫1+ = [ − − ]
2 2 4 2 2 8 0
𝟎 𝟎

𝛑
=−
𝟐

𝜋
𝑠𝑒𝑛(2𝑡)𝑠𝑒𝑛(2𝑡) 𝑠𝑒𝑛2 (2𝑡)
∫ 2𝐵 = 𝑠𝑒𝑛(𝑡)𝑐𝑜𝑠(𝑡)𝑠𝑒𝑛(2𝑡) = =
2 2
0

𝜋 𝜋
1 1 𝑠𝑒𝑛(4𝑡) 𝑡 𝑠𝑒𝑛(4𝑡) 𝜋
∫ 2𝐵 = ∫ [ 1 − cos(4𝑡)]𝑑𝑡 = [𝑡 − ]=[ − ]
4 4 4 4 16 0
0 0

𝛑
=
𝟒
𝜋
𝛑 𝛑 𝛑
∫ 𝑝𝑎𝑟𝑡𝑒 𝑖𝑚𝑎𝑔𝑖𝑛𝑎𝑟𝑖𝑎 = 2𝐴 + 2𝐵 = − + =−
𝟐 𝟒 𝟒
0

𝝅 𝝅
𝐉𝛑
∮ 𝒙𝒛𝒅𝒛 = ∫ 𝒓𝒆𝒂𝒍 + ∫ 𝒊𝒎𝒂𝒈𝒊𝒏𝒂𝒓𝒊𝒂 = 𝟎 − = −𝑱𝟎. 𝟕𝟖𝟓𝟑
𝒄 𝟒
𝟎 𝟎

30%. Para la trayectoria del numeral anterior, evalúe las siguientes


integrales:

 senz  dz 
a) 
C 4 z 2  1
 senz 
b)  dz 
C 4 z 2  4 z  1
 z
dz 
c) 
C 6 z 2  z  12
 senz  dz 
a) 
C 4 z 2  1

𝑠𝑒𝑛(𝜋𝑧) 𝑠𝑒𝑛(𝜋𝑧)
= 𝑗2𝜋 [Res𝑗 { 2 } + Res𝑗 { 𝑗 𝑗 }]
4𝑧 +1 (𝑧+ )(𝑧− )
𝑧= 𝑧=− 2 2
2 2

Es claro que tenemos dos polos simples en


z=j/2 y z=-j/2, por lo tanto:

𝑠𝑒𝑛(𝜋𝑧) sen(πz)
= 𝑗2𝜋 [lim ( ) + lim ( )]
𝑗 𝑖 i i
𝑧→
2 (𝑧 + 2) z→−
2 (z − 2)

𝑗𝜋 𝑗𝜋
𝑠𝑒𝑛 ( ) 𝑠𝑒𝑛 (− )
= 𝑗2𝜋 [ 2 + 2 ] = 𝑗2𝜋 [𝑠𝑒𝑛ℎ (𝜋) + 𝑠𝑒𝑛ℎ (𝜋)]
𝑗 −𝑗 2 2

𝜋
= 𝑗4𝜋𝑠𝑒𝑛ℎ ( )
2
=j28.91

 senz 
b)  dz 
C 4 z 2  4 z  1

𝑠𝑒𝑛(𝜋𝑧)
Factorizando tenemos: = 𝑗2𝜋 [Res1 { 1 2
}]
𝑧= (𝑧− )
2 2

Tenemos un polo doble en z=1/2, entonces:

= 𝑗2𝜋 [lim1(𝐷(𝑠𝑒𝑛(𝜋𝑧))] = 𝑗2𝜋 [lim1(𝜋 cos(𝜋𝑧))]


𝑧→ 𝑧→
2 2
𝜋
= 𝑗2𝜋 [𝜋 cos ( )] = 𝟎
2

 z
dz 
c) 
C 6 z  z  12
2

Factorizamos así:

𝑧
∮ 𝑑𝑧 = 𝟎
3 4
𝐶 (𝑧 − 4) (𝑧 + 3)

Como podemos ver los polos z=3/4 y z=-4/3 se salen de la


trayectoria C Por lo tanto la integral es cero.

4) 10%. Usando la integral de inversión compleja, calcule la


transformada de Laplace de la función:

2𝑠
𝐹(𝑠) =
(𝑠 + 1)2

A partir de la función de variable compleja F(s) aplicamos la


transformada inversa de Laplace:

1
𝑓(𝑡) = 𝐿−1 {𝐹(𝑠)} = ∮ 𝑒 𝑡𝑠 𝐹(𝑠)𝑑𝑠
𝑗2𝜋 𝑐

1 2𝑠𝑒 𝑡𝑠
𝑓(𝑡) = ∮ 𝑑𝑠
𝑗2𝜋 𝑐 [(𝑠 + 𝑗)(𝑠 − 𝑗)]2

Es claro que hay dos polos dobles en s=j y s=-j por lo tanto
aplicamos la integración por residuos así:
1 2𝑠𝑒 𝑡𝑠 2𝑠𝑒 𝑡𝑠
𝑓(𝑡) = [𝑗2𝜋 [Res {[(𝑠+𝑗)(𝑠−𝑗)]2 } + Res {[(𝑠+𝑗)(𝑠−𝑗)]2 } ]]
𝑗2𝜋 𝑠=𝑗 𝑠=−𝑗

2𝑠𝑒 𝑡𝑠 2𝑠𝑒 𝑡𝑠
𝑓(𝑡) = Res { } + Res { }
𝑠=𝑗 [(𝑠 + 𝑗)(𝑠 − 𝑗)]2 𝑠=−𝑗 [(𝑠 + 𝑗)(𝑠 − 𝑗)]2

2𝑠𝑒 𝑡𝑠 2𝑠𝑒 𝑡𝑠
𝑓(𝑡) = lim (𝐷 [ ]) + lim (𝐷 [ ])
𝑠→𝑗 (𝑠 + 𝑗)2 𝑠→−𝑗 (𝑠 − 𝑗)2

[2𝑒 𝑡𝑠 (1 + 𝑡𝑠)](𝑠 + 𝑗)2 − 2(𝑠 + 𝑗)(2𝑠𝑒 𝑡𝑠 )


𝑓(𝑡) = lim ( )
𝑠→𝑗 (𝑠 + 𝑗)4
[2𝑒 𝑡𝑠 (1 + 𝑡𝑠)](𝑠 − 𝑗)2 − 2(𝑠 − 𝑗)(2𝑠𝑒 𝑡𝑠 )
+ lim ( )
𝑠→−𝑗 (𝑠 − 𝑗)4

Evaluando los límites tenemos que:

[2𝑒 𝑗𝑡 (1 + 𝑗𝑡)](𝑗2)2 − 2(𝑗2)(2𝑠𝑒 𝑗𝑡 )


𝑓(𝑡) = ( )
(𝑗2)4
[2𝑒 −𝑗𝑡 (1 − 𝑗𝑡)](−𝑗2)2 + 2(−𝑗2)(2𝑠𝑒 𝑗𝑡 )
+( )
(−𝑗2)4

−8𝑒 𝑗𝑡 (1 + 𝑗𝑡) + 8𝑒 𝑗𝑡 ) (2𝑒 −𝑗𝑡 − 𝑗2𝑡𝑒 −𝑗𝑡 )(−4) + 8𝑒 −𝑗𝑡 )


𝑓(𝑡) = ( )+ ( )
16 16

8𝑒 𝑗𝑡 − 8𝑒 𝑗𝑡 − 8𝑡𝑒 𝑗𝑡 ) −8𝑒 −𝑗𝑡 + 𝑗8𝑒 −𝑗𝑡 + 8𝑒 −𝑗𝑡 )


𝑓(𝑡) = ( )+( )
16 16

𝑗8𝑡𝑒 𝑗𝑡 𝑗𝑡𝑒 −𝑗𝑡


𝑓(𝑡) = − +
16 2
𝑗𝑡𝑒 𝑗𝑡 𝑗𝑡𝑒 −𝑗𝑡
𝑓(𝑡) = − +
2 2

−𝑒 𝑗𝑡 + 𝑒 −𝑗𝑡 𝑒 𝑗𝑡 − 𝑒 −𝑗𝑡
𝑓(𝑡) = 𝑗𝑡 ( ) = 𝑡( )
2 𝑗2

𝑒 𝑗𝑡 −𝑒 −𝑗𝑡
Aplicando la identidad 𝑠𝑒𝑛(𝑡) = ( )
𝑗2
Nos queda como resultado que:

𝒇(𝒕) = 𝒕𝒔𝒆𝒏(𝒕)

You might also like