
My professor gave us a list of problems related to a project.
For the triangle below we have the bigger triangle have dimensions c for width and a + w + b. That would mean that a and b are related to x and y directly and the smallest triangle (middle) has dimensions c - (x+y) and w.
We are supposed to show that connecting the two locations using a single straight line-segment is given by:
$$C_1 = (c_L(a + b) + c_R w) \sqrt{1 + (\frac{c}{a + w + b})^2}$$
Variables: $c_L$ = cost on land $c_R$ = cost on river
the first tip suggest to find x,y and it mentions to use the fact that they share a relationship with the biggest triangle, and to use the Pythagorean theorem to determine the relevant lengths. It suggest that I find what
$\frac{x}{a}$ and $\frac{y}{b}$ are equal too. I believe that both should be equal to:
$$\frac{x}{a} = \frac{y}{b} = \frac{c}{a + w + b}$$
It then states after factoring out $a, b, w$ from the square root, the cost $c_1$ of connecting the two locations using a single straight line-segment is given by the following which I am supposed to prove.
$$C_1 = (c_L(\quad) + c_R w) \sqrt{1 + \quad} $$
So I am not sure how I am supposed to approach this. I am not even sure why the relationship $\frac{x}{a}$ and $\frac{y}{b}$ is important.
