c is a constant which is just 1/2 in your case.
However, let me do it with just your numbers:
f = (5x - 4)1/2
Let z = 5x - 4 ...(1) so
f = z1/2
Differentiate f with respect to z
df/dz = (1/2)*z(1/2)-1 or df/dz = (1/2)*z-1/2 ...(2)
We want df/dx not df/dz, so we use the chain rule df/dx = df/dz*dz/dx ...(3)
We have df/dz, so we need dz/dx
From (1) above we find dz/dx = 5 ...(4)
Put (2) and (4) into (3) to get
df/dx = df/dz*dz/dx = (1/2)*z-1/2*5 = 5/(2*z1/2)
Replace z using (1) to get
df/dx = 5/(2*(5x-4)1/2)
Is this any clearer?