How do you verify the identity: #[sin(x) / csc(x) - 1 ] = [ sin (x) + 1 / cot^2 (x) ]#?

1 Answer
Apr 27, 2015

Short answer: there is no identity. Here is the logic.

Firstly, it's always advisable to determine the domain of the functions on both sides of the equation.

On the left the restriction is #csc(x)# exists and #csc(x)!=0#. Since #csc(x)=1/sin(x)# (by definition), existence of #csc(x)# means #sin(x)!=0# or #x != pi*N#. Also notice that #csc(x)# never equal to zero.

On the right we need: #cot(x)# should exist and #cot(x)!=0#.
Since #cot(x)=cos(x)/sin(x)# (by definition), its existence means #sin(x)!=0#, that is #x!=pi*N#, and not being equal to zero means #cos(x)!=0#, that is #x != pi/2+pi*N#.

Before going any further, it makes sense to check if the identity is true for some simple case. Let's say, #x=pi/4# (that is, #45^0#).
In this case
#sin(x)=cos(x)=sqrt(2)/2#;
#tan(x)=cot(x)=1#.
Therefore, the left side evaluates to
#(sqrt(2)/2) : (2/sqrt(2)) - 1 = -1/2#
The right side evaluates to
#sqrt(2)/2+1/1^2=sqrt(2)/2+1#

Obviously, these two expressions are not equal to each other for this particular value of #x=pi/4#. So, there is no general equality between them.