Help with Differential equation

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
6 replies · 3K views
Hey there
Messages
5
Reaction score
0
A hemispherical bowl of radius a has its axis vertical and is full of water. At time t=0 water starts running out of a small hole in the bottom of the bowl so that the depth of water in the bowl at t is x. The rate at which the volume of water is decreasing is proportional to x. Given that the volume of water in the bowl when the depth is x is [tex]\pi(ax^2-\frac{1}{3}x^3)[/tex] show that there is a positive constant k such that

[tex]\pi(2ax-x^2)\dfrac{dx}{dt}=-kx[/tex]
My method
[tex]-\dfrac{dV}{dt}\propto x[/tex]
[tex]\dfrac{dV}{dt}=-kx[/tex]
[tex]\dfrac{dV}{dt}=\dfrac{dV}{dx} \dfrac{dx}{dt}[/tex]
[tex]V=\pi(ax^2-\frac{1}{3}x^3)[/tex]
[tex]\dfrac{dV}{dx}=\pi(2ax-x^2)[/tex]
[tex]\pi(2ax-x^2)\dfrac{dx}{dt}=-kx[/tex]

(ii) Given that the bowl is empty after a time T, show that

[tex]k=\dfrac{3 \pi a^2}{2T}[/tex]

My method (I'm not sure how to answer this part).

[tex]\pi(2ax-x^2)\dfrac{dx}{dt}=-kx[/tex]
[tex]\displaystyle \int (2\pi a-\pi x )dx=\displaystyle \int-k dt[/tex]
[tex]2\pi ax-\frac{\pi x^2}{2}=-kt + C[/tex]

x=0 when t=T

I'm not sure how to go about showing [tex]k=\dfrac{3 \pi a^2}{2T}[/tex]with the information in the question.

Can you help me?

Thanks.
 
Last edited:
Physics news on Phys.org
There's a mistake in your integration in part (ii). The integral of 2*pi*a*dx is not 2*pi*a. Fix that first. Then use that at t=0, x=a (the hemisphere was initially full) to find the value of C. Once you've found C put x=0 and solve for t.
 
Last edited by a moderator:
Dick said:
There's a mistake in your integration in part (ii). The integral of 2*pi*a*dx is not 2*pi*a. Fix that first. Then use that at t=0, x=a (the hemisphere was initially full) to find the value of C. Once you've found C put x=0 and solve for t.

I got [tex]C=2a^2(\pi-\frac{1}{4})[/tex]

So

[tex]2 \pi ax-\frac{\pi x^2}{2}=-kt+2a^2(\pi -\frac{1}{4})[/tex]

when x=0 t=T

[tex]kT=2a^2(\pi-\frac{1}{4})[/tex]

[tex]k=\dfrac{2a^2(\pi-\frac{1}{4})}{T}[/tex]

[tex]k=\dfrac{2a^2 \pi-\frac{1}{2}a^2}{T}[/tex]

[tex]k=\dfrac{4a^2 \pi-a^2}{2T}[/tex]

[tex]k=\dfrac{a^2(4 \pi -1)}{2T}[/tex]

This doesn't equal [tex]k=\dfrac{3\pi a^2}{2T}[/tex]

Where have I gone wrong?
 
Last edited:
Dick said:
If I put x=a into ##2 \pi ax-\frac{\pi x^2}{2}##, which is what you did I hope, I don't get ##2a^2(\pi-\frac{1}{4})##.

I simplified it wrong then.

I'll have another look.
 
Dick said:
If I put x=a into ##2 \pi ax-\frac{\pi x^2}{2}##, which is what you did I hope, I don't get ##2a^2(\pi-\frac{1}{4})##.

Oh my god. This is incredibly simple. I over complicated it I guess. So I have

[tex]C=\dfrac{3\pi a^2}{2}[/tex]

[tex]2\pi ax- \dfrac{\pi x^2}{2}=-kx+\dfrac{3 \pi a^2}{2}[/tex]

x=0 when t=T

[tex]kT=\dfrac{3 \pi a^2}{2}[/tex]

[tex]k=\dfrac{3 \pi a^2}{2T}[/tex]

Got it.