Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update appendix-e.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored May 10, 2024
1 parent 297c6aa commit c643e3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion calculus/appendix-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ $$m(a) = acos(u.v/(||u|| * ||v||))$$

4) Finding projection vectors, formula: "the vector projection of $u$ onto $v$", formula:

$$proj_{v}^{u} = (||u|| * cos(a)) * (v/||v||) = (u.v / ||v||^2) * v$$ where $(||u|| * cos(a))$ is the length of the triangle base, and $(v/||v||)$ is the unit vector form (normalized) of $v$.
$$proj_{v}^{u} = (||u|| * cos(a)) * (v/||v||) = (u.v / ||v||^2) * v$$

> where $(||u|| * cos(a))$ is the length of the triangle base, and $(v/||v||)$ is the unit vector form (normalized) of $v$.
5) Finding the total electromotive force (EMF) in a closed circuit loop, formula (aka. Ohm's Law):

Expand Down

0 comments on commit c643e3d

Please sign in to comment.