Skip to main content

Parameter

Consider the following function from R\mathbb{R} to R\mathbb{R}.

f_α(x)=x2+α×exf\_\alpha (x) = x^2 + \alpha \times e^{-x}

This function has one variable, named xx and one parameter αR\alpha \in \mathbb{R}. A parameter is a number that changes the behaviour of a function, but is not a variable.

You can study the function f(x,α)=x2+α×exf(x, \alpha) = x^2 + \alpha \times e^{-x}, where α\alpha and xx are now both variables to understand how the parameter changes the previous function.

You can now take the derivative of ff with respect to α\alpha and deduce various facts about fαf_\alpha.