5

Set up of the problem

One of my students came in today with a textbook problem that ended up looking like this. It was a word problem based on the perspective drawing of a train. The vertical lines (which separated the carts in the picture) are given as parallel. The diagonals of the carts are also parallel.

The problem is to find the length of C2 based on similar figures.

I've tried comparing the nested triangles, but that doesn't yield anything useful. I've also tried setting up a system of linear equations, but that ends up folding back on itself. Does this have something to do with the properties of trapezoids?

Is there enough information to solve this problem? I've shown it to two other math people and they can't figure it out.

cygorx
  • 339

2 Answers2

3

Parallel Lines Trains Perspective

The image above is a rough representation of the question's drawing, including just the pertinent information, with the $10.6$ length coming from $19 - 8.4$. Note that due to the common $\angle ACE$, plus since $AE \parallel BD$, we also have that $\angle CBD = \angle CAE$ and $\angle CDB = \angle CEA$, with this giving that $\triangle BCD \sim \triangle ACE$. Thus, using the ratios of corresponding sides of a similar triangle, we get that

$$\cfrac{\left\lvert \, CD \, \right\rvert}{\left\lvert \, CB \, \right\rvert} = \cfrac{\left\lvert \, CE \, \right\rvert}{\left\lvert \, CA \, \right\rvert} \tag{1}\label{eq1}$$

Plugging in appropriate values from the diagram, we then get that

$$\cfrac{5.4}{10.6} = \cfrac{5.4 + \text{C}2}{19} \tag{2}\label{eq2}$$

Cross-multiplying and simplifying gives that

$$102.6 = 57.24 + 10.6 \; \text{C}2 \Rightarrow \text{C}2 = \cfrac{\left(102.6 - 57.24\right)}{10.6} = \cfrac{45.36}{10.6} \tag{3}\label{eq3}$$

The division creates a decimal starting with 4.279..., so you can decide yourself whether to use the exact value or an approximate decimal.

One interesting thing to note is that $\text{C}2 + 5.4$ is less than $10.6$, so the drawing is misleading as it makes it seem that this length should be longer.

Also, as you can see, you don't need to use the other information provided, i.e., $\text{C}1$ and the additional parallel lines. They were likely put in due to the context of a train & parallel lines, but possibly instead were used to try to confuse things, or perhaps to allow a different way to solve the problem (but I don't think any other method will be much, if any, simpler than what I've shown here).

John Omielan
  • 47,976
  • Maybe $C1$ is meant to be found too? – timtfj Jan 22 '19 at 03:05
  • @timtfj You are quite possibly correct that perhaps $\text{C}1$ is also meant to be found. I believe it would not be too difficult to do so, but the question only specifically asks for $\text{C}2$. As such, I will leave it up to the OP to solve for $\text{C}1$ if they wish, such as by using similar triangles as this is likely to be the simplest & easiest way. – John Omielan Jan 22 '19 at 03:09
0

It is better to find all lengths so as to be later on available for reconstructing the full scenario.

Label horizontal segment above the slant segment marked c2 as segment of $x$ length.

A slant line is drawn at arbitrary inclination as shown. After rearrangement among three sets of similar triangles we have three variables $ (c1,c2,x). $

They can be solved from three simultaneous linear equations with pairwise common ratios between parallel lines by Cramer Rule:

( An error in data input corrected )

$$(19-x-8.4)/(19-8.4)=5.4/(5.4+c2);$$

$$(19-8.4)/19 =(c2+5.4)/(c1+c2+5.4);$$

$$(19-8.4)/19=5.4/(5.4 +c2)$$

which have the numeric solutions:

$${c1=7.67035;c2=4.27925;x=4.68632}.$$

Triangles and three parallel lines sets constructed with these segment lengths show similar triangles between parallel lines and confirming equal alternate angles after Geogebra construction.

3 parallel lines sets

Narasimham
  • 40,495