Question 534254
The reciprocal is a number that, when multiplied by the original number, yields 1.
.
In simplest terms, the reciprocal of the number 'x' is 1/x.
.
{{{ x * (1/x) = x/x = 1 }}}
.
The reciprocal of a fraction is the fraction "upside" down.
.
Say you have a fraction 'a/b'.  The reciprocal is 'b/a'.
.
{{{ (a/b)*(b/a) = a/b * b/a = ab/ab = 1 }}}
.
As you can imagine, reciprocals can be defined for functions, too.
.
Let's say you have 'x +1'.  The reciprocal is 1/(x+1).
.
{{{ (x+1) * (1/(x+1)) = (x+1)/(x+1) = 1 }}}
.
The reciprocal also is defined by exponents.
.
Given you have 'x', that is the same as saying you have 'x^1' because any number to the power 1 = itself.
.
{{{ 4^1 = 4 }}}
{{{ 65000^1 = 65000 }}}
.
We also know that any number raised to the 0th power = 1.
.
{{{ 4^0 = 1 }}}
{{{ 65000^0 = 1 }}}
.
When we multiply the same number raised to powers you add the exponents.
.
{{{ x*x = x^2 }}}
.
As noted above, x = x^1
.
{{{ x*x = x^1*x^1 = x^2 }}}
.
In general,
.
{{{ x^a * x^b = x^(a+b) }}}
.
So you probably can guess the reciprocal of 'x^1'.
.
{{{ x^1 * x^(y) = x^0 }}}
.
'y' has to = -1
.
{{{ x^1 * x^(-1) = x^0 = 1 }}}
.
This definition of the reciprocal also reveals that negative exponents can be shown as fractions.
.
{{{ x^(-1) = 1/x }}}
.
That's a lot to cover in one answer, but I hope it gives you feel for the definition and usefulness of the reciprocal.
.