Skip to main content

Double Integrals Over Regions in the Plane

How to think about integrals over regions in the plane
When thinking about integrals over regions in the plane, the first thing I think of is a roller coaster. The xy plane is the base of the roller coaster, and as you walk around under it, the roller coaster changes height. This is how functions of the form f (x, y) generally behave; you can pick any "base" or domain for the roller coaster and find the volume of the resulting three-dimensional shape using double integration with respect to x and y. You can also approximate the volume by taking a rectangular region R around your domain and splitting it into a number of boxes, as discussed below.
(Image from https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.architecturaldigest.com%2Fgallery%2Froller-coaster-designs&psig=AOvVaw2XBThbDuZkz6JaLWpHsX9p&ust=1632786586027000&source=images&cd=vfe&ved=0CAsQjRxqFwoTCICUnZ_qnfMCFQAAAAAdAAAAABAD)

How to compute the volume of the approximation
The double integral of f (x, y) over R is given by \(\iint_{R} f(x, y) dA = \lim_{m,n\to\infty} \sum_{i=1}^{m} \sum_{j=1}^{n} f(x_{ij}*, y_{ij}*) \Delta x \Delta y\). Here, the region R is given by [a, b] x [c, d]: [a, b] is divided into \([x_{i}, x_{i+1}]\) which has length \(\frac{b-a}{m}\). Similarly, [c, d] is divided into \([y_{j}, y_{j+1}]\) which has length \(\frac{d-c}{n}\). Pick a sample point \((x_{ij}*, y_{ij}*)\) in \(R_{ij}\). Then, \(f (x_{ij}*, y_{ij}*)(\frac{b-a}{m}\, \frac{d-c}{n})\) approximates the volume using a double Riemann sum.

(Image from https://www.usna.edu/Users/oceano/raylee/SM223/Ch15_1_Stewart(2016).pdf#:~:text=Volumes%20and%20Double%20Integrals%20The%20sum%20in%20Definition,for%20a%20function%20of%20a%20single%20variable.%5D%2016)

For example, consider the function \(f(x, y) = \frac{1}{3}(x^2)(2y)\) on the plane bounded by \(y = e^{x-5}\) and \(y = ln(x)+5\) from [0, 7] x [0, 7].
This region has been split into boxes such that m and n are both equal to 7. Using upper-right endpoints (where if the point lies within R but outside of the domain D, the height is zero), we compute the following: \[V \approxeq \sum_{i=1}^{7} \sum_{j=1}^{7} f(x_{ij}*, y_{ij}*) \Delta x \Delta y\] \[= f(1,1) \Delta A + f(1,2) \Delta A + f(1,3) \Delta A ...\] \[= 0.67*1 + 2.67*1 + 6*1 + ...\] \[= 1182.02 units^3\]
How to compute the actual volume using integration
There are two scenarios to think about when finding the actual volume with integration. They are pictured below (source: https://tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx ):
For our function, we are working with scenario 1. For this region "D" given by \(D={(x, y)| a\leq x\leq b, g_{1}(x)\leq y \leq g_{2}(x)}\) \(\leq\) \([a, b]\) x \([c, d]\), the following integration applies: \[\iint_{D} f(x, y) dA = \iint_{R} F(x, y) dA = \int_{a}^{b} \int_{c}^{d} F(x, y) dydx = \int_{a}^{b} \int_{g_{1}(x)}^{g_{2}(x)} F(x, y) dydx = \int_{a}^{b} \int_{g_{1}(x)}^{g_{2}(x)} f(x, y) dydx.\] "R" is the rectangle [0, 7] x [0, 7] defined in our example that we used for the approximation. Also, the above comes from Fubini's theorem (source: https://sites.math.washington.edu/~morrow/335_12/fubini.pdf), which states that if f is continuous (like our function f (x, y) is), then \[\int\int_{R} f(x, y) dA = \int_{a}^{b} \int_{c}^{d} f(x, y) dydx =\int_{c}^{d} \int_{a}^{b} f(x, y) dxdy.\] Now on to the computation! \[\int_{0}^{7} \int_{e^{x-5}}^{ln(x)+5} \frac{1}{3}(x^2)(2y) dydx = \int_{0}^{7} \frac{e^{-5}(ln{x}-e^{x-5}+5)(e^{5}x^2ln{x}+x^2e^{x}+5e^{5}x^2)}{3} dx\] \[= \frac{e^{-10}(12348e^{10}ln^2(7)+115248e^{10}ln(7)-2295e^{14}+270248e^{10}+27}{324} \approxeq 1283.95 units^3.\]
Why I chose this function
My research is in developing cancer treatments against a colorectal cancer cell line LS174T CRC. Colorectal cancer is the third most common diagnosed malignancy and the fourth-leading cause of death worldwide. Within the next 10 years, this cancer's burden on society is projected to increase by 60% with a survival rate of only 14.2% today.\(^1\) Taking what I've learned working with this cancer, I decided to make a function that (very roughly) demonstrates its tumor growth.
In order for a tumor to grow, it needs energy. We get energy from glucose and the production of ATP. Glucose is taken into cells by a transporter called GLUT1 and ATP is generated through oxidative phosphorylation. Treatments exist that limit GLUT1 activity (called BAY-876), so I developed the synthetic route for a new drug (DBI-1) that can disrupt oxidative phosphorylation. Together, this drug cocktail should (hopefully) treat colorectal cancer more effectively. In terms of the function I picked, if x represents the untreated oxidative phosphorylation and y represents the treated GLUT1 transporter, the value of f (x, y) should increase quickly in the x-direction and more slowly in the y-direction. I would model the combined treatment data on tumor growth, but I don't have these results back yet! Here, my DBI-1 is pictured for my fellow chemistry nerds:
I messed with different coefficients and exponents for a while before deciding on the ones to use. The value of the function f (x, y) represents relative tumor size at certain values of ATP production (x) and glucose uptake (y) and best fits the desired behavior for growth with respect to each variable. The tricky thing about finding a good function was that we don't have data for "how much glucose" and "how much ATP" -- these are hard things to measure, but it's easy to measure size! That's why I worked backwards and found a function with the correct shape first to demonstrate the relationship between these variables instead of the exact values; we know our tumor size and can then see how much glucose we may have compared to ATP at that point to determine which drug (BAY-876 or DBI-1) is most effective there. I chose the given domain 1) for the fun shape and 2) because there is a limit in biology on how big a tumor gets before an organism dies, so this was a reasonable bound.
Here is the 3D model. In the y-direction, we can see the steps are more gradual than the x-direction, as expected. From the top, we can see the leaf-like shape of the domain. I used centimeters to make a 7x7 cm region, but the print will be scaled down to accomodate for its height being too tall for the printers.


Reference List
1. Julianne E. Jenkins. Colorectal Cancer: Risk, Diagnosis and Treatments. Nova; 2011. Accessed September 27, 2021. https://search-ebscohost-com.ezproxy.uky.edu/login.aspx?direct=true&db=nlebk&AN=440798&site=ehost-live&scope=site

Comments

Popular posts from this blog

The Approximation of a Solid of Revolution

Most math teachers I've had have been able to break down Calculus into two very broad categories: derivatives and integrals. What is truly amazing, is how much you can do with these two tools. By using integration, it is possible to approximate the shape of a 2-D function that is rotated around an axis. This solid created from the rotation is known as a solid of revolution. To explain this concept, we will take a look at the region bounded by the two functions: \[ f(x) = 2^{.25x} - 1 \] and \[ g(x) = e^{.25x} - 1 \] bounded at the line y = 1. This region is meant to represent a cross section of a small bowl. While it may not perfectly represent this practical object, the approximation will be quite textured, and will provide insight into how the process works. The region bounded by the two functions can be rotated around the y-axis to create a fully solid object. This is easy enough to talk about, but what exactly does this new solid look like? Is...

Do Over: Integration for Over Regions in the Plane

Introduction Earlier in the semester, we visited the topic of integration for over region regions in the plane. This was our first experience with taking integration in the third dimension. To do this, we had to use double integrals to calculate the volume of a region between two surfaces. This topic seems relatively straightforward and anyone who has taken a higher calculus class knows of double integrals. Today, we are going to revisit this topic for a couple of reasons. Why Double Integrals Again? As mentioned before, I am revisiting this topic for a couple of reasons. One of the main reasons is due to how the 3D print turned out. Due to the function, I chose, the final rectangular prism was stand alone. When printing, this resulted in a sloppy prism that lacked structural integrity. The image below is a reference to my original design that includes the prism that had the issue. The main cause of ...

Knot Your Average Knot

Knots are an object that we come across in our everyday lives. From tying our shoes to tying a mask around the back of our head, tying and creating knots is something that we begin to become exposed to at a very early age. For our final project for the semester, we decided to go more in-depth into knots and see what information we can get out of our individual knots. To begin, I will show you my knot that I chose to use for this project, and then we will go into all of the interesting information we can pull out of it! My Knot: My knot is a knot with ten crossings, on the atlas you will find it with the name 10 38, which is the number of times you see the strand go beneath itself. Throughout this post, we will go in-depth into a couple of different things we can find out about this particular knot, this list being: finding a way to make it into the unknot, attempting a coloring of the knot, finding the writhe of the knot, and breaking this knot down in...