HP Forums
interesting geometry challenge - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: interesting geometry challenge (/thread-2141.html)



interesting geometry challenge - Don Shepherd - 09-15-2014 02:48 PM

Who will be the first to solve this?


RE: interesting geometry challenge - Han - 09-15-2014 03:42 PM

Looks like it should be 9/4.

Edit: I think they should have not specified the lengths \( ab \) and \(ac \).


RE: interesting geometry challenge - Don Shepherd - 09-15-2014 03:47 PM

Yes, congratulations. Exactly 1/4 of the area of the 3-inch cube.


RE: interesting geometry challenge - Thomas Radtke - 09-15-2014 03:51 PM

Yes, quite easy to see that the intersection area is a constant for reason of symmetry.


RE: interesting geometry challenge - Gerson W. Barbosa - 09-15-2014 04:03 PM

(09-15-2014 03:47 PM)Don Shepherd Wrote:  Yes, congratulations. Exactly 1/4 of the area of the 3-inch cube.

I did (3/2)^2 = 9/4, but I have to admit 3^2/4 is some milliseconds faster (only one number to square, or one memory space to access :-)


RE: interesting geometry challenge - Bill (Smithville NJ) - 09-15-2014 07:38 PM

(09-15-2014 03:42 PM)Han Wrote:  Looks like it should be 9/4.

Edit: I think they should have not specified the lengths \( ab \) and \(ac \).

All you really need to know is that the second square is at least as large as half of the size of the first square and the fact that its corner is in the center of the first square. Then it's just rotate the square so that it's sides bisects the first square's sides and it becomes obvious that it's 1/4 of the area of the first square.

This is a classic style of problem that gives more information than what is actually required to solve the problem. It's a good type of math problem where thinking about it and visualizing what is occurring is more important than working the math out. It's a good problem to give to a group of students to see which students attempt to set up unknowns and then solve for it and which students can quickly visualize the quick solution.

Bill


RE: interesting geometry challenge - Gerson W. Barbosa - 09-16-2014 04:33 PM

(09-15-2014 07:38 PM)Bill (Smithville NJ) Wrote:  
(09-15-2014 03:42 PM)Han Wrote:  Looks like it should be 9/4.

Edit: I think they should have not specified the lengths \( ab \) and \(ac \).

All you really need to know is that the second square is at least as large as half of the size of the first square and the fact that its corner is in the center of the first square. Then it's just rotate the square so that it's sides bisects the first square's sides and it becomes obvious that it's 1/4 of the area of the first square.

If one doesn't want to rotate the larger square, the given data can nevertheless be used to calculate the area:

\[\sqrt{\left (\frac{\sqrt{10}+3}{2}-\sqrt{\frac{5}{2}} \right )^{2}\left ( \frac{\sqrt{10}+3}{2}-2 \right )\left ( \frac{\sqrt{10}+3}{2}-1 \right )}=\frac{9}{4}\]


No one should try this during an examination, however :-)

Gerson.

P.S.: Well, when I can make the formula above show up right...

P.S. 2: Fixed, thanks to Thomas Klemm's assistance below.


RE: interesting geometry challenge - Thomas Klemm - 09-17-2014 02:32 AM

(09-16-2014 04:33 PM)Gerson W. Barbosa Wrote:  P.S.: Well, when I can make the formula above show up right...

\[\sqrt{\left (\frac{\sqrt{10}+3}{2}-\sqrt{\frac{5}{2}} \right )^{2}\left ( \frac{\sqrt{10}+3}{2}-2 \right )\left ( \frac{\sqrt{10}+3}{2}-1 \right )}=\frac{9}{4}\]

Is that close enough?

Cheers
Thomas


RE: interesting geometry challenge - Gerson W. Barbosa - 09-17-2014 03:59 AM

(09-17-2014 02:32 AM)Thomas Klemm Wrote:  
(09-16-2014 04:33 PM)Gerson W. Barbosa Wrote:  P.S.: Well, when I can make the formula above show up right...

\[\sqrt{\left (\frac{\sqrt{10}+3}{2}-\sqrt{\frac{5}{2}} \right )^{2}\left ( \frac{\sqrt{10}+3}{2}-2 \right )\left ( \frac{\sqrt{10}+3}{2}-1 \right )}=\frac{9}{4}\]

Is that close enough?

Cheers
Thomas

Thanks! I have yet to find out what is wrong in the script above. It was created on the equation editor that is linked in your article at the old articles forum. I've tested with a short equation and it worked perfectly. Perhaps I did something wrong.

Cheers,

Gerson.


RE: interesting geometry challenge - Thomas Klemm - 09-17-2014 06:20 AM

(09-17-2014 03:59 AM)Gerson W. Barbosa Wrote:  Thanks! I have yet to find out what is wrong in the script above. It was created on the equation editor that is linked in your article at the old articles forum. I've tested with a short equation and it worked perfectly. Perhaps I did something wrong.

\sqrt{\frac{5}{2} \right )

Here the closing parentheses } of \sqrt is missing. There's one too much at the end of the left hand side of the equation.

Cheers
Thomas


RE: interesting geometry challenge - Gerson W. Barbosa - 09-17-2014 03:52 PM

(09-17-2014 06:20 AM)Thomas Klemm Wrote:  
(09-17-2014 03:59 AM)Gerson W. Barbosa Wrote:  Thanks! I have yet to find out what is wrong in the script above. It was created on the equation editor that is linked in your article at the old articles forum. I've tested with a short equation and it worked perfectly. Perhaps I did something wrong.

\sqrt{\frac{5}{2} \right )

Here the closing parentheses } of \sqrt is missing. There's one too much at the end of the left hand side of the equation.

Thanks!

Gerson.


RE: interesting geometry challenge - Peter Murphy - 09-18-2014 02:34 PM

The surveyor's formula works here.

Simplify by doubling all linear dimensions (which quadruples all areas). Take the center of the small square as the origin of coordinates, and the coordinates of the vertices in question are then (0,0), (3,1), (3,-3), and (1,-3).

Then the shoelace version of the surveyor's formula yields 9 as the area of the figure.

See here:

<http://en.wikipedia.org/wiki/Shoelace_formula>


RE: interesting geometry challenge - Thomas Klemm - 09-18-2014 04:21 PM

(09-18-2014 02:34 PM)Peter Murphy Wrote:  Take the center of the small square as the origin of coordinates, and the coordinates of the vertices in question are then (0,0), (3,1), (3,-3), and (1,-3).

Then the shoelace version of the surveyor's formula yields 9 as the area of the figure.

There are programs in the General Software Library:
HP-48
HP-42S

Or then you can use Pick's theorem:

[Image: picks-theorem.png]
i = 6
b = 8
A = i + b/2 − 1 = 6 + 4 - 1 = 9

Cheers
Thomas


RE: interesting geometry challenge - Peter Murphy - 09-18-2014 06:15 PM

Thomas,

Re: Your Post #13

Thanks for adding Pick's theorem to the mix, and for the helpful links to shoelace-formula programs.


RE: interesting geometry challenge - CosmicTruth - 09-18-2014 11:08 PM

2.25
FIRST!
DID I WIN? DID I WIN?
:-))


RE: interesting geometry challenge - Don Shepherd - 09-19-2014 12:09 AM

(09-18-2014 11:08 PM)CosmicTruth Wrote:  2.25
FIRST!
DID I WIN? DID I WIN?
:-))

Well, no, Han won, post #2.