Skip to content

Commit 103dbc3

Browse files
authored
Update appendix-e.md
1 parent 572b91f commit 103dbc3

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

calculus/appendix-e.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Recall, 2 intersecting vectors $u$ and $v$ together with the resultant vetcor $w$; such that, $$w = u - v$$
66

77
- From the "Law of Cosines":
8-
$$Since, ||w||^2 = ||u||^2 + ||v||^2 - 2 * ||u|| * ||v|| * cos(\theta)$$
9-
$$Then, cos(\theta) = (||w||^2 - ||u||^2 - ||v||^2) / -2 * ||u|| * ||v||\ Lemma\.01$$
8+
$$Since, ||w||^2 = ||u||^2 + ||v||^2 - 2 * ||u||^2 * ||v||^2 * cos(\theta)$$
9+
$$Then, cos(\theta) = (||w||^2 - ||u||^2 - ||v||^2) / -2 * ||u||^2 * ||v||^2\ Lemma\.01$$
1010

1111
$$ ------- $$
1212

@@ -18,14 +18,23 @@ $$||u|| = \sqrt{{u_x}^2 + {u_y}^2 + {u_z}^2}$$
1818

1919
$$||w|| = ||u-v|| = \sqrt{{(u_x - v_x)}^2 + {(u_y - v_y)}^2 + {(u_z - v_z)}^2}$$
2020

21-
$$Then, 1)\ ||v||^2 = {v_x}^2 + {v_y}^2 + {v_z}^2$$
21+
$$Then,\ Lemma.02:$$
2222

23-
$$ 2)\ ||u||^2 = {u_x}^2 + {u_y}^2 + {u_z}^2$$
23+
$$1)\ ||v||^2 = {v_x}^2 + {v_y}^2 + {v_z}^2$$
2424

25-
$$ 3)\ ||w||^2 = {u_x - v_x}^2 + {u_y - v_y}^2 + {u_z - v_z}^2$$
25+
$$2)\ ||u||^2 = {u_x}^2 + {u_y}^2 + {u_z}^2$$
26+
27+
$$3)\ ||w||^2 = {u_x - v_x}^2 + {u_y - v_y}^2 + {u_z - v_z}^2$$
2628

2729
$$ ------- $$
2830

31+
- By back-substitution in $Lemma.01$:
32+
33+
$$cos(\theta) = (||w||^2 - ||u||^2 - ||v||^2) / -2 * ||u||^2 * ||v||^2 = {(R.H.S)}_1 / {(R.H.S)}_2
34+
35+
$${(R.H.S)}_1 = (||w||^2 - ||u||^2 - ||v||^2)$$
36+
$${(R.H.S)}_2 = -2 * ||u||^2 * ||v||^2 = -2 * ({u_x}^2 + {u_y}^2 + {u_z}^2) * ({v_x}^2 + {v_y}^2 + {v_z}^2)
37+
2938
$$Hence, cos(\theta) = u.v / ||u|| * ||v||$$
3039
$$Thence, u.v = ||u|| * ||v|| * cos(\theta)$$
3140

0 commit comments

Comments
 (0)