The language is a sort of barrier in this case (even in my native language) so I'll try to make an example here to clarify the question.
Given a function $f(a,b)$ I want to answer the question: to which variable is more "sensitive" this function? I mean, if I change by $2\%$ each variable at a time, which one will produce the greatest percentage change in $f(x)$?
The function $f(x)$ is the one that describes Fraunhofer's diffraction of a light beam on a screen far from the source. Being $w$ the width of the slit through wich the beam is diffracted, $\ell$ the distance of the screen from the slit and $\lambda$ the light wavelenght
\begin{equation} I(x) = I_0\frac{\sin^2\beta^2}{\beta^2} \end{equation} where \begin{equation} \beta = \frac{\pi w}{\ell\lambda}x \end{equation}
Even if the equation is not strictly this one, I am interested in this form in particular and want to know if $I(x)$ varies more by changing $w$ or $\ell$ and be able to give a quantitive information.
Thank you all in advance and I hope I made my problem clear.