by Guest » Sun Aug 21, 2016 3:05 pm
x = s - d / 2 + 2d /2 Would you also explain how you obtained this step. It is the one I am not clear.
This is not my post....but I can explain anyway...
The method used by the other poster was "substitution" .....which I think makes it more difficult, that is why I posted my solution.
The part you query is....
x = (s - d) / 2 + d
but we can write d as (d/2 + d/2) ......ie. half of d plus half of d gives 2 halves of d = (2 x d)/2 = 2d/2.....it is done because the other part is also divided by 2 so easier to work with the same common denominator
x =( s - d) / 2 + (d /2) + (d/2)
x = (s/2) -(d/2) + (d/2) + (d/2) ....OR..... x = (s/2) -(d/2) + (2d/2)
The minus and plus d/2 cancel and leaves d/2 ..... OR ..... 2d/2 - d/2 = d/2 and leaves d/2
x = (s/2) + (d/2)
Same as (s + d)/2
and follow a similar calc. for y