Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#451 Re: Computer Math » Geogebra - The earth and the string » 2016-10-05 00:07:46

Yes, I think I'll let that thought slide...

#452 Re: Computer Math » Geogebra - The earth and the string » 2016-10-04 10:12:42

Hi Bobby;

The minimum slider increment is 0.00000001, so a slider on C can't get the accuracy. Pity the minimum can't be set closer to the max rounding. But at that level of accuracy, the length of the slider would have to be increased greatly to get the desired effect...you'd have to be zoomed right in before you could use it at that extreme level.

Anyway, I can now get Gebra's maximum (I think) string height accuracy of 3888.61446059 (for which B3 = 99.99999999988358) with my zooming routine in about 2 minutes, including using zoomin[1000] and centreview[C] three times at the end.

Gebra gives four more decimal points after the 9 (ie, 4952), but I've not been able to get it to show the next digit, 3, that is given by W|A, which has 3888.614460593728 (correct to 12 decimal places) as its result, working at 100-digit accuracy.

#454 Re: Computer Math » Geogebra - The earth and the string » 2016-10-03 16:05:52

Now I am really stuck, what is the Interval between Two Points tool?

It's the second tool in the third-from-the-left toolbox in the Toolbar at the top of the page, in the same toolbox where the Line tool lives. I say "Line tool" hesitantly, which you'll understand if you read on...

On the Gebra site:

This tool has different names in different variants of English:   
Interval between Two Points (Aus) 
Segment between Two Points (UK + US)

Why do that? Clever! dizzy

I wonder what it's called in English-speaking countries other than Aus, UK & US?

#455 Re: Computer Math » Geogebra - The earth and the string » 2016-10-03 15:59:39

You must have done something in a different order to my sequence to have that mix-up with E.

#456 Computer Math » Geogebra - The earth and the string » 2016-10-03 10:41:18

phrontister
Replies: 19

Mathegocart's thread The Earth and The String has this variation that is discussed from post #6 on.

The problem: The image shows my basketball (the earth, actually) suspended by a string that curves tightly around the base along a vertical equator up to the two tangent points, from where both sides continue as straight lines to the string's apex. Given that the string is 100 feet longer than the earth's equatorial circumference (radius 3959 miles), find the height of the string's apex above the top of the earth.

VWqkjKz.jpg

That string height is the sum of the length of the two tangents minus the length of the minor arc.

So...here's my Geogebra method. It also gave me some appreciation of the enormous scale involved! dizzy

1. Create point A at (0,0) - it's on the earth's circumference - and point B at (3959*5280,0) - it's the earth's centre, which you won't see just yet (the earth is big!)
2. In the Input bar enter "zoomout[3E6]" (without quotation marks, and the E must be uppercase)...you should now be able to see the centre of the earth.
3. Draw a circle (the earth) with the Circle with Centre through Point tool, centre B and point A, and move it closer to the bottom left corner of the Graphics window.
4. Draw a line through B perpendicular to the x-axis with the Perpendicular Line tool.
5. Create point C on the new perpendicular line, somewhere above the earth's top, with the Point on Object tool.
6. Draw tangent lines to the earth's circumference from C with the Tangents tool.
7. With the Intersect tool create the two {tangent,earth} intersection points (from left to right) and the {perpendicular line,earth's top} intersection point. They'll be points D, E and F respectively.
8. Hide the tangent lines (deselect Show Object).
9. Draw lines CD, CE and CF (in that order) with the Interval between Two Points tool (in some countries known as the Segment between Two Points tool).
10. With the Circular Arc tool select points B, E & D (in that order) to create arc DE. Colour it red.
11. Select Spreadsheet view, and make these cell entries (without quotation marks):
    A1: "Tangents' length sum"
    A2: "Minor arc length (d)"
    A3: "Extra string (B1-B2)"
    A4: "String height (CF)"
    B1: "=i+j"
    B2: "=d"
    B3: "=B1-B2"
    B4: "=k"
12. Set rounding to 15 decimal places in Options, and adjust the Algebra and Spreadsheet columns to display all text and digits.

You should now have something like this:

BiEY3vS.jpg

That was the easy bit...now for the hard part! smile

You've probably noticed that the spreadsheet's B3 value is miles over what it should be (which is 100 feet), but correcting that is trickier than I thought...

Adjust C vertically to &/or from F until B3 is as close to 100 as you can get it. For Geogebra to display its most accurate string height, B3 should be something less than 0.00000001 either side of 100, which can be achieved by zooming in & out manually and using functions ZoomIn[<Scale Factor>] and CentreView[<Centre Point>].

Alternatively, enter "41807040Tan[th]-100-41807040th=0" into WolframAlpha, and plug the resulting th value (the fourth entry under Numerical solutions, which I increased to about 100 digits with the More digits option) into "20903520*Sec[th]-20903520" in WolframAlpha. Add the number from Result (no more than 12 decimal digits are needed) to the radius and replace C's y value with the answer. B3 will update to a pretty accurate figure, confirming that our formula is correct.

And there you have it! smile

It's all rather fiddly. Surely there's a better way...

#457 Re: Help Me ! » The Earth and The String » 2016-09-29 00:36:03

Sorry, can't help you with widgets (knowledge = zero). I've always used W|A online, here, and copy & paste works well there. I have no need for any other W|A vehicle.

I'd highly recommend downloading and installing Geogebra...even I can use it! It can do so much, is easy and intuitive to use, and caters for a very wide range of abilities and interests (etc, etc, etc). It's free, frequently updated, continually being improved, has wide community interest and support, an active forum, and a good online instruction manual and tutorials. 

You may have seen some of what it can do already, in post #9...but that's only poking at its abilities.

#458 Re: Help Me ! » The Earth and The String » 2016-09-28 23:12:41

Hi thickhead;

Well, that's very interesting. That's pretty much my post #21's result, where I'd used M's FindRoot to get 0.01928719490295426 (ie, radians...my formula was in degrees), resulting in 3888.614460591227.

By increasing working precision in my M to 100 digits, I now get 0.019287194902954844824414790282500 and 3888.61446059372823946337916760 (just showing the first few decimal places for both).

W|A gives the same result as above for theta with 41807040Tan[th]-100-41807040th=0 (41807040 being 2*3959*5280), and, after plugging in 100-digit theta, also gives the same result as above for the string height with 20903520*Sec[th] - 20903520 (20903520 being 3959*5280).

Sorry, I don't understand your series approach...my maths never got that far.

In Geogebra I've not been able to work out how to code exactly 100 feet for the extra bit of string in order to get Geogebra's most accurate value for the string height above the earth. By grabbing the string vertex and manually dragging it to &/or from the earth, I've got as close to 100 as 99.9999999984866 (by zooming right in on the vertex and adjusting it), which gives 3888.6144606396556. And that's near enough to close enough for me! smile

Plugging 3888.61446059372823946337916760 into Geogebra gives 99.99999999988358. Your 3888.614461, which looks like being either truncated or rounded, gives a slightly less accurate result.

I think our results show that my Geogebra method is good, so that gives me more confidence in doing as Bobby has suggested, which is to write it up in the Computer Math forum.

So, thanks for reporting your latest finding. smile

#459 Re: Help Me ! » The Earth and The String » 2016-09-26 22:51:07

Well, it's not actually a solution as such...but it's not far off and does enable a reasonable graphical appreciation of this huge-scale problem.

I don't know G well enough to do anything clever, like somehow using (coding?) it to actually give the solution. Would be nice to include that, if it can be done.

Until I saw that I could plug figures into point E (the string vertex), I just grabbed E and manipulated it vertically (while also adjusting display size) towards or away from the earth until the sum of the length of the two tangents was as close to 100 feet greater than the length of the earth's arc between the tangents as I could get it.   

I'd have to think about it...

#460 Re: Help Me ! » The Earth and The String » 2016-09-26 22:21:41

When I saw you leap into this thread I thought you were out to surprise me!

Without Geebra I'd've been nowhere on this problem...and using it was a pleasure. smile

M too.

#461 Re: Puzzles and Games » Special birthday date » 2016-09-26 21:48:22

Hi thickhead;

No, sorry...they both dip out.

The first one was born 1 day too late and the second 1 day too early to meet the 'number of days into the year' constraint.

But them's the breaks!

I drew this up in Excel for a 199-year period, and there is a definite pattern that would be broken if we let these two would-be gatecrashers in!

#462 Re: Help Me ! » The Earth and The String » 2016-09-26 21:20:36

Hi Bobby;

Sorry...my mistake. I'd read into what you'd been writing that you were saying that the second answer was the right answer to the problem.

#463 Re: Help Me ! » The Earth and The String » 2016-09-26 14:05:39

I wouldn't have thought so, either. It's probably me...but I haven't found out yet where my error is.

It seems odd, though, that FindRoot's value for c (the central angle, theta) results in nearly exactly the same answer (3888.614460593728239463379167602`...see Out[3] in my previous post) as thickhead's 3888.6144 in post #14, which he said in post #23 was incorrect due to truncation. But that may be coincidental.

I've been working in degrees, in which theta values are:
Your 2t = 2.210259366455766942706949`;
G's γ = 2.21025936645665`;
FindRoot's c = 2.2101497331710919201003743`

Your t value (either in radians or converted to degrees) plugged into my h (string height) formula, gives the correct height (3889.0003152175473559561908582`); so my h formula is correct. The error source here, as thickhead said earlier about his error, is in the theta calculation. 

I'll look again, but there's probably something going on somewhere that I don't have any understanding of and won't be evident to me.

#464 Re: Puzzles and Games » Special birthday date » 2016-09-26 09:36:11

Correct! up

It'll never happen to me, though. sad

...so now you know when my birthday isn't.

#465 Re: Help Me ! » The Earth and The String » 2016-09-26 09:31:11

Civil Engineering Onsite Handbook.

Btw, my notation in post #21 is a bit different from theirs, as I changed theirs to fit notes I'd been making before finding their site.

My   
   is their   

And my 
    is their   

One I didn't mention in post #21 is the formula for the arc length between the tangents, which I used to help find c (central angle) in M's FindRoot.

My arc length formula 
   is their   


My r & their R = earth's radius
My c & their I = central angle;
My h & their E = height of string apex above top of earth
My t & their T = length of tangent from earth to string apex

My current M code, and yours:

In[1]:= 
(*Mine*)
r=3959*5280;
c=c/.FindRoot[2r Tan[c \[Degree]/2]-100-r*c \[Degree]==0,{c,2.2},WorkingPrecision->100]
h=r*Sec[c \[Degree]/2]-r

(*Bobby's*)
R=3959*5280;t=(150/R)^(1/3);N[(2 R*Sin[t/2]^2)/Cos[t],100]

Out[2]= 2.210149733171091920100374337118113893066411007878966450185575166794692294275531251879912977959844808
Out[3]= 3888.614460593728239463379167602010692449187441461292338724354316092744378397068689244933991315452952
Out[4]= 3889.000315217547355956190858271992382571341435999597543245020468161721458410729392937937972940735646

In Geogebra, when I plug your result into point E's y value, I get height = 3889.000315219164, and central angle = 2.210259366456653 degrees. That angle figure differs from that of Out[2] in the M code above, and must be the reason for the height discrepancy.

Is FindRoot giving me the wrong central angle? If so, is that because of the formulas I gave it? dizzy

#466 Re: Help Me ! » The Earth and The String » 2016-09-26 01:54:54

When I plug Bobby's W|A result (from post #20's formula) into G - which I hadn't tried before - I get 3889.00031521 (correct to 8 decimal places), so my G method seems to be good.

The error looks like being the central angle, for which I get different answers depending on whether I use Bobby's formula or the surveyor site's.

I've probably messed up the surveyor formula somehow...

#467 Re: Puzzles and Games » Special birthday date » 2016-09-25 21:42:35

Hi thickhead;

Sorry...made a huge blunder with the wording! Left an important bit out! sad

This is a puzzle given to me years ago by someone whose birthday fitted, and I'd forgotten about it until now.

Of course, I've lost the puzzle and repeated it from memory (which is never the best way for me), and only just now did I realise that there was a bit missing.

Fixed now, and should be a little more interesting. smile

#468 Re: Puzzles and Games » Special birthday date » 2016-09-25 19:28:06

Hi thickhead;

Thanks for your answer - and excellent thought - but single-digit ages are not exactly what I had in mind. Maybe my wording's a bit loose.

It's probably ok mathematically on occasion, but not really when applied to ages. That's here, down under, in Australia, anyway...but maybe we're a little different from the rest of you.

When their great day arrives, a 07-year-old kid is hardly likely to say to their classmates, "Hey! Guess what! I'm zero-eight today!!" Then they'll have zero-one heck of a job trying to explain to the other single-digit-year-olds in their class what on earth they meant by that! It'd probably take the kid until well after their 05-past-03 home time before any-zero-one would get it!

Please forgive me! smile

#469 Re: Help Me ! » The Earth and The String » 2016-09-25 14:26:38

Hi Bobby;

I haven't been able to follow your workings or thickhead's as the maths is too advanced for me, but I thought that as I initiated this version of Mathegocart's problem I'd better try to find a solution to it.

I found these formulas on a surveying website:



Where:
r = earth's radius
c = central angle;
h = height of string apex above top of earth
t = length of tangent from earth to string apex

In M, I tried to 'Solve' for c, but couldn't get that to work. However, 'FindRoot' did, with the following result in M:

Input:
r=3959*5280;
c=c/.FindRoot[2r Tan[c \[Degree]/2]-100-r*c \[Degree]==0,{c,2}];
h=r/Cos[c \[Degree]/2]-r

Output:
3888.614460591227

I'm pleased that this is pretty close to my G's metric answer (for which I used r=40075km), which meant I was on the right track back then...

#470 Puzzles and Games » Special birthday date » 2016-09-25 13:13:35

phrontister
Replies: 8

Here's a problem that I was inspired to post after seeing evene's question about J.R.R. Tolkien's year of birth, here.

What is the next birthday date on which some people will turn the age that is the last two digits of their year of birth, and that:
(a) has the same day and month as their birthday; and
(b) is the same number of days into the year as their number of birthdays. eg, someone celebrating their 43rd birthday must have their birthday on the 12th of February (ie, 31 Jan days + 12 Feb days = 43).

#471 Re: Help Me ! » One Quart Fruit Salad » 2016-09-25 13:06:59

Hi evene;

Edit: The square root sign and subscript '2' that I used from the 'Useful symbols' at the top of the page don't seem to be recognised anymore (well, not in my Chrome, anyway), and turned into accented characters instead. sad

#472 Re: Help Me ! » The Earth and The String » 2016-09-20 18:45:29

Maybe that's why my answer doesn't make sense to me, as I said earlier. I'd expected the correct answer to be closer to the height of an atom (Mathgocart's answer a).

According to an online calculator into which I entered the earth's diameter (or radius?) and some other figure I don't recall, 3890 feet also happens to be the perpendicular distance from the top of the earth down to the chord between the two tangent points. I thought that was rather coincidental, and so I started to doubt my understanding of my version of the problem...but the huge scale isn't helping me to get my head around it.

Sorry...have to go out for 5 hours or so.

#473 Re: Help Me ! » The Earth and The String » 2016-09-20 17:21:18

That's nearly exactly what I got, thickhead. smile

My answer in Geogebra was 3890 feet, rounded to the nearest integer.

I was going to try mathematically, but haven't worked out a solution method yet.

#474 Re: Help Me ! » The Earth and The String » 2016-09-20 02:34:30

Hi all;

I understand (maybe wrongly) from Mathegocart's explanation that the shape for the longer string version is circular (like the original string), but in an experiment in which I used my basketball the shape is quite different (see image).

The string curves around the ball tightly from the base to the tangent points (the black dots), and then both sides continue as straight lines up to the suspension point...the apex.

Transferring that shape to Mathegocart's problem I've tried to work out the distance from the top of the earth to the string's apex, using the popular integer measurement of 40075km (that I converted to imperial) for the earth's equatorial circumference and basing the diameter on that.

But...I'm getting an answer that doesn't make sense to me.

What answer do you guys get?

Thanks! smile

VWqkjKz.jpg

#475 Re: Help Me ! » Progressive dinner » 2016-09-17 14:22:02

I can't say at this time.

But the deafening silence from Mr Google and SE confirm what you said.

Board footer

Powered by FluxBB