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?
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.