Tan(t) = x/a => sin(t) = x/sqrt( a^2 + x^2) ?

  • Thread starter Thread starter TristanH
  • Start date Start date
TristanH
Messages
12
Reaction score
0
tan(t) = x/a => sin(t) = x/sqrt( a^2 + x^2) ?

Folks,

In the solution guide to Kline's calculus book, he gives the following in working a problem:

tan(t) = x/a => sin(t) = x/sqrt( a^2 + x^2)

Can someone explain why this is the case?

Thanks,

Tristan
 
Physics news on Phys.org


tan(t)=Opposite/Adjacent. Draw a right-angled triangle with the side opposite to the angle ,t, as x and the adjacent side to it as a. Then use pythagoras' theorem.
 


I just figured this out on my own. For anyone who is curious:

tan(t) = x/a means the opposite and adjacent legs of a right triangle with angle t, are x and a respectively. By the Pythagorean Therom, this implies that the hypotenuse is sqrt(a^2 + x^2). Since sin t = opp/hyp, sin t = x/sqrt( a^2 + x^2). QED
 


rock.freak667 said:
tan(t)=Opposite/Adjacent. Draw a right-angled triangle with the side opposite to the angle ,t, as x and the adjacent side to it as a. Then use pythagoras' theorem.

TristanH said:
I just figured this out on my own. For anyone who is curious:

tan(t) = x/a means the opposite and adjacent legs of a right triangle with angle t, are x and a respectively. By the Pythagorean Therom, this implies that the hypotenuse is sqrt(a^2 + x^2). Since sin t = opp/hyp, sin t = x/sqrt( a^2 + x^2). QED

lol ?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top