Trouble with The Snowplow Problem

  • Thread starter Xyius
  • Start date
In summary, the conversation is about solving a differential equation that involves a snowplow clearing snow at a constant rate. The problem is to find at what time it started snowing based on the given information. The expert suggests using a differential equation and initial values to solve for the parameters, but the results are messy. With further guidance, the expert suggests simplifying the equation by eliminating unnecessary parameters. This results in a neater solution and the answer is found to be 12:15AM.
  • #1
Xyius
508
4
Trouble with "The Snowplow Problem"

"One morning it began to snow very hard and continued snowing stadily throughout the day. A snowplow set out at 8:00AM to clear a road, clearing 2 miles by 11:00AM and an additional mile by 1:00 PM. At what time did it start snowing?"

This my my approach.

In the problem it states that we can assume the rate of snowfall is constant and that the speed at which the plow goes is inversely proportional to the height of the snow.

Using this information, the differential equation I come up with is..

[tex]\frac{dx}{dt} = \frac{k}{S}[/tex]

Where k = proportionality constant, and S = the depth of the snow.

Since we can assume the rate of snowfall is constant, it yields another differential equation...

[tex]\frac{dS}{dt} = C[/tex]

Solving for S..

[tex]\frac{dS}{dt} = C \rightarrow dS = Cdt \rightarrow S = Ct+D
[/tex]

Substituting this into the first equation and solving..

[tex]\frac{dx}{dt} = \frac{k}{Ct+D} \rightarrow x = \frac{k}{C}ln|Ct+D|+E[/tex]

My next guess would use (t=8 , x=0) (t=11 , x=2) and (t=13 , x=3) as initial values to solve for C, D and E. I get VERY messy results however. With the help of my calculator I get an numerical answer for t to be equal to -1.7085 or 11:18PM of the previous day. This doesn't make sense considering it states it starts to snow in the MORNING. if the time were positive it would translate to 1:42AM. Any help would be appreciated.

~Matt

EDIT: The chapter this is in is about solving first order differential equations.
 
Physics news on Phys.org
  • #2


Your equation has four parameters, k, C, D, and E, but you have only three conditions. How did you get specific values for all four?
 
  • #3


Yeah that's a good point, I basically know that my answer is wrong. Haha.
I am looking for some extra insight as to what I should try next. Would this be the correct way to go about this problem?
 
  • #4


You don't really have 4 indepedent parameters.
Take your expression
(k/C) ln (Ct +D) + E
=(k/C) ln (C (t + D/C)) + E
= (k ln C/ C) ln (t + D/C) + E
which is the same as
= A ln(t + B) + E
Note, you want to find when Ct + D = 0, so you only need the value of D/C

This makes sense in real life. If it had snowed twice as fast, and the snowplow was twice as powerful, then the distance cleared in a given time would have been the same.

Now you have 3 equations in 3 variables
0 = A ln (8+B) + E
2 = A ln (11+B) + E
3 = A ln(12+B) + E
Subtract pairs of equations to elminate E
Then divide the two equations you get to eliminate A
You will get an equation connecting ln (12+B), ln (11+B), and ln(8+B).
Using the properties of logs, you can turn that equation into

ln[something] = 0
or
[something] = 1

And you will then have a equation you can solve for B (without using a calculator!)
 
  • #5


Thanks for the help! This is what I got, tell me if it looks right.
(I did it in MathType, it would have taken WAY too long using the Latex code.

http://img202.imageshack.us/img202/6755/snowplowproblem.gif
 
Last edited by a moderator:
  • #6


That's the right idea, except you made one mistake.

"Pascal's triangle" was a good thing to say, but
(11+B)^3 is not 11^3 + 11^2 B + 11B^2 + B^3

Hint: (11+B)^2 is not 11^2 + 11B + B^2.
You expanded (13+B)^2 correctly, so you should be able to see what is wrong. If you can't see it, just multiply out (11+B)^3 the long way.
 
  • #7


Oh! I forgot to multiply the two middle terms by 3! I re-did the calculations and got 12:15AM as the result.

Thanks a lot :D
 
  • #8


I re-did the calculations and got 12:15AM as the result

When the answer to a question in a textbook comes out to a nice number, that usually means you got it right. :smile:

A neater way to sort out the constants is like this:

You have the differential equation dx/dt = k/S

You know the rate of snowfall is constant starting at time T, and you want to find T, so make T one of your parameters right from the beginning.

The depth of snow S is a straight line graph through the point (T,0), which is
S = c(t - T)
for some value of c

Now you have
dx/dt = (k/c) / (t-T)
and you can see that k and c are not really independent parameters.
So let k/c = a and the DE becomes

dx/dt = a/(t-T)
for some value of a.

From then on, everything is same as your solution, but you got rid of the unwanted parameters right from the start.
 
  • #9


Makes sense! Thanks :)
 

FAQ: Trouble with The Snowplow Problem

1. What is the Snowplow Problem?

The Snowplow Problem is a mathematical model that describes the challenges faced by snowplow operators in clearing roads during a snowstorm. It takes into account factors such as the amount of snowfall, the size of the plow, and the speed of the plow, to determine the most efficient way to clear a road.

2. Why is the Snowplow Problem important?

The Snowplow Problem is important because it helps us understand and optimize the process of clearing roads during a snowstorm. This can lead to more efficient and cost-effective snow removal, improved safety for drivers, and reduced environmental impact.

3. What are some real-world applications of the Snowplow Problem?

The Snowplow Problem has many applications in various industries, such as transportation, logistics, and city planning. It can also be used to optimize other types of clearing operations, such as clearing debris after a natural disaster.

4. How do scientists approach solving the Snowplow Problem?

Scientists use mathematical models and computer simulations to solve the Snowplow Problem. They consider various variables and factors, and use algorithms and optimization techniques to determine the most efficient solutions.

5. What are the limitations of the Snowplow Problem?

The Snowplow Problem is a simplified model that does not take into account all real-world factors, such as traffic patterns and road conditions. It also assumes a uniform snowfall and does not account for areas with varying levels of snow accumulation. As such, its solutions may not always be applicable in real-world scenarios.

Similar threads

Back
Top