Inverse Trig Functions ஐ எப்படி கணக்கிடுவது
Inverse Trig Functions என்றால் என்ன?
Inverse trigonometric functions (arcsin, arccos, arctan) find the angle given a ratio. arcsin(x) asks "what angle has sine = x?" They are essential for solving triangles when side lengths are known but angles are not.
படிப்படியான வழிகாட்டி
- 1arcsin(x): returns angle whose sine is x, range [−90°, 90°]
- 2arccos(x): returns angle whose cosine is x, range [0°, 180°]
- 3arctan(x): returns angle whose tangent is x, range (−90°, 90°)
- 4arctan2(y,x): full-circle angle from coordinates (−180° to 180°)
தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்
உள்ளீடு
arcsin(0.5)
முடிவு
30°
sin(30°) = 0.5
உள்ளீடு
arctan(1)
முடிவு
45°
tan(45°) = 1
உள்ளீடு
arccos(0)
முடிவு
90°
cos(90°) = 0
கணக்கிடத் தயாரா? இலவச Inverse Trig Functions கால்குலேட்டரை முயற்சிக்கவும்
நீங்களே முயற்சிக்கவும் →