Comprehension

In an agricultural institute, scientists conduct experiments with varieties of seeds to grow them in different environments for producing healthy plants and obtaining higher yields.
A scientist observed that a particular seed grew very fast after germination. He recorded the growth of the plant from the time of germination and modeled its growth with the function:
Given:
\( f(x) = \frac{1}{3}x^3 - 4x^2 + 15x + 2 \),   \( 0 \leq x \leq 10 \)
where \( x \) is the number of days the plant is exposed to sunlight.
On the basis of the above information, answer the following questions: 

Question: 1

What are the critical points of the function f(x) ?

Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Differentiate the function:
\( f(x) = \frac{1}{3}x^3 - 4x^2 + 15x + 2 \)
So, the derivative is:
\( f'(x) = \frac{d}{dx} \left( \frac{1}{3}x^3 - 4x^2 + 15x + 2 \right) = x^2 - 8x + 15 \)
Step 2: Set \( f'(x) = 0 \) to find critical points:
\( x^2 - 8x + 15 = 0 \)
Solve using quadratic formula:
\( x = \frac{8 \pm \sqrt{64 - 60}}{2} = \frac{8 \pm 2}{2} \)
\( \Rightarrow x = 3, 5 \)
Was this answer helpful?
0
0
Question: 2

Using second derivative test, find the minimum value of the function

Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 3: Find the second derivative:
\( f''(x) = 2x - 8 \)
Step 4: Evaluate second derivative at critical points:
\( f''(3) = 2(3) - 8 = -2<0 \Rightarrow x = 3 \) is a maximum
\( f''(5) = 2(5) - 8 = 2>0 \Rightarrow x = 5 \) is a minimum
Step 5: Find the minimum value of the function:
\( f(5) = \frac{1}{3}(125) - 4(25) + 15(5) + 2 \)
\( = \frac{125}{3} - 100 + 75 + 2 \)
\( = \frac{125}{3} - 23 = \frac{125 - 69}{3} = \frac{56}{3} \approx 18.67 \)
Minimum value:18.67
Was this answer helpful?
0
0