Hi Guys, Simple question; I'm trying to work out the transpose of Y = Sin(x) + Cos(x) to make x the subject. I thought it would be x = arccos(arcsin(y)) / 2 however I don't think thats right. Is there another theorem I'm missing?
So, y is also equal to this expression and you can solve for x. Since you don't seem to be familiar with many trig identities, I used the sine "angle sum formula", .
Suppose I was to change the equation to Y = a sin(x) + b cos(x). How would I transpose it to make x the subject? I've searched through identities on that site but can't find one that relates to having 2 different coefficients a and b.
Suppose I was to change the equation to Y = a sin(x) + b cos(x). How would I transpose it to make x the subject? I've searched through identities on that site but can't find one that relates to having 2 different coefficients a and b.
a sin x + b cos x = R sin (x + alpha) which is an R Formulae with R = Sqrt(a^2 + b^2) and alpha = atan(b / a). If I use that I should be able to solve for x.
Having a look at Mute's post, what should I be looking for? It's been a few years since I left school so most of this is going back to that. I'd rather know how this thing works than just the answer so I'll keep looking.