Question 1205103: The revenue function for a particular product is R(x)= x(4-0.0001x).How to Find the largest possible revenue.
to solve this do I just have to find the critical point and check if its the maximum point using the derivative?
Found 3 solutions by ikleyn, MathLover1, math_tutor2020: Answer by ikleyn(52786) (Show Source): Answer by MathLover1(20850) (Show Source): Answer by math_tutor2020(3817) (Show Source):
You can put this solution on YOUR website!
Yes that is correct.
R(x) = x(4-0.0001x)
R(x) = 4x-0.0001x^2
R'(x) = d/dx[ 4x-0.0001x^2 ]
R'(x) = 4-2*0.0001x
R'(x) = 4-0.0002x
R'(x) = 0
4-0.0002x = 0
4 = 0.0002x
x = 4/0.0002
x = 20,000
We need to check if this is a local extrema, or if it's a saddle point.
I'll use the 2nd derivative test.
R''(x) = d/dx[ R'(x) ]
R''(x) = d/dx[ 4-0.0002x ]
R''(x) = -0.0002
R''(20,000) = -0.0002
R''(x) < 0 no matter what the x input is, so R(x) is concave down throughout the entire domain.
We have determined this function has a local max.
It happens when x = 20,000.
-----------------------------
Or we could use the 1st derivative test.
Skip to the next section if you prefer the 2nd derivative test.
Draw a number line. Mark the point at x = 20,000.
Select a value to the left of that marker to plug into the 1st derivative.
Let's pick x = 0.
R'(x) = 4-0.0002x
R'(0) = 4-0.0002*0
R'(0) = 4
The actual result itself doesn't matter.
All we need to do is record whether it's positive or negative.
Now let's determine the sign for an x value larger than 20,000.
I'll pick x = 30,000.
R'(x) = 4-0.0002x
R'(30000) = 4-0.0002*30000
R'(30000) = -2
R'(x) changes from positive to negative when going from the left side of the critical value to the right side of it. As such, the tangent slopes go from positive to negative.
Draw a quick little sketch (either in your mind or do so on paper) to notice we have an upside-down parabola shape. In other words, the parabola opens downward. No graphing calculator required and there's no need to involve tables.
This downward opening parabola must mean the R(x) function has a local max. This local max is also the absolute max.
------------------------------
After we determine the max happens when x = 20000, plug this back into the original R(x) function to find the max revenue.
R(x) = x(4-0.0001x)
R(20000) = 20000(4-0.0001*20000)
R(20000) = 40,000
The largest revenue is $40,000 and occurs when selling 20,000 units. I wasn't sure what currency you are using so I went with dollars. Feel free to change to whatever other currency you're actually using.
|
|
|