<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951</link>
    <title>MATLAB Central Newsreader - How to solve a nonlinear differential equation of this type</title>
    <description>Feed for thread: How to solve a nonlinear differential equation of this type</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2013 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.ch/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 10 May 2012 20:38:29 +0000</pubDate>
      <title>How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876411</link>
      <author>Nicolas </author>
      <description>I don't know how to solve this kind of equations, can you give me a hand please.&lt;br&gt;
&lt;br&gt;
I need to find T, which is a function of T=T(R).&lt;br&gt;
&lt;br&gt;
And the equation is:&lt;br&gt;
&lt;br&gt;
T^4 H(T) abs(d logH(T)/d logR?d logT/d logR?d logI(R)/d logR)?T^3 F(T)+G(R)=0&lt;br&gt;
and&lt;br&gt;
H=A T^4?B sqrt(CT^8+D T)&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Please help. Ask me whatever you want to know about this equation.</description>
    </item>
    <item>
      <pubDate>Fri, 11 May 2012 17:23:12 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876519</link>
      <author>Star Strider</author>
      <description>"Nicolas " &amp;lt;nikkolazo@gmail.com&amp;gt; wrote in message &amp;lt;joh905$da2$1@newscl01ah.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I don't know how to solve this kind of equations, can you give me a hand please.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I need to find T, which is a function of T=T(R).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; And the equation is:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; T^4 H(T) abs(d logH(T)/d logR?d logT/d logR?d logI(R)/d logR)?T^3 F(T)+G(R)=0&lt;br&gt;
&amp;gt; and&lt;br&gt;
&amp;gt; H=A T^4?B sqrt(CT^8+D T)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please help. Ask me whatever you want to know about this equation.&lt;br&gt;
&lt;br&gt;
-----------------------------------------------------&lt;br&gt;
What are you using the equation to do?  Where did you get it?  &lt;br&gt;
&lt;br&gt;
Do you also have expressions for I(R), F(T) and G(R)?  &lt;br&gt;
&lt;br&gt;
Also, you may have typed a symbol the Newsreader doesn't recognize.  What did you intend for what appeared in your equation as question marks ('?')?  </description>
    </item>
    <item>
      <pubDate>Fri, 11 May 2012 21:34:28 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876552</link>
      <author>Nicolas </author>
      <description>I am sorry I was trying to fix the typos but I can't find where to do it. I will explain better the problem.</description>
    </item>
    <item>
      <pubDate>Sat, 12 May 2012 18:05:12 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876606</link>
      <author>Nicolas </author>
      <description>Here is the same info in latex.&lt;br&gt;
&lt;a href="http://s13.postimage.org/6qagm6brb/matlab_png.png"&gt;http://s13.postimage.org/6qagm6brb/matlab_png.png&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Trying to explain my problem better, I need to start with the diffusion Equation, which is the one that I am trying to solve.&lt;br&gt;
&lt;br&gt;
The Diffusion Equation&lt;br&gt;
&lt;br&gt;
\begin{equation}&lt;br&gt;
\dfrac{\partial u}{\partial t}=\dfrac 3 x\dfrac \partial{\partial x}\left(\sqrt x \frac \partial {\partial x}(\nu(T(u,x))u\sqrt x)\right)&lt;br&gt;
\end{equation}&lt;br&gt;
&lt;br&gt;
Here $u$ is the surface density of a gas disk. $T$, is the temperature of that disk. My aim is calculate the evolution of that disk using an initial condition.&lt;br&gt;
After treat this equation with MOL (Method of lines) in Matlab I am able to solve this equation. But for that I need to use another equations that will relate some of the variables in my problem, so finally I have:&lt;br&gt;
&lt;br&gt;
\begin{equation}&lt;br&gt;
\nu\propto \frac{T}{\Omega }&lt;br&gt;
\end{equation}&lt;br&gt;
&lt;br&gt;
$\Omega$ is just the keplarian velocity of the disk, therefore is a function that depends on $x$, and also I have&lt;br&gt;
&lt;br&gt;
\begin{equation}&lt;br&gt;
\Xi(T,\Omega)T^3=u^2\Omega&lt;br&gt;
\end{equation}&lt;br&gt;
&lt;br&gt;
and $\Xi$ is another function which depend also in $T$ and $\Omega$&lt;br&gt;
&lt;br&gt;
Then, since I have an initial condition for $u$ and of course I define my dominion in $x$ ($x=1..10^3$ for instance). I just need to solve the last equation and find the value for T given some position and a value of $u$. I do this with a method to find zeros.&lt;br&gt;
&lt;br&gt;
NOW MY PROBLEM:&lt;br&gt;
&lt;br&gt;
I need to add advection to my problem. In terms of equations I have this now:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
\begin{equation}&lt;br&gt;
\Xi(T,\Omega)T^3=u^2\Omega + \frac{T^4\;u\;H(T,\Omega)}{\Omega x^2}\left|\frac{d\;\log\;H(T,\Omega)}{d\;\log\;x} - \frac{d\;\log\;T}{d\;\log\;x} - \frac{d\;\log\;u}{d\;\log\;x} \right|&lt;br&gt;
\end{equation}&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
\begin{equation}&lt;br&gt;
H^2\Omega^2-H\frac{T^4}{u}-T=0&lt;br&gt;
\end{equation}&lt;br&gt;
&lt;br&gt;
But I only need one root (the real and positive one), and of course the method to solve this (the one that I'm trying to find) will be the same using any root of H.&lt;br&gt;
&lt;br&gt;
My problem here is the derivatives, without them, I can use the same method that before to find T. But now I can't do that. Because I need to calculate those derivates.&lt;br&gt;
&lt;br&gt;
Please ask me anything about the problem.</description>
    </item>
    <item>
      <pubDate>Sat, 12 May 2012 18:16:24 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876607</link>
      <author>Nasser M. Abbasi</author>
      <description>On 5/12/2012 1:05 PM, Nicolas wrote:&lt;br&gt;
&amp;gt; Here is the same info in latex.&lt;br&gt;
&amp;gt; &lt;a href="http://s13.postimage.org/6qagm6brb/matlab_png.png"&gt;http://s13.postimage.org/6qagm6brb/matlab_png.png&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&amp;gt;my dominion in $x$ ($x=1..10^3$ for instance).&lt;br&gt;
&lt;br&gt;
ps. I think the above will look better if you use $x=1 \cdots 10^3$&lt;br&gt;
&lt;br&gt;
--Nasser</description>
    </item>
    <item>
      <pubDate>Sun, 13 May 2012 14:35:07 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876661</link>
      <author>Star Strider</author>
      <description>"Nicolas " &amp;lt;nikkolazo@gmail.com&amp;gt; wrote in message &amp;lt;jom8oo$n5p$1@newscl01ah.mathworks.com&amp;gt;...&lt;br&gt;
&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; My problem here is the derivatives, without them, I can use the same method that before to find T. But now I can't do that. Because I need to calculate those derivates.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
-------------------------------------------------------&lt;br&gt;
&lt;br&gt;
The Latex version helped.  It still seems to me you need more information about H(T,Omega).  &lt;br&gt;
&lt;br&gt;
Someone much more knowledgable in maths than I am may have a better suggestion, but for a start I'd consider approximating the derivatives with a series, if that's appropriate.  You also might want to do a bit more literature research to see if someone else has come up with a better approach.  </description>
    </item>
    <item>
      <pubDate>Sun, 13 May 2012 16:39:08 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876670</link>
      <author>Nicolas </author>
      <description>"Star Strider" wrote in message &amp;lt;joogqr$piq$1@newscl01ah.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; "Nicolas " &amp;lt;nikkolazo@gmail.com&amp;gt; wrote in message &amp;lt;jom8oo$n5p$1@newscl01ah.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; My problem here is the derivatives, without them, I can use the same method that before to find T. But now I can't do that. Because I need to calculate those derivates.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -------------------------------------------------------&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The Latex version helped.  It still seems to me you need more information about H(T,Omega).  &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Someone much more knowledgable in maths than I am may have a better suggestion, but for a start I'd consider approximating the derivatives with a series, if that's appropriate.  You also might want to do a bit more literature research to see if someone else has come up with a better approach.  &lt;br&gt;
&lt;br&gt;
Ok, for one second make H=0. How would you solve the equation now?</description>
    </item>
    <item>
      <pubDate>Thu, 10 May 2012 22:45:32 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#876793</link>
      <author>TideMan</author>
      <description>On Friday, May 11, 2012 8:38:29 AM UTC+12, Nicolas  wrote:&lt;br&gt;
&amp;gt; I don't know how to solve this kind of equations, can you give me a hand please.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I need to find T, which is a function of T=T(R).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; And the equation is:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; T^4 H(T) abs(d logH(T)/d logR?d logT/d logR?d logI(R)/d logR)?T^3 F(T)+G(R)=0&lt;br&gt;
&amp;gt; and&lt;br&gt;
&amp;gt; H=A T^4?B sqrt(CT^8+D T)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Please help. Ask me whatever you want to know about this equation.&lt;br&gt;
&lt;br&gt;
What do the question marks mean?&lt;br&gt;
You need to use brackets to show us more clearly where the differentiation is.&lt;br&gt;
Is it an ODE or PDE?&lt;br&gt;
Is I(R) a known function?&lt;br&gt;
&lt;br&gt;
Looks intractable to me.</description>
    </item>
    <item>
      <pubDate>Wed, 16 May 2012 16:44:08 +0000</pubDate>
      <title>Re: How to solve a nonlinear differential equation of this type</title>
      <link>http://www.mathworks.ch/matlabcentral/newsreader/view_thread/319951#877018</link>
      <author>Nicolas </author>
      <description>I already fix this =)&lt;br&gt;
TideMan &amp;lt;mulgor@gmail.com&amp;gt; wrote in message &amp;lt;2274248.12.1336689932327.JavaMail.geo-discussion-forums@pbcst1&amp;gt;...&lt;br&gt;
&amp;gt; On Friday, May 11, 2012 8:38:29 AM UTC+12, Nicolas  wrote:&lt;br&gt;
&amp;gt; &amp;gt; I don't know how to solve this kind of equations, can you give me a hand please.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I need to find T, which is a function of T=T(R).&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; And the equation is:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; T^4 H(T) abs(d logH(T)/d logR?d logT/d logR?d logI(R)/d logR)?T^3 F(T)+G(R)=0&lt;br&gt;
&amp;gt; &amp;gt; and&lt;br&gt;
&amp;gt; &amp;gt; H=A T^4?B sqrt(CT^8+D T)&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Please help. Ask me whatever you want to know about this equation.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; What do the question marks mean?&lt;br&gt;
&amp;gt; You need to use brackets to show us more clearly where the differentiation is.&lt;br&gt;
&amp;gt; Is it an ODE or PDE?&lt;br&gt;
&amp;gt; Is I(R) a known function?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Looks intractable to me.</description>
    </item>
  </channel>
</rss>
