From today I plan that I do not post the code of problem of Light Online Judge direcly . But guys still I am here to help you .
This problem can be solved by trigonometric ratio . See the image .
In first image the big circle contains 6 small circles . So the angle is (PI/6) . When the bigger circle contains n small circles then the angle be (PI/n) .
Now from the knowledge of trigonometric ratio , we can write
sin(PI/n) = r/(r-R)
so r=sin(PI/n)*R/sin(PI/n)
Do not forget to initialize Pi with arc-cos(-1) . Have a great day .
This problem can be solved by trigonometric ratio . See the image .
In first image the big circle contains 6 small circles . So the angle is (PI/6) . When the bigger circle contains n small circles then the angle be (PI/n) .
Now from the knowledge of trigonometric ratio , we can write
sin(PI/n) = r/(r-R)
so r=sin(PI/n)*R/sin(PI/n)
Do not forget to initialize Pi with arc-cos(-1) . Have a great day .
বেশ ভাল লেগেছে । চালিয়ে যান ভাইয়া । A great hats off to you .
উত্তরমুছুনঅনেক ধন্যবাদ আপনাকে ভাইয়া...:)
উত্তরমুছুনআপনাদের ও অসংখ্য ধন্যবাদ ।
উত্তরমুছুনsin(PI/n) = r/(R-r)
উত্তরমুছুনata hoi ...r=sin(PI/n)*R/(sin(PI/n)+1)...
a = sin( pi/n )
উত্তরমুছুনr = (a*R) / (1+a)
!!!
arc-cos(-1) এর মানে কি?
উত্তরমুছুনacos(-1.) লিখলেই হবে। :)
মুছুনThanks a lot for giving this idea...
উত্তরমুছুনভাইয়া আমি আসলে ত্রিকোণমিতিক অনুপাত সম্পর্কে আরো কিছু জানতে চাচ্ছিলাম । কোনো লিঙ্ক কি দেয়া সম্ভব ?? আসলে এই সূত্র টি কিভাবে এসেছে সেটি জানতে চাইছিলাম ।
উত্তরমুছুনকোন সূত্র? trigonometry er basic er sin(theta)=লম্ব/অতিভূজ... এটা ছাড়া কোনটা?
মুছুনsin(PI/n) = r/(r-R) is wrong
উত্তরমুছুনshould be sin(PI/n) = r/(R-r)
angle=pi/n, not clear.
উত্তরমুছুনthank you
উত্তরমুছুনangle=pi/n কিভাবে ?
উত্তরমুছুনIn first image the big circle contains 6 small circles . So the angle is (PI/6) . So if the big circle contains n circle then the angle is pi/n .
মুছুনএই মন্তব্যটি লেখক দ্বারা সরানো হয়েছে।
মুছুন1 degree equal to PI/180 radian,circle contains 360 degree i.e 2PI radian,then divide it into n parts and u need half of one part,so it will be like 2PI/(n/2) = PI/n,hope so
উত্তরমুছুন