Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Axel Vogt <&noreply@axelvogt.de> Newsgroups: comp.soft-sys.math.maple Subject: Re: Finding all Solutions Date: Tue, 06 Jan 2015 21:59:23 +0100 Lines: 16 Message-ID: References: Reply-To: &noreply@axelvogt.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net U2uv7L3NniqkSxh10lbseQliMLLsTySPZyZhvPAy4PzXMTG1w= Cancel-Lock: sha1:ETEp3IXcOAIlbCXZnBE4of7DLE4= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: Xref: csiph.com comp.soft-sys.math.maple:1066 On 06.01.2015 11:26, Thomas D. Dean wrote: > I have two equations, > > eq1:=y=-2*x^2 + 10*x - 6; > eq2:=y=6*x^3 + 5*x^2 - 8; Besides what was said/written: this is for same y, so -2*x^2 + 10*x - 6 = 6*x^3 + 5*x^2 - 8. Bring it to 'one side' to have a cubic = p. Plot it in your expected range. In x=0 and x=-1 one can evaluate and as p goes to +-oo for x --> +-oo it is easy to see that there must be 2 real zeros. It follows (from algebra) that the 3rd zero is real as well. Which justifies the usage of Real methods.