This is more a Calculus problem than an Algebra 2 problem; but, since you list this problem under Algebra 2, I'm going to give you an answer that is more appropriate to Algebra 2.
The generic equation for quarterly interest growth, where V is the value of the investment, V0 is the initial investment amount, t is the investment time, and r is the interest rate is V(t) = V0(1 + r/4)4t so in this case it becomes:
V(t) = 8500(1 + 0.072/4)4t or
V(t) = 8500(1.018)4t
The instantaneous rate of change (I'll call it IRC) can be estimate using:
[f(a + h) - f(a)]/h for small values of h, and using a = 10 and h is a small unit of time in this case. I'll arbitrarily pick a value of h (aka Δt) of 1 year, which is not going to give a very good answer because its not a very small value Δt, but it's a starting place. So:
IRC = [f(10 + 1) - f(10)]/1 = [f(11) - f(10)]/1 = (18634.65-17351.22)/1 = 1283.42 dollars/year
Now, lets go down by a factor of 10 to Δt = 0.1 years
IRC = [f(10 + 0.1) - f(10)]/0.1 = [f(10.1) - f(10)]/0.1 = (17475.48-17351.22)/0.1 = 1242.61 dollars/year
Now lets go down by a factor of 10 to Δt = 0.01 years
IRC = [f(10 + 0.01) - f(10)]/0.01 = [f(10.01) - f(10)]/0.01 = (17363.61-17351.22)/0.01 = 1238.62 dollars/year
Now lets go down by a factor of 10 to Δt = 0.001 years
IRC = [f(10 + 0.001) - f(10)]/0.001 = [f(10.001) - f(10)]/0.001 = (17352.46-17351.22)/0.001 = 1238.22 dollars/year
Now lets go down by a factor of 10 to Δt = 0.0001 years
IRC = [f(10 + 0.0001) - f(10)]/0.0001 = [f(10.0001) - f(10)]/0.0001 = (17351.35-17351.22)/0.0001 = 1238.18 dollars/year
Now lets go down by a factor of 10 to Δt = 0.00001 years
IRC = [f(10 + 0.00001) - f(10)]/0.00001 = [f(10.00001) - f(10)]/0.00001 = (17351.23-17351.22)/0.0001 = 1238.18 dollars/year
There was no change (in two decimal points) for this answer and the previous one so this is our final answer.
If you wanted to, you could convert this to $/day or some other more convenient unit of measure but since the problem didn't specify it, I'll just leave it in $/year