summaryrefslogtreecommitdiff
path: root/3845/CH7/EX7.4/Ex7_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3845/CH7/EX7.4/Ex7_4.sce')
-rw-r--r--3845/CH7/EX7.4/Ex7_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH7/EX7.4/Ex7_4.sce b/3845/CH7/EX7.4/Ex7_4.sce
new file mode 100644
index 000000000..5a4983483
--- /dev/null
+++ b/3845/CH7/EX7.4/Ex7_4.sce
@@ -0,0 +1,8 @@
+//Example 7.4
+W_net=92;//Net work done on the package (J), See Example 7.3
+v_0=0.5;//Initial speed (m/s), See Example 7.2
+m=30;//Mass (kg), See Example 7.2
+v=sqrt((W_net+1/2*m*v_0^2)*2/m);//Final speed, by rearranging Equation 7.22, (m/s)
+printf('Final Speed = %0.2f m/s',v)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest