I want to define a function knowing only it's limits

  • Context: High School 
  • Thread starter Thread starter maxhersch
  • Start date Start date
  • Tags Tags
    Function Limits
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
maxhersch
Messages
20
Reaction score
0
This is a random problem I am trying to figure out. The context doesn't matter.

I wish to define a function z(x, y) based on the following limits:

1. lim z (x→∞) = 0
2. lim z (x→0) = y
3. lim z (y→∞) = ∞
4. lim z (y→0) = 0
 
Physics news on Phys.org
mathman said:
##z=\frac{y}{1+x}##.
For ##x<-1## this doesn't have the right behavior for ##y \to \infty##. If we require x,y to be non-negative it works.