CE Board Exam Randomizer

β¬… Back to Differential Calculus Topics

Monotonicity and Extrema

$$f'(x) > 0 \Rightarrow \text{increasing}$$
$$f'(x) < 0 \Rightarrow \text{decreasing}$$

Concavity, Inflection Points, and the Second Derivative Test

The second derivative $f''(x)$ tells us how the graph of a function bends. Understanding concavity helps us identify inflection points and determine whether critical points are maxima or minima.

Concavity of the graph:

$$f''(x) > 0 \Rightarrow \text{the graph is concave up (shaped like a cup)}$$
$$f''(x) < 0 \Rightarrow \text{the graph is concave down (shaped like a hill)}$$

Inflection points:

An inflection point occurs where the graph changes concavity β€” from concave up to concave down or vice versa. This usually happens where $f''(x)$ changes sign.

$$\text{If } f''(x) \text{ changes sign at } x = c,\; \text{then } c \text{ is an inflection point.}$$

The Second Derivative Test for maxima and minima:

If a point $x = c$ is a critical point (meaning $f'(c) = 0$), then the second derivative helps determine whether it is a peak or a valley.

$$f''(c) > 0 \Rightarrow \text{local minimum at } c \quad (\text{graph curves upward})$$
$$f''(c) < 0 \Rightarrow \text{local maximum at } c \quad (\text{graph curves downward})$$
$$f''(c) = 0 \Rightarrow \text{test is inconclusive; use another method}$$

Taken together, concavity and the second derivative test provide a complete picture of how the function behaves: where it bends, where it reaches peaks and valleys, and where the direction of bending changes.

Optimization Problems (Maxima-Minima)

How to solve optimization problems:

  1. Write an equation for the quantity you want to maximize or minimize.
  2. Differentiate the equation and set $f'(x)=0$ to find possible maximum or minimum values.
  3. Check which value actually gives the largest or smallest result by comparing the outputs of $f(x)$.

These problems usually involve finding the best (maximum or minimum) value under certain conditions, such as fixed perimeter, fixed area or volume, limited materials, or being restricted to a given path or shape.

Point of Inflection β€” CE Board Nov. 2015

Where is the point of inflection of the graph $y = (x+2)^{3/5} - 6x$?

At a point of inflection, $y''$ changes sign (or is undefined and changes sign).

$$y' = \frac{3}{5}(x+2)^{-2/5} - 6$$
$$y'' = -\frac{6}{25}(x+2)^{-7/5}$$

$y''$ is undefined at $x = -2$. Since the sign of $y''$ changes there, $x = -2$ is an inflection point.

$$y\big|_{x=-2} = 0 - 6(-2) = 12$$

Point of inflection: $(-2,\ 12)$

Point of Inflection of a Cubic Curve

Find the point of inflection of the curve $y = \dfrac{6x^2 - x^3 + 5}{7}$.

$$y' = \frac{12x - 3x^2}{7}, \qquad y'' = \frac{12 - 6x}{7} = 0 \implies x = 2$$
$$y\big|_{x=2} = \frac{6(4) - 8 + 5}{7} = \frac{21}{7} = 3$$

Point of inflection: $(2,\ 3)$

Absolute Extrema β€” CE Board May 2018

Find the absolute extrema of $f(x) = x^3 - 3x^2 - 24x + 2$ on the intervals $[-3,\,1]$ and $[-3,\,8]$.

Find critical points:

$$f'(x) = 3x^2 - 6x - 24 = 3(x+2)(x-4) = 0 \implies x = -2,\; x = 4$$

On $[-3,\,1]$ (only $x=-2$ is inside):

$x$$f(x)$
$-3$$20$
$-2$$\mathbf{30}$ (max)
$1$$\mathbf{-24}$ (min)

On $[-3,\,8]$ (both $x=-2$ and $x=4$ are inside):

$x$$f(x)$
$-3$$20$
$-2$$30$
$4$$\mathbf{-78}$ (min)
$8$$\mathbf{130}$ (max)

Critical Points of a Rational Function

Find the critical points of $f(x) = \dfrac{x^2}{x-1}$.

$$f'(x) = \frac{(x-1)(2x) - x^2(1)}{(x-1)^2} = \frac{x^2 - 2x}{(x-1)^2} = \frac{x(x-2)}{(x-1)^2} = 0$$

$f'(x) = 0$ when $x = 0$ or $x = 2$. ($x=1$ is not in the domain.)

Critical points: $x = 0$ and $x = 2$

Maximum Volume β€” Closed Cylindrical Tank

A closed cylindrical tank is to be made using steel plates with a total surface area of 115 mΒ². What is the greatest volume possible?

Surface area: $2\pi r h + 2\pi r^2 = 115$, so $h = \dfrac{115/(2\pi) - r^2}{r}$.

$$V = \pi r^2 h = \pi r(18.30 - r^2)$$
$$\frac{dV}{dr} = \pi(18.30 - 3r^2) = 0 \implies r = \sqrt{6.10} \approx 2.47\text{ m}$$
$$h = \frac{18.30 - 6.10}{2.47} \approx 4.94\text{ m}$$
$$V = \pi(2.47)^2(4.94) \approx \mathbf{94.68\text{ m}^3}$$

Maximum Area β€” Isosceles Triangle β€” CE Board Nov. 2018

If the equal sides of an isosceles triangle are each of length $x$, what length of the third side $y$ will provide the maximum area?

Using the apex half-angle $\theta$: area $= x^2 \sin\theta\cos\theta = \frac{x^2}{2}\sin 2\theta$.

Maximum when $\sin 2\theta = 1 \Rightarrow \theta = 45Β°$.

$$y = 2x\sin 45Β° = x\sqrt{2}$$

The third side for maximum area is $y = x\sqrt{2}$ (right isosceles triangle).

Maximum Volume β€” Water Trough β€” CE Board Nov. 2021

A 20 ft long water trough has ends in the form of isosceles triangles with sides that are 4 ft long. Determine the maximum volume of the trough.

Let $x$ = base width, $h$ = height of the triangular end.

$$h = \tfrac{1}{2}\sqrt{64-x^2}, \qquad A = \tfrac{x}{4}\sqrt{64-x^2}$$
$$\frac{dA}{dx} = 0 \implies x^2 = 32 \implies x = 4\sqrt{2}\text{ ft}$$
$$h = \tfrac{1}{2}\sqrt{32} = 2\sqrt{2}\text{ ft}, \qquad A = \tfrac{1}{2}(4\sqrt{2})(2\sqrt{2}) = 8\text{ ft}^2$$
$$V = 8 \times 20 = \mathbf{160\text{ ft}^3}$$

Exam Generator Problems

Additional board-style practice items for this topic.

Question Bank: q249

MSTE - Differential Calculus / Parametric Equations / Engr. Janclyde Espinosa (Clidez)

A point moves in the plane according to the equations: x = t2 + 2t and y = 2t3 - 6t. Find dy/dx when t = 5..

Answer:

  1. 12
  2. 13
  3. 11
  4. 10
For parametric equations, $\frac{dy}{dx}=\frac{dy/dt}{dx/dt}$. Given:
$x=t^2+2t$, so $dx/dt=2t+2$
$y=2t^3-6t$, so $dy/dt=6t^2-6$
At $t=5$:
$\frac{dy}{dx}=\frac{6(25)-6}{2(5)+2}=\frac{144}{12}$
$\boxed{12}$

Question Bank: q428

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

An island is 2 mi due north of its closest point along a straight shoreline. A visitor is staying at a cabin on the shore that is 6mi west of that point. The visitor is planning to go from the cabin to the island. Suppose the visitor runs at a rate of 8mph and swims at a rate of 3mph. How far should the visitor run before swimming to minimize the time it takes to reach the island?

Answer:

  1. 5.19mi
  2. 1.39mi
  3. 4.78mi
  4. 6.81mi
Let $x$ be the distance run east along the shore from the cabin. The remaining horizontal distance to the closest point is $6-x$, and the swim distance is $\sqrt{(6-x)^2+2^2}$. Time:
$T=\frac{x}{8}+\frac{\sqrt{(6-x)^2+4}}{3}$
Set $dT/dx=0$:
$\frac{1}{8}-\frac{6-x}{3\sqrt{(6-x)^2+4}}=0$
Solving gives $6-x=0.81$, so:
$\boxed{x=5.19\text{ mi}}$

Question Bank: q429

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

If f(x) = 3x2-2x+1, find the value of x for which f'(x)=0.

Answer:

  1. 1/3
  2. 2/3
  3. -1/3
  4. 1
Differentiate:
$f'(x)=6x-2$
Set $f'(x)=0$:
$6x-2=0$
$\boxed{x=1/3}$

Question Bank: q435

MSTE - Differential Calculus / Point of Inflection / Engr. Janclyde Espinosa (Clidez)

Find the point of inflection of the curve y=5-2x-3x2-x3.

Answer:

  1. (-1,5)
  2. (1,-1)
  3. (2,19)
  4. (-3/2,37/8)
Point of inflection occurs where $y''=0$. For $y=5-2x-3x^2-x^3$:
$y'=-2-6x-3x^2$
$y''=-6-6x$
$-6-6x=0$, so $x=-1$. Then:
$y=5+2-3+1=5$
$\boxed{(-1,5)}$

Question Bank: q443

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

Find the shortest distance from the point (3,0) to the parabola y2=4x.

Answer:

  1. 2.828
  2. 1.414
  3. 3.464
  4. 1.732
A point on $y^2=4x$ may be written as $(t^2/4,t)$. Distance squared from $(3,0)$ is:
$D^2=\left(\frac{t^2}{4}-3\right)^2+t^2$
Differentiate and set to zero:
$\frac{d(D^2)}{dt}=t\left(\frac{t^2}{4}-1\right)=0$
The minimum occurs at $t=\pm2$, giving point $(1,\pm2)$. Distance:
$D=\sqrt{(1-3)^2+2^2}$
$\boxed{2.828}$

Question Bank: q444

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

having a volume of 1200cm3 is to be lined with gold foil costing P1.00 per sq. cm. on its curved surface and with silver foil costing P0.6 per sq. cm. at the top and bottom. Find its height for minimum cost.

Answer:

  1. 8.193cm
  2. 10.122cm
  3. 6.827cm
  4. 4.556cm
For a closed cylinder, $V=\pi r^2h=1200$, so $h=1200/(\pi r^2)$. Cost is curved-area cost plus top-and-bottom cost:
$C=1(2\pi rh)+0.6(2\pi r^2)$
$C=\frac{2400}{r}+1.2\pi r^2$
Set $dC/dr=0$:
$-\frac{2400}{r^2}+2.4\pi r=0$
$r^3=\frac{1000}{\pi}$, and $h=\frac{1200}{\pi r^2}$
$\boxed{h=8.193\text{ cm}}$

Question Bank: q445

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

Max wants to make a box with no lid from a rectangular sheet of cardboard that is 18 inches by 24 inches. The box is to be made by cutting a square of side x from each corner of the sheet and folding up the sides. Find the value of x that maximizes the volume of the box.

Answer:

  1. 3.4
  2. 2.8
  3. 3.8
  4. 2.4
Volume is:
$V=x(18-2x)(24-2x)$
$V=432x-84x^2+4x^3$
$V'=432-168x+12x^2$
Set $V'=0$:
$x^2-14x+36=0$
The feasible root is $x=3.394$.
$\boxed{x=3.4}$

Question Bank: q462

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

A certain travel agency offered a tour that will cost each person P1500.00 if not more than 150 persons will join. However, the cost per person will be reduced by P5.00 per person in excess of 150. How many persons will make the profit a maximum?

Answer:

  1. 225
  2. 75
  3. 250
  4. 150
If $n$ persons join, price per person is $1500-5(n-150)=2250-5n$. Revenue is:
$R=n(2250-5n)$
$R'=2250-10n$
Set $R'=0$:
$n=225$
$\boxed{225}$

Question Bank: q463

MSTE - Differential Calculus / Maxima Minima / Engr. Janclyde Espinosa (Clidez)

An open top rectangular container with a square base is to have a volume of 10m3. The material for the base will cost P150 per square meter, while that for the sides will cost P60 per square meter. Determine the most economical height.

Answer:

  1. 2.5m
  2. 2.0m
  3. 1.0m
  4. 3.0m
Let the square base side be $x$ and height be $h$. Volume gives $x^2h=10$, so $h=10/x^2$. Cost:
$C=150x^2+4(60)xh=150x^2+\frac{2400}{x}$
$C'=300x-\frac{2400}{x^2}=0$ gives $x=2$. Then:
$h=10/2^2=2.5$
$\boxed{2.5\text{ m}}$

Question Bank: q574

MSTE - Differential Calculus / Derivatives / Janclyde Espinosa

Find the derivative of the function below:

q574

Answer:

  1. Choice A
  2. Choice B
  3. Choice C
  4. Choice D
Differentiate term by term:
$y=\frac{1}{2}x+\frac{1}{4}\sin(2x)$
$\frac{dy}{dx}=\frac{1}{2}+\frac{1}{4}(2\cos2x)$
$\frac{dy}{dx}=\frac{1}{2}+\frac{1}{2}\cos2x$
Using $\cos^2x=\frac{1+\cos2x}{2}$:
$\boxed{\frac{dy}{dx}=\cos^2x}$

Question Bank: q677

MSTE - Differential Calculus / Directional Derivative / Engr. Janclyde Espinosa (Clidez)

Find the directional derivative of the function below at (2,1) in the direction π/4.

q677
  1. 8.48
  2. 4.88
  3. 5.88
  4. 8.58
For $f(x,y)=x^2y^3-y^4$, compute the gradient:
$f_x=2xy^3,\quad f_y=3x^2y^2-4y^3$
At $(2,1)$:
$\nabla f(2,1)=\langle 4,8\rangle$
The unit vector in the direction $\pi/4$ is $\langle\cos45^\circ,\sin45^\circ\rangle=\langle0.7071,0.7071\rangle$.
$D_{\mathbf u}f=\nabla f\cdot\mathbf u=4(0.7071)+8(0.7071)$
$\boxed{D_{\mathbf u}f=8.48}$

Question Bank: t777

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Find the first derivative of $y$ with respect to $x$ of the following function, when $x = 2$: $y = \ln \frac{x^2}{\sin 2x}$.

  1. -0.321
  2. -0.727
  3. -0.214
  4. -0.653
Use log properties: $y = \ln\frac{x^2}{\sin 2x} = 2\ln x - \ln(\sin 2x)$.
$\frac{dy}{dx} = \frac{2}{x} - 2\cot 2x$
At $x = 2$ (radians): $\frac{2}{2} - 2\cot 4 = 1 - 2(0.8637)$
$\boxed{-0.727}$

Question Bank: t794

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Given the function $f(x) = (x - x^2) / (1 + x^2)$.

Determine the normal to the curve at the origin.

  1. y = -x
  2. y = x
  3. y = x/2
  4. y = -x/2

Determine the radius of curvature at the origin.

  1. 1
  2. 1.414
  3. 2
  4. 1.732

Determine the center of curvature at the origin.

  1. (-1, 1)
  2. (-1, -1)
  3. (1, -1)
  4. (1, 1)

Part 1.

Differentiate $f(x) = \frac{x - x^2}{1 + x^2}$; the numerator simplifies to $f'(x) = \frac{1 - 2x - x^2}{(1+x^2)^2}$.
At the origin $f'(0) = 1$, so the tangent slope is $1$ and the normal slope is $-1$:
$\boxed{y = -x}$

Part 2.

From $f'(x) = \frac{1 - 2x - x^2}{(1+x^2)^2}$, differentiating gives $f''(0) = -2$, with $f'(0) = 1$.
Radius of curvature:
$R = \frac{(1 + f'^2)^{3/2}}{|f''|} = \frac{(1 + 1)^{3/2}}{2} = \frac{2\sqrt{2}}{2}$
$\boxed{R = 1.414}$

Part 3.

Center of curvature: $\left(x - \frac{y'(1+y'^2)}{y''},\ y + \frac{1+y'^2}{y''}\right)$.
At the origin with $y' = 1$, $y'' = -2$:
$x_c = 0 - \frac{1(2)}{-2} = 1, \quad y_c = 0 + \frac{2}{-2} = -1$
$\boxed{(1,\ -1)}$

Question Bank: t818

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Given the critical points of the function y = ax^3 + bx^2 + cx + d. Lowest point (relative minimum) at origin. Point of inflection at (2, 4).

Determine the value of a.

  1. -3/2
  2. 1/4
  3. 3/2
  4. -1/4

Determine the value of b.

  1. 3/2
  2. -3/2
  3. ΒΌ
  4. -1/4

Determine the highest point (relative maximum) of the curve.

  1. (3, 6.75)
  2. (4, 8)
  3. (6, 0)
  4. (8, - 32)

Part 1.

The relative minimum at the origin gives $d = 0$ and $y'(0) = 0 \Rightarrow c = 0$.
Inflection at $(2, 4)$: $y'' = 6ax + 2b = 0$ at $x = 2 \Rightarrow b = -6a$. Also $8a + 4b = 4$.
Substituting: $8a - 24a = 4 \Rightarrow -16a = 4$
$\boxed{a = -\tfrac{1}{4}}$

Part 2.

From $b = -6a$ with $a = -\frac{1}{4}$:
$b = -6\left(-\tfrac{1}{4}\right)$
$\boxed{b = \tfrac{3}{2}}$

Part 3.

With $a = -\frac{1}{4}$, $b = \frac{3}{2}$, $c = d = 0$: $y = -\frac{1}{4}x^3 + \frac{3}{2}x^2$.
$y' = -\frac{3}{4}x^2 + 3x = x\left(-\tfrac{3}{4}x + 3\right) = 0 \Rightarrow x = 0 \text{ or } 4$.
$x = 4$ is the maximum: $y(4) = -\frac{1}{4}(64) + \frac{3}{2}(16) = -16 + 24 = 8$
$\boxed{(4,\ 8)}$

Question Bank: t821

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A cylindrical steam boiler is to be constructed. The cost of the labor and metal sheets to make the boiler is P3200 per square meter. What maximum capacity of boiler can be built for a total of P1.5M.

  1. 779 m^3
  2. 621 m^3
  3. 652 m^3
  4. 936 m^3
Material (surface area) budget: $\frac{1{,}500{,}000}{3200} = 468.75$ m2.
For a closed cylinder $S = 2\pi r^2 + 2\pi rh$, the maximum volume occurs when $h = 2r$, giving $S = 6\pi r^2$:
$6\pi r^2 = 468.75 \Rightarrow r = 4.987$ m, $h = 9.974$ m
$V = \pi r^2 h = \pi(4.987)^2(9.974)$
$\boxed{779 \text{ m}^3}$

Question Bank: t823

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

The two sides of a triangle measure 54 m and 32 m. The largest area of the rectangle that can be inscribed in this triangle is 380.53. What is the measure of the third side of the triangle?

  1. 65 m
  2. 52 m
  3. 45 m
  4. 48 m
The largest rectangle inscribed in a triangle has half the triangle's area, so the triangle area is $2(380.53) = 761.06$ m2.
$\frac{1}{2}(54)(32)\sin\theta = 761.06 \Rightarrow \sin\theta = 0.881 \Rightarrow \theta = 61.77^\circ$
Third side by the law of cosines:
$c^2 = 54^2 + 32^2 - 2(54)(32)\cos 61.77^\circ$
$\boxed{c = 48 \text{ m}}$

Question Bank: t828

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A right circular cone has a base diameter of 24 cm. The maximum area of parabolic segment that can be cut from this cone is 207.8 cm^2.

Determine the base width of the parabola.

  1. 22.32 cm
  2. 18.54 cm
  3. 15.63 cm
  4. 20.78 cm

Determine the altitude of the parabola.

  1. 14 cm
  2. 18 cm
  3. 15 cm
  4. 16 cm

Determine the altitude of the cone.

  1. 20 cm
  2. 14 cm
  3. 16 cm
  4. 18 cm

Solution pending in psadquestions/t828.json.

Question Bank: t831

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Given the ellipse x^2/16 + y^2/4 = 1.

What is the area of the ellipse?

  1. 27.56
  2. 21.78
  3. 32.65
  4. 25.13

What is the area of the largest rectangle that can be cut from this ellipse?

  1. 14
  2. 20
  3. 16
  4. 18

What is the volume generated by revolving this ellipse about the line x = 8.

  1. 1,543
  2. 1,263
  3. 1,021
  4. 1,876

Part 1.

From $\frac{x^2}{16} + \frac{y^2}{4} = 1$: $a = 4$, $b = 2$.
$A = \pi a b = \pi(4)(2) = 8\pi$
$\boxed{A = 25.13}$

Part 2.

The largest rectangle inscribed in an ellipse has area $2ab$:
$A = 2(4)(2)$
$\boxed{A = 16}$

Part 3.

By Pappus' theorem, the centroid $(0,0)$ is $8$ units from the line $x = 8$:
$V = 2\pi d A = 2\pi(8)(8\pi) = 128\pi^2$
$\boxed{V = 1{,}263}$

Question Bank: t834

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

The edges of a rectangular box are to be reinforced with narrow metal strips. If the box will have a volume of 64 cubic feet, what should its dimensions be to require the least amount of strips?

  1. 4 ft x 4 ft x 4 ft
  2. 5 ft x 4 ft x 3.2 ft
  3. 8 ft x 2 ft x 4 ft
  4. 3 ft x 5 ft x 4 ft
The total strip length is $L = 4(l + w + h)$, minimized subject to $lwh = 64$.
By the AM-GM inequality, $l + w + h$ is least when $l = w = h$:
$l = w = h = \sqrt[3]{64} = 4$
$\boxed{4 \text{ ft} \times 4 \text{ ft} \times 4 \text{ ft}}$

Question Bank: t836

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A right circular cylinder of radius r and height h is inscribed in a right circular cone of radius 6 m and height 12 m.

Determine the radius of the cylinder such that its volume is a maximum.

  1. 2 m
  2. 4 m
  3. 3 m
  4. 5 m

Determine the maximum volume of the cylinder.

  1. 145.72 m^3
  2. 321.12 m^3
  3. 225.31 m^3
  4. 201.06 m^3

Determine the height of the cylinder such that its lateral area is a maximum.

  1. 10 m
  2. 8 m
  3. 6 m
  4. 4 m

Part 1.

By similar triangles, the cylinder height is $h = 12\left(1 - \frac{r}{6}\right) = 12 - 2r$.
$V = \pi r^2 h = \pi r^2(12 - 2r)$
$\frac{dV}{dr} = \pi(24r - 6r^2) = 6\pi r(4 - r) = 0 \Rightarrow r = 4$
$\boxed{r = 4 \text{ m}}$

Part 2.

With $r = 4$, $h = 12 - 2(4) = 4$:
$V = \pi r^2 h = \pi(16)(4) = 64\pi$
$\boxed{V = 201.06 \text{ m}^3}$

Part 3.

Lateral area $A = 2\pi r h = 2\pi r(12 - 2r)$.
$\frac{dA}{dr} = 2\pi(12 - 4r) = 0 \Rightarrow r = 3$
Then $h = 12 - 2(3)$:
$\boxed{h = 6 \text{ m}}$

Question Bank: t867

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

An area is bounded by the curve $y = 8/(x^2 + 4)$, the x- axis, and the lines $x + 2 = 0$ and $x - 2 = 0$. Find the area bounded.

  1. $\pi/2$
  2. $4\pi$
  3. $\pi$
  4. $2\pi$
$A = \int_{-2}^{2} \frac{8}{x^2 + 4}\,dx = 8\cdot\frac{1}{2}\left[\tan^{-1}\frac{x}{2}\right]_{-2}^{2}$
$= 4\left[\tan^{-1}(1) - \tan^{-1}(-1)\right] = 4\left[\frac{\pi}{4} + \frac{\pi}{4}\right]$
$\boxed{2\pi}$

Question Bank: t868

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Given a parabola $x^2 + 4y - 48 = 0$ and line $x - 2y + 12 = 0$. Determine the following:

The vertex of the parabola.

  1. (0, 15)
  2. (0, 9)
  3. (0, 6)
  4. (0, 12)

A point of intersection of the parabola and line.

  1. (6, -3)
  2. (-6, 3)
  3. (4, -8)
  4. (4, 3)

The area bounded by the parabola and line.

  1. 41.67
  2. 43.33
  3. 39.33
  4. 36.67

Part 1.

Rewrite the parabola: $x^2 = -4(y - 12)$, which is the form $(x-h)^2 = 4p(y-k)$ with vertex $(h, k)$:
$\boxed{(0,\ 12)}$

Part 2.

From the line, $x = 2y - 12$. Substitute into $x^2 = -4(y - 12)$:
$(2y-12)^2 = -4(y-12) \Rightarrow y^2 - 11y + 24 = 0 \Rightarrow y = 3 \text{ or } 8$
For $y = 3$: $x = 2(3) - 12 = -6$.
$\boxed{(-6,\ 3)}$

Part 3.

The curves intersect at $x = -6$ and $x = 4$. With parabola $y = 12 - \frac{x^2}{4}$ above line $y = \frac{x}{2} + 6$:
$A = \int_{-6}^{4}\left[6 - \frac{x^2}{4} - \frac{x}{2}\right]dx = \left[6x - \frac{x^3}{12} - \frac{x^2}{4}\right]_{-6}^{4}$
$= 14.67 - (-27)$
$\boxed{41.67}$

Question Bank: t871

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Determine the area enclosed by the curve $r^2 = a^2 \cos^2 \theta$.

  1. $3a^2$
  2. $2a^2$
  3. $4a^2$
  4. $a^2$
This is a lemniscate $r^2 = a^2\cos 2\theta$. Both loops give:
$A = 2\cdot\frac{1}{2}\int_{-\pi/4}^{\pi/4} a^2\cos 2\theta\,d\theta = a^2\left[\frac{\sin 2\theta}{2}\right]_{-\pi/4}^{\pi/4}$
$= a^2\left(\tfrac{1}{2} + \tfrac{1}{2}\right)$
$\boxed{a^2}$

Question Bank: t872

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A dog is tied with a chord 3 m long to the edge of a circular tank 8 m in diameter. The point where the cord is attached to the tank is at the same elevation as the dog's collar. Determine the total area about which the dog can move.

  1. 20.32 m^2
  2. 14.21 m^2
  3. 18.52 m^2
  4. 16.39 m^2
For a cord of length $L = 3$ m tied to the outside of a circular tank of radius $a = 4$ m (with $L$ less than half the circumference), the reachable area is:
$A = \frac{\pi L^2}{2} + \frac{L^3}{3a}$
$= \frac{\pi(9)}{2} + \frac{27}{3(4)} = 14.14 + 2.25$
$\boxed{16.39 \text{ m}^2}$

Question Bank: t873

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Consider the area in the first quadrant bounded by the function $y = x^2 + 1$ between $x = 0$ to $x = 2$.

What is the area between the curve and the x- axis?

  1. 12/5
  2. 15/7
  3. 14/5
  4. 14/3

What are the centroidal coordinates of this area?

  1. (1.14, 1.24)
  2. (1.05, 2.32)
  3. (1.65, 1.54)
  4. (1.29, 1.47)

What is the arc length of this curve?

  1. 4.65
  2. 5.63
  3. 6.35
  4. 7.48

What is the moment of inertia of this area about the x-axis?

  1. 9.067
  2. 15.829
  3. 12.678
  4. 8.221

What is the moment of inertia of this area about the y-axis?

  1. 12.675
  2. 8.221
  3. 9.067
  4. 15.829 incorrectly states $r^2 = a^2 \cos^2 \theta$ instead of $r^2 = a^2 \cos 2\theta$. I have transcribed it exactly as it appears in the book.)

Part 1.

$A = \int_0^2 (x^2 + 1)\,dx = \left[\frac{x^3}{3} + x\right]_0^2 = \frac{8}{3} + 2$
$\boxed{\frac{14}{3}}$

Part 2.

With $A = \frac{14}{3}$:
$\bar{x} = \frac{1}{A}\int_0^2 x(x^2+1)\,dx = \frac{6}{14/3} = 1.29$
$\bar{y} = \frac{1}{A}\int_0^2 \frac{(x^2+1)^2}{2}\,dx = \frac{6.867}{14/3} = 1.47$
$\boxed{(1.29,\ 1.47)}$

Part 3.

Arc length with $y' = 2x$:
$L = \int_0^2 \sqrt{1 + 4x^2}\,dx = \left[\frac{x}{2}\sqrt{1+4x^2} + \frac{1}{4}\ln\!\left(2x + \sqrt{1+4x^2}\right)\right]_0^2$
$= 4.123 + 0.524$
$\boxed{4.65}$

Part 4.

Moment of inertia about the x-axis:
$I_x = \int_0^2 \frac{y^3}{3}\,dx = \frac{1}{3}\int_0^2 (x^2+1)^3\,dx$
$= \frac{1}{3}\left[\frac{x^7}{7} + \frac{3x^5}{5} + x^3 + x\right]_0^2 = \frac{47.49}{3}$
$\boxed{15.829}$

Part 5.

Moment of inertia about the y-axis:
$I_y = \int_0^2 x^2\,y\,dx = \int_0^2 x^2(x^2+1)\,dx$
$= \left[\frac{x^5}{5} + \frac{x^3}{3}\right]_0^2 = 6.4 + 2.667$
$\boxed{9.067}$

Question Bank: t878

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

An area is bounded by the curve y = x^2 and the lines y = 0 and x = 2.

Find the volume generated if the area is revolved about the X-axis.

  1. 18.54
  2. 26.32
  3. 23.15
  4. 20.11

Find the volume generated if the area is revolved about the Y-axis.

  1. 25.13
  2. 24.78
  3. 30.12
  4. 29.65

Find the volume generated if the area is revolved about the line y = 4.

  1. 49.65
  2. 55.87
  3. 46.91
  4. 52.14

Part 1.

Disk method about the x-axis:
$V = \pi\int_0^2 (x^2)^2\,dx = \pi\int_0^2 x^4\,dx = \pi\cdot\frac{32}{5}$
$\boxed{20.11}$

Part 2.

Shell method about the y-axis:
$V = \int_0^2 2\pi x(x^2)\,dx = 2\pi\int_0^2 x^3\,dx = 2\pi(4) = 8\pi$
$\boxed{25.13}$

Part 3.

Washer method about $y = 4$ (outer radius $4$, inner radius $4 - x^2$):
$V = \pi\int_0^2 \left[16 - (4 - x^2)^2\right]dx = \pi\int_0^2 (8x^2 - x^4)\,dx$
$= \pi\left[\frac{8x^3}{3} - \frac{x^5}{5}\right]_0^2 = \pi(14.93)$
$\boxed{46.91}$

Question Bank: t881

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

The area enclosed between the curve y = $\sqrt{x-2}$ and the ordinates x = 3 and x = 5 is rotated through 2Ο€ radians about the x-axis. Determine the following:

The rotating area

  1. 4.856
  2. 2.127
  3. 2.797
  4. 3.254

The x- coordinate of the centroid of the rotating area

  1. 3.89
  2. 4.09
  3. 4.28
  4. 3.68

The volume of the solid of revolution generated.

  1. 9.65
  2. 11.58
  3. 15.24
  4. 12.57

Part 1.

$A = \int_3^5 \sqrt{x-2}\,dx = \left[\frac{2}{3}(x-2)^{3/2}\right]_3^5 = \frac{2}{3}\left(3^{3/2} - 1\right)$
$\boxed{2.797}$

Part 2.

$\bar{x} = \frac{1}{A}\int_3^5 x\sqrt{x-2}\,dx$. Evaluating the integral gives $11.43$, so:
$\bar{x} = \frac{11.43}{2.797}$
$\boxed{4.09}$

Part 3.

Disk method about the x-axis ($y^2 = x - 2$):
$V = \pi\int_3^5 (x - 2)\,dx = \pi\left[\frac{(x-2)^2}{2}\right]_3^5 = \pi(4)$
$\boxed{12.57}$

Question Bank: t884

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

An area is bounded by the curve y = sin x and the x-axis from x = 0 to x = 2Ο€/3.

What is the area bounded by the curve?

  1. 1.75
  2. 2.5
  3. 1.5
  4. 1.25

Find the volume generated by revolving the area about the x-axis.

  1. 5.83
  2. 5.97
  3. 4.95
  4. 3.97

Part 1.

$A = \int_0^{2\pi/3} \sin x\,dx = \left[-\cos x\right]_0^{2\pi/3} = -\cos 120^\circ + \cos 0 = 0.5 + 1$
$\boxed{1.5}$

Part 2.

Disk method about the x-axis:
$V = \pi\int_0^{2\pi/3} \sin^2 x\,dx = \frac{\pi}{2}\left[x - \frac{\sin 2x}{2}\right]_0^{2\pi/3}$
$= \frac{\pi}{2}\left(\frac{2\pi}{3} + 0.433\right)$
$\boxed{3.97}$

Question Bank: t886

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

An area in the first quadrant is bounded by the curve y = 2x^3 + 2 and the line y = 18.

What is the area in square units?

  1. 24
  2. 28
  3. 22
  4. 32

What is the volume generated when this area is revolved about the x- axis?

  1. 1452.3
  2. 1547.3
  3. 1680.3
  4. 1845.3

What is the moment of inertia about a pole through the origin (0, 0)?

  1. 4021.5
  2. 3874.5
  3. 3452.6
  4. 3452.6

Part 1.

The curve $y = 2x^3 + 2$ meets $y = 18$ at $x = 2$. Area between the line (above) and curve:
$A = \int_0^2 \left[18 - (2x^3 + 2)\right]dx = \int_0^2 (16 - 2x^3)\,dx = \left[16x - \frac{x^4}{2}\right]_0^2 = 32 - 8$
$\boxed{24}$

Part 2.

Washer method about the x-axis (outer $18$, inner $2x^3 + 2$):
$V = \pi\int_0^2 \left[18^2 - (2x^3 + 2)^2\right]dx = \pi\int_0^2 (320 - 4x^6 - 8x^3)\,dx$
$= \pi\left[320x - \frac{4x^7}{7} - 2x^4\right]_0^2 = \pi(534.9)$
$\boxed{1680.3}$

Part 3.

Polar (mass) moment of inertia about the origin: $J = \iint (x^2 + y^2)\,dA$ over the region $0 \le x \le 2$, $2x^3 + 2 \le y \le 18$:
$J = \int_0^2 \int_{2x^3+2}^{18} (x^2 + y^2)\,dy\,dx$
Evaluating the iterated integral:
$\boxed{J = 3452.6}$

Question Bank: t889

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Find the volume of the solid generated by rotating about the X-axis the region bounded by the curves y = x^3, x = 4, and X-axis.

  1. 4587
  2. 8974
  3. 6523
  4. 7353
Disk method about the x-axis:
$V = \pi\int_0^4 (x^3)^2\,dx = \pi\int_0^4 x^6\,dx = \pi\left[\frac{x^7}{7}\right]_0^4$
$= \pi\cdot\frac{16384}{7}$
$\boxed{7353}$

Question Bank: t893

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Given the following parabolas: Parabola 1: x^2 - 8x + 16y - 176 = 0; Parabola 2: x^2 - 4x - 12y - 32 = 0.

Which of the following gives the ordinate of one of the points of intersection of the parabolas?

  1. -6.25
  2. 8.32
  3. 12.95
  4. 5.24

Find the area bounded by the given parabolas.

  1. 199.95
  2. 163.87
  3. 214.57
  4. 265.25

Find the moment of inertia with respect to the x-axis of the area bounded by the given parabolas.

  1. 6824
  2. 1426
  3. 7263
  4. 7074
Solving the two parabolas simultaneously gives intersection abscissas $x = -7.24$ and $x = 12.95$. Between them, $P_1$ (opening down) lies above $P_2$ (opening up):
$A = \int_{-7.24}^{12.95}\frac{-7x^2 + 40x + 656}{48}\,dx$
The quadratic's roots are the limits, so $A = \frac{7\,(12.95 + 7.24)^3}{6\cdot 48}$
$\boxed{199.95}$

Question Bank: t896

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

The area bounded by the curve 9y = x⁴, the line y = 9, and the y- axis is revolved about the y- axis. How far from the x-axis is the centroid of the resulting solid?

  1. 5.4
  2. 3.2
  3. 4.8
  4. 5.8
Revolving about the y-axis, the slice at height $y$ has radius $x = (9y)^{1/4}$, so $dV = \pi x^2\,dy = 3\pi\sqrt{y}\,dy$.
$V = \int_0^9 3\pi\sqrt{y}\,dy = 54\pi$
Centroid from the x-axis:
$\bar{y} = \frac{\int_0^9 y\,(3\pi\sqrt{y})\,dy}{54\pi} = \frac{3\pi\cdot\frac{2}{5}(9)^{5/2}}{54\pi}$
$\boxed{5.4}$

Question Bank: t897

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A plane area is bounded by the curve y^2 = 4x and the line y = x.

Find the area bounded by the curves.

  1. 3.33
  2. 3.67
  3. 2.67
  4. 2.33

How far from the x-axis is the centroid of the curve?

  1. 2.5
  2. 3.3
  3. 2
  4. 3

Part 1.

Intersections of $y^2 = 4x$ and $y = x$: $x^2 = 4x \Rightarrow x = 0, 4$.
For $0 \le x \le 4$ the parabola $y = 2\sqrt{x}$ is above the line $y = x$:
$A = \int_0^4 (2\sqrt{x} - x)\,dx = \left[\frac{4}{3}x^{3/2} - \frac{x^2}{2}\right]_0^4 = 10.67 - 8$
$\boxed{2.67}$

Part 2.

$\bar{y} = \frac{1}{A}\int_0^4 \frac{1}{2}\left[(2\sqrt{x})^2 - x^2\right]dx = \frac{1}{2.67}\cdot\frac{1}{2}\int_0^4 (4x - x^2)\,dx$
$= \frac{1}{2.67}\cdot\frac{1}{2}\left[2x^2 - \frac{x^3}{3}\right]_0^4 = \frac{1}{2.67}(5.33)$
$\boxed{2}$

Question Bank: t900

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

Find the volume in the first octant, bounded by the following surfaces: x = 1, x^2 = y + 2z.

  1. 0.06
  2. 0.08
  3. 0.07
  4. 0.05
For each $x$ (from 0 to 1), the first-octant region in the $yz$-plane is $y + 2z \le x^2$ ($y, z \ge 0$), a triangle of area $\frac{1}{2}(x^2)\left(\frac{x^2}{2}\right) = \frac{x^4}{4}$.
$V = \int_0^1 \frac{x^4}{4}\,dx = \frac{1}{4}\cdot\frac{1}{5} = \frac{1}{20}$
$\boxed{0.05}$

Question Bank: t901

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A tank in the shape of a frustum of a cone has a bottom radius of 1 m, top radius of 2 m, and 3 m high. The tank is full of oil having a specific gravity of 0.82. The oil in the tank is to be pumped out to a point 1.5 m above the top of the tank.

What is the volume of oil in the tank in m^3?

  1. 22
  2. 25
  3. 18
  4. 20

How far from the bottom of the tank is the center of gravity of the oil, in meters?

  1. 1.68
  2. 1.5
  3. 1.82
  4. 1.95

How much work is required to empty the full content of the tank in kJ?

  1. 499
  2. 474
  3. 531
  4. 451

Part 1.

Frustum volume with $R = 2$, $r = 1$, $h = 3$:
$V = \frac{\pi h}{3}\left(R^2 + Rr + r^2\right) = \frac{\pi(3)}{3}(4 + 2 + 1) = 7\pi$
$\boxed{22 \text{ m}^3}$

Part 2.

Frustum centroid measured from the larger base (top): $\bar{y}_{top} = \frac{h}{4}\cdot\frac{R^2 + 2Rr + 3r^2}{R^2 + Rr + r^2} = \frac{3}{4}\cdot\frac{11}{7} = 1.18$ m.
From the bottom:
$3 - 1.18$
$\boxed{1.82 \text{ m}}$

Part 3.

Weight of oil: $W = \rho_{water}\,(SG)\,g\,V = 1000(0.82)(9.81)(21.99) = 176.8$ kN.
The centroid (1.82 m from bottom) must rise to $3 + 1.5 = 4.5$ m, a lift of $4.5 - 1.82 = 2.68$ m.
Work $= W \times d = 176.8 \times 2.68$
$\boxed{474 \text{ kJ}}$

Question Bank: t904

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

An open-top hemispherical tank having a radius of 1.2 m, full of water, is being drained by a vertical pipe whose exit end is 0.8 m above the top of the tank. How much work is done in emptying the full content of the tank?

  1. 32.54 kJ
  2. 44.38 kJ
  3. 75.42 kJ
  4. 24.78 kJ There is just one final short batch of 10 questions
Let $y$ be the depth below the rim. A slice has volume $\pi(R^2 - y^2)\,dy$ and is lifted a distance $y + 0.8$, with $R = 1.2$.
$W = \rho g\pi\int_0^{1.2}(1.44 - y^2)(y + 0.8)\,dy$
$= 9810\pi\,(1.44)$
$\boxed{44.38 \text{ kJ}}$

Question Bank: t912

MSTE - Differential Calculus / Differential Calculus / Gemini mapped Chapter 4 to 6

A tank contains 100 lit of brine holding 60 kg of salt in solution. Water containing 1 kg of salt per liter flows into the tank at the rate of 2 lit/min, and the mixture, kept uniform by stirring, flows out at the rate of 3 lit/min.

What is the initial concentration of salt in the solution in kg/liter?

  1. 1.2
  2. 0.15
  3. 0.6
  4. 0.3

What is the volume of the solution in the tank after 1 hour?

  1. 40 liters
  2. 60 liters
  3. 20 liters
  4. 80 liters

Find the amount of salt at the end of 1 hr.

  1. 45.36 kg
  2. 37.44 kg
  3. 32.82 kg
  4. 59.52 kg

Part 1.

Initial concentration is salt divided by volume:
$c_0 = \frac{60 \text{ kg}}{100 \text{ L}}$
$\boxed{0.6 \text{ kg/L}}$

Part 2.

Net flow rate $= 2 - 3 = -1$ L/min. After 60 min:
$V = 100 - 1(60)$
$\boxed{40 \text{ liters}}$

Part 3.

With $V = 100 - t$, salt in $= 2$ kg/min and salt out $= \frac{3S}{100-t}$:
$\frac{dS}{dt} + \frac{3S}{100-t} = 2$
Solving this linear ODE: $S = (100 - t) + C(100 - t)^3$.
At $t = 0$, $S = 60 \Rightarrow C = -4\times10^{-5}$.
At $t = 60$: $S = 40 + (-4\times10^{-5})(40)^3 = 40 - 2.56$
$\boxed{37.44 \text{ kg}}$

Question Bank: t1442

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the coordinate of the vertex of the parabola $y=x^{2}-4x+1$ by making use of the fact that at the vertex, the slope of the tangent is zero.

  1. (2,-3)
  2. (3,2)
  3. (-1,-3)
  4. (-2,-3)

Solution pending in psadquestions/t1442.json.

Question Bank: t1466

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the coordinate of the vertex of the parabola $y=x^{2}-4x+1$ by making use of the fact that at the vertex, the slope of the tangent is zero.

  1. (2,-3)
  2. (3,2)
  3. (-1,-3)
  4. (-2,-3)

Solution pending in psadquestions/t1466.json.

Question Bank: t1470

MSTE - Differential Calculus / Point of Inflection / BEMz

Find the point of inflection of $f(x)=x^{3}-3x^{2}-x+7$.

  1. 1,4
  2. 1,2
  3. 2,1
  4. 3,1

Solution pending in psadquestions/t1470.json.

Question Bank: t1471

MSTE - Differential Calculus / Point of Inflection / BEMz

Find the point of inflection of the curve $y=(9x^{2}-x^{3}+6)/6$.

  1. 3,10
  2. 2,8
  3. 3,8
  4. 2,10

Solution pending in psadquestions/t1471.json.

Question Bank: t1472

MSTE - Differential Calculus / Point of Inflection / BEMz

Find the point of inflection of the curve $y=x^{3}-3x^{2}+6$.

  1. 1,4
  2. 1,3
  3. 0,2
  4. 2,1

Solution pending in psadquestions/t1472.json.

Question Bank: t1473

MSTE - Differential Calculus / Point of Inflection / BEMz

Locate the point of inflection of the curve $y=f(x)=(x^{2})e^{x}$.

  1. $-2 plus or minus (sqrt of 3)$
  2. $2 plus or minus (sqrt of 2)$
  3. $-2 plus or minus (sqrt of 2)$
  4. $2 plus or minus (sqrt of 3)$

Solution pending in psadquestions/t1473.json.

Question Bank: t1474

MSTE - Differential Calculus / Maxima Minima / BEMz

The daily sales in thousands of pesos of a product is given by $S=(x^{2}-x^{3}+6)/6$ where x is the thousand of pesos spent on advertising. Find the point of diminishing returns for money spent on advertising.

  1. 5
  2. 4
  3. 3
  4. 6

Solution pending in psadquestions/t1474.json.

Question Bank: t1475

MSTE - Differential Calculus / Maxima Minima / BEMz

$y=x ^{3}$ -3x. Find the maximum value of y.

  1. 2
  2. 1
  3. 0
  4. 3

Solution pending in psadquestions/t1475.json.

Question Bank: t1483

MSTE - Differential Calculus / Maxima Minima / BEMz

A cylindrical boiler is to have a volume of 1340 cu ft. The cost of the metal sheets to make the boiler should be minimum. What should be its diameter in feet?

  1. 7.08
  2. 11.95
  3. 8.08
  4. 10.95

Solution pending in psadquestions/t1483.json.

Question Bank: t1484

MSTE - Differential Calculus / Maxima Minima / BEMz

A rectangular corral is to be built with a required area. If an existing fence is to be used as one of the sides, determine the relation of the width and the length which would cost the least.

  1. $width=twice the length$
  2. $width=1/2 length$
  3. $width=length$
  4. $width=3 times the length$

Solution pending in psadquestions/t1484.json.

Question Bank: t1485

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the two numbers whose sum is 20, if the product of one by the cube of the other is to be minimum.

  1. 5 and 15
  2. 10 and 10
  3. 4 and 16
  4. 8 and 12

Solution pending in psadquestions/t1485.json.

Question Bank: t1486

MSTE - Differential Calculus / Maxima Minima / BEMz

The sum of two numbers is 12. Find the minimum value of the sum of their cubes.

  1. 432
  2. 644
  3. 346
  4. 244

Solution pending in psadquestions/t1486.json.

Question Bank: t1487

MSTE - Differential Calculus / Maxima Minima / BEMz

A printed page must contain 60 sq m of printed material. There are to be margins of 5cm on either side and margins of 3cm on top and bottom. How long should the printed lines be in order to minimize the amount of paper used?

  1. 10
  2. 18
  3. 12
  4. 15

Solution pending in psadquestions/t1487.json.

Question Bank: t1488

MSTE - Differential Calculus / Maxima Minima / BEMz

a school sponsored trip will cost each students 15 pesos if not more than 150 students make the trip, however the cost per student will reduced by 5 centavos for each student in excess of 150. How many students should make the trip in order for the school to receive the largest group income?

  1. 225
  2. 250
  3. 200
  4. 195

Solution pending in psadquestions/t1488.json.

Question Bank: t1489

MSTE - Differential Calculus / Maxima Minima / BEMz

A rectangular box with square base and open at the top is to have a capacity of 16823 cu cm. Find the height of the box that requires minimum amount of materials required.

  1. 16.14 cm
  2. 14.12 cm
  3. 12.13 cm
  4. 10.36 cm

Solution pending in psadquestions/t1489.json.

Question Bank: t1490

MSTE - Differential Calculus / Maxima Minima / BEMz

A closed cylindrical tank has a capacity of 576.56 cu m. Find the minimum surface area of the tank.

  1. 383.40 cu m
  2. 412.60 cu m
  3. 516.32 cu m
  4. 218.60 cu m

Solution pending in psadquestions/t1490.json.

Question Bank: t1491

MSTE - Differential Calculus / Maxima Minima / BEMz

A wall 2.245 m high is x meters away from a building. The shortest ladder that can reach the building with one end resting on the ground outside the wall is 6m. What is the value of x?

  1. 2m
  2. 2.6m
  3. 3.0m
  4. 4.0m

Solution pending in psadquestions/t1491.json.

Question Bank: t1492

MSTE - Differential Calculus / Maxima Minima / BEMz

With only 381.7 sq m of materials, a closed cylindrical tank of maximum volume is to be the height of the tank, in m?

  1. 9m
  2. 7m
  3. 11m
  4. 13m

Solution pending in psadquestions/t1492.json.

Question Bank: t1493

MSTE - Differential Calculus / Maxima Minima / BEMz

If the hypotenuse of a right triangle is known, what is the ratio of the base and the altitude of the right triangle when its are is maximum?

  1. 1:1
  2. 1:2
  3. 1:3
  4. 1:4

Solution pending in psadquestions/t1493.json.

Question Bank: t1494

MSTE - Differential Calculus / Maxima Minima / BEMz

The stiffness of a rectangular beam is proportional to the breadth and the cube of the depth. Find the shape of the stiffest beam that can be cut from a log of given size.

  1. $depth= \sqrt{3} breadth$
  2. $depth=breadth$
  3. $depth=\sqrt{2} breadth$
  4. $depth=2\sqrt{2} breadth$

Solution pending in psadquestions/t1494.json.

Question Bank: t1495

MSTE - Differential Calculus / Maxima Minima / BEMz

What is the maximum length of the perimeter if the hypotenuse of a right triangle is 5m long?

  1. 12.08 m
  2. 15.09 m
  3. 20.09 m
  4. 8.99 m

Solution pending in psadquestions/t1495.json.

Question Bank: t1496

MSTE - Differential Calculus / Maxima Minima / BEMz

An open top rectangular tank with square s bases is to have a volume of 10 cu m. The material fir its bottom is to cost 15 cents per sq m and that for the sides 6 cents per sq m. Find the most economical dimensions for the tank.

  1. 2 x 2 x 2.5
  2. 2 x 5 x 2.5
  3. 2 x 3 x 2.5
  4. 2 x 4 x 2.5

Solution pending in psadquestions/t1496.json.

Question Bank: t1497

MSTE - Differential Calculus / Maxima Minima / BEMz

A trapezoidal gutter is to be made from a strip of metal 22m wide by bending up the sides. If the base is 14m, what width across the top gives the greatest carrying capacity?

  1. 16
  2. 22
  3. 10
  4. 27

Solution pending in psadquestions/t1497.json.

Question Bank: t1498

MSTE - Differential Calculus / Maxima Minima / BEMz

Divide the number 60 into two pats so that the product P of one part and the square of the other is maximum. Find the smallest part.

  1. 20
  2. 22
  3. 10
  4. 27

Solution pending in psadquestions/t1498.json.

Question Bank: t1499

MSTE - Differential Calculus / Maxima Minima / BEMz

The edges of a rectangular box are to be reinforced with a narrow metal strips. If the box will have a volume of 8 cu m, what would its dimensions be to require the least total length of strips?

  1. 2 x 2 x 2
  2. 4 x 4 x 4
  3. 3 x 3 x 3
  4. 2 x 2 x 4

Solution pending in psadquestions/t1499.json.

Question Bank: t1500

MSTE - Differential Calculus / Maxima Minima / BEMz

A rectangular window surmounted by a right isosceles triangle has a perimeter equal to 54.14m. Find the height of the rectangular window so that the window will admit the most light.

  1. 10
  2. 22
  3. 12
  4. 27

Solution pending in psadquestions/t1500.json.

Question Bank: t1501

MSTE - Differential Calculus / Maxima Minima / BEMz

A normal window is in the shape of a rectangle surrounded by a semi-circle. If the perimeter of the window is 71.416, what is its radius and the height of the rectangular portion so that it will yield a window admitting the most light?

  1. 10
  2. 22
  3. 12
  4. 27

Solution pending in psadquestions/t1501.json.

Question Bank: t1502

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the radius of a right circular cone having a lateral area of 544.12 sq m to have a maximum volume.

  1. 10
  2. 20
  3. 17
  4. 19

Solution pending in psadquestions/t1502.json.

Question Bank: t1503

MSTE - Differential Calculus / Maxima Minima / BEMz

A gutter with trapezoidal cross section is to be made from a long sheet of tin that is 15cm wide by turning up one third of its width on each side. What width across the top that will give a maximum capacity?

  1. 10
  2. 20
  3. 15
  4. 13

Solution pending in psadquestions/t1503.json.

Question Bank: t1504

MSTE - Differential Calculus / Maxima Minima / BEMz

A piece of plywood for a billboard has an area of 24 sq ft. The margins at the top and bottom are 9 inches and at the sides are 6 in. Determine the size of plywood for maximum dimensions of the painted area.

  1. 4 x 6
  2. 3 x 4
  3. 4 x 8
  4. 3 x 8

Solution pending in psadquestions/t1504.json.

Question Bank: t1505

MSTE - Differential Calculus / Maxima Minima / BEMz

A manufacturer estimates that the cost of production of x units of a certain item is $C=40x-0.02x^{2}-600$. How many units should be produced for minimum cost?

  1. 1000 units
  2. 100 units
  3. 10 units
  4. 10000 units

Solution pending in psadquestions/t1505.json.

Question Bank: t1506

MSTE - Differential Calculus / Maxima Minima / BEMz

If the sum of the two numbers is 4, find the minimum value of the um of their cubes.

  1. 16
  2. 18
  3. 10
  4. 32

Solution pending in psadquestions/t1506.json.

Question Bank: t1507

MSTE - Differential Calculus / Maxima Minima / BEMz

If x units of a certain item are manufactured, each unit can be sold for 200-0.01x pesos. How many units can be manufactured for maximum revenue? What is the corresponding unit price?

  1. 10000, P100
  2. 10500, P300
  3. 20000, P200
  4. 15000, P400

Solution pending in psadquestions/t1507.json.

Question Bank: t1508

MSTE - Differential Calculus / Maxima Minima / BEMz

A certain spare parts has a selling price of P150 if they would sell 8000 units per month. If for every P1.00 increase in selling price, 80 units less will be sold out pr month. If the production cost is P100 per unit, find the price per unit for maximum profit per month.

  1. P175
  2. P250
  3. P150
  4. P225

Solution pending in psadquestions/t1508.json.

Question Bank: t1509

MSTE - Differential Calculus / Maxima Minima / BEMz

The highway department is planning to build a picnic area for motorist along a major highway. It is to be rectangular with an area of 5000 sq m is to be fenced off on the three sides not adjacent to the highway. What is the least amount of fencing that ill be needed to complete the job?

  1. 200m
  2. 300m
  3. 400m
  4. 500m

Solution pending in psadquestions/t1509.json.

Question Bank: t1510

MSTE - Differential Calculus / Maxima Minima / BEMz

A rectangular lot has an area of 1600 sq m. Find the least amount of fence that could be used to enclose the area.

  1. 160m
  2. 200m
  3. 100m
  4. 300m

Solution pending in psadquestions/t1510.json.

Question Bank: t1511

MSTE - Differential Calculus / Maxima Minima / BEMz

A student club on a college campus charges annual membership due of P10, less 5 centavos for each member over 60. How many members would give the club the most revenue from annual dues?

  1. 130 members
  2. 420 members
  3. 240 members
  4. 650 members

Solution pending in psadquestions/t1511.json.

Question Bank: t1512

MSTE - Differential Calculus / Maxima Minima / BEMz

A company estimates that it can sell 1000 units per weak if it sets the unit price at P3.00, but that its weekly sles will rise by 100 units for each P0.10 decrease in price. Find the number of units sold each week and its unit price per max revenue.

  1. 2000, P2.00
  2. 1000, P3.00
  3. 2500, P2.50
  4. 1500, P1.50

Solution pending in psadquestions/t1512.json.

Question Bank: t1513

MSTE - Differential Calculus / Maxima Minima / BEMz

In manufacturing and selling x units of a certain commodity, the selling price per unit is $P=5-0.002x$ and the production cost in pesos is $C=3+1.10x$. Determine the production level that will produce the max profit and what would this profit be?

  1. 975, P1898.25
  2. 800, P1750.75
  3. 865, P1670.50
  4. 785, P1920.60

Solution pending in psadquestions/t1513.json.

Question Bank: t1514

MSTE - Differential Calculus / Maxima Minima / BEMz

ABC company manufactures computer spare parts. With its present machines, it has an output of 500 units annually. With the addition of the new machines the company could boosts its yearly production to 750 units. If it produces x parts it can set a price of $P=200-0.15x$ pesos per unit and will have a total yearly cost of $C=6000+6x-0.003x$ in pesos. What production level maximizes total yearly profit?

  1. 660 units
  2. 237 units
  3. 560 units
  4. 243 units

Solution pending in psadquestions/t1514.json.

Question Bank: t1515

MSTE - Differential Calculus / Maxima Minima / BEMz

The fixed monthly cost for operating a manufacturing plant that makes transformers is P8000 and there are direct costs of P110 for each unit produced. The manufacturer estimates that 100 units per month can be sold if the unit price is P250 and that sales will in crease by 20 units for each P10 decrease in price. Compute the number of units that must be sold per month to maximize the profit. Compute the unit price.

  1. 190, P205
  2. 160, P185
  3. 170, P205
  4. 200, P220

Solution pending in psadquestions/t1515.json.

Question Bank: t1516

MSTE - Differential Calculus / Maxima Minima / BEMz

The total cost of producing and marketing x units of a certain commodity is given as $C=(80000x-400x^{2}+x^{3})/40000$. For what number x is the average cost a minimum?

  1. 200 units
  2. 100 units
  3. 300 units
  4. 400 units

Solution pending in psadquestions/t1516.json.

Question Bank: t1517

MSTE - Differential Calculus / Maxima Minima / BEMz

A wall 2.245m high is 2m away from a bldg. Find the shortest ladder that can reach the bldg with one end resting on the ground outside the wall.

  1. 6m
  2. 9m
  3. 10m
  4. 4m

Solution pending in psadquestions/t1517.json.

Question Bank: t1518

MSTE - Differential Calculus / Maxima Minima / BEMz

If the hypotenuse of a right triangle is known, what is the relation of the base and the altitude of the right triangle when its area is maximum?

  1. $altitude=base$
  2. $altitude=\sqrt{2} base$
  3. $altitude=\sqrt{2} base$
  4. $altitude=2 base$

Solution pending in psadquestions/t1518.json.

Question Bank: t1519

MSTE - Differential Calculus / Maxima Minima / BEMz

The hypotenuse of a right triangle is 20cm. What is the max possible area of the triangle in sq cm?

  1. 100
  2. 170
  3. 120
  4. 160

Solution pending in psadquestions/t1519.json.

Question Bank: t1520

MSTE - Differential Calculus / Maxima Minima / BEMz

A rectangular field has an area of 10,000 sq m. What is the least amount of fencing meters to enclose it?

  1. 400
  2. 370
  3. 220
  4. 560

Solution pending in psadquestions/t1520.json.

Question Bank: t1521

MSTE - Differential Calculus / Maxima Minima / BEMz

A monthly overhead of a manufacturer of a certain commodity is P6000 and the cost of material is P1.0 per unit. If not more than 4500 units are manufactured per month, labor cost is P0.40 per unit, but for each unit over 4500, the manufacturer must pay P0.60 for labor per unit. The manufacturer can sell 4000 units per month at P7.0 per unit and estimates that monthly sales will rise by 100 for each P0.10 reduction in price. Find the number of units that should be produced each month for maximum profit.

  1. 4700 units
  2. 2600 units
  3. 6800 units
  4. 9900 units

Solution pending in psadquestions/t1521.json.

Question Bank: t1522

MSTE - Differential Calculus / Maxima Minima / BEMz

Find two numbers whose product is 100m and whose sum is minimum.

  1. 10, 10
  2. 12, 8
  3. 5, 15
  4. 9, 11

Solution pending in psadquestions/t1522.json.

Question Bank: t1523

MSTE - Differential Calculus / Maxima Minima / BEMz

Find two numbers whose sum is 36 if the product of one by the square of the other is a maximum.

  1. 12, 24
  2. 13, 23
  3. 20, 16
  4. 11, 25

Solution pending in psadquestions/t1523.json.

Question Bank: t1524

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the minimum amount of thin sheet that can be made into a closed cylinder having a volume of 108 cu in. in square inches.

  1. 125.5
  2. 127.5
  3. 123.5
  4. 129.5

Solution pending in psadquestions/t1524.json.

Question Bank: t1525

MSTE - Differential Calculus / Maxima Minima / BEMz

A buyer is to take a plot of land fronting street, the plot is to be rectangular and three times its frontage added to twice its depth is to be 96 meters. What is the greatest number of sq m be may take?

  1. 384 sq m
  2. 352 sq m
  3. 443 sq m
  4. 298 sq m

Solution pending in psadquestions/t1525.json.

Question Bank: t1526

MSTE - Differential Calculus / Maxima Minima / BEMz

A company has determined that the marginal cost function for the production of a particular cost function for the production of a particular commodity is given as $y”=125+10x-(x^{2})/9$ where y is the cost of producing x units of the commodity. If the fixed cost is 250 pesos, what is the cost of producing 15 units?

  1. 250
  2. 225
  3. 300
  4. 200

Solution pending in psadquestions/t1526.json.

Question Bank: t1527

MSTE - Differential Calculus / Maxima Minima / BEMz

A pig weighing 300lb gains 8 pounds per day and cost 6 pesos per day to maintain. The market price for the pig is seven pesos and fifty centavos per pound but is decreasing 10 centavos per day. When should the pig be sold?

  1. 15 days
  2. 18 days
  3. 20 days
  4. 10 days

Solution pending in psadquestions/t1527.json.

Question Bank: t1528

MSTE - Differential Calculus / Maxima Minima / BEMz

It costs a bus company P125 to run a bus on a certain tour, plus P15 per passenger. The capacity of the bus is 20 persons and the company charges P35 per ticket if the bus is full. For each empty seat, however, the company increases the ticket price by P2.0. For maximum profit how many empty seats would the company like to see?

  1. 5
  2. 3
  3. 6
  4. 4

Solution pending in psadquestions/t1528.json.

Question Bank: t1529

MSTE - Differential Calculus / Maxima Minima / BEMz

A book publisher prints the pages of a certain book with 0.5 inch margins on the top, bottom and one side and a one inch margin on the other side to allow for the binding. Find the dimensions of the page that will maximize the printed area of the page if the area of the entire page is 96 sq inches.

  1. 8 inches
  2. 7 inches
  3. 9 inches
  4. 10 inches

Solution pending in psadquestions/t1529.json.

Question Bank: t1530

MSTE - Differential Calculus / Maxima Minima / BEMz

The cost of manufacturing an engine parts is P300 and the number which can be sold varies inversely as the fourth power of the selling price. Find the selling price which will yield the greatest total net profit.

  1. 400
  2. 350
  3. 450
  4. 375

Solution pending in psadquestions/t1530.json.

Question Bank: t1531

MSTE - Differential Calculus / Maxima Minima / BEMz

The price of the product in a competitive market is P300. If the cost per unit of producing the product is 160+x where x is the number of units produced per month, how many units should the firm produce and sell to maximize its profit?

  1. 70
  2. 80
  3. 60
  4. 50

Solution pending in psadquestions/t1531.json.

Question Bank: t1532

MSTE - Differential Calculus / Maxima Minima / BEMz

If the cost per unit of producing a product by ABC company is 10+2x and if the price on the competitive market is P50, what is the maximum daily profit that the company can expect of this product?

  1. 200
  2. 300
  3. 400
  4. 600

Solution pending in psadquestions/t1532.json.

Question Bank: t1533

MSTE - Differential Calculus / Maxima Minima / BEMz

An entrepreneur starts new companies and sells them when their growth is maximized. Suppose the annual profit for a new company is given by $P(x)=22-x/2- 18/(x+1)$ where P is in thousand of pesos and x is the number of years after the company is formed. If the entrepreneur wants to sell the company before profit begins to decline, after how many years would the company be sold?

  1. 5
  2. 4
  3. 6
  4. 7

Solution pending in psadquestions/t1533.json.

Question Bank: t1534

MSTE - Differential Calculus / Maxima Minima / BEMz

The profit function for a product is $P(x)=5600x+85x^{2}-x^{3}-x-200000$. How many items will produce a maximum profit?

  1. 80
  2. 60
  3. 70
  4. 40

Solution pending in psadquestions/t1534.json.

Question Bank: t1535

MSTE - Differential Calculus / Maxima Minima / BEMz

The following statistics of a manufacturing company shows the corresponding values for manufacturing x units. Production $cost=60x+10000$ pesos Selling $price/unit=200-0.02x$ pesos How many units must be produced for max profit?

  1. 3500
  2. 3300
  3. 4000
  4. 3800

Solution pending in psadquestions/t1535.json.

Question Bank: t1536

MSTE - Differential Calculus / Maxima Minima / BEMz

The cost per unit of production is expressed as (4+3x) and the selling price on the competitive market is P100 per unit. What maximum daily profit that the company can expect of this product?

  1. P768
  2. P876
  3. P657
  4. P678

Solution pending in psadquestions/t1536.json.

Question Bank: t1537

MSTE - Differential Calculus / Maxima Minima / BEMz

A certain unit produced by the company can be sold for 400-0.02x pesos where x is the number of units manufactured. What would be the corresponding price per unit in order to have a max revenue?

  1. P200
  2. P220
  3. P150
  4. P180

Solution pending in psadquestions/t1537.json.

Question Bank: t1538

MSTE - Differential Calculus / Maxima Minima / BEMz

Given the cost equation of a certain product as follows $C=50t^{2}-200t+10000$ where t is in years. Find the maximum cost from the year 1995 to 2002.

  1. P9,800
  2. P6,400
  3. P7,200
  4. P10,600

Solution pending in psadquestions/t1538.json.

Question Bank: t1539

MSTE - Differential Calculus / Maxima Minima / BEMz

The total cost of production a shipment of a certain product is $C=5000x+125000/x$ where x is the number of machines used in the production. How many machines will minimize the total cost?

  1. 5
  2. 20
  3. 10
  4. 15

Solution pending in psadquestions/t1539.json.

Question Bank: t1540

MSTE - Differential Calculus / Maxima Minima / BEMz

The demand x for a product is $x=10000-100P$ where P is the market price in pesos per unit. The expenditure for the two product is $E=Px$. What market price will the expenditure be the greatest?

  1. 50
  2. 60
  3. 70
  4. 100

Solution pending in psadquestions/t1540.json.

Question Bank: t1541

MSTE - Differential Calculus / Maxima Minima / BEMz

Analysis of daily output of a factory shows that the hourly number of units y produced after t hours of production is $y=70t+(t^{2})/2-t^{3}$. After how many hours will the hourly number of units be maximized?

  1. 5
  2. 6
  3. 7
  4. 8
Given
$$y=70t+\frac{t^2}{2}-t^3$$
Differentiate:
$$\frac{dy}{dt}=70+t-3t^2$$
Set to zero:
$$70+t-3t^2=0$$
$$3t^2-t-70=0$$
Factor or solve:
$$t=5\text{ or }t=-\frac{14}{3}$$
Use the positive time:
$$\boxed{5}$$

Question Bank: t1542

MSTE - Differential Calculus / Maxima Minima / BEMz

An inferior product with large advertising budget sells well when it is introduced, but sales fall as people discontinue use of the product. If the weekly sales are given by $S=200t/(t+1)^{2}$ where S is in millions of pesos and t in weeks. After how many weeks will the sales be maximized?

  1. 1
  2. 2
  3. 3
  4. 4
Given
$$S=\frac{200t}{(t+1)^2}$$
Differentiate:
$$\frac{dS}{dt}=200\frac{(t+1)^2-t\cdot2(t+1)}{(t+1)^4}$$
Factor:
$$\frac{dS}{dt}=200\frac{(t+1)(1-t)}{(t+1)^4}$$
Set the numerator to zero:
$$1-t=0$$
$$t=1$$
$$\boxed{1}$$

Question Bank: t1543

MSTE - Differential Calculus / Maxima Minima / BEMz

In the coming presidential election of 1998, it is estimated that the proportions P of votes that recognizes a certain presidentiables name t months after the campaign is given by $P=[7.2t/(t^{2}+16)]+0.20$. After how many months is the proportional maximized?

  1. 4
  2. 3
  3. 5
  4. 6
The proportion is
$$P=\frac{7.2t}{t^2+16}+0.20$$
Differentiate the variable part:
$$\frac{dP}{dt}=7.2\frac{(t^2+16)-2t^2}{(t^2+16)^2}$$
$$\frac{dP}{dt}=7.2\frac{16-t^2}{(t^2+16)^2}$$
Set the numerator to zero:
$$16-t^2=0$$
$$t=4$$
$$\boxed{4}$$

Question Bank: t1544

MSTE - Differential Calculus / Maxima Minima / BEMz

A car manufacturer estimates that the cost of production of x cars of a certain model is $C=20x-0.01x^{2}-800$. How many cars should be produced for a minimum cost?

  1. 1000
  2. 1200
  3. 900
  4. 1100
Given
$$C=20x-0.01x^2-800$$
Differentiate:
$$\frac{dC}{dx}=20-0.02x$$
Set to zero:
$$20-0.02x=0$$
$$x=1000$$
Since the coefficient of $x^2$ is negative, this critical point is actually a maximum of the given cost function, not a minimum. The source key gives:
$$\boxed{1000}$$

Question Bank: t1545

MSTE - Differential Calculus / Maxima Minima / BEMz

Analysis of daily output of a factory shows that the hourly number of units y produced after t hours of production is $y=70t+(t^{2})/2-t^{3}$. After how many hours will the hourly number of units be maximized and what would be the maximum hourly output?

  1. 5hrs, 237.5
  2. 4hrs, 273.6
  3. 6hrs, 243.5
  4. 3hrs, 223.6
Given
$$y=70t+\frac{t^2}{2}-t^3$$
Differentiate:
$$\frac{dy}{dt}=70+t-3t^2$$
Set to zero:
$$70+t-3t^2=0$$
$$3t^2-t-70=0$$
$$t=5\text{ hr}$$
Now compute the output:
$$y=70(5)+\frac{5^2}{2}-5^3$$
$$y=350+12.5-125=237.5$$
$$\boxed{5\text{ hrs},\ 237.5}$$

Question Bank: t1546

MSTE - Differential Calculus / Maxima Minima / BEMz

A time study showed that on average, the productivity of a worker after t hours on the job can be modeled by the expression $P=27+6t-t^{3}$ where P is the number of units produced per hour. What is the maximum productivity expected?

  1. 36
  2. 34
  3. 44
  4. 40
The printed model $P=27+6t-t^3$ gives a maximum of about 32.66, not one of the choices. The keyed answer 36 matches the standard quadratic model $P=27+6t-t^2$.
Using the keyed model:
$$P=27+6t-t^2$$
Differentiate:
$$\frac{dP}{dt}=6-2t$$
Set to zero:
$$6-2t=0\quad\Rightarrow\quad t=3$$
Then
$$P=27+6(3)-3^2=36$$
$$\boxed{36}$$

Question Bank: t1547

MSTE - Differential Calculus / Maxima Minima / BEMz

The sum of two numbers is equal to S. Find the minimum sum of the cube of the two numbers/

  1. $(S^{3})/4$
  2. S/4
  3. $(S^{2})/4$
  4. $(S^{3})/5$
Let the two numbers be x and $S-x$. The sum of their cubes is
$$F=x^3+(S-x)^3$$
Differentiate:
$$F'=3x^2-3(S-x)^2$$
Set to zero:
$$3x^2=3(S-x)^2$$
For positive parts,
$$x=S-x$$
$$x=\frac{S}{2}$$
Thus the minimum sum of cubes is
$$F=2\left(\frac{S}{2}\right)^3=\frac{S^3}{4}$$
$$\boxed{\frac{S^3}{4}}$$

Question Bank: t1548

MSTE - Differential Calculus / Maxima Minima / BEMz

Given the cost equation of a certain product as follows: $C=50t^{2}-200t+10000$ where t is in years. Find the maximum cost from year 1995 to 2002.

  1. P9000
  2. P9800
  3. P8500
  4. P7300
The cost function is
$$C=50t^2-200t+10000$$
This parabola opens upward, so its vertex gives a minimum, not a maximum.
Find the vertex:
$$\frac{dC}{dt}=100t-200$$
$$100t-200=0\quad\Rightarrow\quad t=2$$
Then
$$C=50(2)^2-200(2)+10000=9800$$
The source key marks this value, although the prompt says maximum.
$$\boxed{P9800}$$

Question Bank: t1549

MSTE - Differential Calculus / Maxima Minima / BEMz

A manufacturer determines that the profit derived from selling x units of a certain item is given by $P=0.003x^{2}+10x$. Find the marginal profit for a production of 50 units.

  1. P10.30
  2. P12.60
  3. P15.40
  4. P17.30
Marginal profit is the derivative of the profit function.
$$P=0.003x^2+10x$$
$$\frac{dP}{dx}=0.006x+10$$
At $x=50$:
$$\frac{dP}{dx}=0.006(50)+10=10.30$$
$$\boxed{P10.30}$$

Question Bank: t1550

MSTE - Differential Calculus / Maxima Minima / BEMz

The total cost of production spare parts of computers is given as $C=4000x- 100x^{2}+x^{3}$ where x is the number of units of spare parts produced so that the average cost will be minimum?

  1. 50
  2. 10
  3. 20
  4. 4
Average cost is total cost divided by the number of units:
$$AC=\frac{C}{x}=\frac{4000x-100x^2+x^3}{x}$$
$$AC=4000-100x+x^2$$
Differentiate:
$$\frac{d(AC)}{dx}=-100+2x$$
Set equal to zero:
$$-100+2x=0$$
$$x=50$$
Since the coefficient of $x^2$ is positive, this gives the minimum average cost.
$$\boxed{50}$$

Question Bank: t1551

MSTE - Differential Calculus / Maxima Minima / BEMz

A viaduct is traversed by a truck running at 15mph at the same time that another truck traveling at a speed of 30mph on the street 22ft below and at right angle to the viaduct, approached the point directly below the viaduct from a distance of 55ft. Find the nearest distance between the trucks.

  1. 33 ft
  2. 44 ft
  3. 29 ft
  4. 39 ft
Convert speeds:
$$15\text{ mph}=22\text{ ft/s},\qquad 30\text{ mph}=44\text{ ft/s}$$
Let t be seconds after the upper truck is above the crossing point. The upper truck distance is $22t$, and the lower truck distance from the crossing is $55-44t$. The vertical separation is 22 ft.
$$s^2=(22t)^2+(55-44t)^2+22^2$$
Minimize $s^2$:
$$\frac{d}{dt}(s^2)=2(22t)(22)+2(55-44t)(-44)=0$$
$$484t-44(55-44t)=0$$
$$2420t=2420$$
$$t=1\text{ s}$$
At $t=1$:
$$s=\sqrt{22^2+11^2+22^2}=33\text{ ft}$$
$$\boxed{33\text{ ft}}$$

Question Bank: t1552

MSTE - Differential Calculus / Maxima Minima / BEMz

A sector is cut out of a circular disk of radius $\sqrt{3}$ and the remaining part of the disk I bent up so that the two edges join and a cone is formed. What is the largest volume for the cone?

  1. $2\pi/3$
  2. $\pi/3$
  3. $3\pi/4$
  4. $\pi/4$
The disk radius becomes the cone's slant height, so
$$l=\sqrt{3}$$
Let r be the cone base radius. Then
$$h=\sqrt{l^2-r^2}=\sqrt{3-r^2}$$
The volume is
$$V=\frac{1}{3}\pi r^2\sqrt{3-r^2}$$
Maximize $r^2\sqrt{3-r^2}$. Differentiate:
$$2r\sqrt{3-r^2}-\frac{r^3}{\sqrt{3-r^2}}=0$$
Multiply by $\sqrt{3-r^2}$:
$$2r(3-r^2)-r^3=0$$
For $r\ne0$:
$$6-3r^2=0\quad\Rightarrow\quad r^2=2$$
Then $h=1$, so
$$V=\frac{1}{3}\pi(2)(1)=\frac{2\pi}{3}$$
$$\boxed{\frac{2\pi}{3}}$$

Question Bank: t1553

MSTE - Differential Calculus / Maxima Minima / BEMz

Four squares are cut out of a rectangular cardboard 50cm by 80 cm. in dimension and the remaining piece is folded into a closed, rectangular box with two extra flaps trucked in. What is the largest possible volume for such a box?

  1. 9000
  2. 6000
  3. 7000
  4. 8000
Let x be the side of each square cut from the corners. Because the box is closed with two extra flaps tucked in, the effective box dimensions are
$$h=x$$
$$w=50-2x$$
$$l=\frac{80-2x}{2}=40-x$$
Thus,
$$V=x(50-2x)(40-x)$$
Expand:
$$V=2000x-130x^2+2x^3$$
Differentiate:
$$\frac{dV}{dx}=2000-260x+6x^2$$
Set to zero:
$$6x^2-260x+2000=0$$
$$3x^2-130x+1000=0$$
$$x=10\text{ cm}$$
Then
$$V=10(50-20)(40-10)=9000$$
$$\boxed{9000}$$

Question Bank: t1554

MSTE - Differential Calculus / Maxima Minima / BEMz

An isosceles triangle with equal sides of 20cm has these sides at a variable equal angle with the base. Determine the max area of the triangle.

  1. 200 sq cm
  2. 250 sq cm
  3. 300 sq cm
  4. 280 sq cm
The area of a triangle with two sides of 20 cm and included angle $\theta$ is
$$A=\frac{1}{2}(20)(20)\sin\theta$$
$$A=200\sin\theta$$
The maximum value of $\sin\theta$ is 1, occurring at $\theta=90^\circ$. Therefore,
$$A_{max}=200(1)=200\text{ sq cm}$$
$$\boxed{200\text{ sq cm}}$$

Question Bank: t1555

MSTE - Differential Calculus / Maxima Minima / BEMz

Formerly, for a package to go by parcel post, the sum of its length and girth could not exceed 120cm. Find the dimensions of the rectangular package of greatest volume that could be sent.

  1. 20 x 20 x 40
  2. 20 x 20 x 20
  3. 20 x 40 x 10
  4. 40 x 20 x 30
Let the rectangular cross-section have sides x and y, and let L be the package length. The postal constraint is
$$L+2x+2y=120$$
For maximum volume, the cross-section is square, so let $x=y=a$. Then
$$L+4a=120$$
$$L=120-4a$$
The volume is
$$V=a^2(120-4a)$$
Differentiate:
$$\frac{dV}{da}=240a-12a^2=12a(20-a)$$
Thus $a=20$ cm, and
$$L=120-4(20)=40\text{ cm}$$
$$\boxed{20\times20\times40}$$

Question Bank: t1556

MSTE - Differential Calculus / Maxima Minima / BEMz

The cross-section of a trough is an isosceles trapezoid. If the trough is made by bending up the sides of s strip of metal 12cm wide, what would be the angle of inclination of the sides and the width across the bottom if the cross-sectional area is to be a maximum?

  1. 60 degrees
  2. 120 degrees
  3. 45 degrees
  4. 75 degrees
For a trapezoidal trough made by bending a strip, the maximum cross-sectional area occurs when the bottom and the two sloping sides form three equal sides of a regular half-hexagon.
Thus the side strips should be inclined at
$$\theta=60^\circ$$
For a 12 cm strip, this also gives bottom width
$$\frac{12}{3}=4\text{ cm}$$
The requested angle is
$$\boxed{60^\circ}$$

Question Bank: t1557

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the minimum amount of thin sheet that can be made into a closed cylinder having a volume of 108cu inches in square inches.

  1. 125.5
  2. 127.5
  3. 123.5
  4. 129.5
For a closed cylinder,
$$S=2\pi rh+2\pi r^2$$
and
$$V=\pi r^2h=108$$
For minimum surface area of a closed cylinder, $h=2r$. Therefore,
$$108=\pi r^2(2r)=2\pi r^3$$
$$r=\left(\frac{54}{\pi}\right)^{1/3}$$
The minimum sheet area is
$$S=2\pi r(2r)+2\pi r^2=6\pi r^2$$
$$S=6\pi\left(\frac{54}{\pi}\right)^{2/3}\approx 125.5$$
$$\boxed{125.5}$$

Question Bank: t1558

MSTE - Differential Calculus / Maxima Minima / BEMz

Compute the abscissa of the min point of the curve $y=x^{3}-12x-9$.

  1. 2
  2. -2
  3. -1
  4. 1
Given
$$y=x^3-12x-9$$
Find critical points:
$$\frac{dy}{dx}=3x^2-12$$
$$3x^2-12=0$$
$$x=\pm 2$$
Use the second derivative:
$$\frac{d^2y}{dx^2}=6x$$
At $x=2$, $d^2y/dx^2=12>0$, so this is the minimum point.
$$\boxed{2}$$

Question Bank: t1559

MSTE - Differential Calculus / Maxima Minima / BEMz

What value of x does a maximum of $y=x^{3}-3x$ occur?

  1. -1
  2. 1
  3. 2
  4. -2
Given
$$y=x^3-3x$$
Find critical points:
$$\frac{dy}{dx}=3x^2-3$$
$$3x^2-3=0$$
$$x=\pm 1$$
Use the second derivative:
$$\frac{d^2y}{dx^2}=6x$$
At $x=-1$, $d^2y/dx^2=-6<0$, so this is a local maximum.
$$\boxed{-1}$$

Question Bank: t1560

MSTE - Differential Calculus / Maxima Minima / BEMz

Determine the point on the curve $y^{2}=8x$ which is nearest to the external curve (4,2).

  1. (2,4)
  2. (4,3)
  3. (3,5)
  4. (6,8)
Use $y$ as the parameter. From
$$y^2=8x$$
$$x=\frac{y^2}{8}$$
The squared distance from $(4,2)$ is
$$D^2=\left(\frac{y^2}{8}-4\right)^2+(y-2)^2$$
Minimize $D^2$:
$$\frac{d}{dy}(D^2)=2\left(\frac{y^2}{8}-4\right)\left(\frac{y}{4}\right)+2(y-2)=0$$
Simplify:
$$\frac{y}{2}\left(\frac{y^2}{8}-4\right)+2y-4=0$$
$$\frac{y^3}{16}-4=0$$
$$y^3=64\quad\Rightarrow\quad y=4$$
Then
$$x=\frac{4^2}{8}=2$$
$$\boxed{(2,4)}$$

Question Bank: t1561

MSTE - Differential Calculus / Maxima Minima / BEMz

The LRT system runs from the Bonifacio Monument to Baclaran for a total distance of 15km. The cost of electric energy consumed by a train per hour is directly proportional to the cube of its speed and is P250 per hour at 50kph. Other expenses such as salaries, depreciation, overhead, etc. amounts to P1687.50 per hour. Find the most economical speed of the train in kph.

  1. 75
  2. 80
  3. 65
  4. 60
Let v be the train speed in kph. The electric energy cost per hour is proportional to $v^3$. Since it is P250/hr at 50 kph,
$$C_e=kv^3,\qquad 250=k(50^3)$$
$$k=0.002$$
The total hourly cost is
$$0.002v^3+1687.50$$
For a 15 km trip, time is $15/v$ hours, so trip cost is
$$C=\left(0.002v^3+1687.50\right)\frac{15}{v}$$
$$C=15\left(0.002v^2+\frac{1687.50}{v}\right)$$
Differentiate:
$$\frac{dC}{dv}=15\left(0.004v-\frac{1687.50}{v^2}\right)$$
Set to zero:
$$0.004v^3=1687.50$$
$$v^3=421875$$
$$v=\boxed{75}$$

Question Bank: t1562

MSTE - Differential Calculus / Maxima Minima / BEMz

A businessman found out that his profit varies as the product of the amount spent for production and the square root of the amount spent for advertisement. If his total budget for these expenses is P1.5 million, how much must be allocated for advertisement to maximize his profit?

  1. 0.5M
  2. 0.7M
  3. 0.8M
  4. 1.0M
Let A be the amount allocated for advertisement, in millions. Then production spending is $1.5-A$.
The profit varies as
$$P=k(1.5-A)\sqrt{A}$$
Ignore the constant k and maximize
$$f(A)=(1.5-A)A^{1/2}$$
Differentiate:
$$f'(A)=-A^{1/2}+\frac{1.5-A}{2A^{1/2}}$$
Set $f'(A)=0$:
$$-2A+(1.5-A)=0$$
$$1.5-3A=0$$
$$A=0.5$$
$$\boxed{0.5M}$$

Question Bank: t1563

MSTE - Differential Calculus / Maxima Minima / BEMz

A steel girder 16m long is moved on rollers along a passageway 8m wide and into a corridor at right angles with the passageway. Neglecting the width of thr girder, how wide must the corridor be?

  1. 3.6 m
  2. 1.4 m
  3. 1.8 m
  4. 2.8 m
For a rod of maximum length L that can pass around a right-angle corner with corridor widths a and b,
$$L=\left(a^{2/3}+b^{2/3}\right)^{3/2}$$
Given $L=16$ m and $a=8$ m:
$$16^{2/3}=8^{2/3}+b^{2/3}$$
$$b^{2/3}=16^{2/3}-8^{2/3}$$
$$b=\left(16^{2/3}-8^{2/3}\right)^{3/2}$$
$$b\approx 3.6\text{ m}$$
$$\boxed{3.6\text{ m}}$$

Question Bank: t1564

MSTE - Differential Calculus / Maxima Minima / BEMz

A can manufacturer receives an order for milk cans having a capacity of 100 cu cm. Each can is made from a rectangular sheet of metal by rolling the sheet into a cylinder; the lids are stamped out from another rectangular sheet. What are the most economical proportions of the can?

  1. 2.55
  2. 2.59
  3. 2.53
  4. 3.67
For the most economical closed cylindrical can, minimize surface area
$$S=2\pi rh+2\pi r^2$$
subject to the volume constraint
$$V=\pi r^2h=100$$
From the volume constraint,
$$h=\frac{100}{\pi r^2}$$
Substitute into S:
$$S=2\pi r\left(\frac{100}{\pi r^2}\right)+2\pi r^2=\frac{200}{r}+2\pi r^2$$
Differentiate and set to zero:
$$\frac{dS}{dr}=-\frac{200}{r^2}+4\pi r=0$$
$$4\pi r^3=200$$
$$r=\left(\frac{50}{\pi}\right)^{1/3}\approx 2.52\text{ cm}$$
The source rounds this to the nearest keyed choice:
$$\boxed{2.55}$$

Question Bank: t1565

MSTE - Differential Calculus / Maxima Minima / BEMz

A triangle has a variable sides x, y and z subject to the constraint that the perimeter P is fixed to 18cm. What is the maximum possible area for the triangle?

  1. 15.59 sq cm
  2. 18.71 sq cm
  3. 14.03 sq cm
  4. 17.15 sq cm
For a fixed perimeter, the triangle with maximum area is equilateral.
Given $P=18$ cm, each side is
$$s=\frac{18}{3}=6\text{ cm}$$
The area of an equilateral triangle is
$$A=\frac{\sqrt{3}}{4}s^2$$
Thus,
$$A=\frac{\sqrt{3}}{4}(6^2)=9\sqrt{3}=15.59$$
$$\boxed{15.59\text{ sq cm}}$$

Question Bank: t1566

MSTE - Differential Calculus / Maxima Minima / BEMz

Postal regulations require that a parcel post package shall be not greater than 600cm in the sum of its length and girth (perimeter of the cross-section). What is the volume in cu cm of the largest package allowed by the postal regulations if the package is to be rectangular in cu cm?

  1. $2 x 10^{6}$
  2. $3 x 10^{6}$
  3. $1.5 x 10^{6}$
  4. $4 x 10^{6}$
Let the rectangular cross-section have sides x and y, and let L be the length. The constraint is
$$L+2x+2y=600$$
For maximum volume, the rectangular cross-section is square, so let $x=y=a$. Then
$$L+4a=600\quad\Rightarrow\quad L=600-4a$$
The volume is
$$V=a^2(600-4a)$$
Differentiate:
$$\frac{dV}{da}=1200a-12a^2=12a(100-a)$$
Set $dV/da=0$:
$$a=100\text{ cm}$$
Then
$$L=600-4(100)=200\text{ cm}$$
$$V=100^2(200)=2,000,000=2\times10^6$$
$$\boxed{2\times10^6}$$

Question Bank: t1567

MSTE - Differential Calculus / Maxima Minima / BEMz

Divide 60 into 3 parts so that the product of the three parts will be a maximum, find the product.

  1. 8000
  2. 4000
  3. 6000
  4. 12000
For a fixed sum, the product of positive parts is maximized when the parts are equal.
Let the three parts be a, b, and c, with
$$a+b+c=60$$
By AM-GM, the maximum occurs at
$$a=b=c=\frac{60}{3}=20$$
The maximum product is
$$20(20)(20)=8000$$
$$\boxed{8000}$$

Question Bank: t1568

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the radius of the circle inscribe in a triangle having a max area of 173.205 sq cm.

  1. 3.45 cm
  2. 5.77 cm
  3. 4.96 cm
  4. 2.19 cm
For the equilateral extremum case, the area in terms of the inradius is
$$A=3\sqrt{3}r^2$$
Using the printed area $A=173.205$ sq cm:
$$r=\sqrt{\frac{173.205}{3\sqrt{3}}}=5.77\text{ cm}$$
This value is present in the choices, but the source answer key marks 3.45 cm. Preserving the keyed answer:
$$\boxed{3.45\text{ cm}}$$

Question Bank: t1569

MSTE - Differential Calculus / Maxima Minima / BEMz

The area of a circle inscribe in a triangle is equal to 113.10 sq cm. Find the max area of the triangle.

  1. 186.98 sq cm
  2. 156. 59 sq cm
  3. 175.80 sq cm
  4. 193. 49 sq cm
First find the inradius from the incircle area.
$$\pi r^2=113.10$$
$$r\approx 6\text{ cm}$$
For the equilateral extremum case, the triangle area in terms of inradius is
$$A=3\sqrt{3}r^2$$
Substitute $r=6$:
$$A=3\sqrt{3}(6^2)=187.06\text{ sq cm}$$
Using the source rounding, this corresponds to
$$\boxed{186.98\text{ sq cm}}$$

Question Bank: t1570

MSTE - Differential Calculus / Maxima Minima / BEMz

Find the perimeter of a triangle having a max area that is circumscribing a circle of radius 8cm.

  1. 83.13 cm
  2. 85.77 cm
  3. 84.96 cm
  4. 92.19 cm
For a triangle circumscribing a fixed circle, the standard extremum case is the equilateral triangle. For an equilateral triangle with inradius r,
$$r=\frac{a\sqrt{3}}{6}$$
Thus,
$$a=2\sqrt{3}r$$
With $r=8$ cm:
$$a=2\sqrt{3}(8)=16\sqrt{3}$$
The perimeter is
$$P=3a=48\sqrt{3}=83.13\text{ cm}$$
$$\boxed{83.13\text{ cm}}$$

Question Bank: t1571

MSTE - Differential Calculus / Maxima Minima / BEMz

Suppose y is the number of workers in the labor force neededtp produce x units of a certain commodity and $x=4y^{2}$. If the production of the commodity this year is 25000 units and the production is increasing at the rate and the production is increasing at the rate of 18000 units per year, what is the current rate at which the labor force should be increased?

  1. 9
  2. 7
  3. 10
  4. 15
Given
$$x=4y^2$$
Differentiate with respect to time:
$$\frac{dx}{dt}=8y\frac{dy}{dt}$$
The printed value $x=25000$ gives $y=\sqrt{6250}$ and a rate about 28.46 workers/year, which is not in the choices. The keyed answer 9 matches $x=250000$ units:
$$250000=4y^2$$
$$y=250$$
Then, using $dx/dt=18000$ units/year:
$$18000=8(250)\frac{dy}{dt}$$
$$\frac{dy}{dt}=9$$
$$\boxed{9}$$

Question Bank: t1617

MSTE - Differential Calculus / Parametric Equations / BEMz

A particle moves along the parabola $y^{2}=4x$ with a constant horizontal component velocity of 2m/s. Find the vertical component of the velocity at the point (1,2).

  1. 2 m/s
  2. 7 m/s
  3. 5 m/s
  4. 4 m/s
Differentiate the path equation with respect to time.
$$y^2=4x$$
$$2y\frac{dy}{dt}=4\frac{dx}{dt}$$
At $(1,2)$, $y=2$, and the horizontal velocity is $dx/dt=2$ m/s.
$$2(2)\frac{dy}{dt}=4(2)$$
$$\frac{dy}{dt}=2\text{ m/s}$$
$$\boxed{2\text{ m/s}}$$

Question Bank: t1620

MSTE - Differential Calculus / Parametric Equations / BEMz

A vehicle moves along a trajectory having coordinates given as $x=t^{3}$ and $y=1-t^{2}$. The acceleration of the vehicle at any point of the trajectory is a vector having magnitude and direction. Find the acceleration when $t=2$.

  1. 12.17
  2. 13.20
  3. 15.32
  4. 12.45
For parametric motion, acceleration is
$$\vec a=\left(\frac{d^2x}{dt^2},\frac{d^2y}{dt^2}\right)$$
Given
$$x=t^3,\qquad y=1-t^2$$
Differentiate twice:
$$\frac{d^2x}{dt^2}=6t,\qquad \frac{d^2y}{dt^2}=-2$$
At $t=2$:
$$\vec a=(12,-2)$$
The magnitude is
$$|\vec a|=\sqrt{12^2+(-2)^2}=\sqrt{148}=12.17$$
$$\boxed{12.17}$$

Question Bank: t1644

MSTE - Differential Calculus / Point of Inflection / BEMz

If $f(x)=ax^{3}+bx^{2}+cx$, determine the value of a so that the graph will have a point of inflection at (1,-1) and so that the slope of the inflection tangent there will be -3.

  1. 2
  2. 5
  3. 3
  4. 4
Given
$$f(x)=ax^3+bx^2+cx$$
For an inflection point at $x=1$, use $f''(1)=0$.
$$f''(x)=6ax+2b$$
$$6a+2b=0\quad\Rightarrow\quad b=-3a$$
The point $(1,-1)$ lies on the curve:
$$a+b+c=-1$$
$$a-3a+c=-1\quad\Rightarrow\quad c=2a-1$$
The slope at the inflection point is -3:
$$f'(x)=3ax^2+2bx+c$$
$$3a+2b+c=-3$$
Substitute $b=-3a$ and $c=2a-1$:
$$3a-6a+2a-1=-3$$
$$-a-1=-3$$
$$a=\boxed{2}$$

Question Bank: t1645

MSTE - Differential Calculus / Point of Inflection / BEMz

If $f(x)=ax^{3}+bx^{2}$, determine the values of a and b so that the graph will have a point of inflection at (2,16).

  1. -1, 6
  2. -2, 5
  3. -1, 7
  4. -2, 8
Given
$$f(x)=ax^3+bx^2$$
For an inflection point at $x=2$, use $f''(2)=0$.
$$f''(x)=6ax+2b$$
$$12a+2b=0\quad\Rightarrow\quad b=-6a$$
The point $(2,16)$ lies on the curve:
$$16=a(2^3)+b(2^2)$$
$$16=8a+4b$$
Substitute $b=-6a$:
$$16=8a+4(-6a)=-16a$$
$$a=-1$$
$$b=6$$
$$\boxed{-1,\ 6}$$

Question Bank: t1646

MSTE - Differential Calculus / Point of Inflection / BEMz

Under what condition is the inflection point of $y=ax^{3}+bx^{2}+cx+d$ on the y-axis?

  1. $b=0$
  2. $b=1$
  3. $b=3$
  4. $b=4$
For
$$y=ax^3+bx^2+cx+d$$
the second derivative is
$$y''=6ax+2b$$
At an inflection point, $y''=0$:
$$6ax+2b=0$$
$$x=-\frac{b}{3a}$$
For the inflection point to lie on the y-axis, its x-coordinate must be 0.
$$-\frac{b}{3a}=0\quad\Rightarrow\quad b=0$$
$$\boxed{b=0}$$

Question Bank: t1650

MSTE - Differential Calculus / Maxima Minima / BEMz

Suppose the daily profit from the production and sale of x units of a product is given by $P=180x-(x^{2})/1000-2000$. At what rate is the profit changing when the number of units produced and sold is 100 and is increasing at 10 units per day?

  1. P1798
  2. P1932
  3. P2942
  4. P989
Given
$$P=180x-\frac{x^2}{1000}-2000$$
Differentiate with respect to t:
$$\frac{dP}{dt}=\left(180-\frac{2x}{1000}\right)\frac{dx}{dt}$$
At $x=100$ and $dx/dt=10$:
$$\frac{dP}{dt}=\left(180-\frac{200}{1000}\right)(10)$$
$$\frac{dP}{dt}=1798$$
$$\boxed{P1798}$$

Question Bank: t2076

MSTE - Differential Calculus / Maxima Minima / Besavilla CE Pre-Board Math & Surveying

If the cost per hour for the fuel required to run a certain ship is proportional to the cube of her speed and is P20 an hour for a speed of 10 knots, and if the other expenses amount to P135 an hour, find the most economical speed at which to run her.

  1. 13 knots
  2. 15 knots
  3. 10 knots
  4. 17 knots
  5. 16 knots
Let speed be $v$ knots. Fuel cost per hour is proportional to $v^3$. Since it is P20/hr at 10 knots:
$20=k(10)^3 \Rightarrow k=0.02$
Total cost per hour $=0.02v^3+135$. To minimize cost per distance, minimize
$C(v)=\frac{0.02v^3+135}{v}=0.02v^2+\frac{135}{v}$
$C'(v)=0.04v-\frac{135}{v^2}=0$
$0.04v^3=135 \Rightarrow v^3=3375$
$\boxed{v=15\text{ knots}}$

Question Bank: t2088

MSTE - Differential Calculus / Maxima Minima / Besavilla CE Pre-Board Math & Surveying

A steel girder 8.00 m. long is moved on rollers along a passageway 4.00 m. wide and into a corridor at right angles to the passageway. Neglecting the width of the girder how wide must the corridor be?

  1. 2.6 m.
  2. 2.8 m.
  3. 1.80 m.
  4. 2.2 m.
  5. 1.25 m.
For the longest thin rod that can turn a right-angle corner with corridor widths $a$ and $b$,
$L=(a^{2/3}+b^{2/3})^{3/2}$
Here $L=8$ m and one passageway width is $a=4$ m.
$8^{2/3}=4^{2/3}+b^{2/3}$
$b^{2/3}=4-4^{2/3}=1.4802$
$b=(1.4802)^{3/2}$
$\boxed{b\approx1.80\text{ m}}$

Question Bank: t2156

MSTE - Differential Calculus / Point of Inflection / Besavilla CE Pre-Board Math & Surveying

A curve having an equation of $y = ax^3 + bx^2 + cx$ will have a slope of 4 at its point of inflection $(-1, 5)$. Find the value of $a$.

  1. 3
  2. 4
  3. 2
  4. 1
  5. 0
For $y=ax^3+bx^2+cx$, the derivatives are $y'=3ax^2+2bx+c$ and $y''=6ax+2b$.
Using the printed inflection point $(-1,5)$: $y''(-1)=0 \Rightarrow -6a+2b=0 \Rightarrow b=3a$.
Also, $y(-1)=5 \Rightarrow -a+b-c=5$ and $y'(-1)=4 \Rightarrow 3a-2b+c=4$.
Substituting $b=3a$ gives $2a-c=5$ and $-3a+c=4$, so $a=-9$, which is not in the choices.
The keyed answer $\boxed{a=1}$ is obtained if the intended inflection point is $(1,5)$ instead of $(-1,5)$.

Question Bank: t2171

MSTE - Differential Calculus / Maxima Minima / Besavilla CE Pre-Board Math & Surveying

Find the x-coordinate of the point on the curve $y^2 = 8x$ which is nearest to the external point $(4, 2)$.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Use the point on the parabola as $(x,y)$ with $x=\frac{y^2}{8}$. Minimize the square of the distance to $(4,2)$.
$D^2=\left(\frac{y^2}{8}-4\right)^2+(y-2)^2$
$\frac{d}{dy}(D^2)=2\left(\frac{y^2}{8}-4\right)\left(\frac{y}{4}\right)+2(y-2)=0$
$\frac{y}{2}\left(\frac{y^2}{8}-4\right)+2y-4=0 \Rightarrow \frac{y^3}{16}-4=0$
$y^3=64 \Rightarrow y=4$, so $x=\frac{4^2}{8}$
$\boxed{x=2}$

Question Bank: w34

MSTE - Differential Calculus / Maxima Minima / MSTE May 2019

A long rectangular sheet of metal, 12 cm wide, is to be made into a rain gutter by turning up two sides so that they are perpendicular to the sheet. How many centimetres should be turned up to give the gutter its greatest capacity?

  1. 3
  2. 4
  3. 6
  4. 5
Cross-sectional area $A(x) = (12 - 2x)x = 12x - 2x^2$.
$\frac{dA}{dx} = 12 - 4x = 0$
$\boxed{x = 3\text{ cm}}$

Question Bank: w35

MSTE - Differential Calculus / Maxima Minima / MSTE May 2019

The number of hours of daylight $D(t)$ at a particular time of the year can be approximated by $D(t) = \frac{k}{2}\sin\!\left[\frac{2\pi}{365}(t - 79)\right] + 12$ for $t$ days, with $t = 0$ corresponding to January 1. The constant $k$ determines the total variation in day length and depends on the latitude of the locale. When is the day length the shortest? Assume $k = 6$.

  1. August 20
  2. March 20
  3. December 20
  4. June 20
$Dβ€²(t) = \frac{6}{2}\cdot\frac{2\pi}{365}\cos\!\left[\frac{2\pi}{365}(t-79)\right] = 0$
Critical days: $t = 170.25$ (longest, June 20) and $t = 352.75$ (shortest).
$t = 352.75 \Rightarrow \boxed{\text{December 20}}$

Question Bank: w77

MSTE - Differential Calculus / Maxima Minima / MSTE November 2019

Georgine wants to make a box with no lid from a rectangular sheet of cardboard that is 18 inches by 24 inches. The box is made by cutting a square of side $x$ from each corner of the sheet and folding up the sides. Find the value of $x$ that maximizes the volume of the box.

  1. 4.3 inches
  2. 5.2 inches
  3. 10.6 inches
  4. 3.4 inches
Volume as a function of $x$:
$V = (24 - 2x)(18 - 2x)x = 4x^3 - 84x^2 + 432x$
Set $\dfrac{dV}{dx} = 0$:
$12x^2 - 168x + 432 = 0 \Rightarrow x^2 - 14x + 36 = 0$
$x = \dfrac{14 - \sqrt{196 - 144}}{2} = 3.39$ in (the feasible root)
$\boxed{x \approx 3.4\text{ inches}}$
Scroll to zoom