One-to-One Mapping Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Show that g(x)=x3g(x) = x^3 is one-to-one on R\mathbb{R}, then find its inverse function.

Solution

  1. 1
    One-to-one proof: suppose g(a)=g(b)g(a)=g(b), i.e., a3=b3a^3=b^3. Taking cube roots (valid over all reals): a=ba=b. So gg is one-to-one. โœ“
  2. 2
    Find inverse: swap xx and yy in y=x3y=x^3, giving x=y3x=y^3. Solve for yy: y=x1/3=x3y = x^{1/3} = \sqrt[3]{x}.
  3. 3
    So gโˆ’1(x)=x3g^{-1}(x) = \sqrt[3]{x}. Verify: g(gโˆ’1(x))=(x3)3=xg(g^{-1}(x))= (\sqrt[3]{x})^3 = x โœ“ and gโˆ’1(g(x))=x33=xg^{-1}(g(x))=\sqrt[3]{x^3}=x โœ“.

Answer

gโˆ’1(x)=x3g^{-1}(x) = \sqrt[3]{x}
One-to-one functions have inverses. To find the inverse algebraically, swap variables and solve. Cube root is the inverse of cubing because both are odd functions defined on all of R\mathbb{R}.

About One-to-One Mapping

A one-to-one (injective) function maps every distinct input to a distinct output โ€” no two different inputs produce the same output.

Learn more about One-to-One Mapping โ†’

More One-to-One Mapping Examples