Why does [sin(θ/2)-cos(θ/2)]^2 not always equal 1?

AI Thread Summary
The expression [sin(θ/2)-cos(θ/2)]^2 does not equal 1 for all values of θ because it involves the square of a difference, which expands to sin^2(θ/2) - 2sin(θ/2)cos(θ/2) + cos^2(θ/2), rather than simply equating to 1. The correct identity to remember is sin^2(A) + cos^2(A) = 1, but this does not apply directly to the square of a difference. Graphing the function reveals that it varies with θ, confirming that it does not consistently equal 1. The confusion arises from misapplying algebraic identities, particularly the expansion of (A - B)^2. Understanding these algebraic principles is crucial for solving related physics problems.
NanoChrisK
Messages
14
Reaction score
0

Homework Statement



Does [sin(θ/2)-cos(θ/2)]^2 equal 1 for all values of θ?

I need to figure this out to solve a physics problem.

Homework Equations



sin^2(A)+cos^2(A)=1

The Attempt at a Solution



[sin(θ/2)-cos(θ/2)]^2
=sin^2(θ/2)+cos^2(θ/2)
=1

But this isn't what I get when I put f(x)=[sin(θ/2)-cos(θ/2)]^2 in my graphing calculator. What's going on?
 
Physics news on Phys.org
NanoChrisK said:

Homework Statement



Does [sin(θ/2)-cos(θ/2)]^2 equal 1 for all values of θ?

I need to figure this out to solve a physics problem.

Homework Equations



sin^2(A)+cos^2(A)=1

The Attempt at a Solution



[sin(θ/2)-cos(θ/2)]^2
=sin^2(θ/2)+cos^2(θ/2)
The above is wrong. (A - B)2 ##\neq## A2 - B2.
NanoChrisK said:
=1

But this isn't what I get when I put f(x)=[sin(θ/2)-cos(θ/2)]^2 in my graphing calculator. What's going on?
 
Draw a unit circle with a radius at an arbitrary angle and looks at the equation in terms of what it means in that context. This should show you pretty quickly whether it's true or not.
 
Mark44 said:
The above is wrong. (A - B)2 ≠\neq A2 - B2.

Hmm I may be wrong, but I think you meant to type "(A -B)2 ≠ A2+A2" (with a + in the second half of the equation) This is the form I gave it in, unless I'm missing something. Is this not correct? I'm getting this from:

(A-B)2 = (A-B)(A-B) = A2 + AB - AB + (-B)2 = A2 + B2
 
Mark44 said:
The above is wrong. (A - B)2 ##\neq## A2 - B2.

Ok I see what I said previously was incorrect! Because

(A-B)2 = (A-B)(A-B) = A2 - 2AB + (-B)2 = A2 - 2AB + B2

NOT what I had earlier. I guess I just need to re-take basic algebra! Thanks Mark!
 
NanoChrisK said:
Hmm I may be wrong, but I think you meant to type "(A -B)2 ≠ A2+A2" (with a + in the second half of the equation) This is the form I gave it in, unless I'm missing something. Is this not correct? I'm getting this from:

(A-B)2 = (A-B)(A-B) = A2 + AB - AB + (-B)2 = A2 + B2
No, this part is wrong: A2 + AB - AB + (-B)2, namely the +AB term.
 
Mark44 said:
No, this part is wrong: A2 + AB - AB + (-B)2, namely the +AB term.

Yes, I understand now :D There should have been a -2AB in the middle there. Thanks for making that clear to me!
 
It is fairly easy to show that cos^2(\theta/2)- sin^2(\theta/2)= cos(\theta), not 1.
 
  • Like
Likes chwala
HallsofIvy said:
It is fairly easy to show that cos^2(\theta/2)- sin^2(\theta/2)= cos(\theta), not 1.
Follows from ##cos {2θ}=cos^2 θ - sin^2θ##...
⇒##\cos θ = cos^2 \frac {1}{2} θ - sin^2 \frac {1}{2} θ##
 
Back
Top