How to mimic 4/pi*ArcTan(x)+1 without trig

  • Context: Undergrad 
  • Thread starter Thread starter thenewmans
  • Start date Start date
  • Tags Tags
    Trig
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
thenewmans
Messages
168
Reaction score
1
I need a basic math formula with the following properties:
* limit y between -1 and 3.
* (x, y) hits (-1, 0), (0, 1) and (1, 2).
* Each y value occurs only once.

I managed to do this with y=4/pi*ArcTan(x)+1. But I'd like to do this without trig. I got close with y=x*2/SQRT(1+x^2)+1. But it's not right. I keep thinking it's something simple and obvious. Can you help me?

NOTE: This is not homework. I'm graphing and analyzing some proportion data in excel for myself.
 
Mathematics news on Phys.org
Perfect! Wow! Thank you!
 
OK, just tried it and it's even better because the slope at x=0 is closer to 1 (45 degrees). Thanks again!