Posted by Jon on Tuesday, December 4, 2007 at 6:31pm.
You need to find the four constants, a, b, c, and d.
you have a value for f(x) at x = -1000
write it out:
f(-1000) = -1000 = a (-1000)^3 b(-1000)^2 + c (-1000) + d
you have a value for f(x) at x = +1000
write it out:
f(+1000) = a (1000)^3 + b (1000)^2 + c (1000) + d
you have a value for the slope, f'(x)
at x = -1000
f'(-1000) = 3 a (-1000)^2 + 2 b (-1000) + c
you have a value for the slope at x =+1000
f'(1000) = 3 a (1000)^2 + 2 b (1000) + c
That is four linear equations with four unknowns, a, b, c, and d
Solve those four equations simultaneously and you will have the function and its derivative which you can graph.
The point where the absolute value of the derivative is maximum is the steepest part.
You can find that extreme by setting the derivative of the derivative equal to zero.
6 a x + 2 b = 0
solve for x and calculate the slope at that point.
Related Questions
Calculus - A section of highway connecting two hillsides with grades of 6% and 4...
Algebra - Find the distance between (7,0) and (-7,0) The y coordinates of the ...
physics - A highway is to be built between two towns, one of which lies 24.0 km ...
12th grade (Physics) - A highway is to be built between two towns, one of which ...
physics - What is the force of gravity between two 832 kg cars separated by a ...
physics - A highway is to be built between two towns, one of which lies 49.0 km...
Science - A highway is to be built between two towns, one of which lies 98.0 km ...
c++ - Distance between two 3-D points. Given two points in space (3-dimensional...
Physics - Two points in the xy plane have cartesian coordinates (4.6,-10) and (-...
physics - a highway is to be built between two towns, one of which lies 35.0 km ...
For Further Reading