Two conserved quantities do all the heavy lifting.
WHY these matter:h is perpendicular to the orbit plane, so it fixes i and Ω. Energy ε fixes the size a. The eccentricity vector (below) points to periapsis, fixing e and ω.
WHY the quadrant checks?cos−1 only returns [0,π]. The sign of a companion quantity (e.g. r⋅v: positive means moving away from periapsis, so ν<π) restores the full [0,2π).
Given (units: km, km/s, μ=398600km3/s2):
r=(7000,0,0), v=(0,7.5,1.0).
h=r×v=(0⋅1−0⋅7.5,0⋅0−7000⋅1,7000⋅7.5−0)=(0,−7000,52500).
Why: cross product fixes the plane; h=52964.6.
r=7000, v=7.52+12=7.566. ε=27.5662−7000398600=−28.31.
Why: energy → a=−μ/2ε=7040 km.
cosi=hz/h=52500/52964.6=0.9912⇒i=7.60∘.
Why: small vz gives a slight tilt.
e=μ1[(v2−μ/r)r−(r⋅v)v]; here r⋅v=0, so e=μv2−μ/rr=(0.00579)(7000,0,0)... giving e≈0.0057.
Why:r⋅v=0 means we're at periapsis/apoapsis, so ν=0 or 180∘; since orbit is nearly circular here it's tiny e.
Given a=8000 km, e=0.1, i=30∘, Ω=40∘, ω=60∘, ν=0∘ (at periapsis).
p=a(1−e2)=8000(0.99)=7920 km.
r=p/(1+ecos0)=7920/1.1=7200 km. Why: periapsis distance =a(1−e)=7200. ✓
rpqw=7200(cos0,sin0,0)=(7200,0,0).
vpqw=μ/p(−sin0,e+cos0,0)=7.094(0,1.1,0)=(0,7.803,0).
Why: at periapsis velocity is purely tangential — no radial component, matching −sinν=0.
Apply R~ with those angles to get r,v in inertial frame.
Recall Feynman: explain to a 12-year-old
Imagine a race car on an oval track. One way to describe it: "it's here on the map going that fast" (state vector). Another way: "the track is this big, this squished, tilted this much, and the car is this far past the start line" (orbital elements). Both tell you everything about the car. To translate, you use two facts that never change: how fast the car sweeps area (angular momentum) and how much total energy it has. From those you rebuild the whole track and the car's spot — then just spin your map to line it up with north.
Dekho, ek orbit ko do tareeke se describe kar sakte ho. Pehla: state vectors(r,v) — matlab satellite abhi kahan hai aur kitni tezi se move kar raha hai. Doosra: orbital elements(a,e,i,Ω,ω,ν) — jo orbit ki shape, tilt, aur position batate hain. Dono same ellipse ki alag-alag bhaasha hain. Sensor tumhe r,v deta hai, par insaan ke samajhne ke liye elements zyada useful hain (circular hai kya? kitna tilted hai? perigee kahan hai?).
Conversion ka jaadu do conserved cheezon par tika hai: angular momentumh=r×v (jo orbit plane ke perpendicular hota hai, isse i aur Ω milta hai) aur energyε=v2/2−μ/r (jisse size a=−μ/2ε milta hai). Ek aur cheez — eccentricity vector — seedha periapsis ki taraf point karta hai, isse e aur ω mil jaate hain.
Ulta direction (elements se state) mein pehle perifocal frame mein r,v nikaalo — ye easy hai kyunki periapsis p^ axis par hota hai. Phir teen rotations R3(−Ω)R1(−i)R3(−ω) lagakar inertial frame mein le aao. Bas map ko north ke saath align karna, samjho.
Sabse important galti: cos−1 sirf 0 se 180∘ deta hai, isliye quadrant check zaroori hai — jaise r⋅v<0 ho to ν ko 2π se subtract karo. Aur circular ya equatorial orbits mein ω/Ω undefined ho jaate hain, tab alternate elements use karo. Ye topic har mission planning, Hohmann transfer, aur tracking ka base hai.