General Engineering Introduction/Error Analysis/Calculus of Error/multiplyDivide proof

From testwiki
Revision as of 15:31, 11 January 2015 by imported>JackBot (Calculus Proof: {{BookCat}} using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Adding and subtracting proof

if y=x*z then δy=(zδx)2+(xδz)2
if y=x/z then δy=(δxz)2+(xδzz2)2

Algebra Proof

can not come up with one

Calculus Proof

start with the formula: dependent equals constant times independent
y=x*z
then δy=(δx(x*z)x)2+(δz(x*z)z)2=(zδx)2+(xδz)2

y=x/z
then δy=(δx(xz)x)2+(δz(xz)z)2=(δxz)2+(xδzz2)2=(δxz)2+(xδzz2)2

Template:BookCat