summaryrefslogtreecommitdiff
path: root/3845/CH8/EX8.3/Ex8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3845/CH8/EX8.3/Ex8_3.sce')
-rw-r--r--3845/CH8/EX8.3/Ex8_3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH8/EX8.3/Ex8_3.sce b/3845/CH8/EX8.3/Ex8_3.sce
new file mode 100644
index 000000000..d93ee4a53
--- /dev/null
+++ b/3845/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,9 @@
+//Example 8.3
+printf('a.Solution is beyond the scope of numerical computation');
+//For (b), the ratio of magnitudes of impulse imparted to the balls = (2*m*u)/(2*m*u*cosd(30))
+theta=30;//Angle (deg)
+r=1/cosd(theta);
+printf('\nb.Ratio of magnitude of impulse exerted on first ball to that on second ball = %0.3f',r)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
+