I am presuming that the question is designed such that via using the sine/cosine addition formulae that the constants R and ø can be attained by simplifing the rest of the equation. I think there is some additional theorem/property of this type of equation I am missing.
I did things differently for #1. I used the Pythagorean identity, sin^{2}(x) + cos^{2}(x) = 1.
x = R sin(3t + ø)
= R[sin(3t)cos(ø) + cos(3t)sin(ø)]
= Rcos(ø)sin(3t) + Rsin(ø)cos(3t)
But also
x = 3sin3t + 5cos3t
So R cos(ø) = 3 and R sin(ø) = 5.
Then,
(R cos(\theta))^{2} + (R sin(\theta))^{2} = 3^{2} + 5^{2}
R^{2} cos^{2}(\theta) + R^{2} sin^{2}(\theta) = 9 + 25
R^{2}(cos^{2}(\theta) + sin^{2}(\theta)) = 34
R^{2} = 34
So R is sqrt(34), which you got.
Finally, pick either R cos(ø) = 3 and R sin(ø) = 5 to solve for ø, which you got.
For #2, you'll have to use the formulas again for sin(0.5t + 3) and cos(0.5t + 1).
x = 2sin(0.5t + 3) + 3cos(0.5t + 1)
= 2[sin(0.5t)cos(3) + cos(0.5t)sin(3)] + 3[cos(0.5t)cos(1)-sin(0.5t)sin(1)]
distribute, then group.
Also, remember that
x = Rsin(0.5t + ø)
= R[sin(0.5t)cos(ø) + cos(0.5t)sin(ø)]
Can you take it from there?
01