0

Is this function a quadratic? $$f(x)= x^2-13\sqrt{x}+30$$

I understand that only looking at $x^2$ would mean that it is quadratic, however, I am really confused about the $\sqrt{x}$ part. I tried plotting it on Desmos and it does not show up.

How would it not be considered as a quadratic function, if not, why it would be considered a quadratic function?

Blue
  • 75,673
  • 3
    Suppose you assigned y to Sqrt[x]. Then your function would be y^4-13 y+30, which doesn't look like a quadratic to me. – bill s Aug 07 '21 at 04:26
  • Short answer: it's a matter of definition. Slightly longer answer: raising "x" to a fractional power breaks things. Related answer by @StevenStadnicky on "Why is raising a polynomial to some power of a fraction not an allowed operation?": https://math.stackexchange.com/a/3520261/929661 – William A. Noble Aug 07 '21 at 06:28
  • This is the plot of $f(x)$ in wolfram. – William A. Noble Aug 07 '21 at 06:35

3 Answers3

4

Quadratics are polynomials of $2^{nd}$ degree.

Polynomials cannot contain terms with fractional powers, such as $\,x^{1/2}=\sqrt{x}\,$.

Therefore $\,x^2-13\sqrt{x}+30\,$ is not a polynomial, and consequently not a quadratic.

dxiv
  • 76,497
0

In general, the term "quadratic" function is reserved for functions that look like $f(x)=ax^2+bx+c$ where $a\neq 0$ and $a,b,c$ are constants. Sometimes we have things that don't look a quadratic at first but can be re-cast as a quadratic in another variable. For instance, $$x^4+2x^2+7$$ can be re-written as a quadratic where the variable is $x^2$ :$$(x^2)^2+2(x^2)+7$$.

So in general, a quadratic is something that the variable shows up at most twice in, and if it shows up twice, one time it is the square of the second. So for yours, no it is not.

Alan
  • 16,582
  • No, x^4+2x^2+7 isn‘t a quadratic. It is the composition of two quadratic functions of a quadratic function of x^2 but it is not a quadratic – miracle173 Aug 07 '21 at 07:00
  • It's not a quadratic function, no, but sometimes we more generally say it's a quadratic in $x^2$, so I gave the more generalized answer. – Alan Aug 07 '21 at 07:04
0

The other answers are somewhat incorrect in their justification, in my view.

The fact that $x^2 - 13\sqrt{x} + 30$ doesn't "look" like a quadratic isn't sufficient to conclude that it isn't a quadratic. For instance, $(e^x+1)x^2 - e^xx^2 - 13 \log x + 13 \log x + 15$ doesn't "look" quadratic either, but if we simplify it, it is.

Proving that $x^2 - 13\sqrt{x} + 30$ is not a quadratic polynomial requires a proof. In this case, the proof is quite simple. The third derivative of a quadratic is identically zero. This is not the case here.