From aca5b39dfd5a43dcf8a640859896206c60ce6b01 Mon Sep 17 00:00:00 2001 From: eggy Date: Tue, 22 Sep 2020 10:52:23 -0400 Subject: [PATCH] phys: remove parallelogram rule --- docs/sph3u7.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/sph3u7.md b/docs/sph3u7.md index 06e53ea..121eea6 100644 --- a/docs/sph3u7.md +++ b/docs/sph3u7.md @@ -207,12 +207,6 @@ $$ (a_{x}, a_{y}) - (b_{x}, b_{y}) = (a_{x} - b_{x}, a_{y} - b_{y}) $$ -### Parallelogram rule - -The parallelogram rule states that the sum of two vectors that form two sides of a parallelogram is the diagonal of that parallelogram. The **sine** and **cosine laws** can be used to solve for the resultant vector. - -(Source: Kognity) - ### Multiplying vectors and scalars The product of a vector multiplied by a scalar is a vector with a magnitude of the vector multiplied by the scalar with the same direction as the original vector.