Skip to main content

A(z) Polar Coordinates kiszámítása

Mi az a 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 θ.

Útmutató lépésről lépésre

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

Worked Examples

Bemenet
Cartesian (3, 4)
Eredmény
Polar (5, 53.13°)
r=√(9+16)=5; θ=atan2(4,3)=53.13°

Készen állsz a számításra? Próbálja ki az ingyenes Polar Coordinates számológépet

Próbáld ki te is →

Beállítások

AdatvédelemFeltételekRólunk© 2026 PrimeCalcPro