Simple differential eqn's question

  • Thread starter Thread starter DWill
  • Start date Start date
  • Tags Tags
    Differential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 13K views
DWill
Messages
68
Reaction score
0

Homework Statement


A spherical raindrop evaporates at a rate proportional to its surface area. Write a differential equation for the volume of the raindrop as a function of time.


Homework Equations





The Attempt at a Solution


The answer is dV/dt = -kV^(2/3), for some k > 0.

I don't really understand this answer. The question states the volume changes at a rate proportional to its surface area (A = 4*pi*r^2), but it seems from the answer it depends on volume V. Can someone help me understand how to get to this answer? And how do I know there is a constant k in there too? The problem never states it.. am I just supposed to know this somehow?

Thanks!
 
Physics news on Phys.org
DWill said:

Homework Statement


A spherical raindrop evaporates at a rate proportional to its surface area. Write a differential equation for the volume of the raindrop as a function of time.

The Attempt at a Solution


The answer is dV/dt = -kV^(2/3), for some k > 0.

I don't really understand this answer. The question states the volume changes at a rate proportional to its surface area (A = 4*pi*r^2), but it seems from the answer it depends on volume V. Can someone help me understand how to get to this answer? And how do I know there is a constant k in there too? The problem never states it.. am I just supposed to know this somehow?

Thanks!

I've bolded the key phrases in the question.

To see where 'k' comes from, you need to understand what 'proportional to' means. For example, if I tell you 'y' is proportional to 'x', it could mean that [itex]y=2x[/itex] or [itex]y=-7489327x[/itex] or [itex]y=\sqrt{\pi}x[/itex]; you don't know what the constant of proportionality is (unless otherwise told), so you usually just call it [itex]k[/itex] (or some other letter) so that [itex]y=kx[/itex]

The next key phrase tells you that you should try to express the surface area of the sphere (and the entire differential equation!) in terms of the volume, not the radius.

So, if [itex]A=4\pi r^2[/itex] and [itex]V=\frac{4}{3}\pi r^3[/itex], then [itex]A[/itex] in terms of [itex]V[/itex] is____?
 
Thanks for the reply
Hm, then V = (1/3)*r*A, right? or A = 3V/r

where do you go from there?
 
If the volume changes with time, then so does the radius. So to make a DE that involves only the Volume (and constants) you should eliminate 'r'.

If [itex]V=\frac{4}{3}\pi r^3[/itex], then r=___? So A=___?
 
r = (3V / 4pi)^(1/3), and A = 4*pi*(3V / 4pi)^(2/3) ?
 
Yup, and since the volume decreases proportional to the surface area, you also know that

[itex]\frac{dV}{dt}=-kA[/itex] for some unknown, positive k (the negative sign and the restriction on k guarantees that the drop loses volume instead of gaining it.

So...dV/dt in terms of volume is?
 
OK so I see where the V^(2/3) comes from now, does that mean the rest of the numbers (constants) before it are included in the proportionality constant k?