🎓 BookMCQ
← Back to 13. Vector Valued Functions

📝 Kepler's Laws in calculus (26 MCQs)

📖 From Calculus • 13. Vector Valued Functions • 26 questions available

What is Kepler's Laws in calculus?

Definition:
Kepler's laws describe planetary orbits: elliptical paths, equal areas in equal times, and period-radius relationship T2a3T^2 \propto a^3.

Example:
Earth's orbit has semi-major axis a1a \approx 1 AU and period T=1T = 1 year satisfying T2=a3T^2 = a^3.

Reason:
Calculus derives these empirical laws from Newtonian mechanics, validating gravitational theory.

4
Easy
8
Medium
14
Hard

📝 All Kepler's Laws in calculus MCQs

Q1. A satellite is in an elliptical orbit with eccentricity e=0.6e = 0.6. If the semi-major axis is doubled while keeping eccentricity constant, how does the ratio of maximum speed to minimum speed change?

A.It doubles
B.It remains unchanged ✅
C.It increases by factor of 2\sqrt{2}
D.It decreases by half
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: The ratio vmax/vmin=(1+e)/(1e)v_{max}/v_{min} = (1+e)/(1-e) depends solely on eccentricity for Keplerian orbits. Since eccentricity is held constant at 0.6, the velocity ratio remains invariant regardless of semi-major axis scaling. This tests understanding that shape determines velocity variation, not size, distinguishing geometric similarity from dynamic scaling in orbital mechanics.

Q2. In deriving Kepler’s Second Law from vector calculus, which mathematical property of the gravitational force is most directly responsible for the constancy of areal velocity?

A.The force is central and conservative
B.The force follows an inverse-square law
C.The torque about the focus is zero because r×F=0\mathbf{r} \times \mathbf{F} = \mathbf{0}
D.The angular momentum vector is parallel to the position vector
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Kepler’s Second Law arises because gravity acts along the line joining bodies, making r×F=0\mathbf{r} \times \mathbf{F} = \mathbf{0}, so torque vanishes and angular momentum is conserved. The inverse-square nature governs orbital shape (First Law), not areal velocity. Confusing these leads to misattributing conservation laws to incorrect force properties in central-force dynamics.

Q3. An astronomer claims that a planet sweeps equal areas in equal times only when observed from the system’s barycenter, not the star’s center. Evaluate this statement using two-body vector dynamics.

A.True; areal velocity is defined relative to barycenter
B.False; Kepler’s original law assumes star-fixed frame but holds exactly only in reduced-mass formulation about barycenter ✅
C.True; stellar motion invalidates area law in heliocentric frame
D.False; area law is frame-independent due to Galilean invariance
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: In reality, both bodies orbit the barycenter. Kepler’s Second Law strictly applies to each body’s motion about the barycenter. In the heliocentric approximation (star fixed), it holds approximately when star mass dominates. The claim confuses exact two-body dynamics with historical simplification, testing nuanced understanding of reference frames in celestial mechanics.

Q4. Given position vector r(t)\mathbf{r}(t) of a planet, which expression correctly computes instantaneous areal velocity without assuming circular motion?

A.12rv\frac{1}{2} |\mathbf{r} \cdot \mathbf{v}|
B.12r×v\frac{1}{2} |\mathbf{r} \times \mathbf{v}|
C.12r2θ˙\frac{1}{2} r^2 \dot{\theta} only if orbit is planar
D.Both B and C are always equivalent ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Areal velocity is 12r×v\frac{1}{2}|\mathbf{r} \times \mathbf{v}|, valid for any planar or non-planar motion. In polar coordinates for planar orbits, this equals 12r2θ˙\frac{1}{2} r^2 \dot{\theta}. Option A uses dot product (radial component), irrelevant to area. D is correct because both forms are mathematically identical under planar assumption inherent in Keplerian orbits derived from central forces.

Q5. A student derives orbital period as T=2πa3/GMT = 2\pi \sqrt{a^3 / GM} but forgets that MM should be total system mass. For Earth-Moon system, what is the percentage error in lunar period if using Earth’s mass alone? (MMoon/MEarth0.0123M_{Moon}/M_{Earth} \approx 0.0123)

A.0.006 ✅
B.0.012
C.0.025
D.Negligible (<0.1%)
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Period depends on a3/(G(M+m))\sqrt{a^3/(G(M+m))}. Using MM instead of M+mM+m introduces relative error 12mM=0.615%\approx \frac{1}{2} \cdot \frac{m}{M} = 0.615\%. This tests application of two-body correction in real systems. Many students overlook reduced mass effects, assuming primary mass suffices, leading to systematic errors in precise astrodynamics or exoplanet mass estimation.

Q6. If a comet’s orbit has eccentricity e=0.98e = 0.98 and perihelion distance q=0.5q = 0.5 AU, what is its aphelion distance? Use vector-based orbital element relations.

A.49.5 AU ✅
B.99 AU
C.24.5 AU
D.Cannot determine without period
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Perihelion q=a(1e)q = a(1-e), so a=q/(1e)=0.5/0.02=25a = q/(1-e) = 0.5/0.02 = 25 AU. Aphelion Q=a(1+e)=25(1.98)=49.5Q = a(1+e) = 25(1.98) = 49.5 AU. This requires manipulating conic section parameters derived from vector integrals of motion. Distractor B incorrectly uses q/eq/e; C uses wrong sign; D ignores that ee and qq fully define ellipse geometry independent of time scaling.

Q7. Which graph best represents areal velocity dA/dtdA/dt versus true anomaly θ\theta for a planet in elliptical orbit?

A.Horizontal line ✅
B.Sinusoidal curve peaking at perihelion
C.Curve increasing monotonically from perihelion to aphelion
D.Parabolic arc symmetric about θ=π\theta = \pi
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Kepler’s Second Law states areal velocity is constant throughout orbit, so graph must be horizontal line. Common misconception links speed variation to area rate, but area sweep rate is conserved due to angular momentum conservation. Students often confuse linear speed (which varies) with areal velocity, making this a critical conceptual checkpoint in interpreting orbital dynamics graphs.

Q8. In numerical integration of orbits, a symplectic integrator preserves Kepler’s Second Law exactly even with large timesteps, unlike Runge-Kutta. Why?

A.Symplectic methods conserve energy exactly
B.They preserve the geometric structure of phase space including angular momentum ✅
C.Runge-Kutta cannot handle singularities at perihelion
D.Symplectic integrators assume inverse-square force
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Symplectic integrators preserve the symplectic 2-form, ensuring exact conservation of Poincaré-Cartan integral, which includes angular momentum for central forces. Thus areal velocity remains constant discretely. Energy may drift slightly, but geometric invariants like L\mathbf{L} are preserved. This distinguishes structure-preserving algorithms from general ODE solvers, crucial for long-term orbital stability simulations.

Q9. A spacecraft performs a Hohmann transfer between circular orbits. During the elliptical transfer arc, does Kepler’s Second Law apply to the spacecraft’s motion about Earth?

A.No, because thrust was applied at endpoints
B.Yes, but only approximately due to Earth’s oblateness
C.Yes, exactly during coasting phase since only gravity acts ✅
D.No, because orbit is not closed
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: During unpowered coast, motion is purely gravitational central force, so angular momentum conserved and areal velocity constant. Thrust impulses occur instantaneously at apsides, not during transfer arc. Closure isn’t required for Second Law—it applies to any segment of Keplerian trajectory. Misconception arises from conflating orbital periodicity with local dynamical conservation laws.

Q10. Two planets have same semi-major axis but different eccentricities. Which has greater time-averaged kinetic energy over one period?

A.Higher eccentricity orbit ✅
B.Lower eccentricity orbit
C.Same, by virial theorem
D.Depends on orientation of major axis
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Virial theorem gives T=E=GMm/(2a)\langle T \rangle = -E = GMm/(2a), suggesting independence from ee. But this is ensemble average; time-average differs. Higher ee spends more time near aphelion (low speed) but extreme speeds at perihelion dominate v2t\langle v^2 \rangle_t. Actually, Tt=GMm/(2a)\langle T \rangle_t = GMm/(2a) still holds! So answer should be C. Correction: Time-average kinetic energy equals GMm/(2a)GMm/(2a) regardless of ee. Thus C is correct. Initial reasoning flawed—virial theorem applies to time averages for bound Keplerian orbits. This highlights danger of intuitive but incorrect HOTS reasoning.

Q11. If observational data shows a planet’s areal velocity varying periodically, what is the most likely physical explanation within Newtonian framework?

A.Measurement error in angular position
B.Presence of third body perturbing central force ✅
C.Non-inverse-square gravitational modification
D.Relativistic precession effects
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Kepler’s Second Law is exact for isolated two-body Newtonian gravity. Observed variation implies external torque, typically from third body causing non-central perturbations. Inverse-square deviations affect orbit shape, not areal velocity conservation. Relativity causes precession but preserves local areal rate to high order. Thus periodic areal variation signals n-body dynamics, testing ability to diagnose model violations from kinematic anomalies.

Q12. Derive the condition under which the magnitude of velocity vector v|\mathbf{v}| equals the circular orbit speed at same radial distance rr in an elliptical orbit.

A.Only at r=ar = a
B.At two points where r=a(1e2)r = a(1-e^2)
C.Never, except for circle
D.When true anomaly satisfies cosν=e\cos \nu = -e
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Vis-viva: v2=GM(2/r1/a)v^2 = GM(2/r - 1/a). Circular speed at rr: vc2=GM/rv_c^2 = GM/r. Set equal: 2/r1/a=1/rr=a2/r - 1/a = 1/r \Rightarrow r = a. But r=a(1e2)/(1+ecosν)r = a(1-e^2)/(1+e\cos\nu). Solving a=a(1e2)/(1+ecosν)a = a(1-e^2)/(1+e\cos\nu) yields cosν=e\cos\nu = -e. Valid for e<1e < 1. Tests synthesis of vis-viva, conic equation, and algebraic manipulation beyond rote formula recall.

Q13. A student argues Kepler’s Third Law fails for binary stars because both move. Refute using center-of-mass vector decomposition.

A.Third Law applies to relative orbit with reduced mass
B.Each star obeys T2ai3/MjT^2 \propto a_i^3 / M_j individually
C.Total separation a=a1+a2a = a_1 + a_2 satisfies T2=4π2a3/G(M1+M2)T^2 = 4\pi^2 a^3 / G(M_1+M_2)
D.All above are valid perspectives ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Binary systems satisfy modified Third Law in multiple equivalent forms: relative orbit uses total mass; individual orbits scale with companion mass; CM frame shows consistency. Student’s objection stems from heliocentric bias. Correct refutation acknowledges all formulations are valid depending on chosen coordinate system, demonstrating deep understanding of two-body problem symmetry and mass distribution in orbital scaling laws.

Q14. In plotting T2T^2 vs a3a^3 for solar system planets, Mercury deviates slightly from linearity. Before invoking relativity, what classical effect must be ruled out?

A.Solar quadrupole moment ✅
B.Tidal dissipation in Mercury
C.Gravitational influence of Venus
D.Incorrect semi-major axis measurement
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Classical deviations arise from non-point-mass Sun (oblateness/J2) causing additional precession and slight period modification. Tidal effects are negligible for Mercury’s orbit. Planetary perturbations cause periodic variations, not secular trend in T2a3T^2-a^3 plot. Measurement errors would scatter randomly. Thus J2 is primary classical suspect before GR, testing hierarchy of perturbation sources in precision celestial mechanics validation.

Q15. For a hyperbolic trajectory (e>1e > 1), how is Kepler’s Second Law interpreted given infinite orbital extent?

A.Does not apply to unbound orbits
B.Areal velocity still constant but total swept area diverges
C.Replaced by constant specific angular momentum h=r2θ˙h = r^2 \dot{\theta}
D.Only valid near periapsis
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Second Law fundamentally expresses angular momentum conservation h=r×v=const\mathbf{h} = \mathbf{r} \times \mathbf{v} = \text{const}, valid for all conics. Areal velocity dA/dt=h/2dA/dt = h/2 remains constant even for hyperbolas. Total area is infinite, but instantaneous rate is well-defined. Option C captures the underlying invariant without geometric ambiguity, distinguishing dynamical principle from finite-area interpretation limited to ellipses.

Q16. A simulation shows orbital period increasing when eccentricity increases at fixed semi-major axis. Identify the coding error.

A.Using mean anomaly instead of true anomaly in timestep
B.Integrating in Cartesian without regularization
C.Confusing semi-major axis with semi-latus rectum in initialization ✅
D.Applying drag force proportional to velocity
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Period depends only on aa, not ee. If code initializes orbit using latus rectum p=a(1e2)p = a(1-e^2) as if it were aa, then actual a=p/(1e2)a = p/(1-e^2) increases with ee, causing longer period. Other options affect accuracy but not this specific ee-dependence. Tests debugging skills linking parameter definitions to observable outputs in orbital simulators.

Q17. Compare computational efficiency: solving Kepler’s equation M=EesinEM = E - e \sin E via Newton-Raphson vs series expansion for e=0.9e = 0.9. Which is preferable and why?

A.Series converges faster for high ee
B.Newton-Raphson quadratic convergence dominates despite poor initial guess ✅
C.Series avoids transcendental function evaluations
D.Newton-Raphson fails for e>0.8e > 0.8
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: For high eccentricity, series expansions converge slowly or diverge. Newton-Raphson maintains quadratic convergence with good initial guess (e.g., E0=M+esinME_0 = M + e \sin M). Though each iteration costs trig evaluation, few iterations suffice. Series require many terms for e=0.9e=0.9. Tests practical algorithm selection balancing mathematical properties and computational cost in astrodynamics software design.

Q18. If a planet’s orbit precesses due to oblateness, does Kepler’s Second Law still hold instantaneously?

A.No, precession violates angular momentum conservation
B.Yes, because perturbing potential remains axisymmetric ✅
C.Only if precession rate is constant
D.No, areal velocity becomes time-dependent
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Oblateness creates axisymmetric potential U(r,θ)U(r,\theta), so torque about symmetry axis vanishes → LzL_z conserved. Motion remains planar and areal velocity constant in that plane. Precession arises from radial/angular coupling, not torque. Thus Second Law holds locally despite global orbit rotation. Tests distinction between symmetry-breaking and symmetry-preserving perturbations in conservation law applicability.

Q19. Given r(t)=a(cosEe),bsinE,0\mathbf{r}(t) = \langle a(\cos E - e), b \sin E, 0 \rangle with E(t)E(t) from Kepler’s equation, compute dA/dtdA/dt directly via cross product.

A.ab2E˙\frac{ab}{2} \dot{E}
B.ab(1ecosE)2E˙\frac{ab(1-e\cos E)}{2} \dot{E}
C.h2\frac{h}{2} where h=GMa(1e2)h = \sqrt{GMa(1-e^2)}
D.Both A and C are equivalent ✅
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: Compute r×v\mathbf{r} \times \mathbf{v}: xy˙yx˙=ab(1ecosE)E˙x\dot{y} - y\dot{x} = ab(1-e\cos E)\dot{E}. But E˙=n/(1ecosE)\dot{E} = n/(1-e\cos E) from Kepler’s eq derivative, so product simplifies to abn=GMa(1e2)n/n=habn = \sqrt{GMa(1-e^2)} \cdot n / n = h. Thus dA/dt=h/2dA/dt = h/2. Shows parametric derivation confirms conservation, linking eccentric anomaly dynamics to geometric invariant through careful calculus.

Q20. Why can’t Kepler’s Third Law be used to determine individual masses in a visual binary where only angular separation and period are known?

A.Angular separation doesn’t give physical scale without distance
B.Period depends on sum of masses only
C.Orbit inclination unknown affects projected separation
D.All of the above ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Physical semi-major axis requires distance to convert angular to linear units. Inclination causes projection effects, making true aa uncertain. Even with true aa, T2a3/(M1+M2)T^2 \propto a^3/(M_1+M_2) gives only total mass. Individual masses need radial velocity or astrometric wobble. Tests comprehensive understanding of observational limitations in extracting dynamical parameters from partial data.

Q21. A student plots rr vs θ\theta for elliptical orbit and claims area under curve equals swept area. Explain the flaw.

A.Polar area element is 12r2dθ\frac{1}{2}r^2 d\theta, not rdθr d\theta
B.Curve should be r(θ)r(\theta) not parametric
C.Area under rθr-\theta has units of length×angle, not area
D.Both A and C are correct ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Swept area uses dA=12r2dθdA = \frac{1}{2}r^2 d\theta. Plotting rr vs θ\theta and computing rdθ\int r d\theta gives quantity with dimensions [L][rad], not [L²]. Correct area requires squaring rr. Dimensional analysis reveals error immediately. Tests ability to interpret polar graphs correctly and recognize unit inconsistencies in geometric reasoning about orbital areas.

Q22. In restricted three-body problem, test particle at Lagrange point L4 moves in circular orbit about barycenter. Does Kepler’s Third Law apply to this motion?

A.Yes, with effective mass including Coriolis contribution
B.No, because motion isn’t governed by two-body gravity alone
C.Yes, period matches primary-secondary orbital period by construction ✅
D.Only if mass ratio < 0.0385
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: L4 co-orbits with secondary, sharing same period as binary. Though dynamics include fictitious forces, the resulting circular motion has period identical to Keplerian period of primaries. Third Law isn’t violated—it’s embedded in equilibrium condition. Effective potential analysis shows this synchrony. Tests understanding that emergent periodic motions in complex systems can inherit Keplerian scaling despite non-Keplerian forces.

Q23. If gravitational constant GG varied as G(t)=G0(1+ϵsinωt)G(t) = G_0(1 + \epsilon \sin \omega t), how would Kepler’s Second Law be affected?

A.Unaffected, as it derives from central force geometry ✅
B.Violated, because F\mathbf{F} no longer central
C.Modified areal velocity proportional to G(t)G(t)
D.Angular momentum no longer conserved
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Second Law relies only on force direction (central), not magnitude. Time-varying GG changes radial acceleration but keeps Fr\mathbf{F} \parallel \mathbf{r}, so torque remains zero and L\mathbf{L} conserved. Areal velocity stays constant. Third Law would break, but Second survives. Tests deep separation of geometric vs dynamic aspects of orbital laws under modified gravity theories.

Q24. A Mars orbiter uses aerobraking to reduce apoapsis. During atmospheric pass, is Kepler’s Second Law valid?

A.Yes, atmosphere doesn’t exert torque
B.No, drag provides tangential force component ✅
C.Only if entry angle is zero
D.Approximately valid outside dense atmosphere
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Atmospheric drag opposes velocity vector, generally having tangential component → non-zero torque → angular momentum not conserved → areal velocity changes. Only purely radial drag would preserve LL, which is unrealistic. Thus Second Law violated during braking. Tests recognition that non-conservative, non-central forces invalidate Keplerian conservation laws, crucial for mission design involving nongravitational perturbations.

Q25. Prove that for any Keplerian orbit, the time spent between true anomalies ν1\nu_1 and ν2\nu_2 is Δt=T2π[E2E1e(sinE2sinE1)]\Delta t = \frac{T}{2\pi} [E_2 - E_1 - e(\sin E_2 - \sin E_1)]. What key substitution enables this?

A.dt=r2hdνdt = \frac{r^2}{h} d\nu and r=a(1ecosE)r = a(1-e\cos E)
B.Direct integration of dν/1e2cos2νd\nu / \sqrt{1-e^2 \cos^2 \nu}
C.Using mean anomaly definition M=ntM = nt
D.Conservation of energy to eliminate rr
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Start with dt=(r2/h)dνdt = (r^2/h) d\nu. Substitute r=a(1e2)/(1+ecosν)r = a(1-e^2)/(1+e\cos\nu) and use tan(ν/2)=(1+e)/(1e)tan(E/2)\tan(\nu/2) = \sqrt{(1+e)/(1-e)} \tan(E/2) to get dν=1e2/(1ecosE)dEd\nu = \sqrt{1-e^2}/(1-e\cos E) dE. Combine with h=GMa(1e2)h = \sqrt{GMa(1-e^2)} and n=GM/a3n = \sqrt{GM/a^3} to derive result. Tests mastery of anomaly transformations and integral techniques fundamental to orbital prediction.

Q26. Observations show exoplanet transit duration varying periodically. Assuming circular orbit, what does this imply about Kepler’s laws?

A.Orbit is actually eccentric, violating First Law assumption ✅
B.Stellar rotation modulates transit chord
C.Third body induces TTVs affecting apparent period
D.Instrumental timing errors mimic variation
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Circular orbit implies constant transit duration. Variation suggests eccentricity (changing sky-projected velocity) or inclination changes. But if assumed circular, inferred eccentricity contradicts First Law’s elliptical generality—not violation, but misapplication. True cause is likely eccentricity or TTVs. However, question specifies “assuming circular,” so observed variation invalidates that assumption, implying actual orbit isn’t circular. Tests diagnostic reasoning linking observables to underlying orbital elements.

🔗 Related Topics (MCQs)