jamesbob said:
Thanks so much for your help so far. I really appreciate the time you've spent to help me.
For the first one my complete working was (including every line, needed or not) :
[tex]\frac{{1 - z^2 }}{{1 + z^2 }} = \frac{{1 - \tan ^2 \left( {\theta/2} \right)}}{{1 + \tan ^2 \left( {\theta/2} \right)}}[/tex]
here i said that
[tex]\tan^2\theta = \sec^2\theta - 1[/tex]
so
[tex]1 - \tan^2(\frac{\theta}{2}) = 1 - (-1 + \sec^2(\frac{\theta}{2}))[/tex]
and
[tex]1 + \tan^2(\frac{\theta}{2}) = 1 + \sec^2(\frac{\theta}{2})[/tex]
so continuing we have:
[tex]\frac{2 - \sec^2(\frac{\theta}{2})}{\sec^2(\frac{\theta}{2})} = /frac{2}{\sec^2(\frac{\theta}{2})} = /frac{2}{\sec^2(\frac{\theta}{2})} - 1[/tex]
here i said that [tex]\sec(x) = \frac{1}{\cos(x)}[/tex]
so we have, switching to cos
[tex]\frac{2}{\frac{1}{\cos^2(\frac{\theta}{2})}} = 2\cos^2(\frac{\theta}{2}) - 1[/tex]
and using [tex]2\cos^2x-1 = \cos2x[/tex]
we have
[tex]\cos(2 x (\frac{\theta}{2}) = cos(\theta)[/tex]
I hope this LaTeX coding works. I'll do another post for the next two answers.
This looks fine (as TD has already confirmed you). But your 4th LaTeX part is wrong, it reads:
[tex]1 + \tan ^ 2 \left( \frac{\theta}{2} \right) = 1 + \sec ^ 2 \left( \frac{\theta}{2} \right)[/tex], when it should
actually reads:
[tex]1 + \tan ^ 2 \left( \frac{\theta}{2} \right) = \sec ^ 2 \left( \frac{\theta}{2} \right)[/tex].
Other than that, everything looks good.

-------------------
Since you've posted your answer, I'd like to show you a little faster way:
Multiply
both numerator, and denominator by cos
2(theta / 2)
[tex]\frac{1 - \tan ^ 2 \left( \frac{\theta}{2} \right)}{1 + \tan ^ 2 \left( \frac{\theta}{2} \right)} = \frac{\cos ^ 2 \left( \frac{\theta}{2} \right)}{\cos ^ 2 \left( \frac{\theta}{2} \right)} \times \frac{1 - \tan ^ 2 \left( \frac{\theta}{2} \right)}{\frac{1}{\cos ^ 2 \left( \frac{\theta}{2} \right)}} = \frac{\cos ^ 2 \left( \frac{\theta}{2} \right) - \sin ^ 2 \left( \frac{\theta}{2} \right)}{1} = \cos (\theta)[/tex].
-------------------
[tex]z = \tan \left( \frac{\theta}{2} \right) \Rightarrow \frac{\theta}{2} = \arctan z \Rightarrow \theta = 2 \arctan z[/tex]
Can you differentiate arctan(x) with respect to x?
ie, what's:
[tex]\frac{d(\arctan(x))}{dx} = ?[/tex]
Have you covered it yet?
You can go from here, right?