How do I solve $5x^2-3=0$?

33 Views Asked by At

I tried using the quadratic formula but I don't have a $c$. Do I just put a $1$ in its place or something? The answer is supposed to be $\mp \frac15 \sqrt{15}$.

4

There are 4 best solutions below

0
On

$$\frac{-0\pm\sqrt{0^2+4\cdot5\cdot3}}{2\cdot 5}.$$

4
On

$$5x^2-3=0 \implies x^2=3/5 \implies x=\pm \sqrt{3/5}=\pm{1 \over 5}\sqrt{15}$$

0
On

Method $1$:

$a=5$ clearly, while you have $c=-3$. There's no $x$ term, so $b=0$, and thus we have: $$x=\frac{0\pm\sqrt{0^2-4\cdot5\cdot(-3)}}{2\cdot5}=\pm\frac{\sqrt{60}}{10}=...$$

Method $2$: This is difference of two squares: $(a^2-b^2)=(a+b)(a-b)$, so we have: $$(5x^2-3)=(x\sqrt5+\sqrt3)(x\sqrt5-\sqrt3)=0$$ $$\to x=\pm\frac{\sqrt3}{\sqrt5}$$

You can simplify both of these to show they are the same.

0
On

An option:

$x^2-3/5=0;$

$(x-\sqrt{3/5})(x+ \sqrt{3/5})=0$;

Note: For the above product to be zero,

one factor must be zero.

$x_1=\sqrt{3/5}$; $x_2=-\sqrt{3/5}.$