Questions tagged [inverse]

Inverses include: multiplicative inverse of a number (reciprocal), inverse function, matrix inverse, etc. A subject tag such as (linear-algebra), (algebra-precalculus) or (arithmetic) should be added to clarify in which sense "inverse" is used. This tag should never be the only tag on a question.

An inverse is an operation that reverses the effect of another operation. This is a broad concept that arises in many areas of mathematics.

  • Multiplicative inverse: $2^{-1} = 1/2$
  • Inverse function: $\sin^{-1}x$ is the inverse of sine
  • Inverse matrix $A^{-1}$
  • Left and right inverses of group elements, of operators between linear spaces, etc.
4444 questions
0
votes
1 answer

Inverse or Not Inverse Matrices

Compute the products $\begin{bmatrix} a & b\\ c &d \end{bmatrix}\begin{bmatrix} d &-b \\ -c&a \end{bmatrix} and \begin{bmatrix} d &-b \\ -c& a \end{bmatrix}\begin{bmatrix} a & b\\ c &d \end{bmatrix}$ Show that when ad-bc= 0, A given by $(*)$ cannot…
0
votes
2 answers

Matrix without an inverse

Using the definition of an inverse, can someone explain why $0_n$$_x$$_n$ cannot have an inverse. Also can someone explain if AB=$0_n$$_x$$_n$ for two nxn nonzero matrices A and B, then how A nor B can have an inverse.
0
votes
2 answers

Why is the domain different on the inverse of this function?

I have the function $$f(x) = \frac{x}{x^2 - 1}$$ The domain of this function is $(-1,1)$ and the range is $\mathbb{R}$. When I find the inverse of this, this becomes $$f^{-1}(x) = \frac{1 + \sqrt{4x^2+1}}{2x}$$ The domain seems to be different, now…
0
votes
0 answers

Inverse of a function defined as an integral

I am trying to get the inverse of: $$g(x) = \int _a ^x h(t) dt$$ That is, I want to find a general expression for $g^{-1}(x)$ and was wondering whether there are theorems I can apply. Thanks
splinter
  • 143
0
votes
4 answers

How to find an inverse of the following function?

$$f(x)=x^3+1$$ To find inverse, from what I've learned we change the y to x $$x=y^3+1$$ solve for y $$x-1=y^3$$ Should I cube root the x-1 for this? if i did that I still would not get the answer that would match the answer choice given to me What…
0
votes
1 answer

Knwing when the inverting operation were wrong with $A^{-1}A$ result

I don't know why but I'm really really weak in inverting matrices since years... I always do some mistakes. I'm asking you how could I cope with that problem and be able to invert matrix easily in the future. For instance I tried to calculate the…
0
votes
1 answer

Find the inverse of $θ:P(\Bbb{Z})→P(\Bbb{Z})$ defined as $θ(X) = \bar X$

Find the inverse of $θ:P(\Bbb{Z})→P(\Bbb{Z})$ defined as $θ(X) = \bar X$ (the complement of $X$)? Would the inverse of the function just be the function itself?
Emily
  • 1
0
votes
2 answers

Inverse calculation

I am trying to project estimated internal resistance of a battery. We know that the internal resistance approximately halves as the capacity of the battery doubles. For example... A 2AmpHour cell has 8milliOhms of resistance A 4AmpHour cell has…
Virt
  • 1
0
votes
1 answer

inverse function for big 'x'

let be a function so $ f(x)= x^{2}+h(x) $ , here $h(x) $ is a function so $ h(x) = O(logx)$ it is clear that $ f(x) \sim x^{2} $ for big 'x' so the inverse $ f^{-1}(x)\sim x^{1/2}$ for big 'x' is this correct, does this mean that the function $…
Jose Garcia
  • 8,506
0
votes
2 answers

Proof that if gcd(e, φ(N)) > 1, then a multiplicative inverse does not exist.

I am attempting a two-part problem on proofs and I am stuck on the second part. I think I have answered the first part correctly. (Note: these proofs are RSA-related, hence the variables) Here is the first part with my answer: Prove that if…
0
votes
1 answer

Using inverses to find solutions.

So upon solving some trigonometric equations, I found myself using the following method often:$$f[g(x)]=h(x)$$$$f[g(g^{-1}(x))]=h[g^{-1}(x)]$$$$f(x)=h[g^{-1}(x)]$$Which is how I usually find $f(x)$ when another function is inside it. But is there a…
0
votes
0 answers

Show the inverse of the One to One function

Is anyone able to guide me in the right direction for this question. This is for a beginner assembly language class. This is an online course so I am unable to ask the professor for guidance. Show that the one to one function: $f^{-1}$ : $N_{10}…
groot
  • 109
0
votes
1 answer

Finding multiplicative inverse Euler's theroem

been struggling this whole day with trying to figure out the multiplicative inverse of 17 modulo 31 using Eulers theorem. We know that 31 is a prime, φ(n)=30, so i end up with 17^30=(cong)1 (mod 31). But how do proceed from this to get the inverse…
arif
  • 21
0
votes
1 answer

help with inverse function in $\mathbb R^2$

$F(x,y)=(x^2+2y^2,2x^2+y^2)$, and $A=\{(x,y):x>0,y>0\}$ I need to show $F(A)=\{(u,v):0
Bob
  • 107
0
votes
1 answer

Why are those equivalent transformations of inverse functions not the same thing?

Why are $\frac{1}{f}=\frac{1}{g}+\frac{1}{b}$ and $f=g+b$ not the same thing?