Find the exact value of sin(W+T)

  • Thread starter Thread starter TayTayDatDude
  • Start date Start date
  • Tags Tags
    Value
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
24 replies · 3K views
TayTayDatDude
Messages
24
Reaction score
0

Homework Statement



If sinW = 3/5 and cosT = 12/13, where both W and T are acute angles, then find the exact value of sin(W+T)

Homework Equations







The Attempt at a Solution



I tried sin(3/5)cos(12/13) + cos(3/5)sin(12/13) = sin [(3/5) + (12/13)] but I doubt it's right.
 
Physics news on Phys.org
You were close in your attempt but you made a little mistake. The identity you are looking for is:
sin(x + y) = sin(x)cos(y) + cos(x)sin(y)
You should try sinWcosT + cosWsinT. You are already given sinW and cosT. You should also be able to find cosW and sinT from those two values as well.
 
Chaos2009 said:
You were close in your attempt but you made a little mistake. The identity you are looking for is:
sin(x + y) = sin(x)cos(y) + cos(x)sin(y)
You should try sinWcosT + cosWsinT. You are already given sinW and cosT. You should also be able to find cosW and sinT from those two values as well.

Well I did do that w = x, t = y

Sin(3/5)cos(12/13) + cos(3/5)sin(12/13)
w t w t

Or maybe I don't understand you, elaborate plaese
 
sinW = 3/5 not sin(3/5)

I think you are trying to use sin(sinW) instead of sinW.
 
Okay, that's what I mean. sinW is not sin(3/5), sinW = 3/5.
 
So, I got 72/65 for sin (w+t), can someone clarify please?
 
Unless I fat fingered it:
I got 56/65
maybe double check...
 
I received the same answer, 56/65.
 
I must be doing something wrong then.

(3/5)(12/13) + (3/5)(12/13) = 72/65
 
No, you don't yet have cosW or SinT.

You need to find them first from what you have been given.
 
WEll i have been trying for awhile now to figure out cosw and sint. Any hints on how to get there?
 
You could use another identity.

sin^2(x) + cos^2(x)=1
 
Okay, here is another way that actually is really easy for this particular problem.
[tex]sin W = \frac{o}{h}[/tex]
You should know this, it is the definition of the sin function. Well, they tell you sin W = 3/5 so o = 3 and h = 5. You can then draw a right triangle with a hypotenuse of 5 and one leg of 3 and find the length of the other leg, a, using the Pythagorean theorem. Once you find a,
[tex]cos W = \frac{a}{h}[/tex]
you can plug it into there along with your h that you already know.

You can use a similar method on T.
 
Maybe you have seen it written sinx^2 + cosx^2 = 1

it means the same thing.
 
Yeah, Chaos' method does make it easier.
 
He means
[tex]sin^{2}x + cos^{2}x = 1[/tex]
 
Thank you, I really should use latex. I am just so slow...
 
sin(W+T)=sinWcosT+cosWsinT
Since sinW=3/5 and cosT=12/13
[tex]sin(W+T)=\frac{3}{5}*\frac{12}{13}+cosW*sinT[/tex]
We don't know cosW and sinT, so we could find them by using:
cosW=√1-sin2W
cosW=√1-9/25
cosW=4/5
using the same method
sinT=√1-cos2T
sinT=√1-144/169
sinT=√25/169
sinT=5/13
So we can plug them in the equation above:
[tex]sin(W+T)=\frac{3}{5}*\frac{12}{13}+\frac{4}{5}*\frac{5}{13}[/tex]
The final answer should be 56/65.
Regards.
 
I'd start by finding out what W and T are, using arcsin(3/5) and arcos(12/13).

Once you know the values of W and T, just add them together and plug them into the sinus function.
 
If you were to do that, you would lose precision because you would have to round the values you obtained for W and T.
 
Boys boys! To find cos(w) and sin(t) just draw the triangles! 3,4,5 and 5,12,13. Then you have them. cos(w) = 4/5; sin(t) = 5/13. Basta!
 
If you read up, that is basically what I originally said.
 
Chaos2009 said:
If you read up, that is basically what I originally said.

Yeah, but I said it easier.