Understanding Directed Segment Partitioning
A directed line segment has a start point and an end point. The order matters. Moving from A to B is different from moving from B to A. Partitioning finds a point that lies at a chosen share of that directed movement. The point may be inside the segment. It may also be outside the segment when external division is selected.
Why Ratios Matter
A ratio such as 2:3 means the travel from A to the new point uses two parts. The remaining travel toward B uses three parts. For internal division, the parameter t equals m divided by m plus n. This turns the ratio into a clean movement factor. When t is zero, the point is A. When t is one, the point is B. Values between zero and one stay inside the segment.
External and Parameter Methods
External division extends the directed line. It uses m divided by m minus n. This method is useful in analytic geometry, vector work, transformations, and proofs. The denominator cannot be zero, because equal external parts do not create one finite point. Parameter mode gives direct control. A value above one moves beyond B. A negative value moves behind A.
Vector View
The calculator also shows the direction vector, unit vector, segment length, partial distances, and angle. These values help connect coordinate geometry with vectors. The point formula is simple. First find the change from A to B. Then multiply that change by t. Finally add the result to A. This works in two dimensions and three dimensions.
Practical Uses
Students can use this tool to check homework. Teachers can create examples quickly. Designers can locate marks along plans. Programmers can interpolate between two positions. Graphing becomes easier because the result includes rounded coordinates and supporting measurements. The CSV export is useful for tables. The PDF export is useful for notes. Always enter the ratio in the same order as the directed segment. If you reverse A and B, the answer changes. That is the key idea behind a directed segment. Direction gives the calculation its meaning.
Use higher precision for exact checks. Use lower precision when presenting answers in clean classroom form for easy reading later.