OK, forget about the derivative.  I forgot you weren't up to that, yet.  No worries.  you'll get there soon enough.
"Amplitude" is a characteristic of your basic trig functions.  sin(x) hangs around [-1,1].  It's amplitude is 1.  2*sin(x) hangs around [-2,2].  It's amplitude is 2.  That's all it is, just a way to describe some of the features.
A good use is for such a problem as this: Solve sin(x) = 12.  Answer: sin(x) doesn't get any bigger than 1, so it can't be 12.
In this case, you may want to pull a sneaky trick.
If f(x) = sin(x/2) - sqrt(3)*cos(x/2),
then f(x)/2 = (1/2)*sin(x/2) - (sqrt(3)/2)*cos(x/2)
     = sin(x/2)*cos(pi/3) - cos(x/2)*sin(pi/3)
     = sin(x/2 - pi/3),
making f(x) = 2*sin(x/2 - pi/3) and it's a little easier to see.