Está en la página 1de 3

Calculo directo de A

Ejercicio #1. Considere una espira hexagonal (ver figura 1a) sobre el plano xy, la longitud de cada
segmento es la unidad
y la corriente que circula por la espira en sentido antihorario es de 1 A.
Clear["Global`*"];
borra
ds1 = {0, 1, 0}
ids1 = i * ds1
ids1
Calculo1 = ;
Modulorposicion
1
Int1[Y_] =  ⅆY
(x - X)2 + (y - Y)2 + Z2
Resl1 = Limit[Int1, Y → 0.5] - Limit[Int1, Y → 0.5]
límite límite
ds1 = {0, 1, 0}
ids1 = i * ds1
ids1
Calculo1 = ;
Modulorposicion
1
Int1[Y_] =  ⅆY
(x - X)2 + (y - Y)2 + Z2
Resl1 = Limit[Int1, Y → 0.5] - Limit[Int1, Y → 0.5]
límite límite
ds1 = {0, 1, 0}
ids1 = i * ds1
ids1
Calculo1 = ;
Modulorposicion
1
Int1[Y_] =  ⅆY
(x - X)2 + (y - Y)2 + Z2
Resl1 = Limit[Int1, Y → 0.5] - Limit[Int1, Y → 0.5]
límite límite

Out[ ]= {x, y, 0}

Out[ ]= {X, Y, Z}

Out[ ]= {x - X, y - Y, - Z}

Out[ ]= Abs[x - X]2 + Abs[y - Y]2 + Abs[Z]2

Tenemos 6 trayectorias.
2 ejercicio 3.nb

In[ ]:= ds1 = {0, 1, 0}


ids1 = i * ds1
ids1
Calculo1 = ;
Modulorposicion
1
Int1[Y_] =  ⅆY
(x - X)2 + (y - Y)2 + Z2
Resl1 = Limit[Int1, Y → 0.5] - Limit[Int1, Y → 0.5]
límite límite

Out[ ]= {0, 1, 0}

Out[ ]= {0, i, 0}

1 y-Y -y + Y
Out[ ]= - Log1 +  + Log1 + 
2
x2 -2xX+ X2 + (y - Y)2 + Z2 x2 -2xX+ X2 + (y - Y)2 + Z2

Out[ ]= 0

Trayectoria 2. x y y variables, y variable desde y = -0.5 hasta y = -0.5


Trayectoria 4. y constante (x=a), y variable desde y = -0.5 hasta y = -0.5
In[ ]:= ds4 = {0, 1, 0}
ids4 = i * ds4
ids4
Calculo4 = ;
Modulorposicion
1
Int4[Y_] =  ⅆY
(x - X)2 + (y - Y)2 + Z2
Resl4 = Limit[Int4, Y → - 0.5] - Limit[Int4, Y → 0.5]
límite límite

Out[ ]= {0, 1, 0}

Out[ ]= {0, i, 0}

1 y-Y -y + Y
Out[ ]= - Log1 +  + Log1 + 
2
x2 -2xX+ X2 + (y - Y)2 + Z2 x2 -2xX+ X2 + (y - Y)2 + Z2

Out[ ]= 0
ejercicio 3.nb 3

ds1 = {0, 1, 0}
ids1 = i * ds1
ids1
Calculo1 = ;
Modulorposicion
1
Int1[Y_] =  ⅆY
(x - X)2 + (y - Y)2 + Z2
Resl1 = Limit[Int1, Y → 0.5] - Limit[Int1, Y → 0.5]
límite límite

También podría gustarte