answersLogoWhite

0


Best Answer

Prescript: I was going to ask why you'd ask this in Humor, but the fact that I even answered this seriously is funny enough.

TL;DR - Subtract Point Vector A from Point Vector B, divide the squares of the x and y values of remaining vector by (x^2 + y^2)

Thought Process

If I remember my linear mathematics correctly, a unit vector is standard coordinate vector with a length of 1, right? So you just want to convert your normal vector (point B - point A values) to a vector of length one.

Take a vector from point (1 1) to point (4 5).

Standard vector is (3 4) from origin (1 1). The length of this is 5, obviously.

We found that using 3^2 + 4^2 = 5^2, right? To get that length to 1, we have to divide through by 5^2.

(3^2/5^2) + (4^2/5^2) = 1

:. 9/25 + 16/25 = 1 Yep. So for this particular point-to-point, the unit vector is (9/25 16/25)

So we know now that A^2/length^2 + B^2/length^2 = 1. Those A and B bits make up the vector. We also know that A^2 + B^2 = length^2.

So we can make a general formula for this, one you can always use when you have to do this once you've created a single vector:

A^2/(A^2 + B^2) + B^2/(A^2 + B^2) = 1

Hooray.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you find out the unit vector of given two points?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you find a unit vector in the same direction as the given vector?

Divide the vector by it's length (magnitude).


When vector is divided by its own magnitude you find its?

We get the Unit Vector


Can a vector be represented in terms of unit vector?

Yes, a vector can be represented in terms of a unit vector which is in the same direction as the vector. it will be the unit vector in the direction of the vector times the magnitude of the vector.


Why A unit vector is a vector but a vector is not a unit vector?

A unit vector is one which has a magnitude of 1 and is often indicated by putting a hat (or circumflex) on top of the vector symbol, for example: Unit Vector = â, â = 1.The quantity â is read as "a hat" or "a unit".


Why a unit vector is aone type of vector but a vector is not a unit vector?

A unit vector is a vector whose magnitude is one. Vectors can have magnitudes that are bigger or smaller than one so they would not be unit vectors.


Find a unit vector in the direction from 3 -1 4 to 1 3 5?

find the vector<1,1>+<4,-3>


Define the unit vector?

The unit vector is a vector whose magnitude is 1.


If the sum of the two unit vectors is also a unit vector find the magnitude of their difference?

resultant


Can you add three unit vector to get a unit vector?

Yes.


When was Vector Unit created?

Vector Unit was created in 2007.


What is unit vector in physics?

a vector having unit magnitude and have a certain direction.


What are the coordinate points for 60 degrees?

A unit line segment would have vector <1/2,sqrt(3)/2>.