Finding the Inflection points of x^2-4√x

  • Thread starter Thread starter AllanW
  • Start date Start date
  • Tags Tags
    Points
AllanW
Messages
18
Reaction score
0

Homework Statement


find the inflection points of x^2-4√x

Homework Equations

The Attempt at a Solution


Okay, I started with finding the derivatives;
f'(x)=2x-2/√x
f''(x)=2+1/√x^3
and made the second derivative =0
(2+1/√x^3=0)(√x^3)
2√x^3+1=0
(√x^3=-1/2)^2
x^3=1/4
x=cube root(1/4)
x=0.63
But when I enter '0.63' into the second derivative i get '4' (2+1/(√0.63^3)=4) Should i not get 0? Does this mean there are no inflection points?
 
Physics news on Phys.org
It's unclear what you are doing here:
AllanW said:
2√x^3+1=0
(√x^3=-1/2)^2
x^3=1/4

Note that for the given expression x^2-4√x to be a function, we need to choose a branch of the square root. The convention is to choose the positive branch unless explicitly stated otherwise. Then when we get to (√x)^3=-1/2 we see that there is no solution, because in the positive branch (√x)^3>0. So there are no inflection points.

The solution you found is for the negative branch of the square root, which does have an inflection point.
 
AllanW said:

Homework Statement


find the inflection points of x^2-4√x

Homework Equations

The Attempt at a Solution


Okay, I started with finding the derivatives;
f'(x)=2x-2/√x
f''(x)=2+1/√x^3
and made the second derivative =0
(2+1/√x^3=0)

It was a real function, the domain is x>0. That means, the second derivative can not be zero. When you take the square of the equation, you introduce false root.
AllanW said:
(2+1/√x^3=0)(√x^3)
2√x^3+1=0
(√x^3=-1/2)^2
x^3=1/4
x=cube root(1/4)
x=0.63
But when I enter '0.63' into the second derivative i get '4' (2+1/(√0.63^3)=4) Should i not get 0? Does this mean there are no inflection points?
 
AllanW said:

Homework Statement


find the inflection points of x^2-4√x

Homework Equations

The Attempt at a Solution


Okay, I started with finding the derivatives;
f'(x)=2x-2/√x
f''(x)=2+1/√x^3
and made the second derivative =0
(2+1/√x^3=0)(√x^3)
2√x^3+1=0
(√x^3=-1/2)^2
x^3=1/4
x=cube root(1/4)
x=0.63
But when I enter '0.63' into the second derivative i get '4' (2+1/(√0.63^3)=4) Should i not get 0? Does this mean there are no inflection points?

You have ##f(x) = f_1(x) + f_2(x)##, where ##f_1(x) = x^2## and ##f_2(x) = -2 \sqrt{x}##. We have ##f_1''(x)>0## and ##f_2''(x)>0## on ##\mathbb{R}_+ = \{ x > 0 \}##, so there are no inflection points. Basically, ##f## is the sum of two strictly convex functions on ##\mathbb{R}_+##, so is itself strictly convex on that set.
 
Ray Vickson said:
You have ##f(x) = f_1(x) + f_2(x)##, where ##f_1(x) = x^2## and ##f_2(x) = -2 \sqrt{x}##. We have ##f_1''(x)>0## and ##f_2''(x)>0## on ##\mathbb{R}_+ = \{ x > 0 \}##, so there are no inflection points. Basically, ##f## is the sum of two strictly convex functions on ##\mathbb{R}_+##, so is itself strictly convex on that set.
great, thanks
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top