# Nakafa Learning Content

> For AI agents: use [llms.txt](https://nakafa.com/llms.txt) for the site index. Markdown versions are available by appending `.md` to content URLs or sending `Accept: text/markdown`.

URL: https://nakafa.com/en/subjects/mathematics/quadratic-function/quadratic-function-minimum-area
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/material/lesson/mathematics/quadratic-function/quadratic-function-minimum-area/en.mdx

Minimize areas and costs using quadratic functions with practical examples, efficient solutions, and business applications. Learn cost optimization techniques.

---

## What is Minimum Area?

Besides finding the largest value, quadratic functions can also be used to find the _smallest_ value (minimum). When might we need to find the minimum area? For example, when we have limited materials but need to make something with a certain area, and we want to use as little material as possible.

## Getting to Know Quadratic Functions Again

Remember, quadratic functions can look like a smile ($$ax^2 + bx + c$$ when $$a > 0$$) or a frown ($$ax^2 + bx + c$$ when $$a < 0$$).

Visible text: Remember, quadratic functions can look like a smile ( when ) or a frown ( when ).

Now, if we want to find the _smallest_ value (minimum), we use the smile-shaped function, so the value of $$a$$ is positive ($$a > 0$$).

Visible text: Now, if we want to find the _smallest_ value (minimum), we use the smile-shaped function, so the value of is positive ().

The general form remains the same:

```math
f(x) = ax^2 + bx + c
```

($$a$$, $$b$$, and $$c$$ are numbers, $$a \neq 0$$).

Visible text: (, , and are numbers, ).

## How to Find the Lowest Point (Valley)

The smallest value is at the lowest point of the smiling graph. This point is also called the vertex (but it's at the bottom).

The formula to find it is exactly the same as finding the highest point!

To find the _position_ of the valley (the $$x$$ value):

Visible text: To find the _position_ of the valley (the value):

```math
x_p = -\frac{b}{2a}
```

To find the _smallest value_ (the $$y$$ or $$f(x)$$ value):

Visible text: To find the _smallest value_ (the or value):

```math
y_p = f(x_p) = a(x_p)^2 + b(x_p) + c
```

Or use the discriminant shortcut formula:

```math
y_p = -\frac{D}{4a}
```

where $$D = b^2 - 4ac$$.

Visible text: where .

## Example to Understand

Let's say we have a $$40 \text{ cm}$$ long wire. We want to cut this wire into two parts. The first part will be formed into a square, and the second part will also be formed into a square. What should the cuts be so that the _total area_ of both squares is as small as possible (minimum)?

Visible text: Let's say we have a long wire. We want to cut this wire into two parts. The first part will be formed into a square, and the second part will also be formed into a square. What should the cuts be so that the _total area_ of both squares is as small as possible (minimum)?

1.  **Name Things:** Let's say the side of the first square is $$x \text{ cm}$$, and the side of the second square is $$y \text{ cm}$$.
2.  **Wire Length Relationship:**

    - Wire for the first square: Perimeter is $$4x \text{ cm}$$.
    - Wire for the second square: Perimeter is $$4y \text{ cm}$$.
    - Total wire length:

      
      
      ```math
      4x + 4y = 40
      ```

      Simplify (divide by $$4$$):

      
      
      ```math
      x + y = 10
      ```

      This means:

      
      
      ```math
      y = 10 - x
      ```

3.  **Total Area Formula:** The total area of both squares is $$A = \text{Area}_1 + \text{Area}_2$$.

    
    
    ```math
    A(x) = x^2 + y^2
    ```

    Replace $$y$$ with $$10 - x$$:

    <MathContainer>
      
    
    ```math
    A(x) = x^2 + (10 - x)^2
    ```

      
    
    ```math
    A(x) = x^2 + (100 - 20x + x^2)
    ```

      
    
    ```math
    A(x) = 2x^2 - 20x + 100
    ```

    </MathContainer>

4.  **Quadratic Function Form:** We now have $$A(x) = 2x^2 - 20x + 100$$.

    This is a quadratic function with $$a = 2$$, $$b = -20$$, $$c = 100$$. Since $$a$$ is positive, the graph is a smile, so there is a minimum value.

5.  **Find Side x for Minimum Area:** Use the formula $$x_p = -b / (2a)$$:

    
    
    ```math
    x_p = -\frac{-20}{2 \times 2} = \frac{20}{4} = 5
    ```

    So, the side of the first square must be $$5 \text{ cm}$$ for the sum of areas to be minimal.

6.  **Find Side y and Minimum Area:**

    - Side of the second square: $$y = 10 - x = 10 - 5 = 5 \text{ cm}$$.
    - Minimum Total Area: Plug $$x = 5$$ into $$A(x)$$:

      
      
      ```math
      A(5) = 2(5)^2 - 20(5) + 100 = 2(25) - 100 + 100 = 50
      ```

      The minimum total area is $$50 \text{ cm}^2$$.

7.  **Conclusion:** For the total area of both squares to be minimal ($$50 \text{ cm}^2$$), the wire must be cut so that both squares have the same side length, which is $$5 \text{ cm}$$. (This means the wire is cut into two equal parts, $$20 \text{ cm}$$ and $$20 \text{ cm}$$).

Visible text: 1. **Name Things:** Let's say the side of the first square is , and the side of the second square is .
2. **Wire Length Relationship:**

 - Wire for the first square: Perimeter is .
 - Wire for the second square: Perimeter is .
 - Total wire length:

 
 

 Simplify (divide by ):

 
 

 This means:

 
 

3. **Total Area Formula:** The total area of both squares is .

 
 

 Replace with :

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

4. **Quadratic Function Form:** We now have .

 This is a quadratic function with , , . Since is positive, the graph is a smile, so there is a minimum value.

5. **Find Side x for Minimum Area:** Use the formula :

 
 

 So, the side of the first square must be for the sum of areas to be minimal.

6. **Find Side y and Minimum Area:**

 - Side of the second square: .
 - Minimum Total Area: Plug into :

 
 

 The minimum total area is .

7. **Conclusion:** For the total area of both squares to be minimal (), the wire must be cut so that both squares have the same side length, which is . (This means the wire is cut into two equal parts, and ).

## Where Is It Used?

### Business & Economics

**Example:**

The production cost of $$x \text{ units}$$ of goods (in thousands of rupiah) is $$C(x) = 3x^2 - 60x + 500$$. How many units should be produced to minimize the cost?

Visible text: The production cost of of goods (in thousands of rupiah) is . How many units should be produced to minimize the cost?

- Cost function: $$C(x) = 3x^2 - 60x + 500$$ ($$a=3, b=-60$$). $$a>0$$, so there is a minimum.
- Number of units for minimum cost: $$x_p = -b / (2a) = -(-60) / (2 \times 3) = 60 / 6 = 10 \text{ units}$$.
- Minimum cost: $$C(10) = 3(10)^2 - 60(10) + 500 = 3(100) - 600 + 500 = 300 - 600 + 500 = 200$$ thousand rupiah (or $$\text{Rp }200{,}000$$).

Visible text: - Cost function: (). , so there is a minimum.
- Number of units for minimum cost: .
- Minimum cost: thousand rupiah (or ).

## Exercise

The sum of two positive numbers is $$16$$. Determine these two numbers so that the sum of their squares is minimum, and calculate the minimum sum of squares!

Visible text: The sum of two positive numbers is . Determine these two numbers so that the sum of their squares is minimum, and calculate the minimum sum of squares!

### Answer Key

1.  Let the first number be $$x$$, the second number be $$y$$. ($$x > 0, y > 0$$).
2.  Relationship: $$x + y = 16$$. So $$y = 16 - x$$.
3.  Sum of Squares: $$S = x^2 + y^2$$.

    <MathContainer>
      
    
    ```math
    S(x) = x^2 + (16 - x)^2
    ```

      
    
    ```math
    S(x) = x^2 + (256 - 32x + x^2)
    ```

      
    
    ```math
    S(x) = 2x^2 - 32x + 256
    ```

    </MathContainer>

4.  Sum of Squares Function: $$S(x) = 2x^2 - 32x + 256$$.

    ($$a = 2, b = -32$$). Since $$a > 0$$, there is a minimum value.

5.  Value of $$x$$ for minimum sum of squares:

    
    
    ```math
    x_p = -b / (2a) = -(-32) / (2 \times 2) = 32 / 4 = 8
    ```

6.  Value of $$y$$:

    
    
    ```math
    y = 16 - x = 16 - 8 = 8
    ```

7.  Minimum Sum of Squares:

    
    
    ```math
    S(8) = 2(8)^2 - 32(8) + 256 = 2(64) - 256 + 256 = 128
    ```

Visible text: 1. Let the first number be , the second number be . ().
2. Relationship: . So .
3. Sum of Squares: .

 <MathContainer>
 
 

 
 

 
 

 </MathContainer>

4. Sum of Squares Function: .

 (). Since , there is a minimum value.

5. Value of for minimum sum of squares:

 
 

6. Value of :

 
 

7. Minimum Sum of Squares:

Therefore, the two numbers are $$8$$ and $$8$$ for the sum of their squares to be minimum (which is $$128$$).

Visible text: Therefore, the two numbers are and for the sum of their squares to be minimum (which is ).