Instantaneous and Average Rate of Change of f(x) | Interval (0,3)

AI Thread Summary
To find points in the interval (0,3) where the instantaneous rate of change of f(x) equals the average rate of change over [0,3], first calculate the average rate of change using the formula (f(3) - f(0)) / (3 - 0). For the function f(x) = 4x^2 - x^3, this results in an average rate of change of -1.5. The derivative, f'(x) = 8x - 3x^2, represents the instantaneous rate of change. Setting -1.5 equal to the derivative leads to a quadratic equation that can be solved for x to find the required points.
pyrosilver
Messages
38
Reaction score
0

Homework Statement


Find any and all points inside the interval (0,3) where the instantaneous rate of change of f equals the average rate of change of f over the interval [0,3], for the equation

f(x) = 4x^2 - x^3


Homework Equations





The Attempt at a Solution



Not really sure how to do this. How do I find the average rate of change over that interval? I was thinking take the derivative:

f'(x) = 8x - 3x^2

plugging in 0 and 3 to get f'(0) = 0, and f'(3) = -3. So the average rate of change would be
-1.5?

And then saying

-1.5 = = 8x - 3x^2? I don't know, gah. How do I solve this problem?
 
Physics news on Phys.org
Based on how I see things, you're quite nearly there! You've just ended up with a quadratic equation, now what do you do?
 
Derivatives are the instantaneous rate of change. Your book should have a formula (a very familiar looking formula) for average rates of change.
 
pyrosilver said:

Homework Statement


Find any and all points inside the interval (0,3) where the instantaneous rate of change of f equals the average rate of change of f over the interval [0,3], for the equation

f(x) = 4x^2 - x^3


Homework Equations





The Attempt at a Solution



Not really sure how to do this. How do I find the average rate of change over that interval? I was thinking take the derivative:

f'(x) = 8x - 3x^2

plugging in 0 and 3 to get f'(0) = 0, and f'(3) = -3. So the average rate of change would be
-1.5?

And then saying

-1.5 = = 8x - 3x^2? I don't know, gah. How do I solve this problem?

No, what you've written is not the "average rate of change". The average rate of change of a function f over the interval [a; b] should be calculated as follow:

\frac{f(b) - f(a)}{b - a}

Hopefully, you can go from there, right? :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top