<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, how to solve this fourth degree equation</title>
    <link>http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 18:18:59 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 18:18:59 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, how to solve this fourth degree equation</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, how to solve this fourth degree equation</title>
      <link>http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation</link>
    </image>
    <item>
      <title>well ...</title>
      <link>http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation?ref=Feed:MaplePrimes:how to solve this fourth degree equation:Comments#answer102333</link>
      <itunes:summary>&lt;p&gt;1. enter as text, so one can copy&lt;/p&gt;
&lt;p&gt;2. a = 0 or not ?&lt;/p&gt;
&lt;p&gt;3. &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=allvalues' target='_new'&gt;?allvalues&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;1. enter as text, so one can copy&lt;/p&gt;
&lt;p&gt;2. a = 0 or not ?&lt;/p&gt;
&lt;p&gt;3. &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=allvalues' target='_new'&gt;?allvalues&lt;/a&gt;&lt;/p&gt;</description>
      <guid>102333</guid>
      <pubDate>Wed, 09 Mar 2011 02:08:33 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>explicit</title>
      <link>http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation?ref=Feed:MaplePrimes:how to solve this fourth degree equation:Comments#answer102335</link>
      <itunes:summary>&lt;p&gt;If you really want the solution in radicals of a quartic, you can use&lt;/p&gt;
&lt;p&gt;&amp;gt; solve(yourequation, a, explicit);&lt;/p&gt;
&lt;p&gt;or in older versions of Maple&lt;/p&gt;
&lt;p&gt;&amp;gt; _EnvExplicit:= true;&lt;br&gt;&amp;nbsp;&amp;nbsp; solve(yourequation, a);&lt;/p&gt;
&lt;p&gt;Caution: the results are not going to be pretty.&amp;nbsp; For most purposes, the RootOf's are easier to deal with.&amp;nbsp; What do you want to do with the solution?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;If you really want the solution in radicals of a quartic, you can use&lt;/p&gt;
&lt;p&gt;&amp;gt; solve(yourequation, a, explicit);&lt;/p&gt;
&lt;p&gt;or in older versions of Maple&lt;/p&gt;
&lt;p&gt;&amp;gt; _EnvExplicit:= true;&lt;br&gt;&amp;nbsp;&amp;nbsp; solve(yourequation, a);&lt;/p&gt;
&lt;p&gt;Caution: the results are not going to be pretty.&amp;nbsp; For most purposes, the RootOf's are easier to deal with.&amp;nbsp; What do you want to do with the solution?&lt;/p&gt;</description>
      <guid>102335</guid>
      <pubDate>Wed, 09 Mar 2011 02:15:55 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>&amp;nbsp;
&amp;nbsp;
thank you and you are right</title>
      <link>http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation?ref=Feed:MaplePrimes:how to solve this fourth degree equation:Comments#comment102337</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you and you are right it ain't looking pretty.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;any idea to make it look nice (manageable) by some approximation&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you and you are right it ain't looking pretty.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;any idea to make it look nice (manageable) by some approximation&lt;/p&gt;</description>
      <guid>102337</guid>
      <pubDate>Wed, 09 Mar 2011 02:52:21 Z</pubDate>
      <itunes:author>barefoot1980</itunes:author>
      <author>barefoot1980</author>
    </item>
    <item>
      <title>approximation</title>
      <link>http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation?ref=Feed:MaplePrimes:how to solve this fourth degree equation:Comments#comment102356</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation#comment102337"&gt;@barefoot1980&lt;/a&gt; : An approximation might correspond to a limit where some of the parameters go to specified values, hopefully where an exact solution is known for those specified values.&amp;nbsp; For example, in your equation you could take x -&amp;gt; infinity, and one solution is approximately&lt;/p&gt;
&lt;p&gt;&amp;gt; asympt(RootOf(-x^8*a^4 + 48*z^4 + 48*x^7*a + 8*z*x^6*a-1, a), x, 10);&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=ee90b9f43fd000874ffaddad55b0d0e7.gif" alt="(1/48-z^4)/x^7+1/288*z*(-1+48*z^4)/x^8-1/1728*z^2*(-1+48*z^4)/x^9+O(1/(x^10))"&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/102331-How-To-Solve-This-Fourth-Degree-Equation#comment102337"&gt;@barefoot1980&lt;/a&gt; : An approximation might correspond to a limit where some of the parameters go to specified values, hopefully where an exact solution is known for those specified values.&amp;nbsp; For example, in your equation you could take x -&amp;gt; infinity, and one solution is approximately&lt;/p&gt;
&lt;p&gt;&amp;gt; asympt(RootOf(-x^8*a^4 + 48*z^4 + 48*x^7*a + 8*z*x^6*a-1, a), x, 10);&lt;/p&gt;
&lt;p&gt;&lt;img class="math" src="http://www.mapleprimes.com/MapleImage.ashx?f=ee90b9f43fd000874ffaddad55b0d0e7.gif" alt="(1/48-z^4)/x^7+1/288*z*(-1+48*z^4)/x^8-1/1728*z^2*(-1+48*z^4)/x^9+O(1/(x^10))"&gt;&lt;/p&gt;</description>
      <guid>102356</guid>
      <pubDate>Wed, 09 Mar 2011 21:51:48 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>