Plot the effective potential using (Figures 10.3 and 10.4 in the textbook).
# import needed functionality
import numpy as np
import matplotlib.pyplot as plt
plt.rcParams['figure.figsize'] = 15,12 # larger plot size
# define constants (these values are arbitrary)
M, m = 1000000, 1
A particle of mass m and angular momentum of L experiences a central force that produces a potential of , where A is a positive constant. Plot the effective potential for this system.
A particle of mass m and angular momentum L moves in central force field that produces a potential that can be described by , where A and are constants. Plot the effective potential.
A particle of mass m and angular momentum of L experiences a central force that produces a potential of where A is a positive constant. Plot the effective potential for this system.