Finding the maximum and minimum points of a cosine function

Click For Summary

Homework Help Overview

This discussion revolves around finding the maximum and minimum points of a cosine function, specifically in the context of an engineering problem. The original poster presents a mathematical equation involving absolute values of cosine functions and seeks to identify the extrema in terms of x.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the use of derivatives to find maxima and minima, question the necessity of absolute value signs in the function, and explore the application of trigonometric identities to simplify the problem. There is also a focus on converting the function to a simpler form and understanding the implications of absolute values on the extrema.

Discussion Status

The discussion is active, with various participants contributing different perspectives on how to approach the problem. Some have provided insights into the periodic nature of the sine function and its maxima and minima, while others express uncertainty about the original equation's setup and its implications for finding solutions.

Contextual Notes

There are ongoing questions regarding the absolute value in the equation and how it affects the identification of maxima and minima. Participants also note the potential discrepancies between their findings and the provided textbook answers, indicating a need for further clarification on the problem's constraints.

VinnyCee
Messages
486
Reaction score
0

Homework Statement



This is part of a larger engineering problem, I have reduced it to this mathematical equation, which should be simple, right?

I need to find when the following EQ has Maximum's (in terms of x):

\left|4\,cos\left(\frac{2\pi}{5}\,-\,30\,X\right)\,-\,4\,cos\left(\frac{2\pi}{5}\,+\,30\,X\right)\right|

Homework Equations

The Attempt at a Solution



I guess take a derivative to find when the maximum and minimums are...

120\,sin\left(\frac{2\pi}{5}\,-\,30\,X\right)\,+\,120\,sin\left(\frac{2\pi}{5}\,+\,30\,X\right)

set that equal to zero and solve for X, so I get the following equation...

-sin\left(\frac{2\pi}{5}\,-\,30\,X\right)\,=\,sin\left(\frac{2\pi}{5}\,+\,30\,X\right)

I can't solve that!

I put it into maple, this is what it gave...

-\frac{\pi}{300}\,-\frac{1}{30}\,arctan\left[4\,cos\left(\frac{3\pi}{10}\right)\,sin\left(\frac{3\pi}{10}\right)\,+\,2\,cos\left(\frac{3\pi}{10}\right)\right]\,\,=\,\,-0.0524The answer is given in the text, but I can't seem to arrive at the same conclusion!

Supposedly, the answer (for the maxima) is...

X\,=\,\frac{\pi}{60}\,+\,\frac{2\,n\,\pi}{30}

and for the minima...

X\,=\,\frac{n\pi}{30}

but when I solve the original EQ (before taking the derivative) by graphing to find the max's - it's 1.1 - 3.3 - 5.5 - etc. which is a factor of 5 off from the book answer just above! not sure how to proceed from here!
 
Last edited:
Physics news on Phys.org
VinnyCee said:
I need to find when the following EQ has Maximum's (in terms of x):

\left|4\,cos\left(\frac{2\pi}{5}\,-\,30\,X\right)\,-\,4\,cos\left(\frac{2\pi}{5}\,+\,30\,X\right)\right|

Question: are there supposed to be absolute value signs on this function?

I'd make the suggestion of factoring the "4" out and then applying the sum-to-product trig identity

cos A - cos B = -2 · sin[ (A+B)/2 ] · sin[ (A-B) / 2 ] .

I believe this will leave you with a product where one of the terms now becomes a constant and you just have one trig function to deal with. That may make it easier to look for the extrema...
 
Yes, the absolute value is part of the function. I'm not too worried about that though.

I converted the function to the simpler one:

\left|-8\,sin\left(\frac{2\pi}{5}\right)\,sin\left(-30\,X\right)\right|

But how do I solve for extrema now?
 
Since \,sin\left(\frac{2\pi}{5}\right) is just a number, you can turn this into

8\,sin\left(\frac{2\pi}{5}\right)\left|\,sin\left(-30\,X\right)\right|.

The function inside the bars is equal to

-\,sin\left(30\,X\right) ,

since sine is an odd function. The absolute value will eliminate the minus sign, leaving you with

8\,sin\left(\frac{2\pi}{5}\right)\left|\,sin\left(30\,X\right)\right| ,

which is the absolute value of a sine function with period 2(pi)/30 . All the "valleys" going down to -1 now become "peaks", doubling the frequency of the maxima.

Now, where does sin(30x) have maxima and minima?
 
I've no idea how to get an expression for the maxima and minima of an EQ. I forgot!

We know the minima will be zero...

0\,=\,sin(30\,X)

take inverse sine? So...

X\,=\,\frac{sin^{-1}(0)}{30}
 
VinnyCee said:
I've no idea how to get an expression for the maxima and minima of an EQ. I forgot!

We know the minima will be zero...

0\,=\,sin(30\,X)

take inverse sine? So...

X\,=\,\frac{sin^{-1}(0)}{30}

Ah, but we won't be using the function arcsin(x); we just want to know where sin(30x) is either zero or has its maximum value of 1. There will be an infinite number of solutions.

There is a minimum at x = 0, as you say. The next one (to the right) will be half a period away. Since the period is 2(pi)/30, that would put it at x = (1/2)·2(pi)/30 = (pi)/30. The rest will be successive half-periods further along.

Where will the first maximum to the right of x = 0 be?
 
The first maxima would be half way between the first and second minima, right?

So the first maxima occurs at \frac{\pi}{60}? And then at every integer multiple of the period afterwards?

X\,=\,\frac{\pi}{60}\,+\,\frac{2\,n\,\pi}{30}

It's right! So how did you get that the period of the sin(30x) was \frac{2\pi}{30}? I suppose it's a fundamental EQ where the period is just 2\pi divided by the coefficient of the x term within the sin expression, right?Thanks!
 
VinnyCee said:
The first maxima would be half way between the first and second minima, right?

So the first maxima occurs at \frac{\pi}{60}? And then at every integer multiple of the period afterwards?

X\,=\,\frac{\pi}{60}\,+\,\frac{2\,n\,\pi}{30}

This is the one part of the given solution I was puzzled by. If you taking the absolute value, the "valleys" half a period away should become "peaks", so there would be maxima every half-period along, which would be \frac{\,n\,\pi}{30}. That's partly why I was asking if the absolute value signs were supposed to be there; I'm wondering if the person who wrote the answer forgot about them.

So how did you get that the period of the sin(30x) was \frac{2\pi}{30}? I suppose it's a fundamental EQ where the period is just 2\pi divided by the coefficient of the x term within the sin expression, right?

The function sin(kx) can be seen as a transformation of sin(x) which involves "horizontal compression" about the y-axis by a factor of k (for k > 1). Since sin(x) has a period of 2(pi) , the function sin(kx) will have period 2(pi)/k .
 
\frac{n\pi}{30} is the text answer for the minima.

The function value at the minima and maxima is 0 and ~7.6085, respectively.
 
  • #10
VinnyCee said:
\frac{n\pi}{30} is the text answer for the minima.

Yes, there will be two minima per period of 2(pi)/30, which correspond to the zeroes of sin(30x). For |sin(30x)|, there should also be two maxima per period, corresponding to the location of +/-1 for sin(30x), which is why I think something was overlooked in the printed answer.

The function value at the minima and maxima is 0 and ~7.6085, respectively.

That checks: 8\,sin\left(\frac{2\pi}{5}\right) is indeed ~7.6085.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K