summaryrefslogtreecommitdiff
path: root/maths/hw
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-03-24 18:35:17 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-03-24 18:35:17 +0000
commit590b61cdc1120315197f65dd780c919b6e13e385 (patch)
tree18781ed8c04668e16972a0baf36a83fd92b490fe /maths/hw
parentc509339286e7aac6d1b8557cf3a55326ce3e1d75 (diff)
maths and comp sci
Diffstat (limited to 'maths/hw')
-rw-r--r--maths/hw/eq17/Makefile4
-rw-r--r--maths/hw/eq17/eq17.ms90
2 files changed, 94 insertions, 0 deletions
diff --git a/maths/hw/eq17/Makefile b/maths/hw/eq17/Makefile
new file mode 100644
index 0000000..6635264
--- /dev/null
+++ b/maths/hw/eq17/Makefile
@@ -0,0 +1,4 @@
+all: eq17
+
+eq17: eq17.ms
+ groff -ms -Tps -e eq17.ms | ps2pdf - > eq17.pdf
diff --git a/maths/hw/eq17/eq17.ms b/maths/hw/eq17/eq17.ms
new file mode 100644
index 0000000..850bbdc
--- /dev/null
+++ b/maths/hw/eq17/eq17.ms
@@ -0,0 +1,90 @@
+.TL
+Exam Questions 17
+.AU
+Lucas Standen
+.AI
+QMC
+
+.PP
+1)a)
+
+.EQ
+dx over dt = 2cos(t)
+.EN
+
+.EQ
+dy over dt = 2sin(2t)
+.EN
+
+.EQ
+dy over dx = 2cos(t) over 2sin(2t)
+.EN
+
+.EQ
+"when " t = pi over 6
+.EN
+
+.EQ
+dy over dx = {2cos({pi over 6})} over {2sin(2({pi over 6}))}
+.EN
+
+.EQ
+dy over dx = 1
+.EN
+
+.PP
+1)b)
+
+.EQ
+x = 2sin(t)
+.EN
+
+.EQ
+x over 2 = sin(t)
+.EN
+
+.EQ
+1 = cos(2t)
+.EN
+
+.EQ
+1 = 1 - cos sup 2 (t)
+.EN
+
+.EQ
+y = cos sup 2 (t)
+.EN
+
+.EQ
+({x over 2}) sup 2 + y sup 2 = 1
+.EN
+
+.EQ
+{x over 4} sup 2 + y sup 2 = 1
+.EN
+
+.EQ
+{x over 4} sup 2 - 1 = - y sup 2
+.EN
+
+.EQ
+- {x over 4} sup 2 + 1 = y sup 2
+.EN
+
+.EQ
+sqrt {- {x over 4} sup 2 + 1} = y sup 2
+.EN
+
+.EQ
+-2 <= x <= 2
+.EN
+
+.PP
+1)c)
+
+.EQ
+0 <= f(x) <= 1
+.EN
+
+
+