SOLUTION: Given the vectors v(1) = <3,4>, v(2) = <1,1>, and v(3) = <2,7> What is the magnitude of vector v(1)?
Algebra
->
Vectors
-> SOLUTION: Given the vectors v(1) = <3,4>, v(2) = <1,1>, and v(3) = <2,7> What is the magnitude of vector v(1)?
Log On
Algebra: Introduction to vectors, addition and scaling
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Vectors
Question 980954
:
Given the vectors v(1) = <3,4>, v(2) = <1,1>, and v(3) = <2,7>
What is the magnitude of vector v(1)?
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
Use the pythagorean theorem
a^2 + b^2 = c^2
3^2 + 4^2 = c^2
9 + 16 = c^2
c^2 = 25
c = sqrt(25)
c = 5
The magnitude of <3,4> is
5