diff options
Diffstat (limited to '3648/CH8/EX8.6/Ex8_6.sce')
-rw-r--r-- | 3648/CH8/EX8.6/Ex8_6.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3648/CH8/EX8.6/Ex8_6.sce b/3648/CH8/EX8.6/Ex8_6.sce new file mode 100644 index 000000000..791bd51d3 --- /dev/null +++ b/3648/CH8/EX8.6/Ex8_6.sce @@ -0,0 +1,7 @@ +//Example 8_6
+clc();
+clear;
+//To find out how fast is the sphere moving when it reaches the bottom
+//We know that 0.5*m*(vf^2-v0^2)+0.5*I*(wf^2-w0^2)+m*g*(hf-h0)=0
+//And v0=w0=0 and I=(2/5)*m*r^2
+printf("The sphere is moving at a speed of Vf=sqrt((10*g*h)/7)")
|