Solving a Trigonometric Equation: Tips and Tricks for Beginners

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
Psi-String
Messages
78
Reaction score
0
I have stuck on this problem for long time

[tex]sin^2 \alpha = \frac{\alpha}{2}[/tex]

I never meet this kind of problem before, and I have no idea about this. Could someone tell me how to solve this kind of problem?

Thanks in advance.

(Ans: [tex]\alpha = 1.39 rad[/tex])
 
Physics news on Phys.org
This kind of problem can be done with Newton's method.
[tex]\sin ^ 2 \alpha = \frac{\alpha}{2}[/tex]
[tex]\Leftrightarrow 2 \sin ^ 2 \alpha = \alpha[/tex]
[tex]\Leftrightarrow - 2 \sin ^ 2 \alpha + \alpha = 0[/tex]
[tex]\Leftrightarrow \cos (2 \alpha) - 1 + \alpha = 0[/tex]
Now let [tex]f(x) = \cos (2x) + x - 1[/tex]
Since f(0) = 0, that means x = 0 is 1 solution to the question.
Now let's choose x0.
[itex]f(1) = \cos 2[/itex]. Since [tex]2 \in ]\frac{\pi}{2} ; \ \pi[[/tex], we have: [itex]f(1) = \cos 2 < 0[/itex]
[itex]f(2) = \cos 4 + 1 > 0[/itex].
So we have 1 more solution on the interval ]1; 2[.
Pick any x0 on the interval ]1; 2[.
Then apply the Newton's method:
[tex]x_{n + 1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}[/tex]. And let n increase without bond. The solution will be [tex]x = \lim_{n \rightarrow \infty} x_n[/tex].
If you get x = 0 (just try another x0) (we already know this solution, we want to find another on the interval ]1; 2[).
You may want to try some x0 that's closed to 2.
Just try it and see what you get.
So there are 2 solutions to the problem.
Can you go from here?
By the way, I believe you cannot get any solution that reads:
[itex]x \approx 1.39 \mbox{ rad}[/itex]. That may be a typo though.
 
Last edited:
hmmm... though a little bit vague, I think I can solve it.

Thanks
 
You do understand that [itex]\alpha= 0[/itex] is an obvious solution and are asking for non-zero solutions?

The point is that there is no "algebraic method" to solve an equation in which the unknown occurs both in and outside of a trascendental function- such as [itex]sin^2 \alpha= \frac{\alpha}{2}[/itex].

As VietDao29 said, a good way to solve such equation is "Newton's method". A solution to f(x)= 0 is given by xn+1= xn- \frac{f(x_0}{f'(x_0}[/tex]

In this problem [itex]f(x)= sin^2(x)- \frac{x}{2}. f'(x)= 2 sin(x)cos(x)-\frac{1}{2}[/itex] so [itex]x_{n+1}= x_n- \frac{sin^(x)- \frac{x}{2}}{2sin(x)cos(x)-\frac{1}{2}}[/itex]

Pick a starting value for x (perhaps [itex]x= \frac{\pi}{2}[/itex] would be keep you away from 0) and do the arithmetic.
 
For small angle, sin^2(alpha) ~= (alpha^2). So a place to look might be when alpha = 1/2

My calculator converges on .5545
 
cyrusabdollahi said:
For small angle, sin^2(alpha) ~= (alpha^2). So a place to look might be when alpha = 1/2

My calculator converges on .5545
Then, there's probably something wrong with your calculator. :-p
You can always put x back to the original equation, and find out that it is not a solution... :-p
By the way, the problem reads:
[tex]\sin ^ 2 \alpha = \frac{\alpha}{2}[/tex].
 
No, that ans is flat out wrong. Plug it in, you will get .9676672 = .695, I don't think so. The two solutions are .5545 and I think something like 1.83ish.
 
Whooops, I almost missed one solution x = 0.554572091... My bad. :cry: :blushing: :frown:
I must be careful next time...
But don't forget the obvious solution x = 0.