Can step functions have inverse relationships?

  • Thread starter Thread starter AJKing
  • Start date Start date
  • Tags Tags
    Function General
AJKing
Messages
104
Reaction score
2
If a function s(t) exists, does a function t(s) always exist?

Are there functions with no inverse relationships?

Suppose

s = \int^t_a e^{u^2} du

Can there be a t(s)?
 
Physics news on Phys.org
Look at the trig functions for sin and cos over 0 to 2pi. They are clearly functions if inverted will map to two angles for a given sin or cos value. So the inverse is not a function.

For the sin if you restrict it 0 to pi/2 then its invertible and similarly for cos if you restrict it to 0 to pi.

http://en.wikipedia.org/wiki/Inverse_function

Try drawing a graph of e^u^2 and estimate the area under the curve and see if its invertible.
 
Last edited:
AJKing said:
If a function s(t) exists, does a function t(s) always exist?
Let's revise your notation a bit to make things more understandable.
Suppose y = s(t) is a function. "s" is just the name of the function that maps values of t to values of y. Many functions do not have inverses that are themselves functions. A very simple example is y = f(x) = x2. Because f is not one-to-one, f does not have an inverse.
AJKing said:
Are there functions with no inverse relationships?

Suppose

s = \int^t_a e^{u^2} du

Can there be a t(s)?
 
Mark44 said:
A very simple example is y = f(x) = x2. Because f is not one-to-one, f does not have an inverse.

Hmm, what about a solution involving step functions?

x = u0 y1/2-(1-u0)y1/2

Wolfram visual.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top