Post Reply 
Geometry Challenge
01-08-2024, 12:44 PM
Post: #1
Geometry Challenge
Problem from Chinese Drama, Heart of Genius, Epsiode 7 (~ 30 minutes in)
https://www.youtube.com/watch?v=6dB8oDVqVGY&t=1800s

Code:
   A
   /
B /
  \
   \____
   C   D

AB = BC = CD = 1, ∠B = 70°, ∠C = 170°, Find ∠A (= ∠BAD)

Bonus Challenge, find |AD| too!
Find all posts by this user
Quote this message in a reply
01-08-2024, 04:10 PM
Post: #2
RE: Geometry Challenge
Well, the reply seems to be a nice round number, but for now I can't prove that it is, I merely brute-force calculate it..
Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
01-08-2024, 04:30 PM
Post: #3
RE: Geometry Challenge
Hello!

(01-08-2024 04:10 PM)Werner Wrote:  ... but for now I can't prove that it is, I merely brute-force calculate it..

In the video (I had to set my VPN to an IP address in the U.S. to watch it) this is supposedly solved by schoolchildren with paper and pencil only. The narration is chinese only, so I don't know what was said about this task and it's solution.

Regards
Max

NB: If I would have to solve it, I would probably use brute force as well and do it numerically with vector addition.
Find all posts by this user
Quote this message in a reply
01-08-2024, 06:55 PM (This post was last modified: 01-08-2024 07:55 PM by C.Ret.)
Post: #4
RE: Geometry Challenge
Hi every one...

The sketch draw with ASCII characters by Albert Chan is a bit confusing for me.

Is the following figure a more accurate représentation ?
[Image: attachment.php?aid=13151]
(01-08-2024 04:30 PM)Maximilian Hohmann Wrote:  NB: If I would have to solve it, I would probably use brute force as well and do it numerically with vector addition.

I would prefer using the Triangle Solver Application of a simple HP Prime. Getting the answers of the challenge and the extra only takes two taps on the (Solve) touchscreen soft-menu's button.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
01-08-2024, 08:08 PM
Post: #5
RE: Geometry Challenge
Try CoGo - solved it in under two minutes.

BEST!
SlideRule
Find all posts by this user
Quote this message in a reply
01-08-2024, 08:11 PM
Post: #6
RE: Geometry Challenge
(01-08-2024 06:55 PM)C.Ret Wrote:  Is the following figure a more accurate représentation ?
[Image: attachment.php?aid=13151]

Yes! Thanks!

Can you make 1 more, with C flipped along line BD?
(B,A,D) location unchanged --> ∠BAD, |AD| unchanged

Hint: flipped C, we have ∠B = 70° - 10° = 60°
Find all posts by this user
Quote this message in a reply
01-08-2024, 09:16 PM
Post: #7
RE: Geometry Challenge
taking BC as a base line, Id work out the vector AD with its angle. Angle D is 10 degrees more than that. All internal angles of a quadrilateral add up to 360 degrees.

angle A = 360 - B - C - D
?
Find all posts by this user
Quote this message in a reply
01-08-2024, 09:17 PM (This post was last modified: 01-08-2024 09:26 PM by C.Ret.)
Post: #8
RE: Geometry Challenge
(01-08-2024 08:11 PM)Albert Chan Wrote:  Can you make 1 more, with C flipped along line BD?

Certainly, but I wonder what this may improuve ? Now triangle ABC' is equilateral, but I manage to get a solution with the original isocèle triangle ABC ?
[Image: attachment.php?aid=13152]

EDIT: Ah! Yes, now I see, AC'D is also an isocèle triangle. That's help a lot.


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
01-08-2024, 10:11 PM
Post: #9
RE: Geometry Challenge
When you work it out, it's very interesting to find out what a nice round number angle A appears to be, despite all the sine and cosine functions that can be involved!
Find all posts by this user
Quote this message in a reply
01-09-2024, 04:56 AM (This post was last modified: 01-10-2024 08:17 AM by rawi.)
Post: #10
RE: Geometry Challenge
Solving with triangle solver of the Prime:
1st: Triangle BAC with BC = b (in Triangle Solver) = 1
BA = a = 1
Angle CBA = C = 70 degrees --> CA = c = 1.14715287
Angle BCA = A = 55 degrees
Angle BAC = B = 55 degrees
2nd: Triangle ACD with AC = a = 1.14715287
CD = b = 1
Angle ACD = C = 170 - 55 = 115 degrees
--> Side AD = c = 1.81261557
Angle BAD = 30 Degrees
Angle BAD + Angle BAC is the angle we searched: 85 degrees

Edit: Albert Chan pointed out in a private message that I had a typo concerning the length of CA. This had led to a wrong result. This is corrected now.
Find all posts by this user
Quote this message in a reply
01-09-2024, 06:18 AM (This post was last modified: 01-09-2024 06:36 AM by Johnh.)
Post: #11
RE: Geometry Challenge
i reckon the angle BAD is 85 degrees exactly.

see attached below

I also tried it with the triangle solver on my HP39gII, solving BCD first and then BAD


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
01-09-2024, 07:05 AM
Post: #12
RE: Geometry Challenge
With the HP-42S in POLAR mode and the help of C.Ret's picture:

1 ENTER
1 ENTER 10 COMPLEX +
1 ENTER 70 COMPLEX -
LASTX CHS /

1.81261557407 ∠ 85
Find all posts by this user
Quote this message in a reply
01-09-2024, 07:21 AM
Post: #13
RE: Geometry Challenge
Well that second picture indeed made it easy to prove that the angle is 85° (60+(180-130)/2).
Werner

41CV†,42S,48GX,49G,DM42,DM41X,17BII,15CE,DM15L,12C,16CE
Find all posts by this user
Quote this message in a reply
01-09-2024, 12:27 PM
Post: #14
RE: Geometry Challenge
(01-09-2024 07:05 AM)Thomas Klemm Wrote:  With the HP-42S in POLAR mode and the help of C.Ret's picture:

1 ENTER
1 ENTER 10 COMPLEX +
1 ENTER 70 COMPLEX -
LASTX CHS /

1.81261557407 ∠ 85

How does this work?
Why the subtraction and division?

With vectors, this is how I solved this.

cis(x) + cis(y)
= (cos(x)+cos(y), sin(x)+sin(y))
= (2*cos((x+y)/2)*cos((x-y)/2), 2*sin((x+y)/2)*cos((x-y)/2)

--> cis(x) + cis(y) = 2*cos((x-y)/2) * cis((x+y)/2)

vec(DA)
= vec(DC) + vec(CB) + vec(BA)
= cis(180°) + cis(170°) + cis(60°)
= cis(170°) + cis(180°) + cis(60°)
= cis(170°) + cis(120°)
= 2*cos(25°) * cis(145°)

|AD| = 2*cos(25°) ≈ 1.8126
∠A = 360° - ∠B - ∠C - ∠D = 360° - 70° - 170° - (180-145)° = 85°
Find all posts by this user
Quote this message in a reply
01-09-2024, 12:54 PM
Post: #15
RE: Geometry Challenge
Graphic
   
BEST!
SlideRule
Find all posts by this user
Quote this message in a reply
01-09-2024, 01:44 PM
Post: #16
RE: Geometry Challenge
SlideRule,
May I ask which COGO software did you use?
I tried this problem with Q-Cogo (https://q-cogo.com/)

Cheers,

Paul

(01-09-2024 12:54 PM)SlideRule Wrote:  Graphic

BEST!
SlideRule
Find all posts by this user
Quote this message in a reply
01-09-2024, 03:09 PM
Post: #17
RE: Geometry Challenge
(01-09-2024 12:27 PM)Albert Chan Wrote:  How does this work?
Why the subtraction and division?

[Image: attachment.php?aid=13151]

Consider \(B\) the origin of \(\mathbb{C}\).

Then:

\(
\begin{align}
A &= (1 \measuredangle 70^{\circ}) \\
\\
C &= 1 \\
\\
D
&= C + (1 \measuredangle 10^{\circ}) \\
&= 1 + (1 \measuredangle 10^{\circ}) \\
\\
\overline{AD}
&= D - A \\
&= 1 + (1 \measuredangle 10^{\circ}) - (1 \measuredangle 70^{\circ}) \\
\\
\overline{AB}
&= B - A \\
&= -A \\
\end{align}
\)

To get the angle between \(\overline{AD}\) and \(\overline{AB}\) we can divide them:

\(
\begin{align}
\frac{\overline{AD}}{\overline{AB}} = \frac{1 + (1 \measuredangle 10^{\circ}) - (1 \measuredangle 70^{\circ})}{- (1 \measuredangle 70^{\circ})}
\end{align}
\)

Since \(\left \| \overline{AB} \right \| = 1\) we also get \(\left \| \overline{AD} \right \|\).
Find all posts by this user
Quote this message in a reply
01-09-2024, 03:35 PM
Post: #18
RE: Geometry Challenge
Another vector solution, shape rotated, so that arg(vec(AD)) = ∠BAD

Code:
  D
   \
60° \  120°
----- C -----
 110°  \   
    70° \ 110°
   A-----B ------

vec(AD)
= vec(AB) + vec(BC) + vec(CD)
= cis(0°) + cis(110°) + cis(120°)
= cis(110°) + cis(60°)
= 2*cos((110°-60°)/2) * cis((110°+60°)/2)
= 2*cos(25°) * cis(85°)
Find all posts by this user
Quote this message in a reply
01-09-2024, 04:11 PM
Post: #19
RE: Geometry Challenge
(01-08-2024 04:30 PM)Maximilian Hohmann Wrote:  In the video (I had to set my VPN to an IP address in the U.S. to watch it) this is supposedly solved by schoolchildren with paper and pencil only. The narration is chinese only, so I don't know what was said about this task and it's solution.

Kids are competing to get into math olympiad competition.

Exam only care about correct solution, not the process of getting it.
There is no solution shown, which make it more interesting!

I've had similar experience once, get into US chemistry olympiad camp, in Colorado Springs.
What a trip! Everything is Free! Lobsters everyday! Big Grin

Unfortunately, my hands eyes coordination is bad, and get screened out.
Find all posts by this user
Quote this message in a reply
01-09-2024, 04:51 PM (This post was last modified: 01-12-2024 05:16 PM by SlideRule.)
Post: #20
RE: Geometry Challenge
(01-09-2024 01:44 PM)paul0207 Wrote:  SlideRule,
May I ask which COGO software did you use?
I tried this problem with Q-Cogo (https://q-cogo.com/)

Cheers,

Paul

The CoGo routines/programs are my own BUT developed from standard algorithms / equations / formulas etc..

BEST!
SlideRule

   
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)