Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Polea

Conductora

Vectores Posición
In[1]:= rV2 := {0.020, - 0.188, - 0.400}
rT1 := {0.020, - 0.171, - 0.420}
rT2 := {0.020, - 0.213, - 0.400}
rWV2 := {0.020, - 0.188, - 0.400}

Vectores Unitarios/Directores
In[5]:= uT1 := {0, 0.769, 0.640}
uT2 := {0, 0, 1}
uWV2 := {0, - 1, 0}

Magnitudes Fuerzas
In[8]:= nWV2 := 0.32 * 9.8
MV2x := ((3 / 4 * 716) / 1800) * 9.8

Printed by Wolfram Mathematica Student Edition


2 Polea Conductora.nb

Vectores Fuerza/Momento
In[10]:= T1 := nT1 * uT1
T2 := nT2 * uT2
V2 := {V2x, V2y, V2z}
MV2 := {MV2x, MV2y, MV2z}
WV2 := uWV2 * nWv2

Sumatoría de Fuerzas/Momentos
In[15]:= SF := T1 + T2 + V2 + WV2
SM := Cross[rWV2, WV2] + Cross[rT1, T1] + Cross[rT2, T2] + Cross[rV2, V2] + MV2

Ecuaciones Auxiliares
In[17]:= μ := 0.5
α := 129.77 * Pi / 180
EcA1 := nT2 ⩵ Exp[μ * α] * nT1

Solucion
In[20]:= Solucion := Solve[SF ⩵ 0 && SM ⩵ 0 && EcA1, {nT1, nT2, V2x, V2y, V2z, MV2y, MV2z}]
Solucion[[1]][[1]]
Solucion[[1]][[2]]
Solucion[[1]][[3]]
Solucion[[1]][[4]]
Solucion[[1]][[5]]
Solucion[[1]][[6]]
Solucion[[1]][[7]]

Out[21]= nT1 → 56.9674

Out[22]= nT2 → 176.785

Out[23]= V2x → 0.

Out[24]= V2y → - 43.8079 + 1. nWv2

Out[25]= V2z → - 213.244

Out[26]= MV2y → 0.

Out[27]= MV2z → 0.

Printed by Wolfram Mathematica Student Edition

You might also like