Is simplification of sin(x) * (1 - sqrt(cos(x)) possible?

  • MHB
  • Thread starter lkcl
  • Start date
In summary: It would, and in fact this is the equation that's currently being used in Chip Architect:$\left( \frac{ 1 + 2 x}{y} \right) ^4 = 1 - y^2
  • #1
lkcl
7
0
hi folks I've looked on List of trigonometric identities - Wikipedia, the free encyclopedia
and the equation below (expressed identically as both latex and python) i don't
see on the list. can anyone think of a way in which this equation may be
re-factored so that the square-root is no longer part of it?

many many thanks,
l.

(update: let me try some {math} brackets round the latex... it worked! yay! thanks mark for the hint)
\(\displaystyle
w = \frac{
\left( 1 - \sqrt{\cos{\alpha \pi}} \right)
\left(sin{\alpha \pi} \right)
}
{2}
\)
python:

cs = 1 - pow(cos(fsc * pi), 0.5)
si = sin(fsc * pi)

cs * si / 2
 
Last edited:
Mathematics news on Phys.org
  • #2
I have moved this thread here to our trigonometry subforum as it is a better fit. For easier reading, the expression is equivalently:

\(\displaystyle w = \frac{\left(1-\sqrt{\cos(\alpha\pi)} \right)\sin(\alpha\pi)}{2}\)

This first thing I notice is we need to assume the angle $\alpha\pi$ is in the first or fourth quadrants if $w$ is to be real. But, I don't know of any identities that would allow you to express that cosine function as a square.
 
  • #3
MarkFL said:
I have moved this thread here to our trigonometry subforum as it is a better fit. For easier reading, the expression is equivalently:

\(\displaystyle w = \frac{\left(1-\sqrt{\cos(\alpha\pi)} \right)\sin(\alpha\pi)}{2}\)

This first thing I notice is we need to assume the angle $\alpha\pi$ is in the first or fourth quadrants if $w$ is to be real. But, I don't know of any identities that would allow you to express that cosine function as a square.

thank you mark - yes w is real. i thought about squaring the equation (x^2 + 2xy + y^2) but doh! that just leaves sqrt cos in the middle. this is a very strange equation but i cannot argue with it: it was discovered phenomenologically (big word, i know *grin*) by mrob's program "ries". alpha is the fine structure constant and this is something fascinating and exciting based on qiu-hong hu's paper about the electron prescribing a path of a hubius helix. in case any of these help in any way, or are generally of interest:

[1206.0620] On the Wave Character of the Electron
[physics/0512265] The nature of the electron
http://members.optushome.com.au/walshjj/toroid2.jpg
 
  • #4
Well, you can rewrite it as:

$$\left [ 1 - \frac{2w}{\sin{\pi \alpha}} \right ]^2 = \cos{\pi \alpha}$$

Which is an aesthetically pleasing relation, but I don't think you can get it any simpler than what you've got (in order to calculate $w$) unless $\alpha$ has some special properties. It will certainly be more efficient than expressing $w$ as a real root of a fourth order polynomial, as can be seen by setting $\cos \pi \alpha = \sqrt{1 - \sin^2 \pi \alpha}$ and squaring both sides.
 
  • #5
Bacterius said:
Well, you can rewrite it as:

$$\left [ 1 - \frac{2w}{\sin{\pi \alpha}} \right ]^2 = \cos{\pi \alpha}$$

Which is an aesthetically pleasing relation, but I don't think you can get it any simpler than what you've got (in order to calculate $w$) unless $\alpha$ has some special properties.

$\alpha$ does actually have some special properties, but they're expressed as an iterative algorithm:

Chip Architect: An exact formula for the Electro Magnetic coupling constant ( fine structure constant )
It will certainly be more efficient than expressing $w$ as a real root of a fourth order polynomial, as can be seen by setting $\cos \pi \alpha = \sqrt{1 - \sin^2 \pi \alpha}$ and squaring both sides.

oh! that would seem to do the trick, wouldn't it. awwwesome. the reason i say that is because there is a near-identical equation of similar layout that I'm presently dealing with in the form:

\(\displaystyle
\left( \frac{ 1 + 2 x}{y} \right) ^4 = 1 - y^2
\)

or something to that effect, which would make this a lot easier. so, thank you!
 

FAQ: Is simplification of sin(x) * (1 - sqrt(cos(x)) possible?

Can sin(x) * (1 - sqrt(cos(x)) be simplified?

Yes, it is possible to simplify this expression.

What is the simplified form of sin(x) * (1 - sqrt(cos(x))?

The simplified form is sin(x) - sin(x) * sqrt(cos(x)).

Why is simplification of sin(x) * (1 - sqrt(cos(x)) important?

Simplification can make the expression easier to understand and work with in mathematical calculations.

What are the steps to simplify sin(x) * (1 - sqrt(cos(x))?

The steps to simplify this expression are:
1. Distribute the sin(x) to get sin(x) - sin(x) * sqrt(cos(x))
2. Use the identity sin^2(x) + cos^2(x) = 1 to rewrite the sqrt(cos(x)) as sqrt(1 - sin^2(x))
3. Combine like terms and simplify to get sin(x) - sin(x) * sqrt(1 - sin^2(x))

Are there any other ways to express sin(x) * (1 - sqrt(cos(x))?

Yes, this expression can also be written as sin(x) * (cos(x) - sqrt(cos(x))) or sin(x) * (cos(x) - cos(x) * sqrt(cos(x))).

Similar threads

Replies
11
Views
1K
Replies
5
Views
1K
Replies
2
Views
978
Replies
3
Views
3K
Replies
3
Views
2K
Replies
1
Views
836
Replies
1
Views
1K
Replies
11
Views
9K
Back
Top