Hi, all of you! I intend to find out how many percentage of the plotted curves are overlapped(the more orange areas), which is very important for my project. Can anybody help me?
I used plotting parameters below:
R = 1
Vcp = 0.1
r = 0.09
w = 2
K = 1
Plot[{R*Sin[w*x] + Vcp, R*Sin[w*x] + K + Vcp, R*Sin[w*x] + 2*K + Vcp}, {x, 0, 10}, PlotStyle -> {{Orange, Opacity[0.5], Thickness[r]}, {Orange,Opacity[0.5], Thickness[r]}, {Orange, Opacity[0.5], Thickness[r]}}]
