Jordan's question from Facebook (finding critical points)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Jameson
Insights Author
Gold Member
MHB
Messages
4,533
Reaction score
13
Jordan writes:

I have two questions that I've been trying to work out and I must be doing something wrong!
The first is finding all the critical points of the function:
f(x)=(6-x^2)^.5
And the second is finding all critical points of the function:
f(x)=(4-4x^2+8x)^.5

I would appreciate any input anybody could give, thanks!
 
Physics news on Phys.org
Hi Jordan :)

I would rewrite the .5 as 1/2 to make it easier for calculations.

So we have [math]f(x)=(6-x^2)^{\frac{1}{2}}[/math]. First we need to find the derivative and remember to use the chain rule.

[math]f'(x)=\frac{1}{2}(6-x^2)^{-\frac{1}{2}}(-2x)=\frac{-2x}{2(6-x^2)^{\frac{1}{2}}}=\frac{-x}{(6-x^2)^{\frac{1}{2}}}[/math]

Ok, so now we need to find where this equals 0 or where it's not defined. If the numerator equals 0 (the top) and the denominator (the bottom) does not, then the fraction equals 0 so we want to solve $-x=0$ for $x$ and it's obvious the solution is $x=0$. So we have our first critical point!

To find where the derivative is not defined we want to see when the denominator equals 0 (because dividing by 0 is bad!).

Let's look at [math]\sqrt{6-x^2}=0[/math]. Squaring both sides leads to [math]6-x^2=0[/math] or $x^2=6$. This has two solution, [math]x=\sqrt{6}[/math] and [math]x=-\sqrt{6}[/math].

To finish up, we found 3 critical points: [math]x=0, \sqrt{6}, -\sqrt{6}[/math].

What do you get when you try the second one?