Solving Differential Equation: ln |9/64| = k

kyu
Messages
12
Reaction score
0


i got k = ln |9/64|

then how can the next step using ln 0 doesn't make sense. what should i do?
 

Attachments

  • ma2.jpg
    ma2.jpg
    16.1 KB · Views: 455
Physics news on Phys.org
kyu said:
i got k = ln |9/64|

then how can the next step using ln 0 doesn't make sense. what should i do?

Please show us your work.
 
Mark44 said:
Please show us your work.

should be wrong but here goes

dh/dt = -k h^(1/2)
1/h^(1/2) = -k dt
ln 9 - ln 64 = k
ln |9/64| = k

ln 0 - ln 64 = ln |9/64| (t-0)
 
kyu said:
should be wrong but here goes

dh/dt = -k h^(1/2)
1/h^(1/2) = -k dt
Where did the dh go?
kyu said:
ln 9 - ln 64 = k
How did you get this (above)?
kyu said:
ln |9/64| = k

ln 0 - ln 64 = ln |9/64| (t-0)
 
kyu said:
should be wrong but here goes

dh/dt = -k h^(1/2)
1/h^(1/2) = -k dt
ln 9 - ln 64 = k
ln |9/64| = k

ln 0 - ln 64 = ln |9/64| (t-0)

The integral of h^{-1/2} is given by the usual rule for powers, \int x^\alpha\,dx = \frac{x^{\alpha + 1}}{\alpha + 1} + C, not the exception \int x^{-1}\,dx = \ln |x| + C.
 
  • Like
Likes 1 person
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...
Back
Top