diff options
Diffstat (limited to '3845/CH2/EX2.19/Ex2_19.sce')
-rw-r--r-- | 3845/CH2/EX2.19/Ex2_19.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH2/EX2.19/Ex2_19.sce b/3845/CH2/EX2.19/Ex2_19.sce new file mode 100644 index 000000000..396c6e835 --- /dev/null +++ b/3845/CH2/EX2.19/Ex2_19.sce @@ -0,0 +1,9 @@ +//Example 2.19
+//See Figure 2.51(b)
+//Using endpoints of the tangent to the curve at t=25s
+delta_v=260-210;//Change in velocity (m/s)
+delta_t=51-1;//Change in time (s)
+a=delta_v/delta_t;//Acceleration at t=25s (m/s^2)
+printf('Acceleration = %0.1f m/s^2',a)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|