Question
Question: Divide \(20\) into two parts such that the product of one part and the cube of the other is maximum....
Divide 20 into two parts such that the product of one part and the cube of the other is maximum.
(A) 13 and 7
(B) 14 and 6
(C) 15 and 5
(D) 16 and 4
Solution
Hint : In the given problem, first we will assume that x and y are two parts of a given number. Then, we will write the product of one part and the cube of the other part. We will consider a function f(x) or f(y) after writing the product in terms of only x or only y. Then, we will use a second derivative test to find the maximum value of that function.
Complete step-by-step answer :
In the given problem, we need to find two parts of the number 20 such that the product of one part and the cube of the other part is maximum. For this, let us assume that x and y are two parts of the number 20. So, we can write x+y=20⋯⋯(1). Now the product of one part x and the cube of the other part y can be written as xy3. That is, product =xy3⋯⋯(2). From (1), we can write x=20−y. Substitute x=20−y in (2), we get product=(20−y)y3
⇒ Product=20y3−y4
Now we have to find the maximum value of this product. Note that here y is only variable in this product. Let us say f(y)=20y3−y4. To find the maximum value of f(y), we will use a second derivative test. Let us find the derivative of f(y) with respect to y. So, we get
f′(y)=60y2−4y3. Note that here we used the formula dxd(xn)=nxn−1 for differentiation.
Let us consider f′(y)=0 and solve it. So, we get
60y2−4y3=0
⇒4y2(15−y)=0
⇒y2(15−y)=0
⇒y2=0 or 15−y=0
⇒y=0 or y=15
Now we are going to find the second derivative of f(y). That is, f′′(y)=120y−12y2.
Now we will find the value of f′′(y) at y=0 and y=15. Note that if f′′(y)<0 then we can say that f(y) is maximum at that point.
For y=0, f′′(y)=f′′(0)=120(0)−12(0)=0
For y=15, f′′(y)=f′′(15)=120(15)−12(152)=−900<0
Here we can see that f′′(y)=−900<0 at y=15. So, we can say that f(y) is maximum at y=15. Let us find the value of x from (1) by putting y=15 in equation (1). So, we get
x+15=20
⇒x=20−15
⇒x=5
Hence, the required parts of the number 20 are 5 and 15.
So, the correct answer is “Option C”.
Note : The second derivative test is used to find minimum and maximum values (extreme values) of a function of a single variable. If f′(x)=0 at x=a then x=a is called a critical point. If f′′(x)>0 at critical point x=a then we can say that f(x) is minimum at x=a. If f′′(x)<0 at critical point x=b then we can say that f(x) is maximum at x=b.