Comprehension
Ahousing society wants to commission a swimming pool for its residents. For this, they have to purchase a square piece of land and dig this to such a depth that its capacity is 250 cubic metres. Cost of land is 500 per square metre. The cost of digging increases with the depth and cost for the whole pool is 4000 (depth)2. Suppose the side of the square plot is x metres and depth is h metres.
On the basis of the above information, answer the following questions
Given:- Square plot side = x metres
- Depth = h metres
- Volume = x2h = 250 cubic metres
- Cost of land: 500 per sq.metre
- Cost of digging: 4000 ×h
Question: 1

Write cost C(h) as a function in terms of h

Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Step 1: Let the side of the square base be \( x \) and height be \( h \).
Volume of tank = \( x^2 h = 250 \Rightarrow x^2 = \frac{250}{h} \)
Step 2: Cost of land = ₹500 per m² × area of base = \( 500 \cdot x^2 = 500 \cdot \frac{250}{h} = \frac{125000}{h} \)
Step 3: Cost of digging = ₹4000 per m² × height² = \( 4000 h^2 \)
Step 4: Total cost function:
\[ C(h) = \frac{125000}{h} + 4000 h^2 \] Final Answer:
\( \boxed{C(h) = \dfrac{125000}{h} + 4000h^2} \)
Was this answer helpful?
0
0
Question: 2

Find critical point..

Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

From previous result: \[ C(h) = \frac{125000}{h} + 4000h^2 \]
Step 1: Differentiate \( C(h) \) with respect to \( h \):
\[ C'(h) = -\frac{125000}{h^2} + 8000h \]
Step 2: Set \( C'(h) = 0 \) for minimum:
\[ -\frac{125000}{h^2} + 8000h = 0 \Rightarrow \frac{125000}{h^2} = 8000h \Rightarrow 125000 = 8000h^3 \]
Step 3: Solve for \( h \):
\[ h^3 = \frac{125000}{8000} = 15.625 \Rightarrow h = \sqrt[3]{15.625} = 2.5 \text{ m} \]
Final Answer:
The value of \( h \) that minimizes the cost is: \[ \boxed{h = 2.5 \text{ m}} \]
Was this answer helpful?
0
0
Question: 3

Use second derivative test to find the value of h for which cost of constructing the pool is minimum. What is the minimum cost of construction of the pool ?

Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

C′′(h) = 250000
h³ + 8000. C′′(2.5) = 250000
(2.5)³ + 8000 = 250000
15.625 + 8000 = 16000 + 8000 = 24000 > 0.
So, minimum at h = 2.5.

Minimum cost:
C(2.5) = 125000
2.5 + 4000(2.5)² = 50000 + 25000 = 75000.

Minimum cost = 75000
Was this answer helpful?
0
0
Question: 4

Use first derivative test to find the depth of the pool so that cost of construction is minimum. Also, find relation between x and h for minimum cost

Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Relation between x and h at min:
x² = 250
h = 100, ∴ x = 10 m.

So,
Quick Tip
x²h = 250, minimum at h = 2.5, x = 10.
Was this answer helpful?
0
0