I didn't use math since ages , now I am building a game (I am a programmer) and I need a mathematical function to draw the following 2 lines
The red thick line goes from x=1 to x=10 (it may go less than x=1 but I don't care for the output for x<1 , but this probably would be useful to determine the shape of the line (the 2 thin red lines)) I would be pleased if anyone could tell me the function of the red line and any help on how to change it's shape (lets say make f(5) for the thin line > f(5) for the thick line where f(1) and f(10) are the same for the thick and thin line .
The green line goes from (x,infinity) , I don't care for its shape , the most important is f(20) for the green line = 12000000 and f(infinity) for the green line is closer to 15000000 .
Any help guys would be great . I really searched over the internet for 3 days , nothing :(
Thank you .