Solve sin(y/2)=y/4: Step-by-Step Guide

  • Context: Undergrad 
  • Thread starter Thread starter garyng2001hk
  • Start date Start date
Click For Summary
SUMMARY

The equation sin(y/2) = y/4 has three distinct solutions, with one solution being y = 0. The most effective method to find the solutions is to graph the functions y = sin(x/2) and y = x/4, identifying the intersection points. Alternatively, the bisection method can be employed to approximate the solutions by evaluating the functions at various points and narrowing down the intervals. This iterative approach allows for achieving the desired accuracy in finding the roots.

PREREQUISITES
  • Understanding of trigonometric functions and their graphs
  • Familiarity with the bisection method for root-finding
  • Experience using graphing calculators, specifically the TI-85
  • Basic knowledge of continuous functions and their properties
NEXT STEPS
  • Learn how to graph trigonometric functions using graphing calculators
  • Study the bisection method in detail for numerical root-finding
  • Explore the half-angle formulas in trigonometry
  • Investigate other numerical methods for solving equations, such as Newton's method
USEFUL FOR

Students, educators, and mathematicians interested in solving trigonometric equations, particularly those seeking to enhance their skills in numerical methods and graphing techniques.

garyng2001hk
Messages
5
Reaction score
0
Please show the steps
 
Mathematics news on Phys.org
There is no "algebraic" way to solve that equation. (There are, in fact, three distinct solutions. Here's one for free: x= 0!)

Simplest way: graph y= sin(x/2) and graph y= x/4 on the same coordinates. The solution is the x coordinate of the points where the two graphs cross. On my TI85 calculator, that's quick and simple. It even let's me "zoom" in on a point of intersection.

Almost as simple but tedious is 'bisection": going by steps of 1, I see that sin(3/2)= .997 and 3/4= .75 so sin(x/2) is larger. But sin(4/2)= .909 while 4/4= 1 so now x/4 is larger. Since sin(x/2) and x/4 are continuous functions, that means that they must be equal somewhere between 3 and 4. We don't know where so 1/2 way between is as good as any: sin(3.5/2)= .984 and 3.5/4= .875. sin(x/2) is larger there so they must be equal somewhere between 3.5 and 4. Half way between again is 3.75. sin(3.75/2)= .984 and 3.75/4= .934. sin(x/2) is still larger so we try half way between 3.75 and 4, 3.875. sin(3.875/2)= .9335 (I added an addtional decimal place because these are all the same to 3 places) and 3.875/4= .9687. Now x/4 is larger so there must be a solution between 3.75 (the last value at which sin(x/2) was larger) and 3.875. Half way between them is 3.8125. Continue this until you have the desired accuracy. Once you get that root, it should be obvious what the third solution is.
 
I'm sure you could try the half-angle formula and then solve algebraically from there. I'm not sure if it would work out though.
 

Similar threads

Replies
3
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 6 ·
Replies
6
Views
4K