About 831,000 results
Open links in new tab
  1. Is square root a function? - Mathematics Stack Exchange

    Apr 3, 2020 · The square root function, by definition, is a function whose values are all nonnegative. So the algebraic step is related to taking square roots, but it's not the same as taking square roots.

  2. Square Root Function Breaking Rules? - Mathematics Stack Exchange

    Jun 13, 2018 · The square root function, whise range is the non-negative integers is not the inverse of any quadratic function defined on the real numbers. If we restrict the domain of f (x) = x^2 to the …

  3. Can the square root of a real number be negative? [duplicate]

    May 27, 2014 · Closed 8 years ago. Can the square root of a real number be negative? Dealing with the questions of functions in eleventh class my maths teacher says that square root of a real number is …

  4. functions - Square root definition - Mathematics Stack Exchange

    Jun 14, 2024 · It is standard when working over the real numbers to take the square root function to return the non-negative square root. This is called the principal square root and is described in the …

  5. Writing your own square root function - Stack Overflow

    Oct 26, 2009 · How do you write your own function for finding the most accurate square root of an integer? After googling it, I found this (archived from its original link), but first, I didn't get it completely...

  6. How to perform square root without using math module?

    Jun 15, 2010 · I want to find the square root of a number without using the math module,as i need to call the function some 20k times and dont want to slow down the execution by linking to the math module …

  7. Is sqrt(x) a function? Does it matter if a domain is given?

    Of course, there are things more general than functions, "multi-valued functions," which take multiple values, and you can construct a normal function from a multi-valued function by choosing one value …

  8. calculus - Definite Integral of square root of polynomial - Mathematics ...

    I need to learn how to find the definite integral of the square root of a polynomial such as: $$\sqrt {36x + 1}$$ or $$\sqrt {2x^2 + 3x + 7} $$ EDIT: It's not guaranteed to be of the same form.

  9. Finding square root without using sqrt function? - Stack Overflow

    I was finding out the algorithm for finding out the square root without using sqrt function and then tried to put into programming. I end up with this working code in C++ #include <iostream...

  10. Derivative of square root - Mathematics Stack Exchange

    Nov 12, 2016 · What would be the derivative of square roots? For example if I have $2 \\sqrt{x}$ or $\\sqrt{x}$. I'm unsure how to find the derivative of these and include them especially in something …