230k views
4 votes
The vector v and its initial point are given. Findthe terminal point.

v = <3, -5, 6>, initial point (0, 6, 2)

User Igor
by
8.9k points

1 Answer

2 votes

Final answer:

The terminal point of the vector is (3, 1, 8).

Step-by-step explanation:

The terminal point of a vector can be found by adding the vector's coordinates to the initial point's coordinates. Given that the vector v = <3, -5, 6> and the initial point is (0, 6, 2), we can find the terminal point by adding the corresponding coordinates: 0 + 3 = 3, 6 + (-5) = 1, and 2 + 6 = 8. Therefore, the terminal point of the vector is (3, 1, 8).

User Lilbiscuit
by
8.2k points