arccot ( 8 ) = arctan ( a ) − arctan ( b )
If the ordered pair of natural numbers ( a 1 , b 1 ) and ( a 2 , b 2 ) satisfy the equation above, find the minimum value of a 1 + b 1 + a 2 + b 2 .
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.
Yes. SFFT does the trick.
Bonus question : Is is true that there will exist an integer solution for a , b with integer n for the general equation below?
arccot ( n ) = arctan ( a ) − arctan ( b )
Re Bonus question: In general, for integer n ≥ 1 , we can find suitable a , b by solving
( n + a ) ( n − b ) = n 2 + 1 .
Depending upon how n 2 + 1 factors we can have multiple solution pairs ( a , b ) , but at the very least we will always have
n + a = n 2 + 1 , n − b = 1 ⟹ a = n 2 − n + 1 , b = n − 1 ,
giving us the identity arccot ( n ) = arctan ( n 2 − n + 1 ) − arctan ( n − 1 ) .
Since there are exactly two solutions , then what is the point adding the word 'minimum'? @Calvin Lin @Brian Charlesworth
Log in to reply
That was what the creator wanted.
I'm guessing that they didn't want to give away that there are exactly two solutions, so that you work on figuring our what all of them are.
Problem Loading...
Note Loading...
Set Loading...
We have that arctan ( a ) − arctan ( b ) = arctan ( 1 + a b a − b ) = arccot ( a − b 1 + a b )
for a b > 1 , a condition which will be met here since we are looking for natural (and clearly distinct) numbers a , b . Thus we require that
a − b 1 + a b = 8 ⟹ 1 = 8 a − 8 b − a b ⟹ 6 5 = ( 8 + a ) ( 8 − b ) .
Now since 6 5 = 1 3 ∗ 5 = 6 5 ∗ 1 , and since ( 8 + a ) > ( 8 − b ) > 0 , we can have either
(i) 8 + a = 1 3 , 8 − b = 5 ⟹ a 1 = 5 , b 1 = 3 , or
(ii) 8 + a = 6 5 , 8 − b = 1 ⟹ a 2 = 5 7 , b 2 = 7 .
Thus a 1 + b 1 + a 2 + b 2 = 5 + 3 + 5 7 + 7 = 7 2 .