So in dawdling with the Riemann hypothesis, first of all I just want to go ahead and get an idea of the values of the function. In order to do that, I have been through a variety of crash course training on Complex Logs and calculations of e^z. Here are my notes on the subject up to this point, whether it is legible for you or not who knows.
So
Re(2) =
1/1^2 + 1/2^2 + 1/3^2
Re(-2) =
1^2 + 2^2 + 3^2
So the values are
1, 5, 14, 30, 55
= 1, 1*5, 5*2.8, 14*2.2
Does this have any significance, where the slope is e, or where the slope is PI?
or is the slope at e, PI?
This is while calculating an individual value of Re(S)
also
Re(-2) =
log(e^1)*log(e^1) = 1
+
log(e^2)*log(e^2) = 4
or
log(e^1)^(log(e^S))
+
log(e^2)^log(e^S))
(1+(1/n))^n = e
(1-(1/n))^n = 1/e
This is significant.
Re(2+i) =
1^(2+i)
=
1^2*1^i
=
log(e^1)^log(e^2)*log(e^1)^log(e^i)
or just to give us an idea to start with use:
log(e^1)*log(e^1)*log(e^1)^log(e^i)
still get stuck with the ^log(e^i)
how do we break this down?
apparently it is done as follows:
http://math.fullerton.edu/mathews/c2003/ComplexFunLogarithmMod.html
and ends up being
log(x+iy) = ln(x) + i*Arg(x+iy)
Arg(x+iy)
2*arctan(y/(sqrt(x^2+y^2)+x)
Arg returns the angle:
then use that with the vector
r(cos(theta)+i*sin(theta))
So in the case of i
log(1+i) = ln(1) + i*Arg(1+i)
=
calculate theta: 2*arctan(1/(sqrt(1+1)+1) = 0.785398163 = PI/4
ln(1) + i*0.785398163
or is it just this:
log(1+i) = log(sqrt(1^2+1^2))+i*atan(1/1)
0.150514998 + 0.785398163 i
e^i = 0.540302306 + 0.841470985 i
accoring to google:
log(1 + i) = 0.150514998 + 0.341094088 i
PI/9.21034038 * i
log(i) = 0.682188177 i
not sure if this is correct on google?
2 places show log(1+i) as log(sqrt(2)) + PI/4 * i
So if we think of this as a vector with length 0.5403…. as described in Polar notation,
can we add up all of the vectors to get an estimate of the value of the SUM?
so Re(1+i)
would be
1/1^1+i
=
1/1^log(e^1+i)
=
1/1^log(e^(log(e^1+i))) ….
=
e^(x + iy) = e^x(cos y + i sin y).
This is how we would have to do things.
so
1/1^log(e^1*(cos(1) + i*sin(1))
=
1/1^log(e*cos(1)+i*e*sin(1))
=
x:(e*cos(1)), y:(e*sin(1))
1/
1^(
ln(sqrt(x^2+y^2))
+ i*2*arctan(y/(sqrt(y^2+x^2)+x)
ln(sqrt((e*cos(1))^2+(e*sin(1))^2)) +
i*2*arctan((e*sin(1))/(sqrt((e*sin(1))^2+(e*cos(1))^2)+(e*cos(1)))
So from here we should be able to calculate some things.
This looks like it works out ok.
All this turns out to be 1+i
so 1^y = log(e^1)^log(e^y)
so log(u) root of s1 = 1
log(u) root of s2 = 2
but we should be able to do exponentiation in terms of e
********************
so 1^y = e^log(1)*y. But does this help us.
u:ln(sqrt((e*cos(1))^2+(e*sin(1))^2)) +
i*2*arctan((e*sin(1))/(sqrt((e*sin(1))^2+(e*cos(1))^2)+(e*cos(1)))
So we have 1/e^log(1)*u
+ 1/e^log(2)*u
where can we go from here?
this can then be reduced again to
e^(x + iy) = e^x(cos y + i sin y).
So then we will have 1/(x+iy)
***********************************
Then we have to figure out how to deal with this:
I guess then we deal with the vectors, and see what we can do that way.
So we have the magnitude and the angle, and then add them all up.
But what do we do with the 1/(x+iy).
a+bi/c+di = (ac+bd)/(c^2+d^2) + (bc-ad)/(c^2+d^2)*i
So in our case:
1+0i/c+di = (1*c+0)/c^2+d^2) + (0-1*d)/(c^2+d^2)*i
Then we just have x+iy without the fraction.
So this is the very simple way of estimating the elements of Re(S).
Really the first 100 or so elements is going to give a fairly good idea of the actual value, or if it is close to 0 or not.
I would like to get a general idea of how the Zeta Function looks in the positive side of the real number line, not just the critical strip. There is a simple graph here, but that is not sufficient. Anyway, calculating the actual values is a good exercise seeing as I am not familiar with the workings of imaginary exponents or logarithms anyway.
After we have a better understanding of the function, perhaps it will become clearer why exactly it is related to the patterns in prime numbers. Will have to read this again.

