DiffEQ, Snowing Rates, Distance Traveled

Click For Summary

Homework Help Overview

The discussion revolves around a differential equation modeling the distance traveled by a snowplow as it clears snow during a snowstorm. The scenario describes the snowplow's movement over time, with specific distances covered in given hours, and raises questions about the relationship between snow accumulation and the plow's speed.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore modeling the plow's speed in relation to the height of snow and the volume cleared. There are attempts to express the speed as a function of snow height and time, leading to questions about integrating the resulting differential equation. Some participants also consider the implications of setting the start time for snow accumulation and how that affects the model.

Discussion Status

The discussion is ongoing, with participants sharing their reasoning and calculations. Some have proposed potential forms for the solution and are questioning the assumptions made about the rate of snowfall. There is no explicit consensus yet, but several lines of reasoning are being explored regarding the initial conditions and the relationship between variables.

Contextual Notes

Participants note the lack of specific information regarding the rate of snowfall and express concern about the assumptions necessary to proceed with the problem. The discussion includes considerations of piecewise functions and the implications of defining time relative to the onset of snowfall.

QuietMind
Messages
42
Reaction score
2

Homework Statement


Early one morning it starts to snow. At 7AM a snowplow sets off to clear the road. By 8AM, it has gone 2 miles. It takes an additional 2 hours for the plow to go another 2 miles. Let t = 0 when it begins to snow, let x denote the distance traveled by the plow at time t. Assuming the snowplow clears snow at a constant rate in cubic meters/hour:
a) Find the DE modeling the value of x.
b) When did it start snowing?

Homework Equations


N/A, but related course topics are for solving DiffEq's by separation of variables

The Attempt at a Solution


Modeling the plow as a rectangle with a certain length L, and assuming that the snow height H is across the length, and the plow speed is V, then "Assuming the snowplow clears snow at a constant rate in cubic meters/hour" can be expressed as
## LHv = C##
where c is some constant. H and V are both functions of time.
Simplify by combining constants (K= C/L) and dividing by H gives
##v= K/H##

re-expressing v as the time derivative of distance x yields

## \frac{dx}{dt} = \frac{K}{H} ##
separation of variables yields
## dx= \frac{K*dt}{H}##

I want to integrate as I usually would in a separation of variable problem, but I can't figure out what to do with H (can it be modeled as a function of x?), or how to incorporate the initial conditions. I'm also confused about setting t= 0 when it starts to snow, because that seems like it would make it into a piecewise function. I can't tell if I'm missing any assumptions.

To answer part B, it seems like I would have to pretend the plow was already moving by 7am (as in pretend it was continuously moving beforehand, and had some certain speed at 7am to match the initial conditions), then look at what time the speed approaches infinity from the right.
 
Physics news on Phys.org
QuietMind said:

Homework Statement


Early one morning it starts to snow. At 7AM a snowplow sets off to clear the road. By 8AM, it has gone 2 miles. It takes an additional 2 hours for the plow to go another 2 miles. Let t = 0 when it begins to snow, let x denote the distance traveled by the plow at time t. Assuming the snowplow clears snow at a constant rate in cubic meters/hour:
a) Find the DE modeling the value of x.
b) When did it start snowing?

Homework Equations


N/A, but related course topics are for solving DiffEq's by separation of variables

The Attempt at a Solution


Modeling the plow as a rectangle with a certain length L, and assuming that the snow height H is across the length, and the plow speed is V, then "Assuming the snowplow clears snow at a constant rate in cubic meters/hour" can be expressed as
## LHv = C##
where c is some constant. H and V are both functions of time.
Simplify by combining constants (K= C/L) and dividing by H gives
##v= K/H##

re-expressing v as the time derivative of distance x yields

## \frac{dx}{dt} = \frac{K}{H} ##
separation of variables yields
## dx= \frac{K*dt}{H}##

I want to integrate as I usually would in a separation of variable problem, but I can't figure out what to do with H (can it be modeled as a function of x?), or how to incorporate the initial conditions. I'm also confused about setting t= 0 when it starts to snow, because that seems like it would make it into a piecewise function. I can't tell if I'm missing any assumptions.
As they plow 2 miles in the first hour, and then next 2 miles in the next 2 hours, it is clear that it is still snowing.
You could assume that the amount of snow falling is constant over time (as nothing is said about that), so H=Ft (F some constant).
QuietMind said:
To answer part B, it seems like I would have to pretend the plow was already moving by 7am (as in pretend it was continuously moving beforehand, and had some certain speed at 7am to match the initial conditions), then look at what time the speed approaches infinity from the right.
The plow wasn't moving before 7am. It was snowing before 7am.

First solve a), that will give you x(t) with two unknown constants.
For b), if you set t=0 as the time it started to snow, then 7AM is some ##t_0## that you will have to determine using what you are told about what happens between 7AM and 8AM, and between 8AM and 10AM.
 
Last edited:
If H=ft, then I have missed a very critical assumption.
the answer to A should then be
## v =\frac{dx}{dt} = \frac{K}{ft} = \frac{C}{t}##

where C is some other constant. This is a logarithm so the solution is:
## x(t) = C \ln(t) + D ##
D is another constant.Attempt at part B:
Start plugging in IC
## 0 = C\ln(t_0) + D ##
##2 = C\ln(t_0 + 1) + D##
##4 = C\ln(t_0+3) + D##

Subtracting the 1st from 2nd eqs:
##2 = C\ln(\frac{t_0 + 1}{t_0} )##

Subtracting 2nd from 3rd eqs:
##2 = C\ln(\frac{t_0+3}{t_0+1})##

which means the argument of ln in each must be the same fraction. Solving I get t_0 = 1
So it starts snowing at 6AM.

Does that look right? I was concerned about assuming that it snows at some constant rate.
 
Last edited:
QuietMind said:
If H=ft, then I have missed a very critical assumption.
the answer to A should then be
## v =\frac{dx}{dt} = \frac{K}{ft} = \frac{C}{t}##

where C is some other constant. This is a logarithm so the solution is:
## x(t) = C \ln(t) + D ##
D is another constant.Attempt at part B:
Start plugging in IC
## 0 = C\ln(t_0) + D ##
##2 = C\ln(t_0 + 1) + D##
##4 = C\ln(t_0+3) + D##

Subtracting the 1st from 2nd eqs:
##2 = C\ln(\frac{t_0 + 1}{t_0} )##

Subtracting 2nd from 3rd eqs:
##2 = C\ln(\frac{t_0+3}{t_0+1})##

which means the argument of ln in each must be the same fraction. Solving I get t_0 = 1
So it starts snowing at 6AM.

Does that look right?
Yes, that is the same result I got.
QuietMind said:
I was concerned about assuming that it snows at some constant rate.
I understand. Problem is that you have to assume something about the rate of snow falling in order to solve the exercise. Constant rate seems the obvious choice.
 
  • Like
Likes   Reactions: QuietMind

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
39
Views
4K
Replies
52
Views
13K
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
8
Views
4K
Replies
11
Views
4K
  • · Replies 8 ·
Replies
8
Views
10K