summaryrefslogtreecommitdiff
path: root/3886/CH13/EX13.5
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH13/EX13.5')
-rw-r--r--3886/CH13/EX13.5/13_5.sce9
-rw-r--r--3886/CH13/EX13.5/13_5.txt4
2 files changed, 13 insertions, 0 deletions
diff --git a/3886/CH13/EX13.5/13_5.sce b/3886/CH13/EX13.5/13_5.sce
new file mode 100644
index 000000000..5d85db0b0
--- /dev/null
+++ b/3886/CH13/EX13.5/13_5.sce
@@ -0,0 +1,9 @@
+//Body is projected
+//u be the velocity of projection and alpha the angle of projection
+//then maximum height reached=((u^2)*(sind(alpha))^2)/(2*g)
+//range=((u^2)*sind(2*alpha))/(g)
+//in this case
+//Range=3*maximum height reached
+//thus
+alpha=atand(4/3) //degree
+printf("\n alpha=%.2f degree",alpha)
diff --git a/3886/CH13/EX13.5/13_5.txt b/3886/CH13/EX13.5/13_5.txt
new file mode 100644
index 000000000..c04edd3bc
--- /dev/null
+++ b/3886/CH13/EX13.5/13_5.txt
@@ -0,0 +1,4 @@
+
+--> exec('E:\My program EM\13. Projectiles\13.5.sce', -1)
+
+ alpha=53.13 degree \ No newline at end of file