Prove a function is the identity

  • Thread starter Thread starter tylerc1991
  • Start date Start date
  • Tags Tags
    Function Identity
tylerc1991
Messages
158
Reaction score
0

Homework Statement



Suppose f is one element of \mathbb{A}, and it has the property that f \circ g = g \circ f for every g \in \mathbb{A}. Prove that f = e (the identity function).

Homework Equations



\mathbb{A} = \{ g_{ab} : (a, b) \in \mathbb{R}^2, \, a \neq 0 \}
g_{ab}(x) = ax + b

The Attempt at a Solution



Choose f, g \in \mathbb{A}. By definition, f and g have the form g_{ab} and g_{cd} for some (a, b) \in \mathbb{R}^2 and (c, d) \in \mathbb{R}^2 such that a \neq 0 and c \neq 0.

Since f \circ g = g \circ f, we find that
f(g(x)) = g(f(x))
f(cx + d) = g(ax + b)
a(cx + d) + b = c(ax + b) + d
acx + ad + b = cax + cb + d.

This reduces to ad + b = cb + d.

This is where I get stuck. I realize that we are working towards finding a = 1 and b = 0, so that g_{ab} = g_{10} = x (the identity function). Thank you for your help!
 
Physics news on Phys.org
I think i figured it out.

If ad - d = cb - b is true for every choice of c, d (as long as c \neq 0), then it is true for some. Specifically, we may choose c = 2 and d = 0 to give b = 0. Similarly, we find that a = 1.
 
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