Profit function: P(x) = R(x) - C(x), where revenue minus cost equals profit.
- Identify the functions to combine
- Apply the operation (addition, subtraction, etc.)
- Simplify the resulting expression
- Use the combined function to solve the problem
P(x) = R(x) - C(x) = (50x - 0.5x²) - (20x + 100)
P(x) = 50x - 0.5x² - 20x - 100
P(x) = 30x - 0.5x² - 100
P(x) = -0.5x² + 30x - 100
For a quadratic in form ax² + bx + c, vertex occurs at x = -b/(2a)
Here, a = -0.5, b = 30
x = -30/(2(-0.5)) = -30/(-1) = 30
P(30) = -0.5(30)² + 30(30) - 100 = -0.5(900) + 900 - 100 = -450 + 900 - 100 = 350
Max profit: 350 at x = 30 items
The profit function is P(x) = -0.5x² + 30x - 100, and maximum profit of $350 occurs when selling 30 items.
• Function subtraction: Combine like terms
• Quadratic maximum: Vertex at x = -b/(2a) when a < 0
• Profit equation: Revenue minus cost
Composite function: (A ∘ r)(t) = A(r(t)), where the output of r(t) becomes the input for A(r).
A(r(t)) = A(2t + 1) = π(2t + 1)²
A(r(t)) = π(2t + 1)² = π(4t² + 4t + 1)
A(r(t)) = 4πt² + 4πt + π
A(r(4)) = π(2(4) + 1)² = π(8 + 1)² = π(9)² = 81π square units
At t = 4: r(4) = 2(4) + 1 = 9
A(9) = π(9)² = 81π ✓
Area after 4 hours: 81π square units
The composite function is A(r(t)) = π(2t + 1)², and the area after 4 hours is 81π square units.
• Function composition: Substitute inner function into outer function
• Algebraic expansion: (a + b)² = a² + 2ab + b²
• Order of operations: Apply the innermost function first
Average cost function: AC(x) = C(x)/x, which represents the cost per unit.
AC(x) = C(x)/x = (200 + 5x)/x
AC(x) = 200/x + 5x/x = 200/x + 5
AC(50) = 200/50 + 5 = 4 + 5 = 9
When producing 50 items, the average cost per item is $9.
AC(50) = $9 per item
The average cost function is AC(x) = 200/x + 5, and the average cost per item when producing 50 items is $9.
• Function division: Divide numerator by denominator
• Average calculation: Total divided by quantity
• Domain restriction: x ≠ 0 (can't divide by zero)
Function combination: Creating new functions by performing operations on existing functions
Domain of combination: Must consider restrictions from both original functions
Composition: Applying one function to the result of another function
Effective production rate: Actual production rate considering efficiency, calculated as efficiency × nominal production rate.
R(t) = E(t) · P(t) = (0.8 - 0.02t)(100 + 5t)
R(t) = 0.8(100) + 0.8(5t) + (-0.02t)(100) + (-0.02t)(5t)
R(t) = 80 + 4t - 2t - 0.1t²
R(t) = 80 + 2t - 0.1t²
R(6) = 80 + 2(6) - 0.1(6)²
R(6) = 80 + 12 - 0.1(36) = 80 + 12 - 3.6 = 88.4
At t = 6: E(6) = 0.8 - 0.02(6) = 0.68
P(6) = 100 + 5(6) = 130
R(6) = 0.68 × 130 = 88.4 ✓
R(6) = 88.4 units per hour
The effective production rate function is R(t) = 80 + 2t - 0.1t², and after 6 hours, the effective production rate is 88.4 units per hour.
• Function multiplication: Multiply each term of first function by each term of second
• FOIL method: First, Outer, Inner, Last terms
• Like terms: Combine similar terms after expansion
Multi-step modeling: Combining multiple operations: composition followed by multiplication or addition.
Perimeter = 2L + 2w = 2(2w + 5) + 2w = 4w + 10 + 2w = 6w + 10
C(w) = 3(Perimeter) = 3(6w + 10) = 18w + 30
C(8) = 18(8) + 30 = 144 + 30 = $174
At w = 8: L = 2(8) + 5 = 21
Perimeter = 2(21) + 2(8) = 42 + 16 = 58
Cost = 3(58) = $174 ✓
C(8) = $174
The total cost function is C(w) = 18w + 30, and the cost for a garden with width 8 feet is $174.
• Substitution: Replace variables with expressions
• Multi-step process: Combine multiple operations in sequence
• Perimeter formula: 2(length + width) for rectangle
Function addition: (f + g)(x) = f(x) + g(x) - adds outputs of functions
Function subtraction: (f - g)(x) = f(x) - g(x) - subtracts outputs of functions
Function multiplication: (f · g)(x) = f(x) · g(x) - multiplies outputs of functions
Function division: (f/g)(x) = f(x)/g(x) - divides outputs of functions (g(x) ≠ 0)
Function composition: (f ∘ g)(x) = f(g(x)) - applies f to the output of g
- Identify functions: Determine which functions need to be combined
- Choose operation: Select appropriate combination operation
- Apply operation: Perform the mathematical operation
- Simplify: Combine like terms and simplify the expression
- Apply domain restrictions: Consider any limitations on the input values
- Use for modeling: Apply the combined function to solve the problem
| Operation | Notation | Formula | Restrictions |
|---|---|---|---|
| Addition | (f + g)(x) | f(x) + g(x) | None |
| Subtraction | (f - g)(x) | f(x) - g(x) | None |
| Multiplication | (f · g)(x) | f(x) · g(x) | None |
| Division | (f/g)(x) | f(x)/g(x) | g(x) ≠ 0 |
| Composition | (f ∘ g)(x) | f(g(x)) | Range of g ⊆ Domain of f |
Analysis: The chart shows how different operations combine functions to create new behaviors.
- Addition: Creates a function that grows faster
- Subtraction: Creates a constant function
- Multiplication: Creates a quadratic function
- Division: Creates a rational function with asymptote