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 کیلکولیٹر آزمائیں۔

اسے خود آزمائیں →

ترتیبات