diff options
Diffstat (limited to '2615/CH9/EX42.1/42.sce')
-rwxr-xr-x | 2615/CH9/EX42.1/42.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/2615/CH9/EX42.1/42.sce b/2615/CH9/EX42.1/42.sce new file mode 100755 index 000000000..529f4266d --- /dev/null +++ b/2615/CH9/EX42.1/42.sce @@ -0,0 +1,17 @@ +clc
+//initialisation of variables
+a=0.2//m/sec^2
+R=1//m
+t1=9//sec
+t=3//sec
+v=0.36//m/sec^2
+a1=0.04//m/sec
+a2=0.129//m/sec
+//CALCULATIONS
+V1=a*t//m/sec
+An=v/R//m/sec^2
+A=sqrt(a1+a2)//m/sec^2
+ta=An/a//m/sec^2
+S=a*t1/2//m
+//RESULTS
+printf('the velocity and acceleration of the particle=% f m',S)
|