Find the average rate of change for the following functions please. I'm facing problems in these.
- $s=2t^3-5t+7$ interval from $t=1$ to $t=3$
- $h=\sqrt{2t}-7$ interval from $t=8$ to $t=8.5$
Find the average rate of change for the following functions please. I'm facing problems in these.
When I want to find the average of five numbers, I take their sum and divide it by five. It looks like this: $$\frac{x_1 + x_2 + x_3 + x_4 + x_5}{5}.$$ You've been asked to find the average value of a function, the rates of change or derivatives of $s$ and $h$.
Note that the values of a function are also a set of points, though in your case there are categorically more than five of them. Can you think of a way to do something like adding all of the values of the derivative between those bounds and then dividing by the size of the set of values?
Edit: You've been given two functions defined for $t$ in the real numbers. You can think of $t$ like time, which is to say not discrete. In your comment, you refer to the only value of $t$ between $1$ and $3$ as being $2$, though there are many more. Take $2.5$ and $1.3$ for example.
The rates of change of $s(t)$ and $h(t)$ are given by their derivatives. Can you calculate those? Then, to get the average value you have to add, which is to say integrate these functions between the given bounds and then divide by the length of the interval $3-1 = 2$.
The comment below gives a simpler and better answer than mine, though the two are equivalent.