The question asks to prove: $$ \frac{\tan A}{1-\cot A}+ \frac{\cot A}{1-\tan A}=\sec A \csc A + 1$$ using only: $$ \sin^2A+\cos^2A=1\;\; \text{ & }\; \;\tan^2 A+1=\sec^2 A\;\; \text{ & } \;\; \cot^2 A+1=\csc^2 A $$
My solution is join the two fractions, then multiplying numerator and denominator by $\tan^2 A$ to have only tangent functions: $$\frac{\tan A-\tan^2 A +\cot A-\cot^2 A}{ 2-\cot A-\tan A } \rightarrow \frac{\tan^3 A-\tan^4 A+\tan{A}-1}{2\tan^2 A -\tan A -\tan^3 A}$$ This then apparently factorises (I would never have spotted the top, it's only after trying it on Mathematica that I realised it did) to give:
$$ \frac{-(\tan A-1)^2(\tan^2 A+\tan A+1)}{-\tan A(\tan A-1)^2} =\cot A(\tan^2 A+\tan A+1)=1+\cot A+\tan A$$ which then simplifies down to the required result, but needless to say this isn't very elegant and not inline with the previous problems that whilst not easy didn't involve factoring a quartic which leads me to believe there is certainly an easier way to do it hence the question, I just can't seem to see it (I've done too many for today!).
I can't think of an "elegant" solution, but typically just converting everything to sin/cos is the way to go. For example, let $x=\sin(A)$ and $y=\cos(A)$. Then, $$ \frac{x/y}{1-y/x}+\frac{y/x}{1-x/y} = \frac{x^2/y}{x-y} - \frac{y^2/x}{x-y} = \frac{x^3-y^3}{xy(x-y)} = \frac{x^2+xy+y^2}{xy} = 1 + \frac{x^2+y^2}{xy}.$$
Now making use of the trig identity, we obtain simply $1+\frac{1}{xy}$, which is the result we want.