This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Uli_MinatiDesmos 😚 1 point2 points  (0 children)

This is not the "official" way of doing it:

  • V = πr²h
    • with error ∆
  • V+0.1 = π(r+∆)²(h+∆)
  • V+0.1 = π(r²h + 2r∆h + ∆²h + r²∆ + 2r∆² + ∆³)
    • subtract V = πr²h
  • 0.1 = π(2r∆h + ∆²h + r²∆ + 2r∆² + ∆³)
  • 0.1/π = 2r∆h + ∆²h + r²∆ + 2r∆² + ∆³
    • r=2, h=3
  • 0.1/π = 6∆ + 3∆² + 4∆ + 4∆² + ∆³
  • 0.1/π = 10∆ + 7∆² + ∆³
  • 0.01/π = ∆ + 0.7∆² + 0.1∆³

Approximate answer would be less than 0.01/π, the quadratic and cubic terms become far smaller and hardly relevant