All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
Trigonometry Nest 2 (Posted on 2005-11-07) Difficulty: 1 of 5
In Trigonometry Nest, the functions sin(cos(x)) and cos(sin(x)) were introduced, and it was proven that one of these functions is always greater than the other.

Taking this concept to infinity, which of these functions is greater: C(x)=cos(sin(cos(......(sin(x))))...))), or S(x)=sin(cos(sin(......(cos(x))))...)))?

How does the ratio C(x)/S(x) depend on x?

See The Solution Submitted by Larry    
Rating: 3.0000 (2 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution To greater precision | Comment 2 of 7 |

C(x) =.768169156736796, S(x)= .6948196907307875, for all x. Therefore C(x)/S(x) doesn't depend on x.

Using the Inverse Symbolic Calculator, there is no match for either of these, or for their ratio.  So it doesn't seem to be a simple algebraic combination of well-known constants.

DEFDBL A-Z
DO
  INPUT x
  c = x: s = x
  a$ = "": ct = 0
  DO
   c = COS(SIN(c)): s = SIN(COS(s))
   PRINT x, c, s
   ct = ct + 1
   IF ct MOD 40 = 0 THEN
     DO: a$ = INKEY$: LOOP UNTIL a$ > ""
   END IF
  LOOP UNTIL a$ = CHR$(27)
LOOP

 


  Posted by Charlie on 2005-11-07 10:37:33
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (12)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information