Me: General low math skilled user here (basic stuff, nothing fancy).
I'm kinda stuck on the following problem.
Given data:
- 2 concentric circles:
-- with there centers at the same spot. (origin, (0,0,0))
-- with radius r1 and r2.
- a distance d.
Problem:
- finding point P? on circle 2 based on the distance d (from point->(x=r1, y=0).

The original problem was/is to reconstruct the relative cords/positions(3D) of 4 points by the distances between them. With this part I'm trying to get the relative cord of point 4 in relation to point 3. (The first part, getting cord on point 3, was mainly solved by finding the proper code that did the job for me. In case your wondering how I got this far.)
---Edits---
I'm aware of the needed minimum and maximum on d to get a solution (2 unless d is equal to the minimum or maximum. – MvGulik Feb 02 '14 at 02:58