What is the Transpose of Y = Sin(x) + Cos(x)?

  • Context: High School 
  • Thread starter Thread starter ZachGriffin
  • Start date Start date
  • Tags Tags
    Transpose
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 10K views
ZachGriffin
Messages
20
Reaction score
0
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 that's right. Is there another theorem I'm missing?
 
Mathematics news on Phys.org
what's [tex]y^2[/tex]?
 
that is meant to be divided by 2
 
[tex]y = sin(x) + cos(x)[/tex]

[tex]\Rightarrow y^2 = (sin(x) + cos(x))^2[/tex]

[tex]\Rightarrow y^2 = sin^2(x) + 2sin(x)cos(x) + cos^2(x)[/tex]

[tex]\Rightarrow y^2 = \left(sin^2(x) + cos^2(x)\right) + 2sin(x)cos(x)[/tex]

[tex]\Rightarrow y^2 = 1 + 2sin(x)cos(x)[/tex]

[tex]\Rightarrow y^2 - 1 = 2sin(x)cos(x)[/tex]

[tex]\Rightarrow y^2 - 1 = sin(2x)[/tex]

[tex]\Rightarrow 2x = \sin^{-1 }(y^2 - 1)[/tex]

[tex]\Rightarrow x = \frac { \sin^{-1 } (y^2 - 1) } {2}[/tex]
 
Last edited:
[tex]sin^2(x) + cos^2(x) = 1[/tex] should be one of the first identities you learn.
 
You can put it into another form by noting:

[tex]\sin x + \cos x = \sqrt{2}\left[\sin x \left(\frac{1}{\sqrt{2}}\right) + \cos x \left(\frac{1}{\sqrt{2}} \right)\right] = \sqrt{2}\left[\sin x \cos \frac{\pi}{4} + \cos x \sin \frac{\pi}{4} \right] = \sqrt{2}\sin \left(x+\frac{\pi}{4}\right)[/tex].

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", [itex]\sin(a \pm b) = \sin a \cos b \pm \cos a \sin b[/itex].
 
Last edited:
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.
 
ZachGriffin said:
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.
Think hard about how Mute's example works...
 
A bit more searching I've come across this:

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.
 
ZachGriffin said:
Having a look at Mute's post, what should I be looking for?
To derive the formula you just found by searching -- his calculation is the derivation of that formula, just in a special case.