POV-Ray : Newsgroups : povray.binaries.images : Path with sphere attached. . . : Re: Path with sphere attached. . . Server Time
17 Aug 2024 08:22:19 EDT (-0400)
  Re: Path with sphere attached. . .  
From: Tor Olav Kristensen
Date: 22 Oct 2001 21:23:39
Message: <3BD4C662.3ADE1FF1@hotmail.com>
"Arie L. Stavchansky" wrote:
> 
> Hi Mike,
> 
> I have been looking at your equations and am confused on equation number
> 
> 5.      x = (r1 + (R - x)/(R * r1)) * sin(atan(x/p(x))

Like if you say:

2*x + 1 = x

Now if you rearrange then you'll get:

2*x - x + 1 = 0   =>   x + 1 = 0   =>   x = -1


So he probably meant that you should
solve this equation with respect to x:

(r1 + (R - x)/R/r1)*sin(atan(x/p(x))) - x = 0


Unfortunately; I suspect that it is rather non-
trivial to find analytical solutions for it
(especially with higher degrees of your polynome).


Tor Olav


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.