Critical number, max & minimum value

catjay
Messages
3
Reaction score
0
Hey guys, I seem to have some troubles solving these problems. I was hoping if you guys can give me some insight. Thank you so much for your help!

Homework Statement


Find the absolute min and max value of each function


Homework Equations


f(x) = sin 2x - 2 sin x on (-pi,pi)


The Attempt at a Solution


finding the critical #
f'(x) = 2 cos 2x - 2 cos x
= 2 cos x
set the equation = 0
0 = 2 cos x
x = +pi/2, -pi/2



However, this is not the right answer because when I graphed it, the absolute minimum value was 2pi/3 while the absolute max was squaroot 3/2. I was wondering which step I did wrong? Thank!

I also have another question, in which I'm not sure why I got the answer wrong. The critical # supposed to be x=2,3 while I got x=3,6.

Homework Statement


Find the critical #

Homework Equations



f(x) = x (3-x)^(1/2)

The Attempt at a Solution



f'(x)=[x/(2 * squareroot (3-x)] + [squareroot (3-x)]
finding common denominator:
f'(x) = [x + 2(3-x)]/[2 * squareroot (3-x)]
=(6-x)/[2 * squareroot (3-x)]

Therefore, the critical #s are:
6-x=0 -----> x=6
2 * squareroot (3-x) = 0 ------> x=3
 
Physics news on Phys.org
For your first problem, 2 cos 2x - 2 cos x ≠ 2 cos x.

For your second I plugged your function into a derivative calculator and got a different numerator, so you made an algebra error there as well.
 
As for the first one, is there any identity I'm not aware of?

As for the second question, the numerator was supposed to be 6-3x. I tried to conjugate it but was unable to get that number.

:/
 
Well you could use the double angle formula on the cos2x which may simplify it some.. you want to set f'(x) equal to zero and solve for x, so maybe play around with that identity or with it as is and see if you can deduce what values of x satisfy the equation.

As for the second I'm not sure why you need to conjugate, you should apply the product rule for derivatives and then simplify by giving all the terms a common denominator.
 
I think I know what I did wrong. Thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top