How Do You Solve the Quadratic Equation \( X^2(2a - bX^2) = 2 \)?

AI Thread Summary
To solve the quadratic equation \( X^2(2a - bX^2) = 2 \) with constants \( a = 0.8466 \) and \( b = 0.1733 \), substitute \( y = x^2 \) to transform the equation into \( bu^2 - 2au + 2 = 0 \). The quadratic formula yields \( u = \frac{2a \pm \sqrt{4a^2 - 8b}}{2b} \). Substituting back for \( x \) gives \( x = \pm\sqrt{\frac{2a \pm \sqrt{4a^2 - 8b}}{2b}} \). It's important to check for imaginary solutions if the discriminant is negative, although this is unlikely in this case. The final step involves plugging in the values of \( a \) and \( b \) to find the solutions for \( x \).
abhipatel
Messages
26
Reaction score
0
X^2(2a – bX^2) = 2

value of constants can be pre-determined as a =0.8466 & b= 0.1733. Find X?
 
Physics news on Phys.org
Substitute y=x2
 
x^{2}(2a-bx^{2})=2

let x^{2}=u

Substitute and expand - 2au-bu^{2}=2

Rearrange into general form for quadratic format - bu^{2}-2au+2=0

Using the quadratic formula - u=\frac{2a\pm\sqrt{4a^{2}-8b}}{2b}

Substituing back for x, therefore - x=\pm\sqrt{\frac{2a\pm\sqrt{4a^{2}-8b}}{2b}}

Now just plug those values for a and b into the equation to get your solution(s) for x. Remember that if you encounter negatives in the surd parts, it means the solutions are imaginary and you will be left with 0 solutions. Unlikely to happen in this situation though.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top