summaryrefslogtreecommitdiff
path: root/3886/CH21/EX21.3/21_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH21/EX21.3/21_3.sce')
-rw-r--r--3886/CH21/EX21.3/21_3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3886/CH21/EX21.3/21_3.sce b/3886/CH21/EX21.3/21_3.sce
new file mode 100644
index 000000000..828ad6d5d
--- /dev/null
+++ b/3886/CH21/EX21.3/21_3.sce
@@ -0,0 +1,9 @@
+//Displacement
+//After 0.5 sec
+theta=5.236*0.5*(180/%pi)
+//displacement
+x=0.75*sind(150) //m
+//Velocity
+vx=0.75*5.236*cosd(150)
+ax=0.375*5.236^2 //m/sec^2
+printf("\nx=%.3f m\nvx=%.3f m/sec\nax=%.2f ",x,vx,ax)