Math Help: Finding Intersection of sin(x) and 2x/pi | Solving Inequalities

  • Thread starter Thread starter expscv
  • Start date Start date
AI Thread Summary
To find the intersection of sin(x) and 2x/π, graphing both functions reveals three points of intersection: (0,0), (π/2, 1), and (-π/2, 1). For the inequality x-1 ≤ 1/(x-1), solving involves identifying critical points where the expressions change signs, specifically at x = 0, 1, and 2. The inequality holds true for x ≤ 0 and in the interval 1 < x ≤ 2. Understanding the behavior of the functions around these critical points is essential for solving the inequality correctly.
expscv
Messages
241
Reaction score
0
1how do i find the intersaction of sin(x) and \frac{2x}{\pi}


2 solve x-1 \leq \frac{1}{x-1}
 
Physics news on Phys.org
For the intersection, plot the two functions. That will give you one of the three answers right away. The other two are trickier.

For the second, try first playing with y \leq \frac{1}{y}. You can do it "by cases", or plotting the two sides of the equation to get an idea of the whole situation.
 
oh i tried that but i got 4 answers that conflict each other, i don't know about the signs of them
 
and for Q1 it wasnt able to solve algerbically only draw to graph in scale and measure it~
 
x-1 \leq \frac{1}{x-1}

If I remember correctly the algebraic way of doing this was to say:

0 \leq \frac{1}{x-1} - x + 1

Make them the same fraction and find out where they change signs (where their linear factors in the numerator and denominator equal 0)
 
Either way, you're going to have to multiply through by (x-1), which can be both negative or positive. The sign of (x-1) will determine which direction the inequality goes, so it is important.

So for what values of x is (x-1) positive? Negative? What solutions do these two cases (+(x-1) and -(x-1)) yield?

This is what ahrkron was getting at.

cookiemonster
 
x-1 \leq \frac{1}{x-1}

if x-1 greater than 0
(x-1)^2 \leq 1
(x-1)^2-1 \leq 0
x^2-2x \leq 0
x(x-2) \leq 0
?

if x-1 less than 0

(x-1)^2 \geq 1
(x-1)^2-1 \geq 0
x^2-2x \geq 0
x(x-2) \geq 0
?

conflict ~~~ =(
 
i m now cureently study at sydney australia , the quailty there is so crap, my level of knowledge is dropping rapidly since came to sydney omg , the government do not really interested in high education, everything depends with us, we have to buy books past paper and do heaps more staff reqiued by school, and that only makes us standard compare to other country~ such a pity.
 
ppl here must be older than me any suggest into my future career? thx

i m losing my second place in maths to 6th, because the arrival of oversea studnets~

what can i do to improve my self? many thx
 
  • #10
expscv said:
1how do i find the intersaction of sin(x) and \frac{2x}{\pi}


2 solve x-1 \leq \frac{1}{x-1}

The intersection of the graphs of y= sin(x) and y= \frac{2x}{\pi} (it's the graphs that intersect, not the functions) is where sin(x)= \frac{2x}{\pi}. There is no "algebraic" way to solve that but you could use any number of numerical methods: and, as ahrkron said, graphing it is simple. Plotting it on my handy-dandy TI-83 (and I remember when "four-function" calculators were big news!) I see immediately that (0,0) is one intersection and, since both functions are odd, there exist one point of intersection with x positive and one with x negative.
Zooming in on the positive-x point, It looks like it is (\frac{\pi}{2}, 1).
Well, yes, of course, sin(\frac{\pi}{2})= 1 and \frac{2}{/pi}(\frac{\pi}{2})= 1. Graphing shows us that there exist exactly three points of intersection and simple calculation show that they are (0,0), (\frac{\pi}{2}, 1), and (-\frac{\pi}{2}, 1).

As for the inequality: x-1 \leq \frac{1}{x-1}, I think the simplest general way to solve inequalities is to look at the equation:
x-1 = \frac{1}{x-1} is the same as (x-1)2= 1 so
x-1= 1 => x= 2 or x-1= -1 => x= 0. Also the denominator of the fraction will be 0 when x-1= 0 => x= 1.
The point of that is that inequality can "change" (from "<" to ">") only where the two sides are equal or where the function is discontinuous: in this case where the denominator is 0: here at 0, 1, and 2.

If x= -1< 0, then the left side is (-1-1)= -2 and the right side is 1/(-2)= -1/2. -2< -1/2 so the inequality is true: therefore it is true for all x< 0.

If x= 1/2 (between 0 and 1), the left side is (1/2-1)=-1/2 and the right side is -2. -1/2> -2 so the inequality is false for all x between 0 and 1.

if x= 3/2 (between 1 and 2), the left side is (3/2-1)= 1/2 and the right side is 2. 1/2< 2 so the inequality is true for all x between 1 and 2.

Finally, if x= 3 (larger than 2), the left side is (3-1)= 2 and the right side is 1/2. 3> 1/2 so the inequality is false for all x> 2.

Since the problem was \leq, the equality is true at 0 and 2.

The inequality is true for x\leq 0 and 1&lt; x \leq 2.
 
  • #11
cookiemonster said:
Either way, you're going to have to multiply through by (x-1)

cookiemonster
You don't have to multiply through by x-1 at all:

x-1 \leq \frac{1}{x-1}


0 \leq \frac{1}{x-1} - (x - 1)


\frac{1}{x-1} - \frac{(x-1)^2}{x-1} \geq 0


\frac{1 - (x-1)^2}{x-1} \geq 0


\frac{1- (x^2 - 2x + 1)}{x-1} \geq 0


\frac{x^2 - 2x +1 -1}{x-1} \leq 0


\frac{x(x-2)}{x-1} \leq 0


Critical values are x = 0,1,2 These are when they change signs, so as the final statement is true when x &lt; 0 then:

x \leq 0

OR

1 &lt; x \leq 2

See another way of doing it if you like :smile:
 
  • #12
omg how come all so smart~ thanks all
 
Back
Top