Solve vectors from initial and terminal points. See magnitude, unit direction, angles, and coordinate changes. Download reports, review examples, and graph every result clearly.
| Mode | Initial Point | Terminal Point | Vector Components | Magnitude | Unit Vector |
|---|---|---|---|---|---|
| 3D | (1, 2, 3) | (5, 7, 9) | <4, 5, 6> | 8.775 | <0.456, 0.570, 0.684> |
| 2D | (-2, 1) | (4, 5) | <6, 4> | 7.211 | <0.832, 0.555> |
| 3D | (0, 0, 0) | (3, -4, 12) | <3, -4, 12> | 13 | <0.231, -0.308, 0.923> |
R = <x₂ - x₁, y₂ - y₁, z₂ - z₁>
|R| = √[(x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²]
û = R / |R|
M = ((x₁ + x₂)/2, (y₁ + y₂)/2, (z₁ + z₂)/2)
cos α = Rx / |R|, cos β = Ry / |R|, cos γ = Rz / |R|
slope = Δy / Δx and θ = atan2(Δy, Δx)
The terminal point is the ending point of the vector. The vector begins at the initial point and ends at the terminal point. Subtracting the initial coordinates from the terminal coordinates gives the vector components.
Subtract each initial coordinate from its matching terminal coordinate. In 2D, use Δx and Δy. In 3D, use Δx, Δy, and Δz. These differences form the component vector.
The magnitude is the vector length. It measures the straight-line distance between the initial and terminal points. In physics, it often represents displacement size, distance scale, or resultant strength.
A unit vector shows direction only. Its magnitude equals one. It is useful when you want the pure direction of motion, force, velocity, or displacement without keeping the original length.
If the initial and terminal points are the same, the vector becomes a zero vector. Its magnitude is zero, and the unit vector and direction angles are undefined because no direction exists.
Azimuth is the horizontal direction angle measured from the positive x-axis using the vector projection in the x-y plane. It helps describe direction in navigation, mechanics, and coordinate analysis.
Yes. A displacement vector is found exactly this way. Enter the starting position as the initial point and the ending position as the terminal point. The result gives direction and displacement magnitude.
The graph plots the initial point, terminal point, and the line joining them. This makes the vector direction easy to inspect visually and helps confirm the coordinate differences used in the calculation.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.