Re: symbolic solution (ArcTan)
- To: mathgroup at smc.vnet.net
- Subject: [mg33298] Re: symbolic solution (ArcTan)
- From: Erich Mueller <emueller at mps.ohio-state.edu>
- Date: Thu, 14 Mar 2002 02:22:00 -0500 (EST)
- Organization: Ohio State University
- References: <a6n36t$46g$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You are trying to solve a transcendental equation. There is no solution in terms of a finite number of algebraic operations. On Wed, 13 Mar 2002, Paul wrote: > Is it possible to find an exact symbolic solution for x in ( x == > ArcTan[5 - Pi + x] )? > > I know that ( FindRoot[x == ArcTan[5 - Pi + x], {x, 1}] ) yields a > numeric solution ~= 1.2605, but again, I'd like to find an exact > symbolic solution if possible. > > Paul > > >