175k views
4 votes
Consider the vectors u = <-4, 7> and v = <11, -6>. u + v = < , > ||u + v|| ≈ units

User Decebal
by
7.5k points

2 Answers

2 votes

Answer:

5
√(2)

Explanation:

u + v = < - 4, 7 > + < 11, - 6 > = < - 4 + 11, 7 - 6 > = < 7, 1 >

| u + v | =
√(7^2+1^2) =
√(50) = 5
√(2)


User Naeemah
by
8.1k points
7 votes

Answer:

If U = <-4, 7> , V = <11, -6> are vectors in R²:

* U + V = <7, 1>

* |U + V| =
√(50)

Explanation:

1. Let's define first, the sum operation between vectors U and V in R²:

*
$U = <u_(x),u_(y)> V = <v_(x),v_(y)>$


$U + V = <u_(x) + v_(x), u_(y) + v_(y) >$

Where:


$u_(x) , v_(x)$ are U and V x coordinates and
$u_(y) , v_(y)$ are U and V y coordinates.

In this example:


$U = <-4,7> V = <11,-6}> => U + V = <7, 1>$

2. Let’s define secondly, length operator of a vector U in R²:

*
$U = <u_(x),u_(y)>$

⇒ |U|=
$ \sqrt{u_(x)^2 + u_(y)^2}$

In this example:

U + V is also a vector in R²

⇒ |U + V|=
$ \sqrt{(u_(x) +v_(x)) ^2 + (u_(y) +v_(y)) ^2}$

⇒ |U + V|=
$ √(7 ^2 + 1 ^2) = √(50) $

User Neil Foley
by
7.8k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories