You are on page 1of 2

Polea

Conducida

Vectores Posición
In[55]:= 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[59]:= 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[62]:= nWV := 5.58 * 9.8
nT1 := 160.60585449697217`
nT2 := 51.753722896952596`

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

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

Solucion
In[72]:= 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[73]= Vx → 0.

Out[74]= Vy → 178.19

Out[75]= Vz → 154.541

Out[76]= MVx → 23.2106

Out[77]= MVy → - 4.44089 × 10-16

Out[78]= MVz → 0.

Printed by Wolfram Mathematica Student Edition

You might also like