Separable Differential Equation

crm07149
Messages
6
Reaction score
0

Homework Statement


The volume V of water in a particular container is related to the depth h of the water by the equation dV/dh below. If V = 0 when h = 0, find V when h = 4.

Homework Equations


dV/dh = 16 sqrt(4-(h-2)2)

V(0) = 0
V(4) = ?

The Attempt at a Solution



I have not gotten the ODE in a form that I can integrate using separation of variables. I have gotten to the point dV/dh = 16 sqrt(-h2+4h) but this doesn't help much.
 
Last edited:
Physics news on Phys.org
Unless you miswrote the equation, you don't need to use separation of variables in this problem, since the right side is an equation of 1 variable. But you can do it like this:

dV/dh = √(4-(h-2)²)

move the dh over
∫dV = ∫√(4-(h-2)²) dh

V = (integrate that expression with respect to h) + C
 
The problem was from my textbook under the "separable equations" section so I listed it as that.

Integrating the expression √(4-(h-2)²) is what I was having trouble with. I tried u substitution, integration by parts, and other methods for awhile. Am I missing something obvious to integrate the expression?
 
I would try a trig substitution. To make things a little simpler, I would make an ordinary substitution u = h - 2, and then the trig substitution.

I usually draw a right triangle, with t being one of the acute angles, hypotenuse 2 and opposite (to angle t) side u. So the substitution here is sin t = u/2.

Don't forget that you'll need to undo two substitutions when you finally evaluate your antiderivative.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top