To find the function that represents the area of the rectangular garden, we need to multiply the functions \( f(x) \) and \( g(x) \):
-
Finding the functions:
- Length: \( f(x) = x + 4 \)
- Width: \( g(x) = 2x - 1 \)
-
Function for area: \[ A(x) = f(x) \cdot g(x) = (x + 4)(2x - 1) \]
-
Expanding: \[ A(x) = x(2x) + x(-1) + 4(2x) + 4(-1) = 2x^2 - x + 8x - 4 = 2x^2 + 7x - 4 \]
So, the function that represents the area of the rectangular garden is: \[ (f \cdot g)(x) = 2x^2 + 7x - 4 \]
- Finding the domain: Since the length \( f(x) = x + 4 \) must be greater than zero for the garden to have a physical meaning (length cannot be negative), we solve:
\[ x + 4 > 0 \implies x > -4 \]
The width \( g(x) = 2x - 1 \) similarly must be positive:
\[ 2x - 1 > 0 \implies 2x > 1 \implies x > \frac{1}{2} \]
The more restrictive condition is \( x > \frac{1}{2} \).
Thus, we can determine that the area function \( (f \cdot g)(x) = 2x^2 + 7x - 4 \) has the domain: \[ \text{Domain: } x > \frac{1}{2} \]
So, the complete result is: \[ (f \cdot g)(x) = 2x^2 + 7x - 4 \quad \text{and the domain of } (f \cdot g)(x) \text{ is } x > \frac{1}{2}. \]