summaryrefslogtreecommitdiff
path: root/3845/CH7/EX7.6/Ex7_6.sce
blob: d57480e7992aa4e56e166a061d989fde93f70d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
//Example 7.6
m=60;//Mass of the person (kg)
g=9.80;//Acceleration due to gravity (m/s^2)
h=3;//Height (m)
theta=180;//Angle (deg)
d=0.5*10^-2;//Magnitude of compression in knee joint (m)
W=m*g*(-h);//Work done in stopping the person (J)
F=W/(d*cosd(theta));//Force on the knee joints (N)
printf('Force on the knee joints = %0.2e N',F)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest