Functions... problem solving
A 0.5kg ball is thrown vertically upward at a speed of 25m/s. Its velocity, v(t) (in m/s), at time t(in seconds0, is given by v(t)=25-9.8t. Its kinetic evergy, K(v) (in Joules), is given by K(v)=0.5v^2. Express the balls kinetic energy as a function of time, K(t).
OKay I have no idea even where to start.
Thanks.
This one is simple substitution.
They've given you two formulas:
v(t) = 25 - 9.8t
K(v) = 0.5v^2
Note that for the second formula, it is perfectly acceptable (and correct) to write:
K(t) = 0.5[v(t)]^2
Then, all you have to do is perform those operations:
K(t) = 0.5 * (25 - 9.8t)^2
Expand and simplify for your answer.