Inverse of Function f: R -> R Defined by f(x) = x^3+1

  • Thread starter Thread starter sapiental
  • Start date Start date
  • Tags Tags
    Function Inverse
sapiental
Messages
110
Reaction score
0

Homework Statement



f: R -> R defined by f(x) = x^3 + 1

a) determine if it is one to one
b)find its inverse
c) calculate (f o f)



Homework Equations



if f(x) is one to one, if a = b, f(a) = f(b)


The Attempt at a Solution



a) yes it is because a^3 + 1 can't equal to b^3 + 1 unless a = b, by definition, this function is onto
b)the inverse is f^-1 (x) = (x - 1)^(1/3)
c) f o f = f(f(x) = f(x^3 + 1) = (x^3 + 1)^3 + 1

just want to make sure i got this, thanks :)
 
Physics news on Phys.org
For #1, by definition the function is 1-1 since you just said that if f(a) = f(b) then a = b, not onto. Onto means that if you have something in your codomain, b in R, then there's an element in your domain, a in R, such that f(a) = b for every b in R in the mapping F: R -> R.

For #2, let's see. If you have f(x) = x^3 + 1, then using basic manipulations, you get (y-1)^(1/3) = x if you let y = f(x). Then, change this to f^-1(x) = (x-1)^(1/3), which is what you got.

For #3, you got it. In this case, your x is equal to x^3+1 in F(x). Therefore, if F(x) = x^3 +1, then F(x^3 + 1) = (x^3 + 1)^3 + 1, which is what you also got.

Re-write #1 and all is good.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top