Find Relative Extrema of f(x) | Maxima/Minima Question Homework

  • Thread starter Thread starter science.girl
  • Start date Start date
science.girl
Messages
103
Reaction score
0

Homework Statement


Find relative extrema of f(x).

f(x) = \int^{x}_{0} (t^{2} -4)/(1 + cos(t)^{2})

Homework Equations


N/A

The Attempt at a Solution


Is this correct?

f '(x) = [(x² - 4)/(1 + cos²x)]

Now set f '(x) = 0,
[(x² - 4)/(1 + cos²x)] = 0
x² - 4 = 0
x = ± 2

f'(x) is changing from negative to positive for both +2 and -2, so are both of them minima?
(And would you have to take the derivative of the so-called f'(x) to get the actual derivative from which to calculate the max/min?)
 
Last edited:
Physics news on Phys.org
Your work is right; deriving an integral yields the original equation inside the integral.
 
ideasrule said:
Your work is right; deriving an integral yields the original equation inside the integral.

Thank you for the clarification. =)
 
science.girl said:
f'(x) is changing from negative to positive for both +2 and -2

No, that's not true. f'(x) is an even function of x, so whatever its slope is at -2 must be the negative of its slope at 2.
 
jbunniii said:
No, that's not true. f'(x) is an even function of x, so whatever its slope is at -2 must be the negative of its slope at 2.

Ah; makes sense. Thank you for pointing this out!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top