Getting a triangle from trigonometric function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
enter
Messages
22
Reaction score
2
How can I get a right triangle from the inputs and outputs of trigonometric functions?
For example: sin(x) = y
The triangle would have one angle as x and the opposite edge of the triangle would be y/hyp etc.
How can I get all of these values from any trigonometric function?
Please tell me if I am missing some needed values and if I need extra inputs.
Thank you in advance.
 
Mathematics news on Phys.org
Since the sin(x) is a ratio of sides y/hypotenuse, you can pick the value of one side say the hypotenuse to be 1 and the side opposite the angle x is what?

So now you have two sides of a right triangle what does that suggest to get the third side?

This is the most basic way to solve it, however there are other ways to solve this using trig identities too.
 
  • Like
Likes   Reactions: enter
I don't understand, can you format this like:
hyp =
a =
b =
?
 
Okay, draw a right triangle. You know angle x and you know there's a 90 degree angle too.

so what is the third angle in terms of x?
 
  • Like
Likes   Reactions: enter
enter said:
I don't understand, can you format this like:
hyp =
a =
b =
?

Use this diagram:

trigfunc.gif
Set the length of the hypotenuse, c = 1

sin θ = b then. What is a?
 
  • Like
Likes   Reactions: enter and jedishrfu
jedishrfu said:
Okay, draw a right triangle. You know angle x and you know there's a 90 degree angle too.

so what is the third angle in terms of x?
90-x?