How do you prove #[1 - cos(x)]/[sin(x)] = tan(x/2)#?

3 Answers

#(1-cos x)/sin x=tan (x/2)# is TRUE

Explanation:

#(1-cos x)/sin x=tan (x/2)#

#sqrt((1-cos x)^2/sin^2 x)=tan (x/2)#

#sqrt((1-cos x)^2/(1-cos^2 x))=tan (x/2)#

#sqrt(((1-cos x)(1-cos x))/((1-cos x)(1+cos x)))=tan (x/2)#

#sqrt((cancel((1-cos x))(1-cos x))/(cancel((1-cos x))(1+cos x)))=tan (x/2)#

#sqrt(((1-cos x))/((1+cos x)))=tan (x/2)#

#sqrt(((1-cos x))/((1+cos x))*(1/2)/(1/2))=tan (x/2)#

#sqrt(((1-cos x)/2)/((1+cos x)/2))=tan (x/2)#

#sqrt(((1-cos x)/2))/sqrt(((1+cos x)/2))=tan (x/2)#

Take note: #sin (x/2)=sqrt((1-cos x)/2# and
Take note: #cos (x/2)=sqrt((1+cos x)/2#

#sin (x/2)/cos (x/2)=tan (x/2)#

#tan (x/2)=tan (x/2)#

God bless....I hope the explanation is useful.

Jun 1, 2016

This is a similar process to the other answer,but hopefully this shows a more intuitive approach to determining in what way to manipulate the expressions,

Modifying the right-hand side only,

#tan(x/2)=sin(x/2)/cos(x/2)#

Using these two identities:

#=sqrt((1-cosx)/2)/sqrt((1+cosx)/2)=sqrt(((1-cosx)/2)/((1+cosx)/2))=sqrt((1-cosx)/2(2/(1+cosx)))#

#=sqrt((1-cosx)/(1+cosx))#

At this point, knowing what to do could become confusing. However, whenever we have denominators split into two parts, it's always a good idea to think about conjugates -- especially since #(1+cosx)(1-cosx)=1-cos^2x=sin^2x#.

#=sqrt(((1-cosx)(1-cosx))/((1+cosx)(1-cosx)))=sqrt(((1-cosx)^2)/sin^2x)#

Both squares are cancelled by the square root:

#=(1-cosx)/sinx#

Jun 1, 2016

Here is a solution that does not ignore the sign question in the identities for #sin(x/2)# and #cos(x/2)#.

Explanation:

Substitute: Let #y=x/2#.

Our task now is to

show that #(1-cos2y)/(sin2y) = tany#.

Obviously, if we can show that (1-cos2y)/(sin2y) = sinxy/cosy#, hen we can finish.

Let's rewrite the left side using double angle formulas. But wait!. There are 3 ways of rewriting #cos(2y)#. Which one should we use?

It might be too much to keep in our head, so let's write down the choices. Then we'll think about what the next steps would look like and try to make a selection.

#(1-cos2y)/(sin2y) = (1-(cos^2y-sin^2y))/(2sinycosy)#

OR

#(1-cos2y)/(sin2y) = (1-(1-2sin^2y))/(2sinycosy)#

OR

#(1-cos2y)/(sin2y) = (1-(2cos^2y-1))/(2sinycosy)#

Thinking about the next steps, it looks like the middle way might work out best.

#(1-cos2y)/(sin2y) = (1-(1-2sin^2y))/(2sinycosy)#

# = (2sin^2y)/(2sinycosy)#

# = (cancel(2)cancel(siny)siny)/(cancel(2)cancel(siny)cosy)#

# = siny/cosy#

# = tany#

It is not necessary to change the variable when we write up the proof, but I think the notation is cleaner and easier to read.

Here's how it looks without changing the variable.

#(1-cosx)/sinx = (1-cos(2(x/2)))/(sin(2(x/2)))#

# = (1-(1-2sin^2(x/2)))/(2sin(x/2)cos(x/2))#

# = (2sin^2(x/2))/(2sin(x/2)cos(x/2))#

# = (cancel(2)cancel(sin(x/2))sin(x/2))/(cancel(2)cancel(sin(x/2))cos(x/2))#

# = sin(x/2)/cos(x/2)#

# = tan(x/2)#