Programming Challenge: a classic trigonometry problem
|
03-10-2023, 09:44 AM
(This post was last modified: 03-10-2023 10:08 AM by Pekis.)
Post: #34
|
|||
|
|||
RE: Programming Challenge: a classic trigonometry problem
Interesting enough, on the crossed ladders Wikipedia page, in order to fold a sheet of paper in thirds if there is already a mark on the half height:
Starting from 1/c = 1/sqrt(a^2 - d^2) + 1/sqrt(b^2 - d^2) (where d is the distance between the ladders) Knowing (with Pythagore): a^2 = d^2 + 1^2 (where 1 is the relative sheet height) => a^2 - d^2 = 1 b^2 = d^2 + (1/2)^2 (where 1/2 is the relative sheet half height) => b^2 -d^2 = 1/4 So 1/c = 1/sqrt(1) + 1/sqrtr(1/4) = 3 => c = 1/3 i.e the intersection point will be at the the third of the relative sheet height, for any relative sheet width ! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)