tan ( x ) = 2 . And if tan ( 1 2 x ) = b a for coprime positive integers a and b . What are the last three digits of a + b ?
Given
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice. I like converting between polar form to obtain information about trigonometric values.
Log in to reply
But what about getting the answer as fraction in two integers ?
WOW GREAT! I LEARNT SOMETHING NEW TODAY!
That was pure genius!!
hey gautam can u give the full explantion for this question
better method
TAKE A BOW !!
Great Solution!
Thanks!
nice
hey in the question he asked about last 3 digit and by apply half angle identity of tan i got the answer 491.any hint
I found out tan3x followed by tan6x and then tan12x using multiple angle conversion it is quick too.
that's very important for me to solve this type of question or try... this is awesome i like this very much... please carry on to ask me this type of question... thanks.
i like this very much.
sheer brilliance !!!
In this method how will we get the answer as ratio of the two integers a and b? I think only method is to repeatedly use the formula for Tan(A+B).
We apply the compound angle formula repeatedly: tan ( A + B ) = 1 − tan ( A ) tan ( B ) tan ( A ) + tan ( B ) , so tan ( 2 A ) = 1 − tan 2 ( A ) 2 tan ( A )
tan ( 2 x ) tan ( 4 x ) tan ( 8 x ) tan ( 1 2 x ) = = = = = = 1 − 2 2 2 ⋅ 3 = 3 4 1 − ( 3 4 ) 2 2 ⋅ 3 4 = 7 2 4 1 − ( 7 2 4 ) 2 2 ⋅ 7 2 4 = − 5 2 7 3 3 6 1 − tan ( 8 x ) tan ( 4 x ) tan ( 8 x ) + tan ( 4 x ) 1 + 5 2 7 3 3 6 ⋅ 7 2 4 − 5 2 7 3 3 6 + 7 2 4 1 1 7 5 3 1 0 2 9 6
⇒ ( a + b ) ( m o d 1 0 0 0 ) = 4 9
Ain't nobody got time for that! Using this meme was a great idea, π
I didn't solve this problem because "Ain't nobody got time for that!!"
I did it this way. I used the formula for tan(3x) to find tan(3x). Then tan(6x) and tan(12x) can be easily found out.
It actually didn't take that much time. But after all that effort, 'Brilliant' found my answer 049 to be incorrect.
Log in to reply
what was your answer
Well I also answered 049 (since they asked for the last three digits), but I also got it wrong. At least I know that I'm right :|
why (a+b)(mod 1000)? why we use mod 1000 when the condition is that a and b are coprime positive integers?
Log in to reply
The logic behind this is as follows: the last digit of any no. is the remainder obtained when the no. is divided by 10. Similarly, last 2 digits of any no. is remainder when divided by 100, hence last 3 digits is remainder when divided by 1000. Also the the mod function ( in C language) return the value of remainder as its output
my question is that as we know tan(12x)=a/b and here we have tan(12x)=10296/11753, by comparing these two conditions we have a/b=10296/11753.so here a=10296 and b=11753 now we have to find a and b are coprime and then a+b.if we add aand b then we get 22049 and here we can tell last three digits of a+b is 049.that is correct.but i can't understand why (a+b) (mod 1000)? as we know coprime means gcd of a and will be 1 then why we divide (a+b) by 1000 and remainder is 49? my question is that why we take 1000?
um freaked.. i do tan inverse 2 thn i get the value of x and then find tan12x thn i easily get my ans but they didnt mention mine as right ans y???
going above my head... can anyone help me out in that.. ?
i did it exactly but the answer was 491.you got a hint
i still don't understand, may someone help me?
Sorry, I didn't get the last line, Pi Han Goh.
my question is that as we know tan(12x)=a/b and here we have tan(12x)=10296/11753, by comparing these two conditions we have a/b=10296/11753.so here a=10296 and b=11753 now we have to find a and b are coprime and then a+b.if we add aand b then we get 22049 and here we can tell last three digits of a+b is 049.that is correct.but i can't understand why (a+b) (mod 1000)? as we know coprime means gcd of a and will be 1 then why we divide (a+b) by 1000 and remainder is 49? my question is that why we take 1000?
the old system only allows us to submit three digit integers.
Problem Loading...
Note Loading...
Set Loading...
There is another way. Credits to my friend Srikanth for this. Let r e i x = 1 + 2 i [ Observe that x = tan − 1 2 ]. Raise both sides to power 12 and when you get the final complex number, say a + i b , merely read off b / a . It is easier to manipulate complex numbers than apply the tan formula.