Determine whether the statement is true or false. If it is true, explain why. If it is false, explain why or give an example that disaproves the statement.
If u.v=0, then u=0 or v=0

Respuesta :

Answer:

See explanation below.

Step-by-step explanation:

False.

Counter example

Let's assume that we have two vectors u,v on a bidimensional space. Lets define u and v like this:

[tex] u = (x,y) [/tex]

[tex] v = (-y,x)[/tex]

We see on this case that [tex] u\neq v, u \neq 0 , v\neq 0[/tex]. And for this case we have this:

[tex] u.v = x*(-y) + y(x)  = -xy +xy =0[/tex]

We satisfy that the dot product is 0 but [tex] u\neq 0 , v\neq 0[/tex]

So then since not applies for this particular this statement is FALSE.