What happens to the inverse function at infinity?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
zetafunction
Messages
371
Reaction score
0
let be a function [tex]y=f(x)[/tex] with poles [tex]f(a_{i} ) = \infty[/tex] for some real 'a'

my question is if we define the inverse function g(x) so [tex]g(f(x))=x[/tex] ,then is this true

[tex]g(\infty)=a_{i}[/tex] my question is that it seems that g(x) would have several asymptotes as x-->oo how it can be ??
 
Physics news on Phys.org
The function

[tex] f(x) = \frac{A}{x - a} + \frac{B}{x - b}[/tex]

has two simple poles at [itex]x = a, b[/itex]. However, if you try to solve for its inverse, you get:

[tex] x = \frac{A}{y - a} + \frac{B}{y - b}[/tex]

[tex] x (y - a) (y - b) = A (y - b) + B (y -a)[/tex]

[tex] x y^{2} - (a + b) x y + a b x = (A + B) y - A b - B a[/tex]

[tex] x y^{2} - [(a + b) x + (A + B)] y + (a b x + A b + B a) = 0[/tex]

This is a quadratic equation that has two roots in the set of complex numbers, corresponding to two branches of the inverse function. For the behavior at [itex]x = \infty[/itex], you need to make the substitution [itex]x \rightarrow 1/x[/itex]

[tex] \frac{1}{x} y^{2} - [\frac{a + b}{x} + (A + B)] y + (\frac{a b}{x} + A b + B a) = 0[/tex]

Multiply out with [itex]x[/itex]

[tex] y^{2} - [(a + b) + (A + B) x] y + [a b + (A b + B a) x] = 0[/tex]

and take [itex]x = 0[/itex], and you get:

[tex] y^{2} - (a + b) y + a b = 0 \Rightarrow (y - a)(y - b) = 0[/tex]

As you can see, there are two solutions even at infinity.