MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Beginner--How to get a positive solution from Solve Command

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67791] Beginner--How to get a positive solution from Solve Command
  • From: abdou.oumaima at hotmail.com
  • Date: Fri, 7 Jul 2006 07:13:42 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello mathgroup,

I'm trying to solve and equation in a limit case, so I've to use Taylor series.

In[1]: Normal[Series[1 - c  ArcTanh[ξ]/ξ, {ξ, 0, 2}]]
Out[1]: 1-c-c (ξ^2/3)

and 

In[2]: Solve[%==0,ξ]
Out[2]: {{ξ->- (3(1-c)/ξ)^1/2},{ξ->(3(1-c)/ξ)^1/2}}

I need just the positive solution. How to force Solve to give me the positive value please.

Any Help please.

Thank you

Link to the forum page for this post:
http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=11752#p11752
Posted through http://www.mathematica-users.org [[postId=11752]]



  • Prev by Date: Re: Condition in replacement rule
  • Next by Date: RE: Condition in replacement rule
  • Previous by thread: Re: Sturm-Liouville (eigenvalue/eigenfunction) problems
  • Next by thread: Re: Beginner--How to get a positive solution from Solve Command