183k views
1 vote
Find three nonzero vectors a, b, and c such that a × b = a × c != 0 but b != c.

User Vintprox
by
5.9k points

1 Answer

5 votes

9514 1404 393

Answer:

a = {1, 2, 3}, b = (2, 4, 7}, c = (-3/14, -3/7, 5/14}

Explanation:

For the above vectors, ...

a × b = a × c = (2, -1, 0)

__

Here, c is found to be a scaled version of (a×(a×b)).

User Mtjhax
by
5.1k points