Thankyou! Taking your advice I propose then the following:
Consider the composite number C that is composed of 2 odd prime numbers a and b.
The following are one of two functions that have vertical asymptotes at plus and minus one, plus and minus the composite number C, and plus and minus the the prime numbers of any given composite C composed of two odd prime numbers x=a and x=b, that is C = a*b, where "a" and "b" are odd prime numbers.
f(x) = {1/(cos(k*x/2 + k*C/(2*x)) + cos(k*x) + 2) if (C+1)/2 is odd}
f(x) = {-1/(cos(k*x/2 + k*C/(2*x)) - cos(k*x)-2) if (C+1)/2 is even}
Where k is the constant pi, which is approximately equal to 3.141592654.
Your idea is to graphically determine a range that the solution to the equation exist within. What would be nice is to find a broad range, and then be able to narrow the range quickly.
For the case where (C + 1)/2 is an even integer, the following function might suffice.
f(x,y) = x*y - (-1/(cos(k*x/2 + k*C/(2*x)) - cos(k*x) - 2)),
Where {2<x<C}
There exists a vertical asymptote where this function tends to negative infinity at the prime factors of C (also at plus and minus C and plus and minus 1).
Where y is between 0 and 1.
For y near 0, the function is negative for almost all x between x = 0 and x = C.
For y near 1, the function is only negative on the following intervals:
{a-1<a<a+1}
{b-1<b<b+1}
Where a and b are the prime factors of C!
This means that if we start with y near 0, we can determine a range of values where the function above is negative, our prime factors exist in this range. Then to narrow the range, we increase y in managable increments towards 1, and narrow our range over which the function is negative. The result intervals over which the function is negative quickly narrows to within plus or minus 1 of our prime factors! A similar function can be derived for the case when (C+1)/2 is an odd integer!
One might be able to write up a computer program that can factor large composites C composed of two odd prime numbers, a and b!
Does this seem like it will work? Can you say RSA challenge numbers?
Ah, it's got to be to good to be true.
Inquisitively,
Edwin