A function f: A → B is said to be an Identity function if f(x) = x for all x ∈ A that means it always returns the same value that is used as its input.
A function y = f(x) is said to be an even function, if f(– x) = f (x) ∀ x ∈ Domain (f).
A function y = f(x) is said to be an odd function if f(– x) = – f (x), ∀ x ∈ Domain (f).
Two functions f and g defined on the same domain D are said to be equal, if f(x) = g(x) for all x ∈ D.