How to Find

Finding $f(9)$ given $f(1)$ depends on the specific function $f(x)$. Let’s explore some common scenarios and methods for solving this problem.

Case 1: Linear Functions

For linear functions of the form $f(x) = mx + b$, if you know $f(1)$, you can find $f(9)$ as follows:

  1. Identify the slope ($m$) and intercept ($b$): If $f(1) = a$, then $a = m times 1 + b$. This gives us one equation.
  2. Use additional information: If you have another point or information, you can solve for $m$ and $b$
  3. Calculate $f(9)$: Use the formula $f(9) = 9m + b$

Example

Suppose $f(1) = 3$ and we know another point $f(2) = 5$

  1. From $f(1) = 3$: $3 = m times 1 + b$
  2. From $f(2) = 5$: $5 = m times 2 + b$
  3. Solving these equations, we get $m = 2$ and $b = 1$
  4. Therefore, $f(9) = 9 times 2 + 1 = 19$

Case 2: Quadratic Functions

For quadratic functions of the form $f(x) = ax^2 + bx + c$, knowing $f(1)$ alone isn’t enough. You need more information, such as additional points on the function.

Example

Suppose $f(1) = 4$, $f(2) = 7$, and $f(3) = 12$

  1. From $f(1) = 4$: $4 = a times 1^2 + b times 1 + c$
  2. From $f(2) = 7$: $7 = a times 2^2 + b times 2 + c$
  3. From $f(3) = 12$: $12 = a times 3^2 + b times 3 + c$
  4. Solving these equations, we get $a = 1$, $b = 1$, and $c = 2$
  5. Therefore, $f(9) = 1 times 9^2 + 1 times 9 + 2 = 92$

Case 3: Exponential Functions

For exponential functions of the form $f(x) = a times b^x$, knowing $f(1)$ gives you $a times b$. To find $f(9)$, you need the base $b$

Example

Suppose $f(1) = 2$ and you know $f(2) = 4$

  1. From $f(1) = 2$: $2 = a times b$
  2. From $f(2) = 4$: $4 = a times b^2$
  3. Solving these, we get $a = 2$ and $b = 2$
  4. Therefore, $f(9) = 2 times 2^9 = 1024$

Conclusion

To find $f(9)$ given $f(1)$, you need to know the type of function and additional information. Whether it’s a linear, quadratic, or exponential function, the process involves using given points to solve for the function’s parameters and then substituting $x = 9$ into the function.

Citations

  1. 1. Khan Academy – Functions
  2. 2. Purplemath – Linear Functions
  3. 3. Math is Fun – Quadratic Functions