POV-Ray : Newsgroups : povray.binaries.images : Path with sphere attached. . . : Re: Path with sphere attached. . . Server Time
17 Aug 2024 08:24:27 EDT (-0400)
  Re: Path with sphere attached. . .  
From: Mike Williams
Date: 22 Oct 2001 21:18:15
Message: <kp1SnAAHoL17EwLs@econym.demon.co.uk>
Wasn't it Arie L. Stavchansky who 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))
>
>How can you define x with x in the right side of the equation?

That's the problem. That's what you get if you reduce the simultaneous
equations. I can't do any better it without knowing p(x).

Does it help if I rearrange it like this?

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

Even if someone tells me what p(x) is, it's still going to be horrible
to solve for x. I'd be inclined to use some sort of numerical method to
obtain an approximation.

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

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