Is the identity I came up with for sin(x) ^ 2 correct?

  • Context: Undergrad 
  • Thread starter Thread starter pro.in.vbdnf
  • Start date Start date
  • Tags Tags
    Identity
Click For Summary

Discussion Overview

The discussion revolves around the validity of a proposed identity for sin(x) and its relationship to sin(x)², exploring various trigonometric identities and their implications. Participants examine the connections between these identities and their applications, particularly in calculus.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant proposes an identity relating sin(x) and sin(x)², suggesting that sin(x) = 2 sin²(x/2 + π/4) - 1.
  • Another participant affirms the validity of the identity, linking it to the half-angle formula and providing additional trigonometric identities.
  • Further contributions explore the implications of the proposed identity, referencing cofunction, symmetry, and double angle identities.
  • Participants discuss the half-angle identities for both sine and cosine, noting their usefulness in calculus.
  • Questions arise regarding the existence of identities for √cos(x) and the potential for expressing it in terms of cos(x).
  • One participant suggests that while there may not be a direct identity for √cos(x), there are identities for √(1 ± cos(x)) that could be useful.
  • Discussion also touches on formatting LaTeX in the forum and the differences between various LaTeX tags.

Areas of Agreement / Disagreement

Participants express varying degrees of agreement on the validity of the proposed identities, with some affirming their correctness while others raise questions about the existence of identities for √cos(x). The discussion remains unresolved regarding the latter.

Contextual Notes

Some identities referenced depend on specific definitions and assumptions, and the discussion includes unresolved mathematical steps related to the proposed identities.

Who May Find This Useful

This discussion may be of interest to those studying trigonometric identities, calculus, or mathematical reasoning, particularly in the context of exploring and validating mathematical expressions.

pro.in.vbdnf
Messages
6
Reaction score
0
I noticed that the graphs of sin(x) and sin(x) ^ 2 are very similar. So I offset sin(x) ^ 2 to exactly match sin(x):
[tex]sin(x) = 2 sin^{2}\left(\frac{x}{2} +\frac{\pi}{4}\right) - 1[/tex]

Is this right, or is it an illusion? I haven't been able to find any identity that this is based on.
If it is right, then:
[tex]sin^{2}(x) = \frac{sin(2x - \frac{\pi}{2}) + 1}{2}[/tex]

Thanks,
pro.in.vbdnf
 
Last edited:
Physics news on Phys.org
That is certainly true!

Remember that [tex]sin(2x-\frac{\pi}{2})=-\cos(2x)[/tex]

and therefore, your identity is a rewriting of the half-angle formula.
 
You have indeed hit on something true. You are exploiting several trig identities. Namely:

Cofunction (for cosine): [itex]\cos(x)=\sin\left( \frac{\pi}{2}-x \right)[/itex]

Symmetry (for sine): [itex]\sin(-x) = \sin(x)[/itex]

Double Angle (for cosine): [itex]\cos(2x)=1-2\sin^2(x)[/itex]

So:

[tex]\frac{\sin \left( 2x - \frac{\pi}{2} \right)}{2}= \frac{-\sin \left( \frac{\pi}{2} - 2x \right)}{2} = \frac{-\cos(2x)+1}{2} = \frac{-(1-2\sin^2x)+1}{2}= \frac{2\sin^2(x)}{2} = \sin^2(x)[/tex]​

Incidently there is also the Half Angle (or Power Reducing) Identity

[tex]\sin^2(x) = \frac{1-\cos(2x)}{2}[/tex]​

which is closely related to what we have here.

--Elucidus
 
Thanks for your help! The identities I was missing putting together were [tex]sin^{2}(x) + cos^{2}(x) = 1[/tex] and [tex]cos(2x) = cos^{2}(x) - sin^{2}(x)[/tex].

So [tex]cos^{2}(x) = \frac{cos(2x) + 1}{2}[/tex]. I'll have to remember that.
 
Last edited:
Does that mean [tex]\sqrt{cos(x)}[/tex] has an identity in terms of cos(x)?
 
pro.in.vbdnf said:
Thanks for your help! The identities I was missing putting together were [tex]sin^{2}(x) - cos^{2}(x) = 1[/tex] and [tex]cos(2x) = cos^{2}(x) - sin^{2}(x)[/tex].

So [tex]cos^{2}(x) = \frac{cos(2x) + 1}{2}[/tex]. I'll have to remember that.

I believe you meant [itex]\sin^2(x) + \cos^2(x) = 1[/itex]. The latter equation above is the Half Angle (or Power Reducing) Identity for cosine.

pro.in.vbdnf said:
Does that mean [tex]\sqrt{cos(x)}[/tex] has an identity in terms of cos(x)?

I do not think so, but [tex]\sqrt{1 \pm \cos(x)}[/tex] does:

[tex]\sqrt{1+ \cos(x)}=\sqrt{\frac{2(1+\cos(2x/2))}{2}}=\sqrt{2\cos^2(x/2)}=\sqrt{2}\left| \cos(x/2) \right|[/tex]

[tex]\sqrt{1-\cos(x)}=\sqrt{2}\left| \sin(x/2) \right|[/tex]​

Both of these are handy for certain types of methods in calculus.

--Elucidus
 
(Yes, I meant [itex]\sin^2(x) + \cos^2(x) = 1[/itex].)

Elucidus said:
I do not think so, but [tex]\sqrt{1 \pm \cos(x)}[/tex] does:

[tex]\sqrt{1+ \cos(x)}=\sqrt{\frac{2(1+\cos(2x/2))}{2}}=\sqrt{2\cos^2(x/2)}=\sqrt{2}\left| \cos(x/2) \right|[/tex]

[tex]\sqrt{1-\cos(x)}=\sqrt{2}\left| \sin(x/2) \right|[/tex]​

Both of these are handy for certain types of methods in calculus.
What are their names?

By the way, is there a difference between the [tex]and [itex]tags? And is there a way to vertically center the LaTeX images with the text?[/itex][/tex]
 
1. The itex-tag can be used to generate Latex within the ordinary sentence structures, like the equation: [itex]2x-1=3[/itex], rather than [tex]2x-1=3[/tex]

2. Note that the half-angle formula gets rid of a square root!
Thus, the right-hand side is easily integrated, the left-hand side would seem a hopeless target for integration without that nifty identity.
 
[tex]\sqrt{cos(x)} = \sqrt{2 cos^{2}\left(\frac{x}{2}\right) - 1}[/tex]
So there is no way to get rid of the right hand radical?
 
  • #10
Sure, by squaring both sides. :smile:
 
  • #11
..while keeping the left radical? I wonder if there is an identity of the form [tex]\sqrt{cos(x)} = ... cos(x) ...[/tex]?
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 29 ·
Replies
29
Views
5K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K