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

Do Over: Integration Over a Region in a Plane

Throughout the semester we have covered a variety of topics and how their mathematical orientation applies to real world scenarios. One topic we discussed, and I would like to revisit, is integration over a region in a plane which involves calculating a double integral. Integrating functions of two variables allows us to calculate the volume under the function in a 3D space. You can see a more in depth description and my previous example in my blog post, https://ukyma391.blogspot.com/2021/09/integration-for-over-regions-in-plane_27.html . I want to revisit this topic because in my previous attempt my volume calculations were incorrect, and my print lacked structural stability. I believed this print and calculation was the topic I could most improve on and wanted to give it another chance. What needed Improvement? The function used previously was f(x) = cos(xy) bounded on [-3,3] x [-1,3]. After solving for the estimated and actual volume, it was difficult to represent in a print...

Minimal Surfaces

Minimum surfaces can be described in many equivalent ways. Today, we are going to focus on minimum surfaces by defining it using curvature. A surface is a minimum surface if and only if the mean curvature at every point is zero. This means that every point on the surface is a saddle point with equal and opposite curvature allowing the smallest surface area possible to form. Curvature helps define a minimal surface by looking at the normal vector. For a surface in R 3 , there is a tangent plane at each point. At each point in the surface, there is a normal vector perpendicular to the tangent plane. Then, we can intersect any plane that contains the normal vector with the surface to get a curve. Therefore, the mean curvature of a surface is defined by the following equation. Where theta is an angle from a starting plane that contains the normal vector. For this week’s project, we will be demonstrating minimum surfaces with a frame and soap bubbles! How It Works Minimum surfac...

Do Over: Ruled Surfaces

Why to choose this project to repeat For the do over project, I would like to choose the ruled surfaces. I don't think my last project was creative, and the 3D printed effect was not very satisfactory. In the previous attempts, all the lines are connected between a straight line and a circle. This connection structure is relatively uncomplicated. The printed model has too many lines, resulting in too dense line arrangement. The gaps between lines are too small, and the final effect is that all the lines are connected into a curved surface, which is far from the effect I expected. What to be improved In this do over project, I would like to improve in two aspects. Firstly, a different ruled surface is chosen. In the previous model, one curve is a unit circle on the \(x-y\) plane, and the ruled surface is a right circular conoid. In this do over project, it is replaced by two border lines. Each borderline is in the shape of an isosceles right triangl...