The Origins Of Triginometry

Status
Not open for further replies.

I may have been overlooking the meaning of absolute. What is absolute precision? Where the formulas that I wrote in the post that I am quoting reliable? Can they be used to calculate absolute precision?
 
Last edited:
What's "a"? How did we get its values ( a2=-0.166.. )???
and, so, there's absolutely no formula that isn't a form of a series?

Hi,

There are also recursive "formulas" that also compute the trig functions.
Instead of a series they require the continued application of the same
'formula' over and over again, each one using the result of the last,
until the desired accuracy is obtained.
 


Hi,


Lets call sin(x) 'Sx', and cos(x) 'Cx', then we have again:

Sx^2+Cx^2=y

and for any x, y will always be equal to 1.

Lets look at this another way, this time we'll call Sx^2 simply s, and
Cx^2 simply c:

s+c=1

What this says is that whatever s and c are, they must
*ALWAYS* add up to 1. This is an identity.

Now if they dont add up to 1, then s and c can not be defined
as sin(x) squared and cos(x) squared respectively.

If you change the accuracy of s and c, then at the least we would
end up with an error term for one or both like this:

y=(Sx+Serr)^2+(Cx+Cerr)^2

and so the equation is not the same anymore.

If we force Serr and Cerr to go to zero,
then we end up with this:

1=Sx^2+Cx^2

because s+c can only add up to 1 and nothing else.
Note that that '1' is exactly 1, and not 1.0000000001 or 0.9999999999.

The domain of x is real or complex, and the range of sin or cos
(what i think you are interested in) is {-1 to +1} including
the complex numbers. What this sort of means is that sin and
cos are taken to be perfectly accurate, in that you can calculate
any precision required as long as you have the storage space.

BTW:

d(A*sin(x))/dx=A*cos(x)

and

d(A*cos(x))/dx=-A*sin(x)

so except for the minus sign, the derivatives are the opposite
functions, and another way of looking at this is that the
derivatives are 90 degrees out of phase with the functions.
 
Last edited:

If I am using and expanding upon your notation correctly, given 1 - Aerr =(Sx+Serr)^2+(Cx+Cerr)^2, how would Aerr, Serr, and Cerr relate? What about with (d(sin(x + Serr))/dx)^2 + (d(cos(x + Cerr))/dx)^2 = 1 - Aerr. I'm just guessing that it might be piecewise.
 

What would a proof of those identities look like?
 
Hi,


From your questions i think that you would do well to get some books on Algebra, Trig, and geometry and
start to learn some of this so that you can answer some of these questions yourself. If you have that
many questions like this you would be happy to learn some of this stuff.




Simply:

Aerr=2*Serr*Sx+Serr^2+2*Cerr*Cx+Cerr^2




What would a proof of those identities look like?

Here is a nice graphical proof:
 

Attachments

  • Sin2Cos2=1.gif
    28.3 KB · Views: 309
Last edited:

Thank you. I was referring to a proof of sin(x) = 2t/(1+t^2) or cos(x) = (1 - t^2)/(1 + t^2).
 
Start with the identity:

tan(x)=sin(x)/cos(x)

substitute that into:
y=2*t/(1+t^2)

we get:
y=(2*sin(x/2))/(cos(x/2)*(sin(x/2)^2/cos(x/2)^2+1))

multiply top and bottom by cos(x/2)^2 we get:

y=(cos(x/2)^2*2*sin(x/2))/(cos(x/2)*(sin(x/2)^2+cos(x/2)^2))

and simplify we get:
y=(2*cos(x/2)*sin(x/2))/(sin(x/2)^2+cos(x/2)^2)

and now recognizing that the denominator equals 1 we reduce and get:

y=2*cos(x/2)*sin(x/2)

and now we apply the identity: sin(2*a)=2*sin(a)*cos(a) where a=x/2, we get:

y=sin(2*x/2)=2*sin(x/2)*cos(x/2)

and simplify:

y=sin(x)=2*sin(x/2)*cos(x/2)

or simply:

y=sin(x)

so it is true that ideally:

2*t/(1+t^2)=sin(x)

when t=tan(x/2)

but then next we would have to check the domain and range to make sure
the two are completely interchangable. For example, for:

y=2*t/(1+t^2)

when x=pi, t=tan(x/2)=tan(pi/2) which equals infinity, so we would have to
look at y as t approaches infinity.
Also, if t can become equal to sqrt(-1) then the denominator becomes equal
to infinity, so we might have to deal with that case too.


Ok, your turn to prove the other identity for cos(x).
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…