summaryrefslogtreecommitdiff
path: root/3886/CH17/EX17.5
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH17/EX17.5')
-rw-r--r--3886/CH17/EX17.5/17_5.sce15
-rw-r--r--3886/CH17/EX17.5/17_5.txt4
2 files changed, 19 insertions, 0 deletions
diff --git a/3886/CH17/EX17.5/17_5.sce b/3886/CH17/EX17.5/17_5.sce
new file mode 100644
index 000000000..cf5fc2e6b
--- /dev/null
+++ b/3886/CH17/EX17.5/17_5.sce
@@ -0,0 +1,15 @@
+//Block on inclined plane
+//refer fig. 17.5
+theta=atand(5/12) //degree
+N=130*cosd(theta) //N
+mu=0.3
+F=mu*N //N
+//Force down the plane
+R=130*sind(theta)-36 //N
+u=2.4 //m/sec
+//v is final velocity
+t=5 //sec
+//applying impulse momentum equation
+v=((14*5*9.81)/(130))+2.4 //m/sec
+printf("\nv=%.3f m/sec",v)
+
diff --git a/3886/CH17/EX17.5/17_5.txt b/3886/CH17/EX17.5/17_5.txt
new file mode 100644
index 000000000..b000fd28c
--- /dev/null
+++ b/3886/CH17/EX17.5/17_5.txt
@@ -0,0 +1,4 @@
+
+--> exec('E:\My program EM\17. Impulse momentum\17.5.sce', -1)
+
+v=7.682 m/sec \ No newline at end of file