Hello,
I'm looking to derive the error of a quadratic equation as a function of x.
y=ax2+bx+c
y is measured and variables a,b,c have an associated error Da,Db,Dc
To solve for x you complete the square.
x=&\pm\sqrt{\dfrac{y-c}{a}+\dfrac{b^{2}}{4a^{2}}}\mp\dfrac{b}{2a}
If the variables y,c...