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

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
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
[tex]x^{2}(2a-bx^{2})=2[/tex]

let [tex]x^{2}=u[/tex]

Substitute and expand - [tex]2au-bu^{2}=2[/tex]

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

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

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

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.