You are on page 1of 2

Polea

Conducida

Vectores Posición
In[52]:= rV := {0.020, 0, 0}
rT1 := {0.020, 0.136, - 0.164}
rT2 := {0.020, - 0.213, 0}
rWV := {0.020, 0, 0}

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

Printed by Wolfram Mathematica Student Edition


2 Polea Conducida.nb

Magnitudes Fuerzas
In[59]:= nWV := 5.58 * 9.8
nT1 := 56.96735783638318`
nT2 := 176.78517933800353`

Vectores Fuerza/Momento
In[62]:= T1 := nT1 * uT1
T2 := nT2 * uT2
V := {Vx, Vy, Vz}
MV := {MVx, MVy, MVz}
WV := uWV * nWV

Sumatoría de Fuerzas/Momentos
In[67]:= SF := T1 + T2 + V + WV
SM := Cross[rWV, WV] + Cross[rT1, T1] + Cross[rT2, T2] + Cross[rV, V] + MV

Solucion
In[69]:= Solucion := Solve[SF ⩵ 0 && SM ⩵ 0, {Vx, Vy, Vz, MVx, MVy, MVz}]
Solucion[[1]][[1]]
Solucion[[1]][[2]]
Solucion[[1]][[3]]
Solucion[[1]][[4]]
Solucion[[1]][[5]]
Solucion[[1]][[6]]

Out[70]= Vx → 0.

Out[71]= Vy → 98.4919

Out[72]= Vz → 213.244

Out[73]= MVx → - 25.5123

Out[74]= MVy → 8.88178 × 10-16

Out[75]= MVz → 0.

Printed by Wolfram Mathematica Student Edition

You might also like