Increase amplitude only on one side of a sine wave

trigonometry

I have a simple sine function:

y = sin(x) + 1

How can I modify the equation, or even add/ multiply with another equation, such that if I change a parameter, only the amplitude on the top increases/ decreases? The bottom remains at y = 0.

Best Answer

$y = \alpha \left( \sin(x) + 1 \right)$ for $\alpha > 0$.