Let $f(x) = e^x$ on the interval $[0,2]$ and $0$ everywhere else. Calculate the 75th percentile of $f(x)$.
Attempt
So normally I would take the integral from $\int_{- \infty }^{x} f(x)dx$, equal it to $0.75$ and solve for $x$. But $f(x)$ only exists between $0$ and $2$, so I take the integral from $0$ to $x$ and equal it to $0.75$. Solve for $x$ gives $$e^x - e^0 = 0.75$$ or $$x = \ln(1.75) = 0.560 ~ .$$ However my book says it's $4.48$, I did some calculations and found that's equal to $e^{1.75}$. So am I wrong? How could the percentile lie outside the interval?