This is about a simple unit conversion but I just seem to be getting lost.
I am told that Z is a "dimensionless coordinate with units of length" L i.e. L might 5m for example.
I'm then given a function to calculate a distance f(Z), which I think is also in units of L.
I need to calculate this function, but I also need the input and output to be in SI units.
I also need to take the 2nd derivative of f(Z), but wrt. Z measured in SI units.
Am I right in thinking the following (where " ' " denotes SI units):
Z' = L * Z
f'(Z') = L * f(Z)
and the second derivative I want is just
L * (d/dz)^2 (f(Z))
Or is it more complicated than that?

MENU