<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>SOUL OF MATHEMATICS</provider_name><provider_url>https://soulofmathematics.com</provider_url><author_name>Rajarshi Dey</author_name><author_url>https://soulofmathematics.com/index.php/author/rajarshidey1729gmail-com/</author_url><title>THE HEAT EQUATION - SOUL OF MATHEMATICS</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content" data-secret="aJmlO1cWIq"&gt;&lt;a href="https://soulofmathematics.com/index.php/the-heat-equation/"&gt;THE HEAT EQUATION&lt;/a&gt;&lt;/blockquote&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://soulofmathematics.com/index.php/the-heat-equation/embed/#?secret=aJmlO1cWIq" width="600" height="338" title="&#x201C;THE HEAT EQUATION&#x201D; &#x2014; SOUL OF MATHEMATICS" data-secret="aJmlO1cWIq" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;&lt;script type="text/javascript"&gt;
/* &lt;![CDATA[ */
/*! This file is auto-generated */
!function(d,l){"use strict";l.querySelector&amp;&amp;d.addEventListener&amp;&amp;"undefined"!=typeof URL&amp;&amp;(d.wp=d.wp||{},d.wp.receiveEmbedMessage||(d.wp.receiveEmbedMessage=function(e){var t=e.data;if((t||t.secret||t.message||t.value)&amp;&amp;!/[^a-zA-Z0-9]/.test(t.secret)){for(var s,r,n,a=l.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),o=l.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),c=new RegExp("^https?:$","i"),i=0;i&lt;o.length;i++)o[i].style.display="none";for(i=0;i&lt;a.length;i++)s=a[i],e.source===s.contentWindow&amp;&amp;(s.removeAttribute("style"),"height"===t.message?(1e3&lt;(r=parseInt(t.value,10))?r=1e3:~~r&lt;200&amp;&amp;(r=200),s.height=r):"link"===t.message&amp;&amp;(r=new URL(s.getAttribute("src")),n=new URL(t.value),c.test(n.protocol))&amp;&amp;n.host===r.host&amp;&amp;l.activeElement===s&amp;&amp;(d.top.location.href=t.value))}},d.addEventListener("message",d.wp.receiveEmbedMessage,!1),l.addEventListener("DOMContentLoaded",function(){for(var e,t,s=l.querySelectorAll("iframe.wp-embedded-content"),r=0;r&lt;s.length;r++)(t=(e=s[r]).getAttribute("data-secret"))||(t=Math.random().toString(36).substring(2,12),e.src+="#?secret="+t,e.setAttribute("data-secret",t)),e.contentWindow.postMessage({message:"ready",secret:t},"*")},!1)))}(window,document);
/* ]]&gt; */
&lt;/script&gt;
</html><thumbnail_url>https://i0.wp.com/soulofmathematics.com/wp-content/uploads/2020/11/LiquidSociableLadybug-small.gif?fit=273%2C205&amp;ssl=1</thumbnail_url><thumbnail_width>273</thumbnail_width><thumbnail_height>205</thumbnail_height><description>The heat equation is among the most widely studied topics in&nbsp;pure mathematics, and its analysis is regarded as fundamental to the broader field of&nbsp;partial differential equations. Solutions of the heat equation are sometimes known as&nbsp;caloric functions. The theory of the heat equation was first developed by&nbsp;Joseph Fourier&nbsp;in 1822 for the purpose of modeling how a quantity such as&nbsp;heat&nbsp;diffuses through a given region. The heat equation, along with variants thereof, is also important in many fields of science and&nbsp;applied mathematics. In&nbsp;probability theory, the heat equation is connected with the study of&nbsp;random walks&nbsp;and&nbsp;Brownian motion&nbsp;via the&nbsp;Fokker&#x2013;Planck equation. The infamous&nbsp;Black&#x2013;Scholes equation&nbsp;of&nbsp;financieal mathematics&nbsp;is a small variant of the heat equation, and the&nbsp;Schr&#xF6;dinger equation&nbsp;of&nbsp;quantum mechanics&nbsp;can be regarded as a heat equation in&nbsp;imaginary time. For the better mathematical and physical understanding of the Heat Equation we should start by studying diffusion of heat. The Heat Equation For A Finite Rod We will consider the heat equation Ut = k Uxx where k is the heat constant. Now we take the initial conditions and boundary conditions for this situation. Initial Conditions Boundary Conditions U(x,0) = f(x) U(0,t) = 0 = U(l,t) U is a function of time and distance. U = X(x).T(t) Ut = XT&#x2019; Uxx = X&#x201D;T XT&#x2019; = kX&#x201D;T = &#x3BB; X&#x201D; &#x2013; &#x3BB;X = 0 and T&#x2019; &#x2013; k&#x3BB;T = 0 There shall be three cases &#x2013; 1. &#x3BB; = 0 2. &#x3BB; = &#x3B1;2 3. &#x3BB; = &#x2013;&#x3B1;2 Now we shall delve into a detailed discussion of each case. Starting with the boundary conditions. U(0,t) = 0, from this we can imply, X(0).T(t) = 0 X(0) = 0 U(l,t) = 0, from this we can imply, X(l).T(t) = 0 X(l) = 0 CASE 1- &#x3BB; = 0 X&#x201D; &#x2013; &#x3BB;X = 0 and T&#x2019; &#x2013; k&#x3BB;T = 0 So we can imply, X&#x201D; = 0 and T&#x2019; = 0 X = C1x + C2 X(0) = 0 , X(l) = 0 C1 = C2 = 0 , X = 0 , U = 0 is trivial solution. CASE 2- &#x3BB; = &#x3B1;2 X&#x201D; &#x2013; &#x3B1;2X = 0 , T&#x2019; &#x2013; k&#x3B1;2T = 0 X = C1e&#x3B1;x + C2e&#x2013;&#x3B1;x X(0) = 0 , X(l) = 0 C1 = C2 = 0 , U = 0 is trivial solution. CASE 3- &#x3BB; = -&#x3B1;2 X&#x201D; + &#x3B1;2X = 0 , T&#x2019; + k&#x3B1;2T = 0 X = A cos (&#x3B1;x) + B sin (&#x3B1;x) When, X(0) = 0 , A = 0 When, X(l) = 0 , B sin (&#x3B1;l) = 0 , B is not equal to zero. sin (&#x3B1;l) = 0, &#x3B1;l = n&#x3C0;, &#x3B1; = n&#x3C0;/l STAY TUNED&#x2026;</description></oembed>
