What is the value of y in y = ±√(5x)?

  • Thread starter Thread starter meee
  • Start date Start date
AI Thread Summary
In the equation y^2 = 5x, y can be expressed as ±√(5x), indicating that for each non-zero value of x, there are two corresponding values of y: one positive and one negative. The positive square root is defined as the principal root, while the negative root is included to account for both solutions of the equation. The discussion highlights that when taking the square root, one must acknowledge both roots to maintain mathematical accuracy. Additionally, the importance of function definitions is emphasized, as a function cannot yield multiple outputs for a single input. Therefore, the notation y = ±√(5x) is necessary to represent both potential solutions correctly.
meee
Messages
87
Reaction score
0
ok say i have y^2 = 5x
what does y=?
 
Last edited:
Mathematics news on Phys.org
I may be missing your question... but y = sqrt(5x).

Unless I'm missing your point.
 
thanks...soz... I am getting confused whether it was + or - sqrt(5x), or just sqrt(5x)
 
You can't tell y is the positive or negative square root of 5x from the information given. For every value of x except zero, there are two distinct values of y that satisfy y^2 = 5x. They will always be additive inverses of each other as well.
 
When you balance out a square number you always put a +/- with the square root. This is because using this example:
x^2 = 1 => x = +-1
both +1 and -1 squared gives 1, so x can be both +1 or -1, hence the x = +-1
 
it's \sqrt{5x} of course. The square root undoes the "Squared" but because you write the \sqrt{ ... } yourself you must accept both positive and negative values.
 
Robokapp said:
it's \sqrt{5x} of course. The square root undoes the "Squared" but because you write the \sqrt{ ... } yourself you must accept both positive and negative values.
I'm not sure what "accept both positive and negative values" means nor what the fact that you write it yourself has to do with it but:
\sqrt{5x} is by definition the positive number whose square is 5x. If you want to "accept" both positive and negative values you will need to write y= \pm \sqrt{5x}.
 
What I mean (and my math teacher struggled to make this one go in) is that if you see a problem like y=\sqrt{x} you just draw its positive. But if you see y^{2}=x you take both positive and negative.

My problem is with notation to be honest. Because I can take the square root of a number and end up negative...let's say \sqrt{25} = -5. I mean it's probably incorrect due to some deffinitions which I don't know but if I check it, by working backwards, (-5)^{2} = 25. And since math properties (which I can't name either) make it so doing something in left or exact opposite in right side to get you to same answer, well I don't see why I have to add a -in front of a sqrt because...the sqrt itself can spit out in my oppinion its own negative.

Edit: However I've seen the raising to a power as somthing including logs or natural logs...and for that you'd need to have positives. I'm assuming that is why it's correct to choose to add a +/- ?
 
Last edited:
Robokapp said:
Edit: However I've seen the raising to a power as somthing including logs or natural logs...and for that you'd need to have positives. I'm assuming that is why it's correct to choose to add a +/- ?
No. The reason that we have to put a +/- sign in front of the square root when solving y2=5 is because we want to define square root to be a function, and a function cannot have more than one output for the same input. Thus, if you take Sqrt(25) you always get 5, never -5.

But since the positive root of 5 is only one of the solutions to the equation, you should mark that the negative root of 5 is also a solution. Hence the +/- sign.

EDIT: And since you mentioned the Log (that's the natural log) based definition of square root (indeed, all complex powers of complex numbers), you have to understand that this runs into the exact same problem as the real square root.

The complex function Log(z) is defined to be the inverse operation of the complex exponential function, exp(z) (or ez). Unfortunately, this is not a good definition, because, like x2, exp(z) is not one-to-one. In fact, exp(z) is periodic with period 2\pi i. Thus, we have to restrict the domain of exp(z) in order to make Log(z) a function (i.e. having only one value per input). This results in the square root being positive rather than negative. But if we restrict the domain of exp(z) differently than the standard definition, our "log" function will result in different outputs for some or all values of z. Thus, you could conceivably have the square root be negative instead, or be negative for rationals and positive for irrationals (although that branch of the logarithm can't be pleasent).
 
Last edited:
  • #10
I mean it's probably incorrect due to some deffinitions which I don't know

exactly. If a is a positive real number, then it has two real square roots: one negative, and one positive. We define \sqrt{a} to be the positive root. So y^2 = a has two solutions, y = \sqrt{a} (the positive root) and y = -\sqrt{a} (the negative root), and you can succinctly write y = \pm \sqrt{a}.
 
Back
Top