I have the cubic relationship between two variables, x and y, and I need to find the error in x.
y = ax^3 + bx^2 + cx + d
I have the values for the coefficients and their respective uncertainties. I also have the y values and their associated uncertainties. I know how to propagate errors for simpler relationships, but this one is a bit trickier.
This cubic equation defines the relationship between y and x (it's a cubic polynomial fit to a graph between the two variables). I have thousands of x values and their corresponding y values. I also have the y-errors for each of the y-values. What I need to find are the errors for each x-value. I'm trying to find a function that might help me do this, as I have thousands of data points.
I'd appreciate any help, thanks :)
Thanks
Check the comments for more info.