v 1 = 1 ı ^ + 3 ȷ ^ v 2 = 2 ı ^ + 1 ȷ ^ v 3 = ?
Define a resultant vector as follows:
v r e s = v 1 + v 2 + v 3
What is the shortest possible length of v 3 , such that the length of v r e s is equal to 3?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
this problem is very cool! :)
First of all, the triangle inequality, ∣ ∣ z 1 ∣ − ∣ z 2 ∣ ∣ ≤ ∣ z 1 ± z 2 ∣ ≤ ∣ z 1 ∣ + ∣ z 2 ∣
Now, I'm writing v 3 = v res − ( v 1 + v 2 ) = v res − ( 3 ı ^ + 4 ȷ ^ )
Using the first part of triangle inequality, v 3 ≥ ∣ ∣ v res ∣ − ∣ 3 ı ^ + 4 ȷ ^ ∣ ∣ = 5 − 3 = 2
Problem Loading...
Note Loading...
Set Loading...
Shortest length.
= √[(1+2)^2+(3+1)^2] - 3
= 5 - 3.
= 2