<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>math &#8211; EFR Technology Group</title>
	<atom:link href="https://www.efrtechgroup.com/category/math/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.efrtechgroup.com</link>
	<description>We maintain technology so you don't have to!</description>
	<lastBuildDate>Sat, 08 Feb 2020 16:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.efrtechgroup.com/wp-content/uploads/2019/02/cropped-EFRTG-color-2-32x32.jpg</url>
	<title>math &#8211; EFR Technology Group</title>
	<link>https://www.efrtechgroup.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hitting the Books: The Y2K bug could come back sooner than you think</title>
		<link>https://www.efrtechgroup.com/tech/hitting-the-books-the-y2k-bug-could-come-back-sooner-than-you-think/</link>
		
		<dc:creator><![CDATA[Randall]]></dc:creator>
		<pubDate>Sat, 08 Feb 2020 16:00:00 +0000</pubDate>
				<category><![CDATA[column]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[hitting the books]]></category>
		<category><![CDATA[hittingthebooks]]></category>
		<category><![CDATA[humble pi]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[matt parker]]></category>
		<category><![CDATA[riverhead books]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[tomorrow]]></category>
		<category><![CDATA[y2k]]></category>
		<guid isPermaLink="false">https://www.efrtechgroup.com/hitting-the-books-the-y2k-bug-could-come-back-sooner-than-you-think/</guid>

					<description><![CDATA[[ad_1] Humble Pi: When Math Goes Wrong in the Real Worldby Matt Parker The start of the 21st century was a time of excitement and trepidation for the world. One one hand, we sat on the cusp of a future, an entirely new millenium, filled with countless possibilities. On the other hand, there was a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p> [ad_1]<br />
</p>
<div>
<div class="inline-emphasis">
<h2>Humble Pi: When Math Goes Wrong in the Real World<br /><b style="font-size: 14px;">by Matt Parker</b></h2>
<hr/>
<div class="pt-10"><span><img decoding="async" alt="Book cover" class="right w-200 p-10" src="https://www.efrtechgroup.com/wp-content/uploads/2020/02/Hitting-the-Books-The-Y2K-bug-could-come-back-sooner.jpeg"/></span></p>
<div class="pt-10">
<p>The start of the 21st century was a time of excitement and trepidation for the world. One one hand, we sat on the cusp of a future, an entirely new millenium, filled with countless possibilities. On the other hand, there was a small chance that the whole of modern human civilization would come crashing down around us because coders had for years used a shorthand method to denote the current date and our computer systems might not have been able to differentiate between the year 200 and the year 1900. We dodged a bullet when the Y2K bug fizzled out the first time. Will we be as lucky in 2038 when we once again face a similar threat?</p>
<p>Math is hard and even the brightest minds of our generation can get it wrong. But in the modern world, something as simple as a rounding error can pose a significant threat with incalculable consequences, as author Matt Parker illustrates in his hilarious and insightful collection of mathematical mistakes, <a href="https://www.amazon.com/Humble-Pi-When-Wrong-World-ebook/dp/B07R8QSXYB/ref=pd_sim_351_2/141-9186767-1196752"><em>Humble Pi</em></a>.</p>
</div>
</div>
</div>
<p>At 3:14 a.m. on Tuesday, January 19, 2038, many of our modern microprocessors and computers are going to stop working. And all because of how they store the current date and time. Individual computers already have enough problems keeping track of how many seconds have passed while they are turned on; things get worse when they also need to keep completely up-to-date with the date. Computer timekeeping has all the ancient problems of keeping a calendar in sync with the planet plus the modern limitations of binary encoding.</p>
<p>When the first precursors to the modern internet started to come online in the early 1970s, a consistent timekeeping standard was required. The Institute of Electrical and Electronics Engineers (IEEE) threw a committee of people at the problem, and in 1971 they suggested that all computer systems could count sixtieths of a second from the start of 1971. The electrical power driving the computers was already<br />coming in at a rate of 60 Hertz (vibrations per second), so it simplified things to use this frequency within the system. Very clever. Except that a 60- Hertz system would exceed the space in a 32-digit binary number in a little over two years and three months. Not so clever.</p>
<p>So the system was recalibrated to count the number of whole seconds since the start of 1970. This number was stored as a signed 32- digit binary number, which allowed for a maximum of 2,147,483,647 seconds:</p>
<p>a total of over sixty- eight years from 1970. And this was put in place by members of the generation who in the sixty-eight years leading up to 1970 had seen humankind go from the Wright brothers inventing the<br />first powered airplane to humans dancing on the moon. They were sure that, by the year 2038, computers would have changed beyond all recognition and no longer use Unix time.</p>
<p>Yet here we are. More than halfway there and we&#8217;re still on the same system. The clock is literally ticking. Computers have indeed changed beyond recognition, but the Unix time beneath them is still there. If you&#8217;re running any flavor of Linux device or a Mac, it is there in the lower half of the operating system,<br />right below the GUI. If you have a Mac within reach, open up the app Terminal, which is the gateway to how your computer actually works.</p>
<p>Type in date +% s and hit Enter. Staring you in the face will be the num- ber of seconds that have passed since January 1, 1970. If you&#8217;re reading this before Wednesday, May 18, 2033, it is still coming up on 2 billion seconds. What a party that will be. Sadly, in my time zone, it will be around 4:30 a.m. I remember a boozy night out on February 13, 2009, with some friends to celebrate 1,234,567,890 seconds having passed, at just after 11:31 p.m. My programmer friend Jon had written a program to give us the exact countdown; everyone else in the bar was very confused as to why we were celebrating Valentine&#8217;s Day half an hour early.</p>
<p>Celebrations aside, we are now well over halfway through the count-up to destruction. After 2,147,483,647 seconds, everything stops. Microsoft Windows has its own timekeeping system, but MacOS is built directly on Unix. More importantly, many significant computer processors in everything from internet servers to your washing machine will be running some descendant of Unix. They are all vulnerable to the Y2K38 bug.</p>
<p>I don&#8217;t blame the people who originally set up Unix time. They were working with what they had available back then. The engineers of the 1970s figured that someone else, further into the future, would fix the<br />problems they were causing (classic baby-boomers). And to be fair, sixty-eight years is a very long time. The first edition of this book was published in 2019, and occasionally I think about ways to future-proof it. Maybe I&#8217;ll include &#8220;at the time of writing&#8221; or carefully structure the language to allow for things to change and progress in the future so that it doesn&#8217;t go completely out of date. You might be reading this after the 2 billion second mark in 2033; I&#8217;ve allowed for that. But at no point do I think about people reading it in 2087. That&#8217;s sixty-eight years away!</p>
<p>Some steps have already been taken toward a solution. All the processors that use 32-digit binary numbers by default are known as 32-bit systems. When buying a new laptop, you may not have paused to check<br />what the default binary encoding was, but Macs have been 64-bit for nearly a decade now, and most commonly used computer servers have gone up to 64 bits as well. Annoyingly, some 64-bit systems still track time as a signed 32-bit number so they can play nicely with their older computer friends, but for the most part, if you buy a 64-bit system, it will be able to keep track of time for quite a while to come. The largest value you can store in a signed 64-bit number is 9,223,372,036,854,775,807, and that number of seconds is equivalent to 292.3 billion years. It&#8217;s times like this when the age of the universe becomes a useful unit of measurement: 64-bit Unix time will last until twenty-one times the current age of the universe from now— until (assuming we don&#8217;t manage another upgrade in the meantime) December 4 in the year 292,277,026,596 CE, when all the computers will go down. On a Sunday.</p>
<p>Once we live in an entirely 64-bit world, we are safe. The question is: will we upgrade all the multitude of microprocessors in our lives before 2038? We need either new processors or a patch that will force the old<br />ones to use an unusually big number to store the time.</p>
<p>Here is a list of all the things I&#8217;ve had to update the software on recently: my lightbulbs, a TV, my home thermostat, and the media player that plugs into my TV. I am pretty certain they are all 32-bit systems. Will they be updated in time? Knowing my obsession with up-to-date firmware, probably. But there are going to be a lot of systems that will not get upgraded. There are also processors in my washing machine,<br />dishwasher, and car, and I have no idea how to update those. It&#8217;s easy to write this off as a second coming of the Y2K &#8220;millennium bug&#8221; that wasn&#8217;t. That was a case of higher level software storing the year as a two-digit number, which would run out after 99. With a massive effort, almost everything was updated. But a disaster averted does not mean it was never a threat in the first place. It&#8217;s risky to be complacent because Y2K was handled so well. Y2K38 will require updating far more fundamental computer code and, in some cases, the computers themselves.</p>
<p><em>From HUMBLE PI: When Math Goes Wrong in the Real World by Matt Parker, publishing on January 21, 2020 by Riverhead, an imprint of Penguin Publishing Group, a division of Penguin Random House LLC. Copyright © 2019 Matt Parker. First published in Great Britain as HUMBLE PI: A Comedy of Maths Errors by Allen Lane, an imprint of Penguin Random House UK, 2019.</em></p>
</p></div>
<p>[ad_2]<br />
<br /><a href="https://www.engadget.com/2020/02/08/hitting-the-books-humble-pi-matt-parker/">Source link </a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Facebook taught its AI to speak math</title>
		<link>https://www.efrtechgroup.com/ai/facebook-taught-its-ai-to-speak-math/</link>
		
		<dc:creator><![CDATA[Randall]]></dc:creator>
		<pubDate>Tue, 14 Jan 2020 17:00:00 +0000</pubDate>
				<category><![CDATA[Ai]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[tomorrow]]></category>
		<guid isPermaLink="false">https://www.efrtechgroup.com/facebook-taught-its-ai-to-speak-math/</guid>

					<description><![CDATA[[ad_1] My numerical idiocy aside, Facebook has trained an AI to solve the toughest of math problems. Real superstring stuff. In effect, FB has taught their neural network to view complex mathematical equations &#8220;as a kind of language and then [treat] solutions as a translation problem for sequence-to-sequence neural networks.&#8221; This is actually quite a [&#8230;]]]></description>
										<content:encoded><![CDATA[<p> [ad_1]<br />
</p>
<div>
<p>My numerical idiocy aside, Facebook has trained an AI to solve the toughest of math problems. Real superstring stuff. In effect, FB has taught their neural network to view complex mathematical equations &#8220;as a kind of language and then [treat] solutions as a translation problem for sequence-to-sequence neural networks.&#8221;</p>
<p>This is actually quite a feat since most neural networks operate on an approximation system: they can figure out if an image is of a dog or a marmoset or a steam radiator with a reasonable amount of certainty but precisely calculating figures in a symbolic problem like b &#8211; 4ac = 7 is a whole different kettle of fish. Facebook managed this by not treating the equation like a math problem but rather like a language problem. Specifically the research team approached the issue using neural machine translation (NMT). In short, they taught an AI to speak math. The result was a system capable of solving equations in a fraction of the time that algebra-based systems like Maple, Mathematica, and Matlab would take.</p>
<p>&#8220;By training a model to detect patterns in symbolic equations, we believed that a neural network could piece together the clues that led to their solutions, roughly similar to a human&#8217;s intuition-based approach to complex problems,&#8221; the research team wrote in a blog post released today. &#8220;So we began exploring symbolic reasoning as an NMT problem, in which a model could predict possible solutions based on examples of problems and their matching solutions.&#8221;</p>
<p>Essentially the research team taught the AI to unpack mathematical equations much in the same way that we do for complex phrases, like the example below. Instead of breaking out the verbs, nouns and adjectives, the system silos the various individual variables.</p>
<p style="text-align: center;"><b id="docs-internal-guid-6df7ed09-7fff-2b9d-a08c-bf555d411c41"><img fetchpriority="high" decoding="async" height="351" src="https://www.efrtechgroup.com/wp-content/uploads/2020/01/Facebook-taught-its-AI-to-speak-math.jpeg" width="624"/></b></p>
<p>The researchers focused primarily on solving differential and integration equations, but, because those two flavors of math don&#8217;t always have solutions for a given equation, the team had to get tricky in generating training data for the machine learning system.</p>
<p>&#8220;For our symbolic integration equations, for example, we flipped the translation approach around: Instead of generating problems and finding their solutions, we generated solutions and found their problem (their derivative), which is a much easier task,&#8221; the team wrote and which I vaguely understand. &#8220;This approach of generating problems from their solutions — what engineers sometimes refer to as trapdoor problems — made it feasible to create millions of integration examples.&#8221;</p>
<p>Still, it apparently worked. The team achieved a success rate of 99.7 percent on integration problems and 94 percent and 81.2 percent, respectively, for first- and second-order differential equations, compared to 84 percent on the same integration problems and 77.2 percent and 61.6 percent for differential equations using Mathematica. It also took FB&#8217;s program just over half a second to arrive at its conclusion rather than the several minutes it required for existing systems to do the same.</p>
</p></div>
<p>[ad_2]<br />
<br /><a href="https://www.engadget.com/2020/01/14/facebook-taught-its-ai-to-speak-math/">Source link </a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Papercraft-inspired math turns any sheet into any shape</title>
		<link>https://www.efrtechgroup.com/tech/papercraft-inspired-math-turns-any-sheet-into-any-shape/</link>
		
		<dc:creator><![CDATA[Randall]]></dc:creator>
		<pubDate>Sun, 25 Aug 2019 13:01:00 +0000</pubDate>
				<category><![CDATA[algorithm]]></category>
		<category><![CDATA[gadgetry]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[harvard]]></category>
		<category><![CDATA[kirigami]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[mathematics]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Tech]]></category>
		<guid isPermaLink="false">https://www.efrtechgroup.com/papercraft-inspired-math-turns-any-sheet-into-any-shape/</guid>

					<description><![CDATA[[ad_1] The team started by establishing the constraints on lengths and angles that need to be met for producing any given cut pattern, and then use a numerical optimization approach to determine the generic patterns themselves (such as their orientation, number and size). From there, it&#8217;s a matter of using mechanical analysis to manage the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p> [ad_1]<br />
</p>
<div>
<p>The team started by establishing the constraints on lengths and angles that need to be met for producing any given cut pattern, and then use a numerical optimization approach to determine the generic patterns themselves (such as their orientation, number and size).  From there, it&#8217;s a matter of using mechanical analysis to manage the deployment path and its stability.  The researchers crafted 2D and 3D models to verify that the method worked.</p>
<p>The result is pretty, as you might imagine, but it could also be highly practical once put into use.  You could produce clothes, vehicle surfaces or other objects using just a sheet.  This wouldn&#8217;t always work due to the nature of kirigami (you don&#8217;t really want a poncho full of holes), but it&#8217;s also just the beginning.  The Harvard group hopes to bring <a href="https://search.engadget.com/click/_ylt=AwrJ7J9k22FdMWwAvB98BWVH;_ylu=X3oDMTByMjB0aG5zBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzYw--/RV=2/RE=1566723044/RO=10/RU=https%3a%2f%2fwww.engadget.com%2f2018%2f05%2f18%2ftiny-house-craze-gone-way-too-far%2f/RK=2/RS=5mjS6wsdNa.zAvVq06SxxSYpNjw-">origami</a> into the mix, allowing even more complicated objects that would only need the right algorithm to come to life.</p>
</p></div>
<p>[ad_2]<br />
<br /><a href="https://www.engadget.com/2019/08/25/harvard-kirigami-math-transforms-sheets/">Source link </a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How calculus is helping unravel DNA&#8217;s secrets</title>
		<link>https://www.efrtechgroup.com/tech/how-calculus-is-helping-unravel-dnas-secrets/</link>
		
		<dc:creator><![CDATA[Randall]]></dc:creator>
		<pubDate>Sat, 20 Apr 2019 15:00:00 +0000</pubDate>
				<category><![CDATA[calculus]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[dna]]></category>
		<category><![CDATA[genetics]]></category>
		<category><![CDATA[infinite powers]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[medicine]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[steven strogatz]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[tomorrow]]></category>
		<guid isPermaLink="false">https://www.efrtechgroup.com/how-calculus-is-helping-unravel-dnas-secrets/</guid>

					<description><![CDATA[[ad_1] Infinite Powersby Steven Strogatz Calculus has provided humanity a window into the inner workings of the world around us since the fateful day Isaac Newton got conked by a falling apple. But we&#8217;ve only ever really applied these mathematical tools to our &#8220;hard&#8221; sciences, like physics or chemistry. Heck, we probably wouldn&#8217;t have discovered [&#8230;]]]></description>
										<content:encoded><![CDATA[<p> [ad_1]<br />
</p>
<div>
<div class="inline-emphasis">
<h2>Infinite Powers<br /><b style="font-size: 14px;">by Steven Strogatz</b></h2>
<hr/>
<div class="pt-10"><span><img decoding="async" alt="Book cover" class="right w-200 p-10" src="https://www.efrtechgroup.com/wp-content/uploads/2019/04/How-calculus-is-helping-unravel-DNAs-secrets.jpeg"/></span></p>
<div class="pt-10">
<p>Calculus has provided humanity a window into the inner workings of the world around us since the fateful day Isaac Newton got conked by a falling apple. But we&#8217;ve only ever really applied these mathematical tools to our &#8220;hard&#8221; sciences, like physics or chemistry. Heck, we probably wouldn&#8217;t have discovered Neptune if not for calculus. That&#8217;s changed in recent years as the studies of between the discipline and big data, computer learning, AI, and quantum physics have increasingly overlapped.</p>
<p>In the excerpt from <a href="https://www.amazon.com/Infinite-Powers-Calculus-Reveals-Universe/dp/1328879984"><em>Infinite Powers: How Calculus Reveals the Secrets of the Universe</em></a> below, author Steven Strogatz examines a novel application of calculus to the &#8220;soft&#8221; science of biology. Previously used to model how HIV spreads and overwhelms infected immune systems, calculus can now help researchers better understand the process by which nature manages to twist, fold and condense an entire double-helix strand of DNA into a package small enough to fit inside the nucleus of a cell.</p>
</div>
</div>
</div>
<p>Calculus has traditionally been applied in the &#8220;hard&#8221; sciences like physics, astronomy, and chemistry. But in recent decades, it has made inroads into biology and medicine, in fields like epidemiology, population biology, neuroscience, and medical imaging. We&#8217;ve seen examples of mathematical biology throughout our story, ranging from the use of calculus in predicting the outcome of facial surgery to the modeling of HIV as it battles the immune system. But all those examples were concerned with some aspect of the mystery of change, the most modern obsession of calculus. In contrast, the following example is drawn from the ancient mystery of curves, which was given new life by a puzzle about the three-dimensional path of DNA.</p>
<p>The puzzle had to do with how DNA, an enormously long molecule that contains all the genetic information needed to make a person, is packaged in cells. Every one of your ten trillion or so cells contains about two meters of DNA. If laid end to end, that DNA would reach to the sun and back dozens of times. Still, a skeptic might argue that this comparison is not as impressive as it sounds; it merely reflects how many cells each of us has. A more informative comparison is with the size of the cell&#8217;s nucleus, the container that holds the DNA. The diameter of a typical nucleus is about five-millionths of a meter, and it is therefore four hundred thousand times smaller than the DNA that has to fit inside it. That compression factor is equivalent to stuffing twenty miles of string into a tennis ball.</p>
<p>On top of that, the DNA can&#8217;t be stuffed into the nucleus haphazardly. It mustn&#8217;t get tangled. The packaging has to be done in an orderly fashion so the DNA can be read by enzymes and translated into the proteins needed for the maintenance of the cell. Orderly packaging is also important so that the DNA can be copied neatly when the cell is about to divide.</p>
<p>Evolution solved the packaging problem with spools, the same solution we use when we need to store a long piece of thread. The DNA in cells is wound around molecular spools made of specialized proteins called histones. To achieve further compaction, the spools are linked end to end, like beads on a necklace, and then the necklace is coiled into ropelike fibers that are themselves coiled into chromosomes. These coils of coils of coils compact the DNA enough to fit it into the cramped quarters of the nucleus.</p>
<p>But spools were not nature&#8217;s original solution to the packaging problem. The earliest creatures on Earth were single-celled organisms that lacked nuclei and chromosomes. They had no spools, just as today&#8217;s bacteria and viruses don&#8217;t. In such cases, the genetic material is compacted by a mechanism based on geometry and elasticity. Imagine pulling a rubber band tight and then twisting it from one end while holding it between your fingers. At first, each successive turn of the rubber band introduces a twist. The twists accumulate, and the rubber band remains straight until the accumulated torsion crosses a threshold. Then the rubber band suddenly buckles into the third dimension. It begins to coil on itself, as if writhing in pain. These contortions cause the rubber band to bunch up and compact itself. DNA does the same thing.</p>
<p>This phenomenon is known as supercoiling. It is prevalent in circular loops of DNA. Although we tend to picture DNA as a straight helix with free ends, in many circumstances it closes on itself to form a circle. When this happens, it&#8217;s like taking off your belt, putting a few twists in it, and then buckling it closed again. After that the number of twists in the belt cannot change. It is locked in. If you try to twist the belt somewhere along its length without taking it off, counter-twists will form elsewhere to compensate. There is a conservation law at work here. The same thing happens when you store a garden hose by piling it on the floor with many coils stacked on top of each other. When you try to pull the hose out straight, it twists in your hands. Coils convert to twists. The conversion can also go in the other direction, from twists to coils, as when a rubber band writhes when twisted. The DNA of primitive organisms makes use of this writhing. Certain enzymes can cut DNA, twist it, and then close it back up. When the DNA relaxes its twists to lower its energy, the conservation law forces it to become more supercoiled and therefore more compact. The resulting path of the DNA molecule no longer lies in a plane. It writhes about in three dimensions.</p>
<p>In the early 1970s an American mathematician named Brock Fuller gave the first mathematical description of this three-dimensional contortion of DNA. He invented a quantity that he dubbed the writhing number of DNA. He derived formulas for it using integrals and derivatives and proved certain theorems about the writhing number that formalized the conservation law for twists and coils. The study of the geometry and topology of DNA has been a thriving industry ever since. Mathematicians have used knot theory and tangle calculus to elucidate the mechanisms of certain enzymes that can twist DNA or cut it or introduce knots and links into it. These enzymes alter the topology of DNA and hence are known as topoisomerases. They can break strands of DNA and reseal them, and they are essential for cells to divide and grow. They have proved to be effective targets for cancer-chemotherapy drugs. The mechanism of action is not completely clear, but it is thought that by blocking the action of topoisomerases, the drugs (known as topoisomerase inhibitors) can selectively damage the DNA of cancer cells, which causes them to commit cellular suicide. Good news for the patient, bad news for the tumor.</p>
<p>In the application of calculus to supercoiled DNA, the double helix is modeled as a continuous curve. As usual, calculus likes to work with continuous objects. In reality, DNA is a discrete collection of atoms. There&#8217;s nothing truly continuous about it. But to a good approximation, it can be treated as if it were a continuous curve, like an ideal rubber band. The advantage of doing that is that the apparatus of elasticity theory and differential geometry, two spinoffs of calculus, can then be applied to calculate how DNA deforms when subjected to forces from proteins, from the environment, and from interactions with itself.</p>
<p>The larger point is that calculus is taking its usual creative license, treating discrete objects as if they were continuous to shed light on how they behave. The modeling is approximate but useful. Anyway, it&#8217;s the only game in town. Without the assumption of continuity, the Infinity Principle cannot be deployed. And without the Infinity Principle, we have no calculus, no differential geometry, and no elasticity theory.</p>
<p>I expect in the future we will see many more examples of calculus and continuous mathematics being brought to bear on the inherently discrete players of biology: genes, cells, proteins, and the other actors in the biological drama. There is simply too much insight to be gained from the continuum approximation not to use it. Until we develop a new form of calculus that works as well for discrete systems as traditional calculus does for continuum ones, the Infinity Principle will continue to guide us in the mathematical modeling of living things.</p>
<p><em>Excerpted from INFINITE POWERS by Steven Strogatz. Copyright © 2019 by Steven Strogatz. Reprinted by permission of Houghton Mifflin Harcourt Publishing Company. All rights reserved.</em></p>
</p></div>
<p>[ad_2]<br />
<br /><a href="https://www.engadget.com/2019/04/20/hitting-the-books-infinite-powers/">Source link </a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
