Intervals of Increase/Decrease

  • Thread starter Cosmophile
  • Start date
  • Tags
    intervals
In summary: In this case, ##f(x)## is increasing on the interval ##0 < x < 2\pi## when either ##f'(x)## is positive or ##f'(x)## is negative.
  • #1
Cosmophile
111
2

Homework Statement


Identify the open intervals on which the function ##f(x) = \cos \frac {x}{2}, 0 < x < 2 \pi## is increasing or decreasing.

Homework Equations


##f(x) = \cos \frac {x}{2}##

##f'(x) = -\frac {1}{2} \sin \frac {x}{2}##

The Attempt at a Solution


I'm attempting to do these types of problems using inequalities, as Serge Lang does in his text, and some problems are easier than others (as one would expect). Here's my attempt so far:

##f## is increasing/decreasing when ##f' > 0## and ##f' < 0## respectively.

##-\frac {1}{2} \sin \frac {x}{2} > 0##

##\sin \frac{x}{2} < 0##
Here, I am torn. If I take ##\arcsin \frac {x}{2} < \arcsin 0## I end up with ##x < 0##. This essentailly means that ##f## is increasing when ##x## is negative. There are no ##x < 0## on the interval, so ##f(x)## is never increasing on the interval ##0 < x < 2 \pi##. This happens to be the case, but I don't think this is the reason. For instance, if I look for the interval on which ##f## is decreasing, using the same method, I get:

##-\frac {1}{2} \sin \frac {x}{2} < 0 \to \sin \frac {x}{2} > 0 \to x > 0##

Which says that ##f## is decreasing when ##x>0##, which is true on this interval, but fails beyond the interval.

I have tried doing this without taking the ##\arcsin## of both sides:

##-\frac {1}{2} \sin \frac {x}{2} < 0 \to \sin \frac {x}{2} > 0##

This is less upsetting for me, as I can see this and see which values of ##x## hold. Ultimately, I do not know which is the best method, or if there is another method entirely that I should be using.

Thanks in advance!
 
Physics news on Phys.org
  • #2
Cosmophile said:

Homework Statement


Identify the open intervals on which the function ##f(x) = \cos \frac {x}{2}, 0 < x < 2 \pi## is increasing or decreasing.

Homework Equations


##f(x) = \cos \frac {x}{2}##

##f'(x) = -\frac {1}{2} \sin \frac {x}{2}##

The Attempt at a Solution


I'm attempting to do these types of problems using inequalities, as Serge Lang does in his text, and some problems are easier than others (as one would expect). Here's my attempt so far:

##f## is increasing/decreasing when ##f' > 0## and ##f' < 0## respectively.

##-\frac {1}{2} \sin \frac {x}{2} > 0##

##\sin \frac{x}{2} < 0##
Here, I am torn. If I take ##\arcsin \frac {x}{2} < \arcsin 0## I end up with ##x < 0##. This essentailly means that ##f## is increasing when ##x## is negative. There are no ##x < 0## on the interval, so ##f(x)## is never increasing on the interval ##0 < x < 2 \pi##. This happens to be the case, but I don't think this is the reason. For instance, if I look for the interval on which ##f## is decreasing, using the same method, I get:

##-\frac {1}{2} \sin \frac {x}{2} < 0 \to \sin \frac {x}{2} > 0 \to x > 0##

Which says that ##f## is decreasing when ##x>0##, which is true on this interval, but fails beyond the interval.

I have tried doing this without taking the ##\arcsin## of both sides:

##-\frac {1}{2} \sin \frac {x}{2} < 0 \to \sin \frac {x}{2} > 0##

This is less upsetting for me, as I can see this and see which values of ##x## hold. Ultimately, I do not know which is the best method, or if there is another method entirely that I should be using.

Thanks in advance!

Drawing a graph always helps. What does the graph of ##y = \cos(x/2), \; 0 \leq x \leq 2 \pi## look like? Alternatively, you can also look at the unit circle in ##\mathbb{R}^2##, and pinpoint the location of the points ##(X,Y)##, where ##X = \cos(x/2), Y = \sin(x/2), \; 0 \leq x \leq 2 \pi## for the various values of ##x##.
 
  • #3
I graphed it, which is how I know that ##f## is never increasing on the interval ##0 < x < 2\pi##. I just can't figure out how to come to these conclusions solely from the use of inequalities. That is, I'm looking for a purely analytical solution as opposed to a geometric one. (Is that the proper way to say it?) Thank you for the insights!
 
  • #4
You need to know what values sin(x) has! You should know that sin(x) is positive for [itex]0< x< \pi[/itex], then negative for [itex]\pi< x< 2\pi[/itex], then positive for [itex]2\pi< x< 3\pi[/itex], etc.
 
Last edited by a moderator:
  • #5
Cosmophile said:
I graphed it, which is how I know that ##f## is never increasing on the interval ##0 < x < 2\pi##. I just can't figure out how to come to these conclusions solely from the use of inequalities. That is, I'm looking for a purely analytical solution as opposed to a geometric one. (Is that the proper way to say it?) Thank you for the insights!

So much depends on how you define the functions ##\sin## and ##\cos##. For example, Rudin defines them through their MacLauren expansions, so that
[tex] \sin(x) = \sum_{n=0}^{\infty} (-1)^{n} \frac{x^{2n+1}}{(2n+1)!}, \; \cos(x) = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}, [/tex]
by definition. He then goes on to prove things like ##\sin^2(x) + \cos^2(x) = 1##, etc., and establishes the usual properties you get from the graphs. That is he proves there is a smallest ##x > 0## (call it ##\pi##) such that ##\sin(\pi) = 0##. Also, ##\pi/2## is the smallest positive root of ##\cos(x) = 0##, etc. Furthermore, the functions are periodic, with period ##2 \pi##. He gets these from the infinite series, plus the relations ##\sin(x)' = \cos(x)##, ##\cos(x)' = -\sin(x)##, together with mean value theorems and the like.
 
  • #6
Do you know the unit circle definition of sine? Ifso, use that to tell when sine is negative and positive. If not, look it up - it's very useful.
 
  • #7
HallsofIvy said:
You need to know what values sin(x) has! You should know that sin(x) is positive for [itex]0< x< \pi[/itex], then negative for [itex]\pi< x< 2\pi[/itex], then positive for [itex]2\pi< x< 3\pi[/itex], etc.

Indeed, and I do know this. I should probably make this more clear: My issue is not in solving the problem, but in solving the problem using inequalities, as Lang does (and as I've seen in the MIT 18.01 lecture series).

Ray Vickson said:
So much depends on how you define the functions ##\sin## and ##\cos##. For example, Rudin defines them through their MacLauren expansions, so that
[tex] \sin(x) = \sum_{n=0}^{\infty} (-1)^{n} \frac{x^{2n+1}}{(2n+1)!}, \; \cos(x) = \sum_{n=0}^{\infty} (-1)^n \frac{x^{2n}}{(2n)!}, [/tex]
by definition. He then goes on to prove things like ##\sin^2(x) + \cos^2(x) = 1##, etc., and establishes the usual properties you get from the graphs. That is he proves there is a smallest ##x > 0## (call it ##\pi##) such that ##\sin(\pi) = 0##. Also, ##\pi/2## is the smallest positive root of ##\cos(x) = 0##, etc. Furthermore, the functions are periodic, with period ##2 \pi##. He gets these from the infinite series, plus the relations ##\sin(x)' = \cos(x)##, ##\cos(x)' = -\sin(x)##, together with mean value theorems and the like.

I've heard of Rudin's text before, and am looking forward to reading it. I think that I should probably have a better understanding of Calculus (at least series) before starting analysis.

JonnyG said:
Do you know the unit circle definition of sine? Ifso, use that to tell when sine is negative and positive. If not, look it up - it's very useful.

I'm familiar with it, thank you!
 
  • #8
I'm still struggling to come up with a sensible answer using inequalities.

Update: I'm beginning to think that this method is simply not the best for periodic functions. Feel free to show me why this isn't the case!
 
Last edited:
  • #9
Cosmophile said:
I'm still struggling to come up with a sensible answer using inequalities.

Update: I'm beginning to think that this method is simply not the best for periodic functions. Feel free to show me why this isn't the case!

When you say "this" method, which method are you referring to?
 
  • #10
Let's see if I can stay on task, sticking with the intent of your recent threads.

Cosmophile said:
Identify the open intervals on which the function ##f(x) = \cos \frac {x}{2}, 0 < x < 2 \pi## is increasing or decreasing.

##f(x) = \cos \frac {x}{2}\ ,\ \ \ ## ##\ f'(x) = -\frac {1}{2} \sin \frac {x}{2}##​

The Attempt at a Solution


I'm attempting to do these types of problems using inequalities, as Serge Lang does in his text, and some problems are easier than others (as one would expect).

##f## is increasing/decreasing when ##f' > 0## and ##f' < 0## respectively.

##-\frac {1}{2} \sin \frac {x}{2} > 0##

##\sin \frac{x}{2} < 0##
Here, I am torn. If I take ##\arcsin \frac {x}{2} < \arcsin 0## I end up with ##x < 0##. This essentially means that ##f## is increasing when ##x## is negative. There are no ##x < 0## on the interval, so ##f(x)## is never increasing on the interval ##0 < x < 2 \pi##. This happens to be the case, but I don't think this is the reason. For instance, if I look for the interval on which ##f## is decreasing, using the same method, I get:

##-\frac {1}{2} \sin \frac {x}{2} < 0 \to \sin \frac {x}{2} > 0 \to x > 0##

Which says that ##f## is decreasing when ##x>0##, which is true on this interval, but fails beyond the interval.

I have tried doing this without taking the ##\arcsin## of both sides:

##-\frac {1}{2} \sin \frac {x}{2} < 0 \to \sin \frac {x}{2} > 0##

This is less upsetting for me, as I can see this and see which values of ##x## hold. Ultimately, I do not know which is the best method, or if there is another method entirely that I should be using.

Thanks in advance.
As you've noticed the inverse trig functions can introduce difficulties. Perhaps a larger problem is that the trig functions themselves are periodic.

For the function here, ##\displaystyle \ f(x) = \cos \frac {x}{2},\ 0 < x < 2 \pi \,,\ ## it's helpful to change that inequality to ##\displaystyle \ 0 < \frac x2 < \pi \ ##

For ##\ f(x)\ ## increasing:
As you said that requires ##\ f'(x)>0\ ##. → That eventually gives ##\displaystyle \ \sin \frac {x}{2} < 0 \ ##.

However, sin(θ) > 0 for all θ such that 0 < θ < π . So ##\ f'(x)<0\ ## nowhere in the domain.
Using the inverse sine here can be problematical unless great care is used. In this case it does give an answer which is correct. (At least it seems that way.)​

The case of ##\ f(x)\ ## decreasing, shows some of the precautions involved with using the inverse sine in this way. Even better examples could be had using ##\displaystyle \ g(x) = \sin \frac {x}{2}, 0 < x < 2 \pi \ ## and/or by extending the domain of the function under consideration.

For ##\ f(x)\ ## decreasing:
For this ##\displaystyle \ \sin \frac {x}{2} > 0 \ ##.

The direct result considering only the sine function: sin(θ) > 0 for all θ such that 0 < θ < π, so that ƒ(x) is increasing over the entire domain.

As you discovered, using the inverse sine only gives part of the answer. That's because the range of the inverse sine is [ -π/2 , π/2 ] , so sin-1(u) cannot return a value outside of this interval.​

Another problem may occur when using an inverse function to solve an inequality, if that function is decreasing.
If ƒ is a strictly decreasing continuous function, and its inverse function, ƒ-1 exists,. (Yes, of course it exists.) then the following is true, much as it is for multiplying or dividing by a negative.

##\displaystyle \ f(x) > b \ ## implies that ##\displaystyle \ x< f^{-1}(b) \ ##.
It is possible to develop some rules to allow using inequalities with trig functions and their inverses in a reasonably direct fashion. However, you might ask yourself if it's worth the trouble.
 

Related to Intervals of Increase/Decrease

1. What are intervals of increase and decrease?

Intervals of increase and decrease refer to sections of a function where the output is either increasing or decreasing as the input value changes. These intervals are important for understanding the behavior of a function and identifying its critical points.

2. How do you determine the intervals of increase and decrease of a function?

To determine the intervals of increase and decrease, you can take the derivative of the function and set it equal to zero. The values of x that make the derivative equal to zero are the critical points. Then, you can use these critical points to create a sign chart and determine the intervals of increase and decrease.

3. What does the sign of the derivative tell us about the intervals of increase and decrease?

If the derivative is positive, it means that the function is increasing and the interval is an interval of increase. If the derivative is negative, it means that the function is decreasing and the interval is an interval of decrease. The sign of the derivative at a critical point also tells us whether the critical point is a local maximum or minimum.

4. Can a function have both intervals of increase and decrease?

Yes, a function can have both intervals of increase and decrease. This occurs when the function has local maximums and minimums, as these points mark the transitions between intervals of increase and decrease.

5. How do intervals of increase and decrease relate to the concavity of a function?

Intervals of increase and decrease are closely related to the concavity of a function. If a function is concave up, it will have intervals of increase. If a function is concave down, it will have intervals of decrease. This relationship can be seen in the second derivative of a function, where a positive second derivative indicates a concave up function and a negative second derivative indicates a concave down function.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
161
  • Calculus and Beyond Homework Help
Replies
6
Views
591
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
368
  • Calculus and Beyond Homework Help
Replies
21
Views
903
  • Calculus and Beyond Homework Help
Replies
4
Views
737
  • Calculus and Beyond Homework Help
Replies
4
Views
681
  • Calculus and Beyond Homework Help
Replies
1
Views
484
  • Calculus and Beyond Homework Help
Replies
23
Views
999
Back
Top