From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3886/CH16/EX16.11/16_11.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 3886/CH16/EX16.11/16_11.sce (limited to '3886/CH16/EX16.11/16_11.sce') 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) + + + -- cgit