Two vectors 𝑒⃗ and 𝑣 are acting from the point P. If |𝑒⃗ | = 8, |𝑣 | = 10 and |𝑒⃗ + 𝑣 | = 14 then determine |𝑒⃗ βˆ’ 𝑣 |

I draw u along x axis length 8

I draw v in quadrant 1, length 10
I finish the parallelogram with the long diagonal length = 14, call intersection point A so diagonal is 14 from origin O to A
call angle C between v and side opposite u
then
14^2 = 10^2 + 8^2 - 2 * 10 * 8 cos C
196 = 100 + 64 - 160 cos C
cos C = -0.2
C = 180 - 78.46 = 101.53 degrees (in quadrant 2)
2 C = 203
the angles in the parallogram add up to 360 so the other two add to 360 - 203 = 157
so the angles at origin and at A are 157/2 = 78.5 degrees
so call that short diagonal, which is the difference we want x
x^2 = 10^2 + 8^2 - 2*10*8 cos 78.5 = 100 + 64 - 160 *.2
= 164 - 32 = 132
so
x = 11.5

a^2+b^2 = 8^2

c^2+d^2 = 10^2
(a+c)^2 + (b+d)^2 = 14^2
a^2+2ac+c^2 + b^2+2bd+d^2 = 14^2
8^2 + 10^2 + 2ac+2bd = 14^2
2ac+2bd = 32

Now do (a-c)^2 + (b-d)^2

To determine |𝑒⃗ βˆ’ 𝑣 |, we can use the formula for the magnitude of the difference of two vectors:

|𝑒⃗ βˆ’ 𝑣 | = √((𝑒⃗ βˆ’ 𝑣 )Β·(𝑒⃗ βˆ’ 𝑣 ))

Here, (𝑒⃗ βˆ’ 𝑣 )Β·(𝑒⃗ βˆ’ 𝑣 ) represents the dot product of 𝑒⃗ βˆ’ 𝑣 with itself.

First, let's find (𝑒⃗ + 𝑣 ) using the given information:

|𝑒⃗ + 𝑣 | = 14

Given that |𝑒⃗ | = 8 and |𝑣 | = 10, we can use the properties of the dot product to find |𝑒⃗ + 𝑣 |.

|𝑒⃗ + 𝑣 | = √((𝑒⃗ + 𝑣 )Β·(𝑒⃗ + 𝑣 ))
= √(𝑒⃗ ·𝑒⃗ + 2(𝑒⃗ ·𝑣 ) + 𝑣 ·𝑣 )
= √(|𝑒⃗ |^2 + 2(𝑒⃗ ·𝑣 ) + |𝑣 |^2 )
= √(8^2 + 2(𝑒⃗ ·𝑣 ) + 10^2 )
= √(64 + 2(𝑒⃗ ·𝑣 ) + 100 )
= √(164 + 2(𝑒⃗ ·𝑣 ))

Simplifying this equation, we have:

√(164 + 2(𝑒⃗ ·𝑣 )) = 14

Now, solve for (𝑒⃗ ·𝑣 ):

164 + 2(𝑒⃗ ·𝑣 ) = 14^2
164 + 2(𝑒⃗ ·𝑣 ) = 196
2(𝑒⃗ ·𝑣 ) = 196 - 164
2(𝑒⃗ ·𝑣 ) = 32
𝑒⃗ ·𝑣 = 32/2
𝑒⃗ ·𝑣 = 16

Now that we know 𝑒⃗ ·𝑣 = 16, we can find |𝑒⃗ βˆ’ 𝑣 |:

|𝑒⃗ βˆ’ 𝑣 | = √((𝑒⃗ βˆ’ 𝑣 )Β·(𝑒⃗ βˆ’ 𝑣 ))
= √(𝑒⃗ ·𝑒⃗ - 2(𝑒⃗ ·𝑣 ) + 𝑣 ·𝑣 )
= √(|𝑒⃗ |^2 - 2(𝑒⃗ ·𝑣 ) + |𝑣 |^2 )
= √(8^2 - 2(𝑒⃗ ·𝑣 ) + 10^2 )
= √(64 - 2(16) + 100 )
= √(64 - 32 + 100 )
= √(132)
= √(4 * 33)
= 2√(33)

Therefore, |𝑒⃗ βˆ’ 𝑣 | = 2√(33).