205k views
4 votes
Use the dot product to find |v| when v=(-8,2)

Use the dot product to find |v| when v=(-8,2)-example-1
User Derekyau
by
8.7k points

2 Answers

2 votes

Answer:

2√17

Explanation:

V = (-8, 2)

|v| = √((-8)^2 + 2^2)

= √(64 + 4)

= √68

= √4* √17

= 2√17

User JHeth
by
7.2k points
3 votes

Answer:

= 2 sqrt(17)

Explanation:

To find the magnitude of v using the dot product

|v| = sqrt(v1*v1 + v2*v2)

= sqrt( -8*-8 + 2*2)

= sqrt(64+ 4)

= sqrt(68)

= sqrt(4*17)

= sqrt(4) sqrt(17)

= 2 sqrt(17)

User Tyler Hackbart
by
7.1k points