Solving trigonometric equation of a sum of unknowns

AI Thread Summary
To evaluate \sin(x + y) given \sin(x) = \frac{2}{3} and \sec(y) = \frac{5}{4}, the correct transformation of secant into cosine is crucial. This leads to \sin(y) = \frac{4}{5} and the construction of a right triangle to find \cos(x) = \frac{\sqrt{5}}{3} and \sin(y) = \frac{3}{5}. Using the sine addition formula, the equation simplifies to \sin(x + y) = \frac{8}{15} + \frac{3\sqrt{5}}{15}. The assumption of a right triangle is justified by the definitions of sine and cosine, confirming that both angles lie in the first quadrant.
teetar
Messages
35
Reaction score
0

Homework Statement


\sin (x) = \frac{2}{3} and \sec (y) = \frac{5}{4}, where x and y lie between 0 and \frac{\pi}{2} evaluate \sin (x + y)

Homework Equations


Looked over some trig laws, don't think I saw anything that's too relevant. There \sec (x) = \frac{1}{\sin (x)}

The Attempt at a Solution


I can't think of anything. Assuming I'm not an idiot, I can simply re-write the secant equation as another sine equation:
\sec (y) = \frac{5}{4} \longrightarrow \sin (y) = \frac{4}{5}
So then we know \sin (x) = \frac{2}{3} and \sin (y) = \frac{4}{5}. From here we can do some inverse sines and substitute in x and y in \sin (x+y), but that looks awful and worse to solve (\sin (\sin ^{-1} (\frac{2}{3}) + \sin ^{-1} (\frac{4}{5})).

Can anyone give me a hint as to the proper next step I should take to evaluate this equation?

Thanks for any help!
 
Physics news on Phys.org
You can gain a better understanding by constructing the relevant triangles. sec(y) = 1/cos(y) and cos(y)=4/5 suggests a 3-4-5 triangle... so sin(y)=3/5 and so on. Maybe you can relate sin(A+B) to combinations of sinAsinB, sinAcosB etc?
 
  • Like
Likes thelema418
There is a formula ##\sin(\alpha + \beta) =## that will lead to the solution.

I don't know whether you have covered complex numbers yet but the formula is quite trivial to derive then. Start with:

##\cos(\alpha + \beta) + i\sin(\alpha + \beta) = e^{i(\alpha + \beta)} = \dots##

Now, using the rules of complex numbers and exponentiation, and after comparing the real and imaginary parts, you should be able to find the formula that leads you to the answer, assuming you have already seen complex numbers.
 
teetar said:

Homework Statement


\sin (x) = \frac{2}{3} and \sec (y) = \frac{5}{4}, where x and y lie between 0 and \frac{\pi}{2} evaluate \sin (x + y)

Homework Equations


Looked over some trig laws, don't think I saw anything that's too relevant. There \sec (x) = \frac{1}{\sin (x)}

The Attempt at a Solution


I can't think of anything. Assuming I'm not an idiot, I can simply re-write the secant equation as another sine equation:
\sec (y) = \frac{5}{4} \longrightarrow \sin (y) = \frac{4}{5}
So then we know \sin (x) = \frac{2}{3} and \sin (y) = \frac{4}{5}. From here we can do some inverse sines and substitute in x and y in \sin (x+y), but that looks awful and worse to solve (\sin (\sin ^{-1} (\frac{2}{3}) + \sin ^{-1} (\frac{4}{5})).

Can anyone give me a hint as to the proper next step I should take to evaluate this equation?

Thanks for any help!

You have ##\sec(x)## given incorrectly: ##\sec(x) = \frac{1}{\cos(x)}##, NOT ##\frac{1}{\sin(x)}##.

See, eg., https://en.wikipedia.org/wiki/Trigonometric_functions .
 
  • Like
Likes thelema418
Simon Bridge said:
You can gain a better understanding by constructing the relevant triangles. sec(y) = 1/cos(y) and cos(y)=4/5 suggests a 3-4-5 triangle... so sin(y)=3/5 and so on. Maybe you can relate sin(A+B) to combinations of sinAsinB, sinAcosB etc?
Thanks a bunch for your response! First issue, I was so tired last night that I mixed up secant and cosecant. Correctly transforming secant into cosine (instead of sine) would let me use the sum-difference formula: \sin (x+y) = \sin (x)\cos (y) + \cos (x)\sin (y). I have values for \sin (x) and \cos (y), but not for \sin (y) and \sin (y).

Using your insights on solving this more visually, I deduced that \cos (x) = \frac{\sqrt{5}}{3} and, as you stated, \sin (y) = \frac{3}{5}. I can then fully solve the equation:
\sin (x+y) = \sin (x)\cos (y) + \cos (x)\sin (y) = \frac{2}{3} \times \frac{4}{5} + \frac{\sqrt{5}}{3} \times \frac{3}{5} = \frac{8}{15} = \frac{\sqrt{5}}{5} = \frac{8 + 3\sqrt{5}}{15}

This turned out to be the correct answer, however I'm confused as to how it was possible. The assumption allowing us to get values for \sin (y) and \sin (y) would be that the triangle in question is a right triangle. How is this assumption possible? Am I just missing something blatantly obvious as to why this is a right triangle?
 
teetar said:
This turned out to be the correct answer, however I'm confused as to how it was possible. The assumption allowing us to get values for \sin (y) and \sin (y) would be that the triangle in question is a right triangle. How is this assumption possible? Am I just missing something blatantly obvious as to why this is a right triangle?
From your OP:
\sin (x) = \frac{2}{3} and \sec (y) = \frac{5}{4}, where x and y lie between 0 and \frac{\pi}{2}
Does this answer your question?

Also, from the first equation above, since sin(x) > 0, x must be in the first or second quadrant. From the second equation, since sec(y) > 0, y has to be in the first or fourth quadrant. For both to be true, x and y have to be in the first quadrant, which is also stated explicitly in the last part of what I quoted.
 
teetar said:
The assumption allowing us to get values for sin(y)sin⁡(y)\sin (y) and sin(y)sin⁡(y)\sin (y) would be that the triangle in question is a right triangle
It is not so much that there is a triangle "in question". It is the basic definition of sine and cosine (before being extended to arguments outside the range 0 to π/2). If you construct a right triangle in which one angle is theta then sine theta is opposite / hypotenuse and cosine is adjacent/hypotenuse.
Or you can use sin2+cos2=1, and use the given ranges to know to take the positive square root.
 
haruspex said:
It is not so much that there is a triangle "in question". It is the basic definition of sine and cosine (before being extended to arguments outside the range 0 to π/2). If you construct a right triangle in which one angle is theta then sine theta is opposite / hypotenuse and cosine is adjacent/hypotenuse.
Or you can use sin2+cos2=1, and use the given ranges to know to take the positive square root.
OHH okay, I was skipping over a pretty fundamental idea there, but I think I get it now. Makes my question, about why we know it's a right triangle, seem pretty silly now.

Thanks for all the input in helping me find the answer, everyone!
 

Similar threads

Replies
26
Views
620
Replies
6
Views
1K
Replies
6
Views
2K
Replies
6
Views
3K
Replies
6
Views
1K
Replies
8
Views
2K
Replies
2
Views
2K
Back
Top