- #1
izzy93
- 35
- 0
I am getting a little confused on which error propagation to use:
I am looking to calculate the error in B*Cos(θ) , for the vertical axis of a williamson hall plot. where B is fwhm of a peak with it's own error and cos of the bragg angle
I am unsure of whether i need to use partial derivative error propagation
let Z= B*cos(θ)
then ΔZ =[ ((dZ/dB)^2 *(ΔB)^2 ) +((dZ/dcosθ)^2 (Δcosθ)^2) ]^0.5
or standard way
Δz = [ (ΔB/B)^2 +(Δcosθ/cosθ)^2 ]0.5 * Z
Any clarification on this would be much appreciated,
thanks
http://file://localhost/Users/isabellasharpley/Library/Caches/TemporaryItems/msoclip/0/clip_image001.gif
I am looking to calculate the error in B*Cos(θ) , for the vertical axis of a williamson hall plot. where B is fwhm of a peak with it's own error and cos of the bragg angle
I am unsure of whether i need to use partial derivative error propagation
let Z= B*cos(θ)
then ΔZ =[ ((dZ/dB)^2 *(ΔB)^2 ) +((dZ/dcosθ)^2 (Δcosθ)^2) ]^0.5
or standard way
Δz = [ (ΔB/B)^2 +(Δcosθ/cosθ)^2 ]0.5 * Z
Any clarification on this would be much appreciated,
thanks
http://file://localhost/Users/isabellasharpley/Library/Caches/TemporaryItems/msoclip/0/clip_image001.gif
Last edited by a moderator: