Simple Geometry or Trig Question

  • Context: High School 
  • Thread starter Thread starter chanson
  • Start date Start date
  • Tags Tags
    Geometry Trig
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
chanson
Messages
2
Reaction score
0
Hey guys, i am starting to program 3D worlds and got stuck on math... lol go figure.

This should be simple and I am completely embarassed to post this. But I am trying to find the height of my triange on one side. Here is the info i have, too bad I can't draw.

It's a right handed triangle, where the right hand angle is on point (0,0). Leaving the far right angle being 45deg. With that being said the Adjacent to length is 50. I neet figure out how tall the triangle is. I hope you can imagine this in your head.

What method to I apply to solve this? Thank you! :) The only method I can remember from high school is a2 + b2 = c2... pathagreon?!

I think to solve the problem i need to use sin or cos in some fashion.
 
Mathematics news on Phys.org
If it has a 45 degree angle and a right angle then both the adjacent side and the opposite side will be equal so the opposite length (height) will be 50 as well. You could still do it mathematically though...

[tex]\tan\theta=\frac{\text{opp}}{\text{adj}} \Rightarrow \tan45=1=\frac{\text{opp}}{50}[/tex]

So you can see that the opposite side is 50 as well.
 
Wow now I feel even more silly!

The math didn't quite compute w/ me. I think I am going to have to go take a class again :-S