Sunday, July 28, 2013

evaluate tan(sin^-1 (p/sqrt p^(2)+9))

Assuming you meant to write: 
%0D%0Atan%28sin%5E-1+%28p%2Fsqrt+%28p%5E%282%29%2B9%29%29%29%0D%0A 
t=p/sqrt (p^(2)+9))
note that sin(t)=p/r 
and r=sqrt (p^(2)+9) 
from which we see that x=3, y=p 
and so 
tan(t) = p/3 

No comments: