Post Reply 
snowplow problem
03-18-2021, 08:38 PM (This post was last modified: 03-18-2021 09:14 PM by Albert Chan.)
Post: #2
RE: snowplow problem
Let snow started at time 0, time x = noon-time, when snowplow was started.
Assumed speed of snowplow inverse-proportional to snow thickness.

First hour snowplow distance traveled = doubled of 2nd hour (due to more snow)

∫(1/t, t=x .. x+1) = 2 * ∫(1/t, t=x+1 .. x+2)

ln(x+1) - ln(x) = 2 * (ln(x+2) - ln(x+1))
3*ln(x+1) = 2*ln(x+2) + ln(x)

(x+1)³ = (x+2)² * x
x² + x - 1 = 0
(x + φ) * (x - (φ-1)) = 0

Since x > 0, x = φ-1 ≈ 0.6180 hour (37 minutes)

---

We can estimate integrals with mid-point rules.
[Image: func-1-x.svg]

∫(1/t, t=x .. x+1) ≈ (1/(x+1/4) + 1/(x+3/4)) / 2   // estimate with 2 rectangles
∫(1/t, t=x+1 .. x+2) ≈ 1/(x+3/2)                         // 1 rectangle OK, since the left is flatter

(x+1/2) / ((x+1/4) * (x+3/4)) = 2 * 1/(x+3/2)
(x+1/2) * (x+3/2) = 2 * (x+1/4)*(x+3/4)            // scale away denominator
x² + 2x + 3/4 = 2x² + 2x + 3/8
x² = 3/8
x = √(3/8) ≈ 0.6124 hours (37 minutes)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
snowplow problem - EdS2 - 03-18-2021, 03:24 PM
RE: snowplow problem - Albert Chan - 03-18-2021 08:38 PM
RE: snowplow problem - Albert Chan - 03-19-2021, 04:46 PM
RE: snowplow problem - Albert Chan - 03-20-2021, 01:10 PM
RE: snowplow problem - Albert Chan - 03-23-2021, 05:50 PM
RE: snowplow problem - Albert Chan - 03-27-2021, 04:34 PM
RE: snowplow problem - EdS2 - 03-19-2021, 11:34 AM
RE: snowplow problem - Ren - 03-19-2021, 07:01 PM
RE: snowplow problem - EdS2 - 03-22-2021, 12:18 PM



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