How do you simplify #\sqrt { ( 1- \cos \theta ) ( 1+ \cos \theta ) }#?

3 Answers
May 20, 2018

#+-sintheta#

Explanation:

#sqrt((1-costheta)(1+costheta))#

Recall: (1-costheta)(1+costheta) is an example of the difference of 2 squares. The general form is #(a-b)(a+b) = a^2-b^2#

= #sqrt(1-cos^2theta)#

Recall: #sin^2theta+cos^2theta=1#
so, #1-cos^2theta=sin^2theta#

= #sqrt(sin^2theta)#

When you are square rooting a number, it can be positive or negative. Why?

Here's an example

#2^2=4# and #(-2)^2=4#
If you square a negative or positive number, its result will always be positive unless its a complex number.

= #+-sintheta#

May 20, 2018

#sqrt((1-cos(theta))(1+cos(theta)))=color(red)(abs(sin(theta)))#

Explanation:

Based on the Pythagorean Theorem we know (or maybe you just simply remember)
#color(white)("XXX")cos^2(theta)+sin^2(theta)=1#
or
#color(white)("XXX")1-cos^2(theta)=sin^2(theta)#

#(1-a)(1+a)=1-a^2#
or, in this case
#(1-cos(theta))(1+cos(theta))=1-cos^2(theta)#
which we have already noted is the same as
#color(white)("XXXXXXXXXXXXXX")=sin^2(theta)#

So #sqrt((1-cos(theta))(1+cos(theta)))=sqrt(sin^2(theta))#

and since the square root symbol always implies the positive root
#color(white)("XXXXXXXXXXXXXXXXX")=abs(sin(theta))#

May 25, 2018

I'm only answering to resolve the conflict between the two other answers.

As written Alan is correct,

#\sqrt{(1-cos theta)(1+ cos theta)} = sqrt{1 - cos^2 theta}=sqrt{sin^2 theta} = |sin theta| #

That's because the radical sign applied to a real number refers to the principal square root which is the positive square root, thus the absolute value is correct.

But Lucy's answer is really the one that arises in practice. We have sine or cosine and want the other one:

#cos ^2 theta + sin ^2 theta = 1 #

#sin ^2 theta = 1 - cos ^2 theta #

#sin theta = pm sqrt{ 1 - \cos^2 theta} #

It's hard to think clearly about the signs and the quadrants. This is just one more unnecessarily difficult thing about the way we do and teach trigonometry.

An angle is a relation between two rays. Rays are complicated. We could have set up trig so our essential measure was between two lines and avoided all the quadrant stuff.

Geometry is actually more properly done at the squared level. The basic measure of the spread between lines is #sin^2 theta# which becomes the replacement for angle. Instead of length we use squared length, basically area. The Pythagorean Theorem becomes #C=A+B.# These observations form Norm Wildberger's Rational Trigonometry .