Questions & explanations
1. What is the minimum distance between the parabola y = x² + 1 and the line y = x − 1?
- 7/(2√2)
- 7/(4√2)
- 7/4
- 7/2
Answer: 7/(4√2)
Distance from point (x, x²+1) on parabola to line x − y − 1 = 0 is |x − (x²+1) − 1|/√2 = |−x² + x − 2|/√2. The quadratic −x² + x − 2 is always negative (discriminant < 0), so distance = (x² − x + 2)/√2. Minimise f(x) = x² − x + 2: f'(x) = 2x − 1 = 0 ⇒ x = 1/2. Minimum f = (1/4) − (1/2) + 2 = 7/4. Minimum distance = (7/4)/√2 = 7/(4√2).
2. A cone is inscribed in a sphere of radius R. The maximum volume of the cone is:
- 32πR^3/81
- 32πR^3/27
- 8πR^3/27
- 32πR^3/243
Answer: 32πR^3/81
Let distance from sphere centre to cone base be d. Then height h = R + d, base radius r = √(R^2 - d^2). Volume V = (1/3)π(R^2 - d^2)(R + d) = (1/3)π(R - d)(R + d)^2. Differentiate: V'(d) = (1/3)π(R + d)(R - 3d). Set V' = 0 gives d = R/3. Then h = 4R/3, r^2 = 8R^2/9, V_max = (1/3)π(8R^2/9)(4R/3) = 32πR^3/81.
3. A cone of maximum volume is inscribed in a sphere of radius R. What is the height of the cone?
- 4R/3
- R/3
- 2R/3
- 5R/3
Answer: 4R/3
Let the base be at distance d from the sphere's centre. Then height h = R + d and base radius r satisfies r² = R² − d². Volume V = (1/3)πr²h = (1/3)π(R² − d²)(R + d). Differentiate with respect to d and set to zero: dV/dd = (1/3)π(R + d)(R − 3d) = 0 ⇒ d = R/3. Hence h = R + R/3 = 4R/3.
4. A Norman window has a rectangle topped by a semicircle. If the total perimeter is fixed at 10 m, what is the maximum area of the window?
- 100/(4+π) m²
- 25/(4+π) m²
- 50/(4+π) m²
- 10/(4+π) m²
Answer: 50/(4+π) m²
Let radius = r, rectangle height = h. Perimeter: 2r + 2h + πr = 10. Area: 2rh + ½πr². Solve h = (10 - 2r - πr)/2. Substitute: A(r) = r(10 - 2r - πr) + ½πr² = 10r - (2+π/2)r². dA/dr = 10 - (4+π)r = 0 ⇒ r = 10/(4+π). Then h = r. Max area = 10r - (2+π/2)r² = 50/(4+π) m².
5. Let f(x) = |x^2 - 4x + 3| on [0, 4]. What is the maximum value of f(x)?
- 0
- 1
- 4
- 3
Answer: 3
The quadratic x^2 - 4x + 3 = (x-1)(x-3) has zeros at x=1 and x=3. On [0,4], f(x) = x^2 - 4x + 3 for x in [0,1]∪[3,4] and f(x) = -(x^2 - 4x + 3) for x in [1,3]. Evaluate at endpoints 0,4 and critical points 1,2,3: f(0)=3, f(1)=0, f(2)=1, f(3)=0, f(4)=3. Maximum is 3.
6. A person at point A on one bank of a 3 km wide river wants to reach point B on the opposite bank, 5 km downstream. He can row at 4 km/h and walk at 5 km/h. At what distance (in km) downstream from the point directly opposite A should he land to minimize total travel time?
- 4
- 3
- 5
- 2
Answer: 4
Let x be the landing distance downstream. Rowing distance = √(9+x²), walking distance = 5-x. Total time T(x)=√(9+x²)/4+(5-x)/5. Set T'(x)=x/(4√(9+x²))-1/5=0 → 5x=4√(9+x²) → 25x²=16(9+x²) → 9x²=144 → x=4. Second derivative positive confirms minimum.
7. A rectangular field of area 200 m^2 is to be fenced on three sides, the fourth side being a wall. If fencing costs Rs 5 per metre, the minimum cost (in Rs) is:
- 100√2
- 200
- 100
- 200√2
Answer: 200√2
Let side parallel to wall be x, other side y = 200/x. Cost C = 5(x + 2y) = 5(x + 400/x). Differentiate: dC/dx = 5(1 - 400/x^2) = 0 gives x = 20. Then y = 10. Minimum cost = 5(20 + 20) = Rs 200. Second derivative positive confirms minimum.
8. For a function f defined on (a,b), if f'(x) > 0 for all x in (a,b), then f is:
- strictly decreasing on (a,b)
- strictly increasing on (a,b)
- constant on (a,b)
- strictly increasing on [a,b]
Answer: strictly increasing on (a,b)
By the first-derivative monotonicity test, if f'(x) > 0 on an open interval (a,b), then f is strictly increasing on that interval. This follows from the Mean Value Theorem: for any x1<x2 in (a,b), f(x2)-f(x1)=f'(c)(x2-x1)>0.
9. Using monotonicity, which of the following is true for all x > 0?
- ln(1+x) < x
- ln(1+x) > x
- ln(1+x) = x
- ln(1+x) ≤ x
Answer: ln(1+x) ≤ x
Define f(x)=x-ln(1+x). f(0)=0, f'(x)=1-1/(1+x)=x/(1+x)>0 for x>0, so f is strictly increasing. Hence f(x)>0 for x>0, i.e., x>ln(1+x). Thus ln(1+x) < x, which implies ln(1+x) ≤ x (since strict inequality implies non-strict).
10. What is the minimum value of f(x) = x e^x for all real x?
- -e
- 1/e
- -1/e
- e
Answer: -1/e
Differentiate: f'(x) = e^x + x e^x = (1 + x)e^x. Set f'(x) = 0 ⇒ x = -1 (since e^x > 0). Second derivative: f''(x) = (2 + x)e^x. At x = -1, f''(-1) = e^{-1} > 0, so local minimum. Minimum value f(-1) = -1 * e^{-1} = -1/e.
11. How many distinct real roots does f(x) = x^3 - 12x + 1 have?
- 1
- 3
- 2
- 0
Answer: 3
f'(x)=3x^2-12=3(x-2)(x+2). Critical points at x=-2 and x=2. f(-2)=17>0, f(2)=-15<0. As x→-∞, f→-∞; as x→∞, f→∞. By Intermediate Value Theorem, there is one root in each of (-∞,-2), (-2,2), (2,∞). So exactly 3 real roots.
12. To find the absolute maximum of a continuous function on [a,b], which points must be considered?
- Only critical points in (a,b)
- Critical points in (a,b) and endpoints a, b
- Only endpoints a and b
- Only points where f'(x)=0
Answer: Critical points in (a,b) and endpoints a, b
The algorithm for absolute extrema on a closed interval requires evaluating the function at all critical points in the open interval and at the endpoints. The largest value among these is the absolute maximum.