Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Assignment

Finite Elements Method – Algebra

1. what is the Euclidean distance from the formula below


+
√(2 − 1)2 + (1 − 0)2 + (1 − 0) (0 − 2)2

2. What is the Euclidean distance between each of the vectors (1, 0, 0),
(1, 4, 5), and (10, 0, 0)?

3. Let u = (1, 2, 3) and v = (4, -5, 6). We want to find the angle between u and v using
the Euclidean dot product.

4. Suppose you have two vectors u = [2, 3, 1] and v = [-1, 2, 2]. What is the angle
between these two vectors?

5. Suppose you have two vectors u = [-2, 1, 3] and v = [4, 2, -1]. What is the angle
between these two vectors?

6. Suppose we have two points, p = (2, 3) and q = (5, 7). What is the Euclidean distance
between them?

7. Let's say we have two vectors, u = (3, 4) and v = (5, 2). To find their Euclidean dot
product

8. Suppose we have two vectors u = (3, 4, 1) and v = (1, 2, 2) in a three-dimensional


space. We want to find the components of u in the direction of v.

The projection of u onto v is given by:


u·v
proj𝑣 u = ( 2 )v
||v||

9. Suppose we have two vectors u = (3, 4, 1) and v = (1, 2, 2) in a three-dimensional


space. We want to find the components of u in the direction of v.

The projection of u onto v is given by:

u·v
proj𝑣 u = ( 2 )v
||v||

10. Let u = (1, 2, -3) and v = (1, 1, 1). We want to find the components of u in the
direction of v using an orthonormal projection.
The projection of u onto v is given by:

u·v
proj𝑣 u = ( 2 )v
||v||
3
11. Let u and v be two non-zero vectors in R such that u · v = 3 and the Euclidean norm
of u is 2. If the angle between u and v is π/4, what is the Euclidean norm of v?

12. Let u = (1, 1, 1, 1, 1) and v = (2, 0, 2, 0, 2). Find the angle between u and v using the
Euclidean dot product.

13. Let u = (1, 2, 3) and v = (-1, 0, 2). Find the angle between u and v using the Euclidean
dot product.

14. Let u and v be two non-zero vectors in R3 such that u · v = 4 and the Euclidean norm
of u is 3. If the angle between u and v is π/3, what is the Euclidean norm of v?

15. Let u and v be two non-zero vectors in R3 such that u · v = 6 and the Euclidean norm
of u is 2. If the angle between u and v is π/6, what is the Euclidean norm of v?

16. Let u and v be two non-zero vectors in R4such that u · v = 5 and the Euclidean norm
of u is 2. If the angle between u and v is π/6, what is the Euclidean norm of v?

17. Let u and v be two non-zero vectors in R5such that u · v = 5 and the Euclidean norm
of u is 4. If the angle between u and v is π/6, what is the Euclidean norm of v?

18. Let u = (1, -1, 2) and v = (3, 2, -1) be two vectors in R3. Find the angle between u and
v using the Euclidean dot product.

19. Let u = (1, -1, 2, 3) and v = (-2, 1, 4, 5) be two vectors in R4. Find the angle between u
and v using the Euclidean dot product.

20. Let u = (1, 1, 1, 1) and v = (-1, 2, -2, 1) be two vectors in R4. Find the angle between
u and v using the Euclidean dot product.

You might also like