Sphere particle dissolution, volume loss vs time

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
4 replies · 3K views
hammal
Messages
3
Reaction score
0
Hi all,
it might be a silly question, but my math is "a bit" rusty.

I want to find the equation of the volume lost during the dissolution of a sphere particle as function of time:

A=area of sphere
V=volume of sphere
t=time
k=dissolution rate as volume dissolved over area time


A=(4/pi) r^2
V=(4/3)pi r^3
Volume change from dissolution Vloss=kAt

what I know is:
d_V/d_r=4 pi r^2
d_A/d_r=(8/pi) r
d_V/d_t=kA

but from here I don't know how to find V(t), so data I can plot the volume against time or integrate it to get the amount of volume lost against time.

Please any help is much appreciated.
 
Physics news on Phys.org
I presume that you are talking about a sphere, such as a moth ball, that is "evaporates" at a rate proportional to the surface area of the sphere. That is your dV/dt= kA.
Now, as you say, [itex]A= 4\pi r^2[/itex] and [itex]V=n (4/3)\pi r^3[/itex].
Differentiating with respect to t,
[tex]\frac{dA}{dt}= 8pi r\frac{dr}{dt}[/tex] and
[tex]\frac{dV}{dt}= 4\pi r^2\frac{dr}{dt}[/tex]

From the first, [itex]\frac{dr}{dt}= \frac{1}{8\pi r}\frac{dA}{dt}[/itex]
so that [itex]\frac{dV}{dt}= 4\pi r^2\frac{1}{8\pi r}\frac{dA}{dt}= \frac{r}{4}\frac{dA}{dt}[/itex]
 
Yes, that is exactly what I meant. Thanks for your answer, but it is not clear how to find a volume function of time:
I need something like d_V/d_t= whatever function of t

I'm not able to do it from your last part.

Cheers
 
Yes, got it, thanks both of you