12th Lecture

Singular and Stationary Points

To find stationary points, set the derivative f(x)=0f'(x) = 0. Singular points occur where f(x)f'(x) is undefined, but f(x)f(x) is defined.

Example Function

Given f(x)=x+2xf(x) = x + \frac{2}{x}, its derivative is f(x)=12x2=x22x2f'(x) = 1 - \frac{2}{x^2} = \frac{x^2 - 2}{x^2}.

  • Stationary points: x=±2x = \pm \sqrt{2}.

  • The function f(0)f(0) is undefined, so x=0x=0 is not a singular point for f(x)f(x).

  • Relative maximum at x=2x = -\sqrt{2}, relative minimum at x=2x = \sqrt{2}.

Using Derivatives and Graphing Tools

Graph f(x)f(x) and f(x)f'(x) to locate extreme points. Stationary points occur where f(x)=0f'(x) = 0. Singular points occur where f(x)f'(x) has a vertical asymptote but f(x)f(x) is defined.

Average Cost Minimization

Average cost A(x)=C(x)xA(x) = \frac{C(x)}{x}, where C(x)C(x) is the total cost. To minimize average cost, find where A(x)=0A'(x) = 0.

Example: Hockey Jerseys

Cost function: C(x)=2000+10x+0.2x2C(x) = 2000 + 10x + 0.2x^2. Average cost: A(x)=2000x+10+0.2xA(x) = \frac{2000}{x} + 10 + 0.2x. Derivative: A(x)=2000x2+0.2A'(x) = -\frac{2000}{x^2} + 0.2.

  • Set A(x)=0A'(x) = 0 to find stationary points.

  • In this case, x=100x = 100 minimizes the average cost, with an average cost of $50 per jersey.

Optimization Problem: Maximizing Area

Objective: Maximize area A=xyA = xy. Constraint: Limited fencing, x+2y=100x + 2y = 100.

  • Express xx in terms of yy: x=1002yx = 100 - 2y.

  • Substitute into the area equation: A(y)=(1002y)y=100y2y2A(y) = (100 - 2y)y = 100y - 2y^2.

  • Find the derivative: A(y)=1004yA'(y) = 100 - 4y.

  • Set A(y)=0A'(y) = 0 to find stationary points: y=25y = 25.

  • Then, x=1002(25)=50x = 100 - 2(25) = 50.

Dimensions for maximum area: 50 feet across and 25 feet deep.