Does the Pythagorean Identity Hold for sin^2(3x) + cos^2(3x)?

  • Thread starter Thread starter AMan24
  • Start date Start date
  • Tags Tags
    Identity
Click For Summary
The discussion centers on whether the Pythagorean identity sin^2(3x) + cos^2(3x) equals 1. Participants express uncertainty about applying the identity to sin^2(3x) and cos^2(3x), questioning if it holds for all values of x. It is clarified that there are no restrictions on x, suggesting the identity does indeed hold true. Examples are provided to illustrate that sin^2(x) + cos^2(x) equals 1 for various values of x. Ultimately, the consensus is that the Pythagorean identity applies universally, including for sin^2(3x) + cos^2(3x).
AMan24
Messages
58
Reaction score
2

Homework Statement


sin2x + cos2x = 1

but would sin23x + cos23x = 1?

Homework Equations


none.

The Attempt at a Solution


[/B]
I'm pretty sure sin23x + cos23x can't equal 1 otherwise the identity would probably be written as sin2cx + cos2cx = 1 and I've never seen it written like this.

I was doing a homework problem and i ended up in a situation where, if i could use sin2cx + cos2cx = 1, i'd get my answer. But I am doing it differently than the book, so my way might be wrong
 
Physics news on Phys.org
When you write \sin^2(x) + \cos^2(x) = 1 are there restrictions on the values x can take? For example, could x = 3 * y?
 
  • Like
Likes AMan24
no there are no restrictions, so that must mean it does work, or actually, you said x = 3y. I am not sure... there's no restrictions I am aware of
 
AMan24 said:
no there are no restrictions, so that must mean it does work, or actually, you said x = 3y. I am not sure... there's no restrictions I am aware of

Right. It's true for any value of x.
 
  • Like
Likes AMan24
AMan24 said:

Homework Statement


sin2x + cos2x = 1

but would sin23x + cos23x = 1?

Homework Equations


none.

The Attempt at a Solution


[/B]
I'm pretty sure sin23x + cos23x can't equal 1 otherwise the identity would probably be written as sin2cx + cos2cx = 1 and I've never seen it written like this.

I was doing a homework problem and i ended up in a situation where, if i could use sin2cx + cos2cx = 1, i'd get my answer. But I am doing it differently than the book, so my way might be wrong

Take ##x=10##. Would you agree that ##\sin^2 10 + \cos^2 10 = 1?## Do you really think that makes ##\sin^2 30 + \cos^2 30 ## come out different from 1? What about ##\sin^2 37 + \cos^2 37?## That would be ##\sin^2 cx + \cos^2 cx## with ##c = 3.7##.
 
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.