D
Dana DeLouis
Hello. I may not understand this correctly, but would zero be the only
value? You are trying to find a value of A1, where A1 = Atan(...A1...).
What I am thinking is that ATAN varies from +- Pi/2, or +- 1.57. Divide
that by your 2, and the right-hand side can only vary from +- .785..
A quick plot shows that there are no values of A1, except zero, where these
two plots meet.
What's interesting is if you meant Tan, instead of ATan. Here, the plot
will go crazy approaching A1=4 because the denominator A1^2-16 approaches
zero.
Hope I said this right.
Dana DeLouis
positive roots.
value? You are trying to find a value of A1, where A1 = Atan(...A1...).
What I am thinking is that ATAN varies from +- Pi/2, or +- 1.57. Divide
that by your 2, and the right-hand side can only vary from +- .785..
A quick plot shows that there are no values of A1, except zero, where these
two plots meet.
What's interesting is if you meant Tan, instead of ATan. Here, the plot
will go crazy approaching A1=4 because the denominator A1^2-16 approaches
zero.
Hope I said this right.
Dana DeLouis
first root is of course zero, however, I need only the next 20 or soTCO said:I would like to find the first 20 or so POSITIVE roots of the following equation:
A1=ATAN((2*A1*4)/(A1^2-16))/2
I have the "iteration" option turned on in the Solver preferences. The
positive roots.