V0 = 20;
U\[CapitalOmega] := 10 Cos[10^2 \[Pi] t];
U\[Omega] := V0 Cos[10^3 \[Pi] t];
Uam := U\[Omega] (1 + U\[CapitalOmega]/V0);
GraphicsColumn[{Plot[U\[CapitalOmega], {t, 0, 0.05}],
Plot[U\[Omega], {t, 0, 0.05}], Plot[Uam, {t, 0, 0.05}]},
ImageSize -> Large]
FourierTransform[Uam, t, \[Omega]]
Plot[%, {\[Omega], 0, 4000}, PlotRange -> All,
PlotStyle -> {Red, Thick}]
U\[CapitalOmega] := 10 Cos[10^2 \[Pi] t];
U\[Omega] := V0 Cos[10^3 \[Pi] t];
Uam := U\[Omega] (1 + U\[CapitalOmega]/V0);
GraphicsColumn[{Plot[U\[CapitalOmega], {t, 0, 0.05}],
Plot[U\[Omega], {t, 0, 0.05}], Plot[Uam, {t, 0, 0.05}]},
ImageSize -> Large]
FourierTransform[Uam, t, \[Omega]]
Plot[%, {\[Omega], 0, 4000}, PlotRange -> All,
PlotStyle -> {Red, Thick}]