short cuts
For calculating the median, don't forget that, if the cumulative distribution is defined, then we can short cut P(X < M) = 0.5 by solving:
F(M) = 0.5
Since F is in the Tables for many of the distributions (eg Pareto, exponential, uniform) then this usually the quickest approach.
Note for the standard normal, or chi-square distribution, you can use the tabulated values in the Tables to find this median value.
Note that for the non-standard normal or the lognormal, you need to standardise first and then use the tabulated values. Eg
0.5 = P(X < M) = P(Z < [M - mu]/sigma) if X is N(mu, sigma^2)
0.5 = P(X < M) = P(Z < [ln M - mu]/sigma if X is logN(mu sigma^2)
Note for the Gamma distribution, big F is undefined. You need to convert to a chi-square distribution. Eg
0.5 = P(X < M) = P(Y < 2 lambda M) where Y is chi-square with 2 alpha degrees of freedom and X is Gamma (alpha, lambda)
Re the mode, this can be calculated for many continuous distributions. I've just looked it up in my dictionary of mathematics and it defines it as the maximum value in a probability distribution. So, take the pdf, differentiate and set to zero. Differentiate again to check for a max.
Anna