Solving a Trigonometric Equation: Tips and Tricks for Beginners

So there are 3 solutions: 0, 0.554572091..., 1.849076836... :yup:In summary, there is a problem which involves solving the equation sin^2(alpha) = (alpha)/2. This type of problem can be solved using Newton's method, by setting up a function and using a starting value to find the roots. In this case, there are three solutions: 0, 0.554572091..., and 1.849076836...
  • #1
Psi-String
79
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
  • #2
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:
  • #3
hmmm... though a little bit vague, I think I can solve it.

Thanks
 
  • #4
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.
 
  • #5
A good way to start this type of problem is by plotting the functions [itex] \sin^2( \alpha )[/itex] and [itex] \frac { \alpha } 2 [/itex].

Roots are at the points of intersection.
 
  • #6
For small angle, sin^2(alpha) ~= (alpha^2). So a place to look might be when alpha = 1/2

My calculator converges on .5545
 
  • #7
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].
 
  • #8
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.
 
  • #9
I get 1.849076836 and 0.554572091
 
  • #10
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.
 

FAQ: Solving a Trigonometric Equation: Tips and Tricks for Beginners

What is a Trigonometric Function?

A trigonometric function is a mathematical function that relates the angles of a triangle to the lengths of its sides. These functions are used to model periodic phenomena and are commonly used in fields such as geometry, physics, and engineering.

What are the 6 main trigonometric functions?

The 6 main trigonometric functions are sine, cosine, tangent, cosecant, secant, and cotangent. These functions are derived from the ratios of the sides of a right triangle and are used to solve for unknown sides and angles.

What is the unit circle and how is it related to trigonometric functions?

The unit circle is a circle with a radius of 1, centered at the origin of a coordinate plane. It is used to visualize and understand the relationship between trigonometric functions and angles. The x-coordinate of a point on the unit circle corresponds to the cosine of the angle, and the y-coordinate corresponds to the sine of the angle.

What is the difference between inverse trigonometric functions and regular trigonometric functions?

Regular trigonometric functions take an angle as input and output a ratio of sides. Inverse trigonometric functions, on the other hand, take a ratio as input and output the corresponding angle. Inverse trigonometric functions are used to solve for angles when given a ratio of sides.

What are some real-world applications of trigonometric functions?

Trigonometric functions have a wide range of applications in fields such as architecture, navigation, surveying, and astronomy. They are used to calculate distances, heights, and angles of objects and to model oscillating phenomena such as sound and light waves.

Similar threads

Back
Top