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

  • Thread starter Thread starter AllanW
  • Start date Start date
  • Tags Tags
    Points
Click For Summary
To find the inflection points of the function x^2 - 4√x, the second derivative f''(x) = 2 + 1/√x^3 was analyzed. It was determined that setting the second derivative to zero does not yield valid solutions within the domain x > 0, as the positive branch of the square root does not allow for negative values. Consequently, since both components of the function are strictly convex, the overall function is also strictly convex on the positive real numbers. Therefore, there are no inflection points for the given function. The conclusion is that the function does not change concavity within its defined domain.
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
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...