diff options
Diffstat (limited to '3886/CH16/EX16.11/16_11.sce')
-rw-r--r-- | 3886/CH16/EX16.11/16_11.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3886/CH16/EX16.11/16_11.sce b/3886/CH16/EX16.11/16_11.sce new file mode 100644 index 000000000..4c37ae884 --- /dev/null +++ b/3886/CH16/EX16.11/16_11.sce @@ -0,0 +1,10 @@ +//Two bodies hung to rope
+//refer fig. 16.15 (a) and (b)
+s=(450+300)*(4*4-2*2)/(2*9.81*150) //m
+//Let T be the tension in the string
+//apply work energy principle
+T=((450*3.058)-((450*12)/(2*9.81)))/3.058 //N
+printf("\nT=%.0f N\ns=%.3f m",T,s)
+
+
+
|