Challenge Questions Blog

Challenge Questions

Stop in and exercise your brain. Talk about this month's Challenge from Specs & Techs or similar puzzles.

So do you have a Challenge Question that could stump the community? Then submit the question with the "correct" answer and we'll post it. If it's really good, we may even roll it up to Specs & Techs. You'll be famous!

Answers to Challenge Questions appear by the last Tuesday of the month.

Previous in Blog: Elastic Ball: CR4 Challenge (05/19)   Next in Blog: Magnitude of Force: Newsletter Challenge (06/03/08)
Close
Close
Close
75 comments
Rate Comments: Nested

Leaving The Lake: CR4 Challenge (05/27/08)

Posted May 26, 2008 5:01 PM

This week's CR4 Challenge Question:

You are relaxing 20 m away from the shore of a lake. You decide to exercise and start running directly away from the lake with a velocity that is inversely proportional to the distance from the lake. If your initial velocity is 5 m/s, how far are you from the lake 20 seconds later?

And the Answer Is...(June 3, 2008: 8:45 AM EST)

The following figure is used to develop the answer:

The velocity is given by

(1)

Where k is the proportionality constant. At t = 0 we have v = v0 = 5 m/s. Therefore, from Eq.(1) we can calculate k.

(2)

Now, let's integrate Eq. (1) after re-arranging the terms

Solving for b we get

Then, after 20 seconds you are 66.33 meters from the shore of the lake.

Reply

Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

Good Answers:

These comments received enough positive votes to make them "good answers".

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
2
Power-User

Join Date: Feb 2008
Location: Washington State
Posts: 172
Good Answers: 31
#1

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/27/2008 9:54 AM

It has been too long since I used partial differential equations so I had to cheat and do an Excel spreadsheet to get an approximate answer. Given that the velocity is 5 m/s at 20 m, the equation for the velocity is v = (100 m2/sec)/x where x is the distance from the shore. Velocity is actually the change in x divided by the change in time or v = dx/dt. In my spreadsheet, the first column is time which starts at 0 and increases by a small amount (dt) each row. The next column is the distance x which starts at 20 m. The next column is dx/dt which starts at 5 m/sec. The last column is dx which is the distance covered for the last time step. The last column (dx) is calculated as dt times the previous column (dx/dt). For the next row in the spreadsheet, time is increased by dt, distance is increased by dx from the previous row, a new velocity is calculated based on the distance, and a new value of dx is calculated. This row is copied multiple times until the desired time (20 seconds) is obtained. At 20 seconds, I get the distance to the lake is 66.3 m, and the velocity is 1.507 m/sec.

This approach is approximate since the velocity is really treated as constant over each time step. I used a time step of 0.01 second. I'll be interested in what the exact answer really is.

Reply Good Answer (Score 2)
Power-User

Join Date: Sep 2007
Location: Christchurch, New Zealand
Posts: 168
Good Answers: 18
#23
In reply to #1

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 6:29 PM

Hi jim35848,

I have given you a good answer too.

I have checked your method which, by the way, is "integration by summation".

Using time values of 0.01 sec your answer has a margin of error of only 0.0136%

Reply
Guru
Popular Science - Weaponology - New Member United Kingdom - Member - New Member

Join Date: May 2007
Location: Harlow England
Posts: 16512
Good Answers: 670
#24
In reply to #23

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/29/2008 3:01 AM

Hey man, that sounds like a real engineering way to do it...nice.

__________________
health warning: These posts may contain traces of nut.
Reply Off Topic (Score 5)
Power-User

Join Date: Sep 2007
Location: Christchurch, New Zealand
Posts: 168
Good Answers: 18
#28
In reply to #24

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/29/2008 6:11 PM

Hi Del,

There are many ways to skin a cat...

Seriously, I do like it when individuals also solve a problem by using methods other than formulae.

Reply Off Topic (Score 5)
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#30
In reply to #28

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 6:16 AM

It may be a matter of taste: approximate methods can be good when they are simpler than the exact method. Personally, I can't see any advantage in numerical integration** when exact integration is so easy (but I do appreciate the graphical presentation).

**Provided that you have once understood why the integration formulae are valid. Otherwise I agree it is maths-by-rote, which is inherently dangerous (at least in my opinion).

Reply Off Topic (Score 5)
4
Power-User

Join Date: May 2008
Posts: 103
Good Answers: 6
#2

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/27/2008 10:10 AM

velocity is inversley proportional to distance from lake

V=K/s initially V=5m/sec; s=20m so K=100m.sec

V also is ds/dt so ds/dt = 100/s

write s*ds = 100*dt and integrate both sides between the appropriate limits> (I don't know how to show maths symbols so)

Int{s*ds}limits 20,s = Int{100t}limits 0,20

This gives 1/2 (s^2-400) = 100*(20 - 0)

and the answer is square root 4400 or 66.33m

Reply Good Answer (Score 4)
Anonymous Poster
#16
In reply to #2

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 9:10 AM

Don't forget to add a constant of integration "C" when integrating. And then apply your initial conditions to solve for "C" (at t=0, s=20). So the integred equation should be (before applying your integration limits) s^2/2 = 100t + C. Applying your initial conditions at t=0, and s=20 to solve for C, you get 20^2/2 = 100*(0) + C, C=200. The equation then becomes s^2/2 = 100t + 200. Now apply your limits of integration; distance s from 20 to s and the time from t=0 to 20 which gives
1/2*(s^2 - 400) = 100*(20-0) + 200.
s^2 = 4400 + 400.
s^2 = 4800.
s = 4800^0.5
s=69.28 m

Reply
Power-User

Join Date: May 2008
Posts: 103
Good Answers: 6
#19
In reply to #16

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 12:07 PM

Sorry! I can't agree with your comment.

A constant of integration is only required for an "indefinite integration" (one without limits). When you form the "definite integration" any constant cancels out; since you evaluate the integral (with a constant of integration if you like) at the upper limit, then evaluate the integral (with the same constant of integration if you included one) at the lower limit and subtract the two values; at which point the constants cancel each other out.

Verification also comes from the posting #1 which is an excellent digital approach used in many situations, to approximate by adding small pieces together.

I stand by my answer.

Reply
Power-User

Join Date: Feb 2008
Location: Washington State
Posts: 172
Good Answers: 31
#20
In reply to #19

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 12:23 PM

I agree with SlideRuler. The constants drop out. If you substitue time zero into the Guest"s solution, you get a distance of 28.3 m and not 20 m.

Reply
Participant

Join Date: May 2008
Posts: 2
#22
In reply to #2

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 5:34 PM

I agree that V= 100/S at distance S from the lake.

V=ds/dt or 1/V= dt/ds.

Also, 1/V= S/100.

Therefore, dt/ds= S/100.

Integrating, t= S^2/2*100 = S^2/200.

t=20 seconds which would mean 20= S^2/200.

Therefore,S^2= 20*200=4000.

S= (4000)^0.5=63.24metres from the lake.

Reply
Power-User

Join Date: May 2008
Posts: 103
Good Answers: 6
#25
In reply to #22

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/29/2008 9:28 AM

Sorry, you're wrong

You have integrated "indefinitely" and therefore require a Constant of integration

Your resulting eqation t= S^2/2*100 = S^2/2 is not valid at t=0. It gives s=0 instead of the correct s=20.

See also my response to post #16. (guest) who overestimates the answer by including a Constant of integration and then integrates with limits, resulting in an overestimate of the distance. By NOT including a constant of integration, you under-estimate the distance. I find "definite integration" muchmore convenient to use in cases like this, although "indefinite integration gives the correct answer of course when used correctly

Reply
Anonymous Poster
#3

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/27/2008 10:46 PM

15 feet

Reply
Guru

Join Date: Sep 2007
Location: Wrong end of the yellow brick road in Oz
Posts: 930
Good Answers: 15
#4
In reply to #3

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/27/2008 11:38 PM

small world you live on.

20 Meters is approx 65 Feet, 7-13/32 Inches.

How did you calculate 15 Feet?

if you already start about 65 feet away, and you run further away?

If your meaning how far you traveled further, then 66.3 (from above) -20 = 46.3

46.3M is approx 151 Feet 10-27/32 inches, nup, I still don't see it.

Or should I just post a random value for these questions?

__________________
Qn, Whats the differance between a Snake and a Onion? Ans, No one cries when you chop up a Snake
Reply Off Topic (Score 5)
Guru
Popular Science - Weaponology - Cardio-7

Join Date: Oct 2006
Posts: 621
Good Answers: 10
#11
In reply to #3

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 8:44 AM

15 feet. That was when the runner tripped and fell after 3 seconds....

Reply
Guru
Hobbies - HAM Radio - New Member Engineering Fields - Mechanical Engineering - New Member United States - Member - New Member

Join Date: Jun 2007
Location: Kiefer OK
Posts: 1325
Good Answers: 22
#5

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 12:51 AM

I live in an area with lots of man-made lakes, and a few natural ones. One thing I can tell you about all these lakes, is that the ground slopes up away from the lake. So, you will be running uphill and working against gravity. Just thought I'd mention that so you could figure it in. I haven't taken the time to cogitate on this much, but I'm fairly sure this will have to be factored in somehow.

__________________
I wonder..... Would Schrödinger's cat play with a ball of string theory?
Reply
Guru
Popular Science - Weaponology - Cardio-7

Join Date: Oct 2006
Posts: 621
Good Answers: 10
#12
In reply to #5

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 8:52 AM

And then you have places like New Orleans, where much of the city is below the level of Lake Pontchartrain....

Reply
Power-User

Join Date: Feb 2008
Location: Northeast Ohio, USA
Posts: 267
Good Answers: 9
#14
In reply to #5

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 9:05 AM

Well, 3Doug, if one is 20 meters back from the shoreline, it is entirely possible that the ground has been leveled from that point on to make this hypothesis calculable. (Calulable?? Is that a word?) Or perhaps the runner has sufficient strength and the ability to run consistently stronger to overcome those forces. Sounds like a trick question to me.

__________________
All that is necessary for the triumph of evil is for good men to do nothing. - Edmund Burke
Reply
Commentator

Join Date: Oct 2007
Posts: 92
#15
In reply to #5

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 9:06 AM

Velocity is inversely proportional to the distance from the lake.

__________________
FRIENDS DON'T LET FRIENDS DRIVE HUMMERS
Reply
Guru
Popular Science - Weaponology - New Member United Kingdom - Member - New Member

Join Date: May 2007
Location: Harlow England
Posts: 16512
Good Answers: 670
#6

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 2:33 AM

Why a lake?..this question isn't lake related at all.
I demand some valid lakiness before I do any maths.
I have consulted my Froggy subjects in the garden pond and they too protest in the strongest terms.
This casual use of a lake is an insult to all aquatic life forms and amphibians.

Del (king of the Pooliverse)

__________________
health warning: These posts may contain traces of nut.
Reply Off Topic (Score 5)
Guru
Spain - Member - New Member Engineering Fields - Nuclear Engineering - New Member

Join Date: Oct 2007
Location: Madrid, Spain
Posts: 716
Good Answers: 25
#7

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 4:49 AM

I don't agree at all.

At least when I'm relaxing I don't do it at 5 m/s. If I decide to exercise and start running, means that I wasn't running yet. So, initial velocity must be 0 m/s. At least I never could pass from 0 m/s (or a fraction of m/s if I were quietly walking) to 5 m/s in 0 seconds.

I must be mad, but I don't understand the question.

__________________
It's stupid to discuss about AI: We´ve reached by the "B" way. We' ve producing men as clever as machines.
Reply
Anonymous Poster
#8

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 7:39 AM

You are relaxing 20 m away from the shore of a lake ....

If this means floating 20 m from shore than any attempt at leaving the floating devise would put you in the lake.

My answer is that in 20 seconds you have re-surfaced and are mostly still in the lake with a distance of 0 m.

Reply
Anonymous Poster
#18
In reply to #8

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 9:38 AM

relaxing 20 m. away from the shore? yes but in the opposite direction to the lake!!!!

If I'm inside the lake at 20 m. from the shore I can't start running (I didn't attend the school when the teacher explain how to walk over the water).

So, sorry but you have to look for a different answer

Reply
3
Power-User
Hobbies - Musician - guitar fan Greece - Member - Engineering Fields - Software Engineering -

Join Date: Jul 2007
Location: Athens, Greece
Posts: 256
Good Answers: 18
#9

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 7:56 AM

I already gave my vote to SlideRuler. I here propose an alternative and slightly unorthodox approach:

Fist of all, it is given that v = ds/dt = k/s. Applying the initial conditions, we derive that k=100. (v(0)=k/s(0)=k/20m=5m/s => k=100)

Now the trick: Instead of considering distance s in our calculations, we take s2. What is interesting with s2 is that:

ds2/dt = 2 s ds/dt = 2 s k/s = 2k = 200

Therefore, the diagram of s2 versus time is a straight line (first order function). I'm too bored to sketch it, but it is as simple as a line which starts at 400m2 (=squared 20m) at t=0 and rises with a slope of 200 m2/s. It is now trivial to find that at t=20s, the curve (i.e. s2) reaches 4400m2.

Consequently, s=√4400 = 20√11 = 66,33m

__________________
tkot
Reply Good Answer (Score 3)
Power-User
Hobbies - Musician - guitar fan Greece - Member - Engineering Fields - Software Engineering -

Join Date: Jul 2007
Location: Athens, Greece
Posts: 256
Good Answers: 18
#10
In reply to #9

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 8:39 AM

Now that I'm thinking of it, the choice of a 2-dimensional reference (a lake) with unspecified shape as opposed to picking a single point to measure distance, smells tricky. Of course, as no other information is available, we can assume that there is no influence to the solution. The lake's shape may as well be convex (e.g. a circle), so we can accurately define the meaning of "running away from the lake". Moreover, the distance that is run, readily adds up to the distance from the lake, as the direction of the course is always perpendicular to the shore of the lake.

If on the other hand, the lake had a non-convex shape, then we couldn't exactly define the direction of the run, let alone, that we may have to constantly redefine the direction we have to place a hypothetical measuring tape to count the distance from the lake, at every moment. Imagine, for example, a PacMan-character shaped lake and a starting point somewhere inside the "mouth" of the beast...

I doubt there is any slight intention to pose a tricky question as such, but I cannot help thinking: "why a lake?"

__________________
tkot
Reply Score 1 for Good Answer
Power-User

Join Date: Feb 2008
Posts: 353
Good Answers: 8
#13

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 8:56 AM

Gentlemen, Fellow engineers,

Not sure how some of you come up with 100 (5 * 20 ?)

I see it this way. 20 m away from the shore (on land of course) you (or an object) starts running at 5 m/s away from the lake. The velocity is decreasing inversely proportional to the distance from the lake.

If I run 20 m, the distance from the lake is now 40 m and the velocity is 5 * 20 /40 = 2.5 m/s, after running a total of 60 meters, the distance is 80 m to the lake and the velocity is 5 * 20 /80 = 1.25 m/s and so on. (At 160 m distance, v is .625 m/s).

We have a case of non-linear deceleration. If it would be linear i could solve it with:

a = (Vf^2 - Vi^2) / (2*S). Plugging in above numbers in various cases show a non-linearity for a, -a really.

So perhaps someone else can show the way to solve that.

__________________
'The devil is in the detail'. Yes, but if the details are right the devil is on vacation.
Reply
Associate

Join Date: Apr 2008
Posts: 53
#17

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 9:23 AM

Well my friends I get 33Km and 42.4 metres

Can this be correct. If my interpretation is correct it may fit the question better to have a rocket launcher rather than running

Starting at 5m/s and increasing by 21/20 then 22/20 upto 40/20 gives a terminal velocity of 33 Km a second

And the distance travelled in the 20 seconds is 33Km and 42.4 metres

Reply
Power-User

Join Date: May 2007
Location: Sweet home Alabama
Posts: 144
Good Answers: 7
#21

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/28/2008 3:03 PM

If the lake were frozen and you were in the middle of the lake 20 m from the shore and started running away from the lake... never mind.

Reply
Guru

Join Date: Sep 2007
Location: Wrong end of the yellow brick road in Oz
Posts: 930
Good Answers: 15
#55
In reply to #21

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/06/2008 2:35 AM

If you were on the top of a frozen lake, the only direction you could go to get away from the lake is upwards, but generally, the first step would possibly put you flat on your face, leaving either a nice face plant, or a red smudge where you hit

__________________
Qn, Whats the differance between a Snake and a Onion? Ans, No one cries when you chop up a Snake
Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#26

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/29/2008 11:59 AM

For the awkward squad (as that's really asking for trouble, I hereby give notice that I will only respond to consequent comments if I find it amusing so to do):

It would appear that, for this case, the pedants are correct - i.e. the (technically excellent) solutions given by SlideRuler and TKOT don't answer the question as written.

If we take the wording of the challenge, initially you are in one of the following positions (unless I've missed something):
On or in some structure, and 20-metre above/below the shore,
In the lake (or some other body of water)**, or
20-metres from a shoreline that is on the other side of a narrow section of lake.

Unlike the other options, the interpretation that places you somewhere in the lake is uniquely defined as regards solving the problem - albeit the solution is grossly non-physical, and to make any sense you have to define time wrt your inertial frame of reference and distance wrt the frame of reference of the shore(!!)

You start at the speed of light, so (in your time-frame) it takes you no time at all to reach the shore (effectively infinite velocity?). As we've been forced to define infinite velocity in the inconsistent manner of the previous sentence, we continue to take time in your frame of reference, and distance in the frame of reference of the shore (though the difference between this and calculating everything subsequent to crossing onto the shoreline wrt the frame of reference of the shore will be very small). In that case, we can use whichever of SlideRule's or TKOT's formulations you prefer, to arrive at a distance of √(200.t), or ≈ 63.24 metres.

That means that the silly solution (that allows running on water and at the speed of light) isn't so very different...

**Maybe all I'm doing is explaining bhasker03's solution?

Reply
Power-User

Join Date: May 2008
Posts: 103
Good Answers: 6
#27
In reply to #26

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/29/2008 4:24 PM

you mean s = √(200.t+400) which is 66.332m and not 63.25m

This also gives the correct value at t=0.

Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#29
In reply to #27

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 6:09 AM

As stated above, that does not answer the question as written; it is the answer as you sensibly re-interpreted the question (I do try not to indulge in void repetition of others' contributions).

If you start 20-metres from the shore (i.e. in the lake), your initial distance from the lake is zero, and therefore your velocity is infinite** until you reach the shore. So the time is the same as if you started at the edge of the lake, so you should use s = √(200.t).

**For detail on how I cope with that without violating special relativity, please read my previous answer.

Reply
Guru
Spain - Member - New Member Engineering Fields - Nuclear Engineering - New Member

Join Date: Oct 2007
Location: Madrid, Spain
Posts: 716
Good Answers: 25
#31
In reply to #29

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 6:20 AM

If you start 20-metres from the shore (i.e. in the lake) → False

I live in Madrid, 350 km away from the closest shore and I'm completely dry. Distances can be measured in a line in two opposite directions.

Please, see post nº 18 (It's mine, but I didn't realize I wasn't logged in)

__________________
It's stupid to discuss about AI: We´ve reached by the "B" way. We' ve producing men as clever as machines.
Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#32
In reply to #31

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 8:22 AM

Sorry, but you must be using a dictionary that I can't access. According to my dictionaries (I have now checked Webster, Oxford, Cambridge and Chambers) you are not "away from the shore" - you are ON the shore, albeit so far away from the lake that you would not naturally describe your position in that manner. You are 350km away from the shoreline, which is a completely different matter.

Reply
Guru
Spain - Member - New Member Engineering Fields - Nuclear Engineering - New Member

Join Date: Oct 2007
Location: Madrid, Spain
Posts: 716
Good Answers: 25
#33
In reply to #32

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 9:29 AM

I didn't use any dictionary... I'm Spanish and English isn't my mother language, so I beg all colleagues forgive these grammatic errors.

Evidently, the original poster has the same awful knowledge of English language as me (and many others because they supposed the running man was out of the lake).

Anyway, one question for a non English speaker help: If I live in Madrid, how far I live from the shore?

__________________
It's stupid to discuss about AI: We´ve reached by the "B" way. We' ve producing men as clever as machines.
Reply Off Topic (Score 5)
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#36
In reply to #33

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 11:01 AM

You do pretty well - in fact the original answer given by SlideRuler and TKOT is the one I would have given myself. Please read these posts as purely a whimsical exercise to see if I could find an answer to the challenge following its exact wording.

Regarding your distance from the shore of the closest lake, or of the sea?: my geography is not great, but it looks to me as if there is a direct path over land from all parts of Madrid to both of these, so the purely technical answer should be adequate:
Unless you are separated from the edge of the lake/sea by a significant mass of water, I would say you are still on the shore of the lake, so your distance from the shore of the lake would be zero (unless you live on a houseboat...).

Note that the running speed depends on the distance from the lake**, and not from the shore or shoreline.

**in the absence of additional information, I've taken that to be the closest edge of the lake...

Reply Off Topic (Score 5)
Guru
Spain - Member - New Member Engineering Fields - Nuclear Engineering - New Member

Join Date: Oct 2007
Location: Madrid, Spain
Posts: 716
Good Answers: 25
#44
In reply to #36

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/02/2008 6:08 AM

Thank you, I just try to read the posts in such a way. This type of challenges are usually based on exact wording (let's say tricky wording), otherwise there will be no "challenge".

And, as you say, I didn't post any math answer because I thought it was already well answered. But looking to further posts, I realize that in the challenge wording there were some non coherent things (apart of my lack of knowledge of "shore" and "shoreline" meaning). For example, if you are relaxing at 20 m, say from the waterline on the shore, you can't start running at 5 m/s without time to accelerate from 0 m/s or as I said at much lower speed than 5 m/s if you're relaxing by walking.

Best regards

__________________
It's stupid to discuss about AI: We´ve reached by the "B" way. We' ve producing men as clever as machines.
Reply Off Topic (Score 5)
Power-User

Join Date: Feb 2008
Location: Washington State
Posts: 172
Good Answers: 31
#37
In reply to #32

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 1:47 PM

Okay, I think I finally get it. A strict definition of shore is the strip of land along a water body that is alternately exposed and covered by waves and/or tides. So the answer will depend on how wide the shore is when we start running. I (being not fully understanding of the english language) was thinking we were measuring from the water line (edge of the water). Therefore, I've reformulated my analysis to include the new parameter S = width of the shore. (My first answer was a first order approximation for S = 0).

My second, more enlightened, answer from distance from lake after 20 seconds is:

X = distance from lake = sqrt(s^2 + 200m*S + 4000m^2)

I got this by using SliderRulers approach but including a shore width in the analysis.

Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#38
In reply to #37

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 4:18 PM

"A strict definition...": unusually for Wikipedia, that is the (strict and unique) definition of the "foreshore"**, which is equally correctly defined as the part of the shore that lies between the low and high water marks. So far as I know, shore in normal usage (and as related to water) has two valid definitions:

i) a strip of land bordering on the sea, lake, or other body of water
ii) land as opposed to sea

The use of shore to imply foreshore applies, so far as I know, only in legal documents where it relates specifically to rights of use of land that can be covered by tides. (It may also be used in some technical areas, but I am not familiar with these).

The legal definition would in any case need to be extended to apply to the shore of a lake (presumed non-tidal) - possibly the normal range that could regularly be covered or uncovered due to variable rainfall? To get a unique answer you would then need to assume that the lake is at its fullest.

But have we spent long enough beating Dobin's deceased relatives?

**Believed to be derived as "the region at the front of the shore". Backshore is also used to describe the part of the shore that is above the high water mark.

Reply
Power-User

Join Date: Feb 2008
Location: Washington State
Posts: 172
Good Answers: 31
#39
In reply to #38

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 5:04 PM

Since the challenge states the "shore of a lake", doesn't this imply it is a strip of land along the lake. Otherwise, wouldn't the challenge state the "shore near a lake"???

Reply
Power-User

Join Date: May 2008
Posts: 103
Good Answers: 6
#34
In reply to #29

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 9:40 AM

O.K. I get it! Checking your interpretation of the question however, are your first 20m in a direction "away from the lake?" Admittedly the are "towards the shoreline" but it sounds to me as if they are "along the lake"

Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#35
In reply to #34

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/30/2008 10:27 AM

I agree. But the only way you can run away from the lake is if you first leave it - so I reckon that running along the lake towards the edge is a necessary precursor to the exercise you decided on. I also stretched a point with the velocity, which is only strictly defined once you are running away from the lake; but you are running in/along the lake for zero time, so I initially thought that it was the closest I could get to answering the original question.

On consideration, however, it could be that the challenger's clock only starts ticking once you have started running away from the lake, so you could perhaps take as long as you like to reach the shore. (Fortunately, it doesn't affect the value of the answer).

Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#40

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/31/2008 2:20 AM

Will 140.954 m away from the pond do for an answer?

When I find how to put equations and plots with my comments (See General Discussion Blog), I will be able to show how I almost made it to 141 m.

But, suppose I got up and started directly toward the pond and the pond water supported me or running at a sufficient speed I remained on the water's surface, I would end up 60.954 m from the shore in the water. Now I would hope I either touched bottom or could swim to shore.

soaralone1

Reply
Anonymous Poster
#43
In reply to #40

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/02/2008 5:28 AM

No, it won't - unless you can explain what you interpret differently from jim35848 and SlideRuler. (66.33-m works)

Click on the blue Omega sign above your text entry for symbols in equations, or cut and past your text. If that's not what you want, you can make a jpeg file and use the camera to paste it (but the scale for text can be awful - it's probably best bite the bullet and type directly into the frame and accept the limitations of the CR4 editor.

Just about the only things in the question that are uniquely defined are the reference for the velocity and the direction of travel and the - the lake and away from the lake respectively.

Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#45
In reply to #40

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/03/2008 1:50 AM

No! It is not a good answer. That's what I get by working carelessly - too fast.

I went to work on the lake problem the next day -- but whew all the interruptions lead me to finish up a more thoroughly prepared answer nearly a week later - LATE. Tsk Tsk! I goofed by inadvertently including the 20 m distance from the lake 2 times!!!!

A better answer is 120.9545 m. It's about three pages of explanation and calc's I did in Mathcad 6Pro. Should I paste this in? How do equations respond that might be wider then the page allows? I'd like to compare with Jorrie's solution.

soaralone1

Reply
Power-User

Join Date: Feb 2008
Posts: 353
Good Answers: 8
#46
In reply to #45

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/03/2008 10:27 AM

You might as well spare us from reading wrong answers and hypothetical thinking of running into the lake and over the water. You got to stay real.

You needed three pages of calculations??? That alone tells you it can't be right.

__________________
'The devil is in the detail'. Yes, but if the details are right the devil is on vacation.
Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#48
In reply to #46

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/04/2008 1:52 PM

Floram,

Nice comment - and I appreciate that you didn't slam me too hard. I thought showing my calculations [with explanations] would be more fun for you, and all the friendly folks, to tear it apart to show me where I went out of step. But, if it turns out my solution is more "You got to stay real." and I did, I would appreciate at least a "Thank you" or "Gees!"

I have several comments at each stage of the calculations. The principal reason for me was, at 1st blush, I thought "k" may not be constant.

I set up the problem (here without comments other than the singularity), I paste in a simplified (and corrected from my earlier) calculations -- below

??? !! ?? Well, I have just spent from about 09:00 hrs to 12:40 hrs trying to put my work on this comment in this blog with no success, none what so ever! I am glad to have done the repeated calculations. I found a miscalculation so I have a different answer and I want so very much to show you and the other good folks how I arrived at them ????? Yes, "them."

Problems --!!?? I find no way around this pop-up flag:

[The MIME of the uploaded file "application/x-mathcad" was not accepted by the server.]

I do not find any means for me to put my calculations on this blog. I do not have a URL I can use and I have the document I have "Browsed" to (has been tried many times).

So, at least I can report my new-to-me answers

"forward" distance (away) from the shore 55.8268 m

"backward" distance (toward) the shore -35.8268 m. For this to happen, the runner really picks up speed (to negative infinity (-m/s) as the runner goes over the shore line (water's edge on the land of the beach), then immediately slows to a running speed capable of (and large-enough feet/shoes for) keeping the runner on the surface of the water, or the power to plow through the water without slowing).

The "complication" is that the velocity needed to find the distance the runner finds him-/her-self at the end of 20 seconds is

v*t = k/(v*t+a)

which yields a quadratic for the runner to choose running away from the shore, or running toward the shore and performing some spectacular physical gymnatics.

soaralone1

Reply
Power-User

Join Date: Feb 2008
Posts: 353
Good Answers: 8
#51
In reply to #48

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/04/2008 5:56 PM

dear Soaralone1,

My comment was not meant to offend in any way. Regarding others analyzing were you went wrong, I think there have been plenty of correct answers and various ways to calculate it, including also some near-correct answers where there would be little room for anther wrong answer. Of course, the possibilities of going wrong are near endless.

An interesting solution was given by tkot, solving for s^2, where the graphic representation is a straight line? I found that also a very good answer, among the many other correct ones. You know when it is correct when the answer is 66.33 m.

Now, why did you want a 'Thank you' or a 'Gees'?

See again at the next challenge question.

__________________
'The devil is in the detail'. Yes, but if the details are right the devil is on vacation.
Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#52
In reply to #51

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/05/2008 12:03 PM

Dear Floram,

Sorry if I clicked your comments when I replied to Physicist? His comments are what I was addressing, not yours: Yours, I appreciate very much.

I may need your personal help. How do I publish my work on these comments? What are the specific actions I must perform? Check out my most recent comments - I have spent - literally hours - trying to publish on these (and other) specialty blogs like CR4. I must tell you: If there is a "Murphy" around, my work is always on his list.

The answer, 66.33 m, is not supported when we consider the runner starts with a 5 m/s velocity and the decreasing runner-added velocity is also positive. It seems the distance must be well beyond 100 m, wouldn't it?

Here's the "kicker" omitted in the others' work: the momentary runner velocity (that we solve for to multiply by related momentary time) appearing in the left side of the equation of velocity AND in the denominator of the right side of that equation. This leads to a quadratic that has 2 solutions: 1) in the forward direction away from the lake AND 2) the reverse direction away from the lake.

If you can give me specific steps to take to put my calculations on this site in these comment threads, I will be greatly pleased.

soaralone1

Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#47
In reply to #45

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/04/2008 5:19 AM

First, I suggest you try a quick sanity check:
Your initial velocity is 5 m/s. If your velocity was constant, in 20 seconds you would move 100 metres. That would place you 120 metres away from the lake. We are told that your velocity varies inversely with distance - which means you get slower as you get further from the lake, so you must be less than 120 metres away.

Then I suggest you look at the official answer and at the solutions that were rated "good"; if you can identify errors, then you will have something to add.

Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#49
In reply to #47

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/04/2008 1:58 PM

Physicist?,

soaralone1

Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#50
In reply to #49

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/04/2008 3:11 PM

Physicist?,

My forgoing answers were to check on some of all you good folks' thinking. Hm-m-m?! The answers were only some calculations of the traveling from the starting position. incomplete, which had I been unable to put them paste them in --??

HERE, I announce my prior answers were not at all correct.

Try these, and I am open to reviewing my work once I can get them to you, Physicist?, all the others - good folks.

Forward (away from) the shore/lake End position 155.8318 m from the shore line.

Backward (toward the lake) End position 64.1782 m from the shore line (losing distance trying some pretty tough gymnastics to overcome (to the backward facing runner) initial backward going velocity, 5 m/sec.

Again, the two direction options are the mathematical fall-out of the quadratic generated by the velocity (to be multiplied by time 0...20 sec) appearing in the left-hand side of the velocity equation and in the denominator of the right-hand side of that equation.

soaralone1

Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#53
In reply to #50

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/05/2008 12:41 PM

Clearly, the questioner intended that 'you' run away from the lake - but that doesn't mean that the option of running towards it is without interest.

However, I think there is ambiguity as to what happens after the runner (now changed from 'you' to hopefully improve clarity) reaches the lake.
. If the velocity is specified as the distance from point on the lake that is closest to the runner, the direction once he reaches the lake is undefined - but the speed is infinite. So, once the runner reaches the lake, he can instantaneously be anywhere on it - but will never leave it**.
. Alternatively, we may define a distance from the runner to the edge of the lake. In that case I think we should assume that the velocity is also towards the edge of the lake. So he can go around the edge of the lake at infinite speed, but will stay at the lake's edge.
Whichever we choose, once he has reached the edge of the lake, other than being in the lake or on its edge, we have no idea where to find him.

**But- even though we can set up a one-to-one correspondence between the points on a line and the points on a surface, that does not mean that he will visit every point on the lake in a finite time...

Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#54
In reply to #53

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/05/2008 11:10 PM

Physicist?,

Yep, I'm with you. That is ,I believe my re-enactment of the runner's backward-going is explained another way. Hope this avoids some of the ambiguity plight.

I chuckled when I saw the two directions and thought I could have a little fun with it. Even though the runner turns his/her back to the starting post (20 m from the shore), that results in negating the runner's position starting at the pole, the pole remains 20 m from the shore, 20 m behind the runner placing the runner on the shore line. So, I added an additional 20 m putting runner's starting position at the pole. Then the 5 m/sec positive velocity "pushes" the runner backwards away from the pole and shore. The runner's toes "claw" the sand trying to go in the direction of a negative position toward the lake -- of course, without success. The runner finishes the 20 sec at 64.1782 m from the shore line. ERGO, the runner never gets any closer than 20 m from the shore line, if the runner starts from the 20 m pole/from the shore line.

Find my solution on my computer in Mcad 6PRO? I have not been successful converting it to Mcad13 SR2. Murphy owns my computer. He does what he wants to do and I cannot get around him to change some of my Mcad6 to Mcad13; the lake challenge being one of them he holds back. I have tried the conventional methods.

soaralone1

Reply
Guru

Join Date: Apr 2007
Posts: 3531
Good Answers: 59
#56
In reply to #54

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/06/2008 5:30 AM

I think I see what you mean - the challenge didn't say where the other end of the distance from the lake was being measured. I (in common, I suspect, with most other readers) merely assumed it was the distance to you (as the runner).

On the other hand, the consequent reasoning appears too contorted (even for me)

Reply
Member

Join Date: May 2008
Posts: 8
Good Answers: 1
#41

Re: Leaving The Lake: CR4 Challenge (05/27/08)

05/31/2008 3:42 AM

I know that velocity is inverse proportional to distance, thus

(a) v = d/dt (x) = k/x
where d/dt (x) is the derivate in time of space, thus velocity.

I know that when x=20, then v = 5 m/s (as if the man would have been started sometime earlier, but do not worry about this now), therefore

(b) k=100

I am now looking for a function x(t) which solves the differential equation

(c) d/dt (x) - k/x = 0

We know that the square root function Sqrt (x) has exactly this carachteristic: the differetial is proportional to the reciprocal.

Therefore

(e) x(t) = A.sqrt (x)
where A is a constant to be found.

Substituting (e) in (c) and solving, gives

(f) A = sqrt (2k)

The definitive equation for distance in function of time is therefore:

(g) x(t) = sqrt (200*t)
where x=0 and t=0 references to the shoreline !!

Now: How many seconds would elapse to reach the 20 m? (the "starting" point): it is
t0 = sqr (x) / 200 = 400 / 200 = 2 seconds

And finally: which distance after additional 20 seconds, that is at t1= 22 seconds?

x(t1) = sqrt (200*22)=sqrt (4400) = 66.33 m

Reply
Guru

Join Date: Feb 2006
Location: Piney Flats, Tennessee
Posts: 1740
Good Answers: 23
#42

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/01/2008 11:21 PM

0 ft. I am not running away from the beer.

__________________
If you never do anything you never have problems.
Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#57

Re: Leaving The Lake: CR4 Challenge (05/27/08)

06/29/2008 4:01 PM

Hi ONE and ALL,

I have had to get a better computer -- the old one was not that very old -- 6 or 7 months. But like all computer installations I have personal acquaintance with, all have Murphy helping me !!!! My "new" computer crashes regularly -- this time, right now as I write this, it has taken 3 professionals, years well experienced, 3 weeks to get me up and running. They did not believe Murphy was in the beast, before they started -- BUT now they do!!!!!

So now I am back and have -- along with other ,many files -- I have to redo my files on the Lake problem.

I'll be back -- and hopefully be able to paste my work on it, here .

Soaralone1

Reply
Guru

Join Date: Sep 2007
Location: Wrong end of the yellow brick road in Oz
Posts: 930
Good Answers: 15
#58
In reply to #57

Re: Leaving The Lake: CR4 Challenge (05/27/08)

07/01/2008 1:04 AM

Format your Hard Drive and install Linux, it'll do you for the next 10 years

__________________
Qn, Whats the differance between a Snake and a Onion? Ans, No one cries when you chop up a Snake
Reply
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#59

Re: Leaving The Lake: CR4 Challenge (05/27/08)

07/02/2008 3:51 PM

Hi every one,

I will try again to paste in my 3 pages yes, xxx, it took 3 pages,; but I hope that is not too crazy. Please read it carefully to find and m-m-m goofs??

The second try to paste did not work. So again

The third try RTF did not work. So again

Murphy helped me the past few weeks -- I had a computer change, program re-installations, this project having to be redone -- all together much delay.

I repeat the challenge statement briefly so readers (and evaluators) can help me for any fixings needed.

A pole is located 20 m from the shore. From the pole , the runner starts with 5 m/sec velocity running way from the water and shor......!??!!?

NOTICE!!! This is my more than 7th attempt to get my computer together enough to get this reply to the "Leaving The Lake" Challenge. Yes, I have reformatted my computer drives several times by professional, well experienced computer folks. They have met and come to respect my brand of Murphy. I will be very brief in the comments but attempt completeness in the equations.

OK folks I have the file I want to down load and all attempts result in denials

I will need specific detailed step help -- I have already confessed that I am not a computer-phile; so no noises about my limitations here I thank you very much. What do I do??

soaralone1

Reply
Guru

Join Date: Sep 2007
Location: Wrong end of the yellow brick road in Oz
Posts: 930
Good Answers: 15
#60
In reply to #59

Re: Leaving The Lake: CR4 Challenge (05/27/08)

07/03/2008 3:57 AM

I have a computer file here, its a "Hard Bastard"

__________________
Qn, Whats the differance between a Snake and a Onion? Ans, No one cries when you chop up a Snake
Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#61
In reply to #60

Re: Leaving The Lake: CR4 Challenge (05/27/08)

07/04/2008 11:13 AM

Snaketails, I'm not sure what "Hard Bastard" is, but I'll try again to paste the 3-page file some others question as necessary. Check it out - 3-page questioner.

OK OK ALREADY. How do I setup a URL address for my document. All other paths have not worked through Murphy. Step-by-step, key-by-click directions please.

soaralone1

Reply Off Topic (Score 5)
Guru

Join Date: Sep 2007
Location: Wrong end of the yellow brick road in Oz
Posts: 930
Good Answers: 15
#69
In reply to #61

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/09/2008 10:40 PM

Something similar to this..

http://www.restockit.com/8-Round-Bastard-File-w-Handle-(SKT90181).html

__________________
Qn, Whats the differance between a Snake and a Onion? Ans, No one cries when you chop up a Snake
Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#70
In reply to #69

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/10/2008 7:30 AM

How to make an http://File? Where to put it?

My file can be made into a .pdf.

Reply Off Topic (Score 5)
Anonymous Poster
#62
In reply to #59

Re: Leaving The Lake: CR4 Challenge (05/27/08)

07/04/2008 11:28 AM

As three pages is too long for a solution to this simple problem, no-one will actually read it, but: the reasonable ways I know that actually work to put stuff into CR4 BLOGS are:

a) For a text or similar file, just copy (for example, select text and use ctrlC) from your original document and paste (ctrlV) into the CR4 reply or write window.
b) For anything else convert to an image and store on your PC, and use the green camera to browse for the location.

Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#63
In reply to #62

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/02/2008 8:28 AM

OK Here's a Paste did not work -- all equations are left out needing pictures

Browsing for my file resulted in a CR4 rejection So How now? do I create a URL?

Murphy helped me te past two weeks -- I had a computer change, program re-installations, this project having to be redone -- all together much delay.

I repeat the challenge statement briefly so readers (and evaluators) can help me for any fixings needed.

The runner distance the from the shoreline is e.0. . A pole is located 20 m from the shore. From the pole , the runner starts with 5 m/sec velocity running way from the water and shoreline.

NOTICE!!! This is my more than 7th attempt to get my computer together enough to get this reply to the Leaving The Lake. Yes, I have reformatted several times by professional, well exprerienced computer folks. They have come to respect my brand of Murohy. I will be very brief in the comments but complete in the equations.

At t=0

Here I noted k and v are distance related, not time related.

Oops!

Proof, integrate the differentials

We have 2 unknowns. To solve the challenge, we need two equations.

The first is our original veloctiy function.

Differentiating with respecto to x so we can integrate the resulting velocity functions over their respaetive ranges

we get

to integrate velocity from start to end for plotting out to 50 m -- just tosee what this looks like

Completing the integrations we find our second equation to work with.

Ranging ending position from x = 0 velocity goes from 5 m/sec to v.end.

If we set (16) = (17) and solve for x.finally

which gives us 2 answers, as promised a couple blog entries ago. (I have compacted an otherwise very long, speadout result.)

Incidentatly. the ending velocity is

And here is the end of 3 pages, -- for anyone who was asking.

Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#64
In reply to #63

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/05/2008 11:06 AM

Of course the 5 "Off Topic" is correct. Thanks for boosting my interest in CR4.

I find no one knows how to take a Mathcad document from my computer to CR4?

I have tried all suggestions -- so far none work>

How do I take a .PDF file to CR4? Exact steps, please.

soaralone1

Reply Off Topic (Score 5)
Anonymous Poster
#65
In reply to #64

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/05/2008 5:08 PM

The green camera in the toolbar works on bitmaps, so you could try that instead (and there are plenty of free tools available that will convert from PDF to bitmap)

On the other hand, I had my doubts that anyone would have the patience to read pages of maths in standard format when the problem can be solved correctly in a few lines (once it is properly defined). The chances of anyone crawling through a 3-page mathcad exposition for this purpose must be vanishingly small.

Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#66
In reply to #65

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/05/2008 9:35 PM

Hi Guest,

The difference is that the acceleration is not a function of time - as everyone's answers show. It is a function of distance which requires the acceleration to be modulated according to distance from the water shoreline. Acceleration = da/dx not Acceleration = da/dt. My three pages are required only to show how this different absolute requirement plays out.

Any one not interested in, I am sure, will not have to "read through the 3 pages" with very easy reading - just skip to the end.

Your recommended means to put the 3-pages in CR4 is still wanted -- step by step, please.

soaralone1

Reply Off Topic (Score 5)
Anonymous Poster
#67
In reply to #66

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/07/2008 10:27 AM

Physical acceleration is barely relevant with such a clearly artificial challenge. However, expression in the standard from still requires only another three lines at most.

And, if you start out by using 'acceleration' to describe dv/dx instead of dv/dt, and using 'a' instead of 'v' in your equations, I for one am going to find it exceedingly hard to read.

Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#68
In reply to #67

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/09/2008 9:00 AM

Test your reading skills, Guest.

Tell me how to beat the rejections I receive on trying to download my, perhaps wrong, solution to CR4.

Reply Off Topic (Score 5)
Anonymous Poster
#71
In reply to #68

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/10/2008 7:41 AM

Life's too short, but you could

Try copying it to a text editor and paste in the text (ctrlC and ctrlV seem to work so you don't need the camera)

Reply Off Topic (Score 5)
Guru

Join Date: Sep 2007
Location: Wrong end of the yellow brick road in Oz
Posts: 930
Good Answers: 15
#72
In reply to #71

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/11/2008 12:12 AM

I have read someplace that if you have your client program open, press "Print Screen" open your paint program and then <ctrl-V> (paste) and save that graphic as a image, then save as a image in your posting...

__________________
Qn, Whats the differance between a Snake and a Onion? Ans, No one cries when you chop up a Snake
Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#75
In reply to #72

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/11/2008 9:07 AM

Snaketails,

Works fine for "one-pagers" but I need to create a temporary web address.

I have no reason for CR4 always returning a "you cannot do this" kind of response. I suppose it is some kind of protection?

Where are you, Jorrie? Can you give me some help here?

Reply Off Topic (Score 5)
Commentator

Join Date: Sep 2007
Location: Kenmore, NY
Posts: 71
#73
In reply to #71

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/11/2008 9:00 AM

Guest,

That was one of my tries but the math operations would not reproduce

Reply Off Topic (Score 5)
Anonymous Poster
#74
In reply to #73

Re: Leaving The Lake: CR4 Challenge (05/27/08)

09/11/2008 9:04 AM

Poor communications to other editors was one of several reasons that (many years ago) I refused to sign off mathcad purchases for my company. The other was that it didn't accept or use equations in standard mathematical format. I had hoped that customer demand should have corrected both those issues by now.

Reply Off Topic (Score 5)
Reply to Blog Entry 75 comments

Good Answers:

These comments received enough positive votes to make them "good answers".

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

3Doug (1); AlfaBeta (1); Anonymous Poster (10); bhasker03 (1); Cardio07 (2); dadw5boys (1); Floram (3); jim35848 (4); Kwetz (4); Maths_Physics_Maniac (2); Paddler (1); Physicist? (10); Planet of the Apes (1); SlideRuler (5); Snaketails (6); soaralone1 (17); SPIJman (1); The Commoner (1); tkot (2); user-deleted-1105 (2)

Previous in Blog: Elastic Ball: CR4 Challenge (05/19)   Next in Blog: Magnitude of Force: Newsletter Challenge (06/03/08)

Advertisement