Skip to main content

Polar Coordinates ஐ எப்படி கணக்கிடுவது

Polar Coordinates என்றால் என்ன?

Polar coordinates represent a point by distance r from the origin and angle θ from the positive x-axis. Natural for circular and radial problems. x = r cos θ, y = r sin θ.

படிப்படியான வழிகாட்டி

  1. 1Cartesian to polar: r = √(x²+y²) · θ = atan2(y,x)
  2. 2Polar to Cartesian: x = r cos θ · y = r sin θ

தீர்க்கப்பட்ட எடுத்துக்காட்டுகள்

உள்ளீடு
Cartesian (3, 4)
முடிவு
Polar (5, 53.13°)
r=√(9+16)=5; θ=atan2(4,3)=53.13°

கணக்கிடத் தயாரா? இலவச Polar Coordinates கால்குலேட்டரை முயற்சிக்கவும்

நீங்களே முயற்சிக்கவும் →

அமைப்புகள்