Does anyone know the formula for dividing a segment into a given ratio?
Do you have an example we can work through so you can see the process?
you can always create a formula ...
difference, divded by the number of partitions, and add back to an endpoint
Example: End points of the segment: point A(1,2), and point B (6,7). Divided in a 2:3 ratio
Explain What you just said? @amistre64
what the distance between our xs?
5
we have some distance between 2 points: a and b d = b-a we want to define a point such that a to b has n parts to the left and m parts to the right for a ratio of .. n:m, a total of m+n parts are needed d/(m+n) is equal to 1 part. now starting at say a, we add n parts a + nd/(m+n) gets our desired spot.
a distnace of 5 and we need to divide up int 2+3 parts right?
or using the formula we just created x = 1 + 2(5)/(2+3) same concept for the y parts
Where did the 1 come from
Oh it is the first coordinate in A
I understand
|dw:1430782633540:dw|
Join our real-time social learning platform and learn together with your friends!