Problem 576

A place to air possible concerns or difficulties in understanding ProjectEuler problems. This forum is not meant to publish solutions. This forum is NOT meant to discuss solution methods or giving hints how a problem can be solved.
Forum rules
As your posts will be visible to the general public you are requested to be thoughtful in not posting anything that might explicitly give away how to solve a particular problem.

This forum is NOT meant to discuss solution methods for a problem.

In particular don't post any code fragments or results.

Don't start begging others to give partial answers to problems

Don't ask for hints how to solve a problem

Don't start a new topic for a problem if there already exists one


See also the topics:
Don't post any spoilers
Comments, questions and clarifications about PE problems.
Post Reply
meduza2
Posts: 8
Joined: Sun Oct 23, 2016 12:49 pm

Problem 576

Post by meduza2 »

1. What mean "bouncing" point?
2. A typo here? $S(\sqrt{\frac 1 2}, 0.06, 0.7)=0.7071 \dots$
User avatar
Animus
Administrator
Posts: 1987
Joined: Sat Aug 16, 2014 1:23 pm

Re: Problem 576

Post by Animus »

Hi meduza2
meduza2 wrote:1. What mean "bouncing" point?
2. A typo here? $S(\sqrt{\frac 1 2}, 0.06, 0.7)=0.7071 \dots$
1. Bouncing means here that the point doesn't touch the circumference before completing its step or bounce, as illustrated by ...

2. The gap reaches from $0.7$ to $0.7+0.06=0.76$. Therefore the point that would touch the circumference at $0.7071 \dots$ falls into the gap after its first step having reached a total way length of $0.7071 \dots$.
Post Reply