Skip to content

Commit 49a339e

Browse files
authored
Merge pull request #390 from RayTracing/tdb/one_dim_mc_area
Changed math in The Rest Of Your Life for clarity. Resolves #378
2 parents 5027ba5 + d0147c5 commit 49a339e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

books/RayTracingTheRestOfYourLife.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@
308308
309309
$$
310310
area(C'r, 0, 2) = \int_{0}^{2} C' r dr
311-
= \frac{C'r^2}{2}(2) - \frac{C'r^2}{2}(0)
311+
= \frac{C'r^2}{2} \biggr|_{r=2}^{r=0}
312+
= \frac{C' \cdot 2^2}{2} - \frac{C' \cdot 0^2}{2}
312313
= 2C'
313314
$$
314315

0 commit comments

Comments
 (0)