直交座標から極座標 Logo
直交座標から極座標

直交座標から極座標

象限を考慮した角度と調整可能な精度で (x, y) と (r, θ) を変換します。

精度: 4
角度:

直交 → 極

x と y を入力して r と θ を取得します。

r
θ(度)

極 → 直交

r と θ を入力して x と y を取得します。

ヒント: θ がラジアンなら、上の角度モードを切り替えてください。

x
y

直交→極座標変換の仕組み

点 (x, y) の極半径は r = √(x² + y²) 、角度は θ = atan2(y, x) 。atan2 により象限が正しくなり、x = 0 も安全に処理できます。

よくある質問

直交座標を極座標に変換するにはどうすればよいですか?
r = √(x² + y²) と θ = atan2(y, x) を計算します。atan2 は x と y の符号を考慮し、すべての象限で正しい角度を返します。
極座標を直交座標に変換するには?
x = r·cos(θ)、y = r·sin(θ) を使用します。θ が度の場合は、三角関数を使う前にラジアンに変換するか、計算機の角度モードを切り替えてください。
極座標の r と θ とは何ですか?
r は原点からの距離(0以上)です。θ は正の x 軸から反時計回りに測った角度です。一貫性のため、θ は正規化して表示します。
極形式へ変換する式は何ですか?
直交 (x, y) → 極 (r, θ): r = √(x² + y²), θ = atan2(y, x)。

Need additional tools?

Explore our complete collection of SEO software, AI tools, business applications, calculators and converters designed to streamline engineering, math, and digital growth.

Related Resources

High-utility tools and software platforms across the Shahab Dev network:

Determinant Solver

Fast matrix determinant calculator and step-by-step linear algebra solver for engineers and students.

PSI Converter

Convert pressure between gauge (PSIG) and absolute (PSIA) pressure alongside bar, kPa, and atmosphere units.

MG to LB Converter

Precision mass unit converter for milligrams, pounds, grams, and ounces.

InstantSEOScan

Analyze your website with AI-powered technical SEO auditing and local Google Maps lead scraping tools.

JPEG to SVG Converter

Convert raster images into scalable vector graphics instantly inside your browser.

Shahab Dev

Custom software, SaaS applications, CRM development, and AI software engineering solutions.