2

I have a geometry problem which states that

Find the range of $x$ in following figure. enter image description here

Given that $AD$ and $AC$ are equal, and the values and angles are also given. How to estimate the range of the problem possibly using basic geometry methods? Judging from other problems, this is 8th grade or 9th grade problem. I have used the following methods to estimate the range of the $x$

Since $2x-10 > 0 \implies x > 5$ and $2x-10 < 38 \implies x < 24$. Therefore $5<x<24$.

Using the fact that $\displaystyle \frac {\sin x}{x}$ is decreasing gives more tight bound which is $$\displaystyle 2x - 10 > \arcsin \left(\frac9{10} \sin (38^\circ)\right) \implies x > 11.8^\circ $$ But I don't think it is suitable since all other problems are either related to congruency or similarity. What is the simplest (basic geometry) way to estimate the range of $x$?

Gerry Myerson
  • 179,216
Mula Ko Saag
  • 2,177
  • 1
  • 23
  • 45
  • The way you quoted the question, you are to find the range, not to estimate it. So in my book that means finding an exact solution, with tight bounds. – MvG Aug 04 '14 at 22:23
  • 1
    Your figure was drawn on top of a rectangular system. Does that mean A = (2, 4) etc? – Mick Aug 05 '14 at 04:41
  • This is not a simple problem.. – John Alexiou Aug 05 '14 at 16:40
  • @Mick no ... i just recreated the problem with different parameters. I didn't know how to get rid of axes on geogebra. – Mula Ko Saag Aug 05 '14 at 19:22
  • Use the rightmost button to "move the drawing area" a bit to the left. – Mick Aug 06 '14 at 01:48
  • Another way is to (1) from the "edit" pull-down menu, copy it to the clipboard; (2) paste it in the PC Paintbrush or other drawing aids; (3) erase the unwanted. – Mick Aug 06 '14 at 01:52

2 Answers2

2

First set $\theta = 2x-10$ and find the domain of $\theta$. The law of cosines states

$$ \begin{align} 9^2 & = D^2 + L^2 -2 D L \cos \theta \\ 10^2 & = D^2 + L^2 -2 D L \cos 38° \end{align} $$

where $D$ is the common edge, and $L$ is the equal outside edge (marked with $\parallel$)

Now consider the ratio $\lambda = \frac{L}{D}$ with the second equation solved for $$ D = \frac{10}{\sqrt{1+\lambda^2-2 \lambda \cos 38°}} $$

which is used in the first equation to yield

$$ 9^2 = 10^2 \frac{1+\lambda^2-2 \lambda \cos \theta}{1+\lambda^2-2 \lambda \cos 38°} $$

The above is solved for $$\cos \theta = \frac{9^2}{10^2} \cos 38° + \frac{10^2-9^2}{10^2} \frac{\lambda^2+1}{2 \lambda} $$

The above has a minimum value for $cos \theta=0.82829$ at $\lambda=1$ which translates to $$x \le \frac{90}{\pi} \frac{\cos^{-1}( 0.82829)}{2}+5 = 22.03836 $$

Now the smaller $x$ and $\theta$ is the larger $\cos\theta$ is. The maximum value for cosine is $\cos \theta=1$ which translates to $$x > \frac{\cos^{-1}(1)}{2}+5 = 5 $$

The table below summarizes the findings.

$$\begin{matrix} \lambda & \theta & x & L & D \\ \hline 0.2837930 & 0& 5& 3.5662& 12.566\\ 1& 34.077°& 22.03836& 15.358& 15.358 \\ 3.523694& 0& 5& 12.566& 3.5662 \end{matrix}$$

John Alexiou
  • 13,816
  • You are right, I used $34° = 2x-10 } x = 5.2967$. The analysis method stands though, and I will correct when possible. – John Alexiou Aug 06 '14 at 11:33
1

I don't follow your argument about the tighter lower bound on the angle. The way I read it, the angle $2x-10$ can indeed become zero, namely when the absolute value of the difference in edge lengths becomes $9$:

$$\lvert AB-AC\rvert=9\implies\angle ACB,\angle CBA\approx71°\pm58.316971°$$

I'm more concerned about the upper bound. For reasons of symmery (and this is no proof yet!), the maximal value for $2x-10$ should correspond to the isosceles case. So start with an isosceles triangle to the right, where by the law of sines you have

\begin{align*} \angle ACB=\angle CBA&=\frac{180°-38°}{2}=71°\\ AB=AC&=10\frac{\sin71°}{\sin38°}\approx 15.357767 \end{align*}

Then you have all the edge lengths for the left triangle as well, and can use the cosine law to compute the angle in question:

\begin{align*} \cos\angle BAD &=\frac{AB^2+AC^2-9^2}{2\cdot AB\cdot AC}\approx 0.82828871 \\ \angle BAD &\approx 34.076654° \\ x &\approx 22.038327 \end{align*}

That number $x$ does not appear to be an algebraic number, as far as my numeric experiments indicate. I have no idea how students should come up with this except by using the laws of sines and cosines similar to how I did it.

To conclude, I'd state that the full and precise range is

$$ 5°\le x°\le\frac12\left(10°+\arccos\left(1- \frac12\left(\frac{9\sin38°}{10\sin71°}\right)^2\right)\right) \approx 22.038327° $$

Animation

MvG
  • 42,596
  • I don't think 2x - 10 can be 0. If it is so, DB = 9 can never be drawn. – Mick Aug 06 '14 at 01:54
  • I mean 2x - 10 cannot be too small otherwise DB = 9 cannot be drawn. – Mick Aug 06 '14 at 02:28
  • @Mick: I hope the animation I just added supports my claim that the angle can become arbitrarily small. In the limit, the three points $A,B,D$ would become collinear. – MvG Aug 06 '14 at 06:45
  • That is a very good show and I am now convinced. I guess you must have put in a lot of effort in producing it. By the way, for the matter of interest only, what tool do you use? – Mick Aug 06 '14 at 15:00
  • 2
    @Mick: That animation was the product of Sage to create the animation frames in PNG format and GIMP to optimize the animation. The main effort was in keeping the file size just under the 2MB upload limit; it took me three tries. – MvG Aug 06 '14 at 22:44