mathematica三维建模问题

当Mathematica采用第一个公式的时候出现的图像为什么和第二个不同呢?按理说应该一样才对
而且我看学习视频上用第一个公式也能出第二个图,我这个出不了是为什么呢

r = {1, 1 + 1/12 Sin[12 t], 1/2, 
  1/2 + 1/24 Sin[12 t]}; PolarPlot[r, {t, 0, 2 Pi}, 
 PlotStyle -> {Green, Dashed}]

PolarPlot[{1, 1 + 1/10 Sin[12 t], 1/2, 1/2 + 1/24 Sin[12 t]}, {t, 0, 
  2 Pi}, PlotStyle -> {Green, Directive[Dashed, Thick, Orange]}]

img

img