Inverse functions (f1(x)f^{-1}(x))

LVL: FREE

MODULE: Polynomials and Functions

✖️ 1. Definition of one-to-one functions and the horizontal line test

🔍 One-to-One Functions & Horizontal Line Test

  • A function is one-to-one if each output comes from exactly one input.
  • Horizontal line test: Draw horizontal lines across the graph.
  • If any horizontal line touches the graph more than once, the function is NOT one-to-one.
  • Only one-to-one functions have inverses.
  • Non-one-to-one functions fail because one output would map to multiple inputs.

Example: f(x)=x2f(x) = x^2 fails the test (the line y=4y = 4 hits both x=2x = 2 and x=2x = -2), but f(x)=2x+1f(x) = 2x + 1 passes.

💡 Memory hook: Horizontal lines can only kiss the graph once for inverses to exist.

1. Definition of one-to-one functions and the horizontal line test

One-to-One Functions and the Horizontal Line Test

A function ff is one-to-one (injective) if each output value corresponds to exactly one input value. Equivalently, if f(a)=f(b)f(a) = f(b), then a=ba = b must hold.

The horizontal line test provides a visual criterion: a function is one-to-one if and only if every horizontal line intersects its graph at most once.

Core Rules:

  • A function must be one-to-one to have an inverse function.
  • If any horizontal line crosses the graph more than once, the function is not one-to-one.
  • Strictly increasing or strictly decreasing functions are always one-to-one.
  • Functions like f(x)=x2f(x) = x^2 (on all real numbers) fail the test because f(2)=f(2)=4f(2) = f(-2) = 4.

Only one-to-one functions guarantee that the inverse relation is also a function.

Example: f(x)=2x+3f(x) = 2x + 3 passes the horizontal line test (strictly increasing), so it has an inverse. But g(x)=x2g(x) = x^2 does not pass (e.g., the line y=4y = 4 intersects at x=2x = 2 and x=2x = -2).

Progress0 / 3
Level 2
RSN: DEBUG

A student claims that the function f(x)=x2f(x) = x^2 has an inverse function over all real numbers because it passes the vertical line test. Why is this reasoning flawed?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 2. Algebraic steps to find the inverse: swapping xx and yy

🔄 Finding the Inverse Algebraically

  • Step 1: Write the function as y=f(x)y = f(x).
  • Step 2: Swap xx and yy in the equation.
  • Step 3: Solve the new equation for yy.
  • Step 4: Replace yy with f1(x)f^{-1}(x).
  • The result is your inverse function.

Example: For f(x)=3x5f(x) = 3x - 5, write y=3x5y = 3x - 5, swap to get x=3y5x = 3y - 5, solve for yy to get y=x+53y = \frac{x + 5}{3}, so f1(x)=x+53f^{-1}(x) = \frac{x + 5}{3}.

💡 Memory hook: Swap and solve—reverse the roles of input and output.

2. Algebraic steps to find the inverse: swapping xx and yy

Algebraic Steps to Find the Inverse

To find the inverse function f1(x)f^{-1}(x) algebraically, we reverse the input-output relationship of f(x)f(x). The standard procedure involves swapping variables and solving.

Core Rules:

  • Step 1: Replace f(x)f(x) with yy: write y=f(x)y = f(x).
  • Step 2: Swap xx and yy to reverse the roles: write x=f(y)x = f(y).
  • Step 3: Solve the resulting equation for yy in terms of xx.
  • Step 4: Replace yy with f1(x)f^{-1}(x) to denote the inverse function.

This process works only if ff is one-to-one. The swapping step reflects the idea that the inverse undoes the original function.

Example: For f(x)=2x+3f(x) = 2x + 3, write y=2x+3y = 2x + 3. Swap: x=2y+3x = 2y + 3. Solve: 2y=x32y = x - 3, so y=x32y = \frac{x - 3}{2}. Thus f1(x)=x32f^{-1}(x) = \frac{x - 3}{2}.

Progress0 / 3
Level 2
STRC: TRANSFORM

Find the inverse of the function f(x)=4x5f(x) = 4x - 5.

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 3. Graphical relationship between a function and its inverse (symmetry across y=xy=x)

📐 Graph Symmetry Across y=xy = x

  • The graph of f1(x)f^{-1}(x) is the mirror image of f(x)f(x) across the line y=xy = x.
  • Every point (a,b)(a, b) on f(x)f(x) becomes the point (b,a)(b, a) on f1(x)f^{-1}(x).
  • The line y=xy = x acts as the mirror line.
  • If you fold the graph along y=xy = x, the function and its inverse overlap perfectly.

Example: If f(2)=7f(2) = 7, then the point (2,7)(2, 7) is on f(x)f(x) and the point (7,2)(7, 2) is on f1(x)f^{-1}(x).

💡 Memory hook: Flip coordinates across the diagonal—inputs become outputs and vice versa.

3. Graphical relationship between a function and its inverse (symmetry across y=xy=x)

Graphical Symmetry Across y=xy = x

The graph of f1(x)f^{-1}(x) is the reflection of the graph of f(x)f(x) across the line y=xy = x. This symmetry arises because the inverse swaps the roles of inputs and outputs.

If the point (a,b)(a, b) lies on the graph of ff, then the point (b,a)(b, a) lies on the graph of f1f^{-1}. Reflecting across y=xy = x exchanges xx and yy coordinates.

Core Rules:

  • Every point (a,b)(a, b) on ff corresponds to (b,a)(b, a) on f1f^{-1}.
  • The line y=xy = x acts as the mirror axis.
  • If ff and f1f^{-1} are graphed together, they are symmetric about y=xy = x.
  • The domain of ff becomes the range of f1f^{-1}, and vice versa.

This geometric relationship provides a quick visual check for inverse correctness.

Example: For f(x)=2xf(x) = 2x, the point (1,2)(1, 2) is on ff. Its inverse f1(x)=x2f^{-1}(x) = \frac{x}{2} contains (2,1)(2, 1), the reflection of (1,2)(1, 2) across y=xy = x.

Progress0 / 3
Level 2
STRC: TRANSFORM

If the point (4,7)(4, -7) is on the graph of f(x)f(x), what point must be on the graph of f1(x)f^{-1}(x)?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 4. Verifying inverse properties using composition: f(f1(x))=xf(f^{-1}(x)) = x

✅ Verifying Inverses Using Composition

  • Two functions are inverses if both compositions return the input.
  • Check: f(f1(x))=xf(f^{-1}(x)) = x for all xx in the domain of f1f^{-1}.
  • Check: f1(f(x))=xf^{-1}(f(x)) = x for all xx in the domain of ff.
  • If both conditions hold, the functions are true inverses.
  • This test confirms the inverse undoes the original function.

Example: For f(x)=2x+3f(x) = 2x + 3 and f1(x)=x32f^{-1}(x) = \frac{x - 3}{2}, verify f(f1(x))=f(x32)=2(x32)+3=xf(f^{-1}(x)) = f\left(\frac{x-3}{2}\right) = 2\left(\frac{x-3}{2}\right) + 3 = x.

💡 Memory hook: Compose both ways—if you get xx back twice, you have inverses.

4. Verifying inverse properties using composition: f(f1(x))=xf(f^{-1}(x)) = x

Verifying Inverse Properties Using Composition

Two functions ff and gg are inverses if and only if their compositions yield the identity function: f(g(x))=xf(g(x)) = x and g(f(x))=xg(f(x)) = x for all xx in the appropriate domains.

This composition test confirms that ff and f1f^{-1} undo each other. Both directions must hold.

Core Rules:

  • Forward composition: f(f1(x))=xf(f^{-1}(x)) = x for all xx in the domain of f1f^{-1}.
  • Backward composition: f1(f(x))=xf^{-1}(f(x)) = x for all xx in the domain of ff.
  • If either composition fails, the functions are not inverses.
  • Verification requires checking both compositions, not just one.

This algebraic criterion is the definitive test for inverse relationships.

Example: For f(x)=2x+3f(x) = 2x + 3 and f1(x)=x32f^{-1}(x) = \frac{x - 3}{2}, check f(f1(x))=2(x32)+3=x3+3=xf(f^{-1}(x)) = 2\left(\frac{x - 3}{2}\right) + 3 = x - 3 + 3 = x. Similarly, f1(f(x))=(2x+3)32=xf^{-1}(f(x)) = \frac{(2x + 3) - 3}{2} = x.

Progress0 / 3
Level 2
STRC: TRANSFORM

Given the functions f(x)=4xf(x) = 4x and g(x)=x/4g(x) = x/4, evaluate the forward composition f(g(x))f(g(x)) to test if they are inverses. What is the result?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

✖️ 5. Applications: Decoding encrypted data or finding necessary inputs for a desired output in engineering

🔧 Real-World Applications of Inverses

  • Decoding encrypted data: Encryption functions scramble data, inverses decode it back.
  • Engineering inputs: Given a desired output, find the required input using the inverse.
  • Temperature conversion: Convert Celsius to Fahrenheit using f(x)f(x), reverse with f1(x)f^{-1}(x).
  • Finance: Calculate the principal needed to reach a target amount after interest.

Example: If a machine output is y=5x+20y = 5x + 20 liters and you need 100 liters, solve 100=5x+20100 = 5x + 20 using the inverse x=y205x = \frac{y - 20}{5} to get x=16x = 16 units of input.

💡 Memory hook: Inverses reverse processes—decode messages or backtrack to find causes.

5. Applications: Decoding encrypted data or finding necessary inputs for a desired output in engineering

Applications of Inverse Functions

Inverse functions solve the problem of reversing a process: given an output, determine the required input. This principle underlies cryptography, engineering design, and data analysis.

In cryptography, encryption functions transform plaintext into ciphertext; the inverse (decryption) recovers the original message. In engineering, if a model predicts output y=f(x)y = f(x) from input xx, the inverse f1(y)f^{-1}(y) determines what input produces a target output.

Core Rules:

  • Encryption/decryption pairs are inverse functions.
  • Inverse functions enable backward reasoning from effects to causes.
  • In control systems, inverses calculate required settings to achieve desired performance.
  • Temperature conversions (e.g., Celsius to Fahrenheit and back) use inverse relationships.

Inverse functions transform "what happens if" questions into "what is needed for" solutions.

Example: If a temperature conversion is F=95C+32F = \frac{9}{5}C + 32, the inverse C=59(F32)C = \frac{5}{9}(F - 32) finds Celsius from Fahrenheit. For F=77F = 77, we get C=59(7732)=25C = \frac{5}{9}(77 - 32) = 25.

Progress0 / 3
Level 2
STRC: REVERSE

According to the theory, temperature conversions use inverse relationships. If the formula to convert Celsius to Fahrenheit is F=9/5C+32F = 9/5 * C + 32, which of the following represents the correct inverse function to find Celsius CC given Fahrenheit FF?

Deep reasoning
Ultra
This question is missing its answer options. Please report it so we can fix it.

Finished reading?

Mark this as read to track your progress.