'Solve systems of equations

I am looking to model four different curves,

  • linear
  • exponential
  • sigmoid
  • logarithmic

by creating a function for each that passes through the same (x, y) coordinate. Each function must start at (0, 0). As an example, let's try (50, 200).

How could I begin to model this system of equations using R?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source