quantum13 said:
d'oh the summer makes me forget even how to do basic integrals
but what if you do the integral in a non-definite way and use the constant C turning it into an initial value problem
dx = dt / kt
x = ln(t) / k + C
and use t=0, x=x0
but with this way i get ln(0), so how do i figure out C?
i know I am making some mistake but i can't seem to figure it out..
Your equation for velocity is undefined for t=0, so it's no surprise that the position is equally undefined there.
You can't solve it as an initial value problem because of the specific function. You end up with dimensions in the argument. You can't talk about a function [tex]f(t)=x[/tex] of how much distance the particle has traveled since time [tex]t=0[/tex] because that specific integral diverges, so you must take the definite integral for [tex]f(t)=x[/tex] and only speak of differences in this function for [tex]t>0[/tex]
And since you can't take the definite integral of one side of the equation, and the indefinite integral of the other side, you must therefore take the definite integral of both.
For instance, if we define [tex]x(t=1) = x_0[/tex] as an initial condition, we avoid the whole thing about the function being undefined at our chosen initial value, but the function [tex]f(t)=x[/tex] as specified by the indefinite integral is still poorly defined.
[tex]kx=\ln{t}+kC[/tex]
(Note how in the next step, if we were to measure time in any other units, we would not receive [tex]\ln{1}[/tex] but some other value!)
[tex]kx_0=\ln{1}+kC[/tex]
[tex]C=x_0[/tex]
[tex]x=\frac{kx_0+\ln{t}}{k}[/tex]
Bringing both terms into the logarithm:
[tex]x=\frac{\ln{(e^{kx_0}\cdot t)}}{k}[/tex]
And so our argument for the logarithm still has dimensions of time, which proves we made a serious mistake somewhere along the way.