115k views
2 votes
Need help on this one

Need help on this one-example-1
User Joss
by
6.3k points

1 Answer

3 votes
The trick here is to not use sin and cos at all.

The -13/15 is the x coordinate of a line from the origin to the unit circle (the line with angle theta). That happens to be the cos(theta).

The y coordinate is the sin(theta).

You can draw this as a triangle where x^2 + y^2 = 1.

So y = √(1 - (13/15)^2) ≈ 0.49889. But your exact answer should be:


sin(\theta) = \sqrt{1-((13)/(15))^2} = (2√(14))/(15)


User Lhs
by
6.9k points