Determine the critical numbers

wind

Junior Member
Joined
Sep 20, 2006
Messages
179
Hi I am having trouble with this problem.

Determine the critical numbers of each function and apply the first derivative test to determine whether the critical numbers correspond to local maximum or local minimum vales. Determine the local maxi mun or local minimum values.

y= x^2 - root x
y'=2x - ½x^-½
0=2x - ½x^-½

how would you solve for x? I know how to do the rest from there

thanks.
 
wind said:
y'=2x - ½x^-½
0=2x - ½x^-½

how would you solve for x?
You have:

. . . . .0 = 2x - (1/2)x<sup>-1/2</sup>

. . . . .0 = 2x - 1/(2 sqrt[x])

. . . . .0 = (4x sqrt[x] - 1) / (2 sqrt[x])

A fraction is zero when its numerator is zero, so:

. . . . .0 = 4x sqrt[x] - 1

. . . . .1 = 4x sqrt[x]

. . . . .1 = 16x<sup>2</sup> x

. . . . .1 = 16x<sup>3</sup>

. . . . .1/16 = x<sup>3</sup>

. . . . .4/64 = x<sup>3</sup>

. . . . .cbrt[4] / 4 = x

Note: The conversion from "1/16" to "4/64" was done solely to simplify the result upon taking the cube root.

Eliz.
 
Thanks, but what happened during these two lines, other than that I understand.


0 = 2x - 1/(2 sqrt[x])

0 = (4x sqrt[x] - 1) / (2 sqrt[x])

did you mulitiply the top by (2 sqrt[x])? why?

Thanks
 
\(\displaystyle \L 2x - \frac{1}{2\sqrt{x}}\)

common denominator is \(\displaystyle \L 2\sqrt{x}\) ...

\(\displaystyle \L \frac{2x(2\sqrt{x})}{2\sqrt{x}} - \frac{1}{2\sqrt{x}} = \frac{4x\sqrt{x} - 1}{2\sqrt{x}}\)
 
Top