

InterviewSolution
Saved Bookmarks
1. |
If `("tan"(theta+alpha))/a=""("tan"(theta+beta))/b=""("tan"(theta+gamma))/c``(a+b)/(a-b)s in^2(alpha-beta)+(b+c)/(b-c)s in^2(beta-gamma)+(c+a)/(c-a)s in^2(gamma-alpha)=0` |
Answer» `x/y=(tan(theta+alpha))/(tan(theta+beta))` `(x+y)/(x-y)=(tan(theta+alpha)+tan(theta+beta))/(tan(theta+alpha)-tan(theta+beta))` `(x+y)/(x-y)=(sin(2theta+alpha+beta))/(sin(alpha-beta))` `(x+y)/(x-y)sin^2(alpha-beta)=sin(2theta+alpha+beta)sin(alpha-beta)-(1)` `=1/2(cos2(theta+beta)-cos2(theta+alpha))` `(y+z)/(y-z)sin^2(beta-gamma)=1/2[cos2(theta+gamma)-cos2(theta+beta))-(2)` `(z+x)/(z-x)sin^2(gamma-alpha)=1/2[cos2(theta+alpha)-cos2(theta+gamma)]-(3)` adding equation 1,2and3 `sum(x+y)/(x-y)sin^2(alpha-beta)=0`. |
|