So I did an experiment where I have to measure the voltage V and current I for a solar cell to get its IV characteristics. I did a curve fitting to match my result of I vs V, and I can calculate the resistances by taking the derivative of IV curve and it’s reciprocal would be the resistance.
But here’s the thing, there’s an uncertainty of 0.01V and 0.01mA for the voltage and current measurement and how do I calculate the propagation of error for my resistance from my curve fitting model?
The curve fitting equation is
I(V) = A*exp(BV) + C*exp(DV)
And the resistance calculation is
R = -1/I’(V)