I made this function and I'd like to know how can I make sure the function passes through (0,0) and (1,1) and how can I mirror it so I have the same function but inverted that goes downward instead of upward and passes through (0,0) and (1,-1) ?
All I know about the exponential function is that its equation is f(x) = abx+h+k where h controls the horizontal shifting and k controls the vertical shifting. I might be wrong though.
Note: I have a background in computer programming and I don't know the mathematical terms very well. I apologize for my lack of knowledge.