Maximum and Minimum in Applications

Optimization Problems

  • Optimization involves finding the highest or lowest value of something, such as:
    • Highest value
    • Lowest cost
    • Shortest distance
    • Maximum speed
    • Maximum temperature
    • Maximum force
  • We will translate problem questions into a format suitable for applying calculus methods.

Types of Problems

  • Maximizing or minimizing a continuous function in two main categories:
    • Finite Interval: Function considered between two endpoints.
      • The extreme value theorem guarantees a maximum and minimum within the interval.
    • Infinite Interval: Function considered over an unbounded domain.
      • A maximum may not always exist if the function increases indefinitely.

Procedure for Solving Optimization Problems

  • Draw a Graph: Visualize the problem and the function to check results.
  • Find an Equation: Determine the function of a single variable to optimize.
  • Consider the Domain: Identify the appropriate domain for the function, as it affects global maxima and minima.
  • Differentiate: Find critical points by differentiating the function.
  • Check Endpoints: Evaluate the function at the interval's endpoints to find the maximum and minimum values.

Exercise 19: Maximizing a Constrained Area

  • Task: Fence in a rectangular play area within a triangular plot to maximize its area.
  • Triangle dimensions: 4 meters (height) and 12 meters (base).

Problem Setup

  • Define Variables:
    • Let xx be the width of the rectangular play area.
    • Let yy be the length of the rectangular play area.
  • Objective Function:
    • Area A=xyA = x \, y. We want to maximize AA.

Geometric Constraint

  • The rectangle must fit within the triangular area.
  • Similar Triangles:
    • The large triangle and the triangle above the rectangle are similar.
    • 4y4=x12\frac{4 - y}{4} = \frac{x}{12}
    • x=3(4y)x = 3(4 - y)

Function of a Single Variable

  • Substitute the constraint into the area equation:
    • A=3(4y)yA = 3(4 - y)y
    • A=12y3y2A = 12y - 3y^2

Calculus

  • Domain: 0y40 \le y \le 4
  • Differentiate:
    • dAdy=126y\frac{dA}{dy} = 12 - 6y
  • Critical Points:
    • Set dAdy=0\frac{dA}{dy} = 0
    • 126y=012 - 6y = 0
    • y=2y = 2
    • When y=2y = 2, x=3(42)=6x = 3(4 - 2) = 6
    • A=6×2=12 m2A = 6 \times 2 = 12 \text{ m}^2

Checking Endpoints

  • At y=0y = 0, A=0A = 0
  • At y=4y = 4, A=0A = 0

Conclusion

  • The maximum area is 12 square meters, occurring when the rectangle has a height of 2 meters and a width of 6 meters.

Exercise 20

Part A

  • Show that the distance between a point on the parabola y=14x2y = \frac{1}{4}x^2 and the point (0,4)(0, 4) is given by a specific equation.
Distance Formula
  • The distance between two points (x<em>1,y</em>1)(x<em>1, y</em>1) and (x<em>2,y</em>2)(x<em>2, y</em>2) is given by:
    • d=(x<em>1x</em>2)2+(y<em>1y</em>2)2d = \sqrt{(x<em>1 - x</em>2)^2 + (y<em>1 - y</em>2)^2}
Applying the Formula
  • Let (x,y)(x, y) be a point on the parabola, and (0,4)(0, 4) be the fixed point.
    • d=(x0)2+(y4)2d = \sqrt{(x - 0)^2 + (y - 4)^2}
    • d=x2+(y4)2d = \sqrt{x^2 + (y - 4)^2}
Incorporating the Parabola Equation
  • Since y=14x2y = \frac{1}{4}x^2, then x2=4yx^2 = 4y
    • d=4y+(y4)2d = \sqrt{4y + (y - 4)^2}
Eliminating Square Root for Simplicity
  • Working with d2=s2d^2 = s^2 to avoid square roots:
    • s2=4y+(y4)2s^2 = 4y + (y - 4)^2
Differentiation
  • Differentiate both sides with respect to yy:
    • 2sdsdy=4+2(y4)2s \frac{ds}{dy} = 4 + 2(y - 4)
Critical Points
  • Setting dsdy=0\frac{ds}{dy} = 0:
    • 4+2(y4)=04 + 2(y - 4) = 0
    • 4+2y8=04 + 2y - 8 = 0
    • 2y=42y = 4
    • y=2y = 2
Finding Corresponding x Values
  • Using x2=4yx^2 = 4y:
    • x2=4(2)=8x^2 = 4(2) = 8
    • x=±8x = \pm \sqrt{8}
Calculating the Distance
  • s=4y+(y4)2s = \sqrt{4y + (y - 4)^2}
    • s=4(2)+(24)2=8+4=12s = \sqrt{4(2) + (2 - 4)^2} = \sqrt{8 + 4} = \sqrt{12}
Domain Considerations
  • The domain of yy is [0,)[0, \infty).
Endpoint Analysis
  • At y=0y = 0, s=4(0)+(04)2=16=4s = \sqrt{4(0) + (0 - 4)^2} = \sqrt{16} = 4
  • As yy \to \infty, ss \to \infty
Conclusion
  • The minimum distance occurs at y=2y = 2, where s=12s = \sqrt{12}.
  • The points are (8,2)(\sqrt{8}, 2) and (8,2)(-\sqrt{8}, 2).

Part B

  • Find the closest point on the parabola y=14x2y = \frac{1}{4}x^2 to the point (0,1)(0, 1).
Applying the Distance Formula
  • s2=x2+(y1)2s^2 = x^2 + (y - 1)^2
Incorporating the Parabola Equation
  • Since x2=4yx^2 = 4y:
    • s2=4y+(y1)2s^2 = 4y + (y - 1)^2
    • s2=4y+y22y+1s^2 = 4y + y^2 - 2y + 1
    • s2=y2+2y+1s^2 = y^2 + 2y + 1
Differentiation
  • Differentiate both sides with respect to yy:
    • 2sdsdy=2y+22s \frac{ds}{dy} = 2y + 2
Critical Points
  • Setting dsdy=0\frac{ds}{dy} = 0:
    • 2y+2=02y + 2 = 0
    • y=1y = -1
Domain Check
  • Since the domain is [0,)[0, \infty), y=1y = -1 is not a valid solution.
Endpoint Analysis
  • At y=0y = 0:
    • s=02+2(0)+1=1s = \sqrt{0^2 + 2(0) + 1} = 1
  • As yy \to \infty, ss \to \infty
Derivative Analysis
  • dsdy\frac{ds}{dy} is positive for all yy in the domain.
Conclusion
  • The minimum distance occurs at the endpoint, y=0y = 0.
  • The closest point on the parabola to (0,1)(0, 1) is (0,0)(0, 0), and the minimum distance is 1.