Learn on PengiAoPS: Introduction to Algebra (AMC 8 & 10)Chapter 16: Functions

Lesson 16.5: Problem Solving with Functions

In this Grade 4 AMC Math lesson from AoPS: Introduction to Algebra, students practice advanced problem solving with functional equations, including substitution techniques for expressions like f(x−3) and f(x/3). Students learn to correctly substitute variables, solve quadratic equations derived from functional equations, and model real-world counting scenarios using defined functions. The lesson emphasizes strategies such as working backwards, experimenting with simple values, and identifying patterns to solve challenging AMC 8 and AMC 10 style problems.

Section 1

Evaluating Functions with Transformed Inputs

Property

To evaluate a function f(a)f(a) when it is defined in the form f(g(x))=h(x)f(g(x)) = h(x), you must first solve the equation g(x)=ag(x) = a to find the required value of xx. Then, substitute this value of xx into the expression h(x)h(x) to find the result.

Examples

  • If f(x3)=2x+1f(x - 3) = 2x + 1, to find f(5)f(5), we first solve x3=5x - 3 = 5, which gives x=8x = 8. We then substitute x=8x=8 into the expression 2x+12x+1 to get 2(8)+1=172(8) + 1 = 17. Thus, f(5)=17f(5) = 17.
  • If g(2x+1)=x24g(2x + 1) = x^2 - 4, to find g(7)g(7), we solve 2x+1=72x + 1 = 7, which gives x=3x = 3. We then substitute x=3x=3 into x24x^2 - 4 to get 324=53^2 - 4 = 5. Thus, g(7)=5g(7) = 5.

Explanation

When a function''s input is an expression (like x3x-3) instead of just xx, you cannot simply replace xx with the desired value. You must determine which value of xx makes the entire input expression equal to your target value. This process involves setting up and solving a small equation. Once you find the correct value for xx, you substitute it into the output side of the function''s definition to get the final answer.

Section 2

Solving Functional Equations with Transformed Arguments

Property

To solve an equation involving a function with a transformed argument, such as finding zz where f(h(z))=Cf(h(z)) = C, given the definition of f(g(x))f(g(x)), first find the necessary substitution. Set the arguments equal, g(x)=h(z)g(x) = h(z), and solve for xx in terms of zz. Substitute this expression for xx into the definition of f(g(x))f(g(x)) to get an expression for f(h(z))f(h(z)), then solve for zz.

Examples

Example 1

Given f(x+2)=x21f(x+2) = x^2 - 1, find the sum of all values of zz for which f(2z)=3f(2z) = 3.
Let x+2=2zx+2 = 2z, so x=2z2x = 2z - 2.
Substitute xx into the function definition: f(2z)=(2z2)21=3f(2z) = (2z - 2)^2 - 1 = 3.
(2z2)2=4(2z - 2)^2 = 4, so 2z2=22z - 2 = 2 or 2z2=22z - 2 = -2.
This gives 2z=42z = 4 or 2z=02z = 0, so z=2z=2 or z=0z=0. The sum is 2+0=22+0=2.

Example 2

If f(x4)=x5f(\frac{x}{4}) = x - 5, find the value of zz such that f(z+1)=15f(z+1) = 15.
Let x4=z+1\frac{x}{4} = z+1, so x=4(z+1)=4z+4x = 4(z+1) = 4z+4.
Substitute xx: f(z+1)=(4z+4)5=15f(z+1) = (4z+4) - 5 = 15.
4z1=154z - 1 = 15, so 4z=164z = 16, which means z=4z=4.

Explanation

This skill involves a two-step substitution process to solve equations with functions. First, you relate the known function input to the desired function input by setting them equal. Solving this equation gives you the required substitution to transform the function. Finally, you apply this substitution to the function''s definition, creating a new equation that you can solve for the unknown variable.

Section 3

Modeling with Function Inequalities

Property

To compare the outputs of two functions, f(x)f(x) and g(x)g(x), based on a real-world condition, we can set up an inequality. For instance, if the value of f(x)f(x) must be less than the value of g(x)g(x), the condition is represented by the inequality f(x)<g(x)f(x) < g(x).

Examples

  • Two companies’ profits are modeled by the functions P1(t)=5000+300tP_1(t) = 5000 + 300t and P2(t)=8000+150tP_2(t) = 8000 + 150t, where tt is months. To find when Company 1’s profit exceeds Company 2’s, we solve the inequality P1(t)>P2(t)P_1(t) > P_2(t).
  • The populations of two towns are given by A(y)=1200(1.03)yA(y) = 1200(1.03)^y and B(y)=1500(1.01)yB(y) = 1500(1.01)^y, where yy is the number of years. To find when the population of Town A is at least that of Town B, we solve A(y)B(y)A(y) \geq B(y).

Explanation

This skill involves translating a word problem into a mathematical model using two or more functions. A condition comparing the outcomes of these functions (e.g., one being greater, smaller, or equal to another) is then expressed as an inequality. Solving this inequality for the input variable provides the solution to the original problem. This approach is common in economics, biology, and other fields for comparing different growth or decay models.

Section 4

Functions Defined by Functional Properties

Property

A function can be defined by a functional equation that describes relationships between function values, such as f(a)+f(b)=f(ab)f(a) + f(b) = f(ab) or f(x+y)=f(x)+f(y)f(x + y) = f(x) + f(y), without giving an explicit formula for f(x)f(x).

Examples

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 16: Functions

  1. Lesson 1

    Lesson 16.1: The Machine

  2. Lesson 2

    Lesson 16.2: Combining Functions

  3. Lesson 3

    Lesson 16.3: Composition

  4. Lesson 4

    Lesson 16.4: Inverse Functions

  5. Lesson 5Current

    Lesson 16.5: Problem Solving with Functions

  6. Lesson 6

    Lesson 16.6: Operations

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

Evaluating Functions with Transformed Inputs

Property

To evaluate a function f(a)f(a) when it is defined in the form f(g(x))=h(x)f(g(x)) = h(x), you must first solve the equation g(x)=ag(x) = a to find the required value of xx. Then, substitute this value of xx into the expression h(x)h(x) to find the result.

Examples

  • If f(x3)=2x+1f(x - 3) = 2x + 1, to find f(5)f(5), we first solve x3=5x - 3 = 5, which gives x=8x = 8. We then substitute x=8x=8 into the expression 2x+12x+1 to get 2(8)+1=172(8) + 1 = 17. Thus, f(5)=17f(5) = 17.
  • If g(2x+1)=x24g(2x + 1) = x^2 - 4, to find g(7)g(7), we solve 2x+1=72x + 1 = 7, which gives x=3x = 3. We then substitute x=3x=3 into x24x^2 - 4 to get 324=53^2 - 4 = 5. Thus, g(7)=5g(7) = 5.

Explanation

When a function''s input is an expression (like x3x-3) instead of just xx, you cannot simply replace xx with the desired value. You must determine which value of xx makes the entire input expression equal to your target value. This process involves setting up and solving a small equation. Once you find the correct value for xx, you substitute it into the output side of the function''s definition to get the final answer.

Section 2

Solving Functional Equations with Transformed Arguments

Property

To solve an equation involving a function with a transformed argument, such as finding zz where f(h(z))=Cf(h(z)) = C, given the definition of f(g(x))f(g(x)), first find the necessary substitution. Set the arguments equal, g(x)=h(z)g(x) = h(z), and solve for xx in terms of zz. Substitute this expression for xx into the definition of f(g(x))f(g(x)) to get an expression for f(h(z))f(h(z)), then solve for zz.

Examples

Example 1

Given f(x+2)=x21f(x+2) = x^2 - 1, find the sum of all values of zz for which f(2z)=3f(2z) = 3.
Let x+2=2zx+2 = 2z, so x=2z2x = 2z - 2.
Substitute xx into the function definition: f(2z)=(2z2)21=3f(2z) = (2z - 2)^2 - 1 = 3.
(2z2)2=4(2z - 2)^2 = 4, so 2z2=22z - 2 = 2 or 2z2=22z - 2 = -2.
This gives 2z=42z = 4 or 2z=02z = 0, so z=2z=2 or z=0z=0. The sum is 2+0=22+0=2.

Example 2

If f(x4)=x5f(\frac{x}{4}) = x - 5, find the value of zz such that f(z+1)=15f(z+1) = 15.
Let x4=z+1\frac{x}{4} = z+1, so x=4(z+1)=4z+4x = 4(z+1) = 4z+4.
Substitute xx: f(z+1)=(4z+4)5=15f(z+1) = (4z+4) - 5 = 15.
4z1=154z - 1 = 15, so 4z=164z = 16, which means z=4z=4.

Explanation

This skill involves a two-step substitution process to solve equations with functions. First, you relate the known function input to the desired function input by setting them equal. Solving this equation gives you the required substitution to transform the function. Finally, you apply this substitution to the function''s definition, creating a new equation that you can solve for the unknown variable.

Section 3

Modeling with Function Inequalities

Property

To compare the outputs of two functions, f(x)f(x) and g(x)g(x), based on a real-world condition, we can set up an inequality. For instance, if the value of f(x)f(x) must be less than the value of g(x)g(x), the condition is represented by the inequality f(x)<g(x)f(x) < g(x).

Examples

  • Two companies’ profits are modeled by the functions P1(t)=5000+300tP_1(t) = 5000 + 300t and P2(t)=8000+150tP_2(t) = 8000 + 150t, where tt is months. To find when Company 1’s profit exceeds Company 2’s, we solve the inequality P1(t)>P2(t)P_1(t) > P_2(t).
  • The populations of two towns are given by A(y)=1200(1.03)yA(y) = 1200(1.03)^y and B(y)=1500(1.01)yB(y) = 1500(1.01)^y, where yy is the number of years. To find when the population of Town A is at least that of Town B, we solve A(y)B(y)A(y) \geq B(y).

Explanation

This skill involves translating a word problem into a mathematical model using two or more functions. A condition comparing the outcomes of these functions (e.g., one being greater, smaller, or equal to another) is then expressed as an inequality. Solving this inequality for the input variable provides the solution to the original problem. This approach is common in economics, biology, and other fields for comparing different growth or decay models.

Section 4

Functions Defined by Functional Properties

Property

A function can be defined by a functional equation that describes relationships between function values, such as f(a)+f(b)=f(ab)f(a) + f(b) = f(ab) or f(x+y)=f(x)+f(y)f(x + y) = f(x) + f(y), without giving an explicit formula for f(x)f(x).

Examples

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 16: Functions

  1. Lesson 1

    Lesson 16.1: The Machine

  2. Lesson 2

    Lesson 16.2: Combining Functions

  3. Lesson 3

    Lesson 16.3: Composition

  4. Lesson 4

    Lesson 16.4: Inverse Functions

  5. Lesson 5Current

    Lesson 16.5: Problem Solving with Functions

  6. Lesson 6

    Lesson 16.6: Operations