Isiudor said:
I thought d means delta or Δ.
Nope, it doesn't. Δ represents the change in a quantity, its final value minus its initial value, but the d in a derivative is something more complicated. It doesn't really mean anything by itself, it's only the whole expression dx/dt that has a meaning, and that meaning is "the derivative of the function x(t)".
Isiudor said:
hence I don't see how
dx = sqrt(2gh) * dt
Integrate:
x = t*sqrt(2gh)
is legal.
Good call noticing that. That's an abuse of notation - or, if you ask a mathematician, cheating ;-) It's a technique called separation of variables, and although it seems wrong, it does actually work; you just have to be careful about what is constant and what isn't.
Isiudor said:
Since you say it isn't and since you agree that the instantaneous velocity at t = 3 is 30m/s. explain to me with what values will dx/dt will give you 30m/s.
Values of what? It's not like dx is a variable that has some particular numeric value. Like I said above, dx/dt is a notation for the derivative of x(t), and you can't sensibly break it into parts.
Isiudor said:
and I don't see how "treating h as a variable" helps, ofcourse it's a variable and given the value h = x his statement is still false and the two equations x = x0 + v0*t + 0.5at^2 and x = t*sqrt(2gh) will still give different results.
Well, the important thing is that h is time-dependent. That makes a difference when you do the integration. Everything that PhysicsPrac did up to
\mathrm{d}x = \sqrt{2gh}\mathrm{d}t
is technically correct (though the notation is a bit confusing), but to integrate it, you can't just pull \sqrt{2gh} out of the integral, because it's not a constant. h represents the height of the object, and that height changes with time.
Note that velocity is the rate of change in position, and in this case, the position is height. If you use h to represent height, then v should be the derivative of h. It's confusing to write v = dx/dt when you already have a variable to represent position. Isiudor, you might want to try going through this with v = dh/dt instead of v = dx/dt and see how it works out.