I'll answer the question you asked (which is probably not the question you meant). If you are given the sine of an angle, then 3 times the sine of the angle is 3*sin(a), and 4 times the sine of the angle is 4*sin(a).
My point in saying this was to get you to think about what you're asking.
Assuming you really meant the sine of 3 or 4 times the angle, then yes, there are identities that can be used.
sin(3a) = sin(2a + a) = sin(2a)cos(a) + cos(2a)sin(a) = 2sin(a)cos(a)*cos(a) + (cos^2(a) - sin^2(a))sin(a).
You can break down sin(4a) to sin(2a + 2a) and continue working with that.