"You are standing on a cliff, ready to jump into the ocean. The ocean is 30 feet below you. What is your velocity as you hit the water?". I know that I can solve it with $Δx=0.5at^2$, and use $t*a$ to get the final velocity.
However, I want to know if there is a way to solve it with integral. First, start with finding $t$. $$\int_0^x 32.174t\,dt= 30$$ With the formula, I know that $x=1.3656sec$, but how do I solve the upper bound for the integral to get that answer?
I assume like the following
$$ \int_{0}^{x} 32.174 t \textrm{d}t = 30 \\ \int_{0}^{x} t \textrm{d}t = \frac{30} {32.174} \\ \frac{t^{2}}{2} \Big|_0^x = \frac{30}{32.174} \\ \frac{x^{2}}{2} = \frac{30}{32.174} \\ x = \sqrt{\frac{60}{32.174}}$$