Is there an explicit solution to the equation \sqrt{Ax-x^3}+\sqrt{Bx-x^3}=C?

  • Context: Graduate 
  • Thread starter Thread starter Apteronotus
  • Start date Start date
  • Tags Tags
    Cubic Sort
Click For Summary

Discussion Overview

The discussion revolves around the explicit solvability of the equation \(\sqrt{Ax-x^3}+\sqrt{Bx-x^3}=C\). Participants explore various approaches to simplifying and solving the equation, considering both algebraic manipulations and the implications of squaring terms.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants suggest simplifying the equation to \((\sqrt{A}+\sqrt{B})\sqrt{x-x^3} = C\), while others question the correctness of this factorization.
  • There is a caution raised about squaring terms, noting the need to account for the possibility that the argument of a square root cannot be zero.
  • One participant mentions that a solution derived from Wolfram Alpha appears complex, indicating that while a closed form may exist, it is likely to be intricate and tedious.
  • Another participant proposes a method involving assuming \(x>0\) and manipulating the equation to yield a cubic form, suggesting that this approach may lead to a solvable cubic equation.
  • One participant outlines a method of squaring both sides of the original equation, leading to a cubic equation in standard form, while emphasizing the need to check solutions against the conditions identified.
  • Concerns are raised about potentially generating extraneous solutions through squaring, with participants advising caution in verifying the validity of solutions.
  • There is a correction regarding the squaring of terms, with one participant noting an oversight in their calculations that needs addressing.

Areas of Agreement / Disagreement

Participants express a range of approaches and methods for solving the equation, with some agreeing on the general strategy of manipulating the equation into a cubic form. However, there is no consensus on the best method or the implications of squaring terms, indicating ongoing debate and uncertainty.

Contextual Notes

Participants acknowledge the potential for extraneous solutions arising from squaring the equation, and the need to verify that solutions satisfy the original equation. There are also discussions about the complexity of the solutions derived from computational tools.

Apteronotus
Messages
201
Reaction score
0
Solving a cubic... sort of!

Hi,

Can the equation [itex]\sqrt{Ax-x^3}+\sqrt{Bx-x^3}=C[/itex] be solved explicitly?

All of MathLab, Maple and WolframAlpha seem to give an explicit solution but they don't show how they come to it. I'm afraid they may be missing other possible solutions.

Thanks,
 
Mathematics news on Phys.org


why not start by simplifying to
[tex](\sqrt{A}+\sqrt{B})\sqrt{x-x^3} = C[/tex]
 


note that if you square things you may need to account for the fact the argument of a square root cannot be zero
 


why not start by simplifying to
Well, for starters, your factorization is incorrect...
 


good point, read it incorrectly, must be late ;)... will have another look
 
Last edited:


so i did a wolfram alpha check and the solution looks nasty... so there probably is a closed form method but its likely pretty involved & tedious, after looking at it closer, I can't see any easy way to simplify...
 


getting late, so I've probably made a mistake, but see what you think of this logic...
assume x>0 and hopefully we don't divide by zero anywhere
[tex]\sqrt{x}(\sqrt{A-x^2}+\sqrt{B-x^2})=C[/tex]
multiply by the rational to get
[tex]\sqrt{x}(A-B)=C(\sqrt{A-x^2}-\sqrt{B-x^2})[/tex]

re-arrange both to get
[tex]\sqrt{A-x^2}+\sqrt{B-x^2}=\frac{C}{\sqrt{x}}[/tex]
[tex]\sqrt{A-x^2}-\sqrt{B-x^2}=\frac{\sqrt{x}(A-B)}{C}[/tex]

adding and subtracting we get to
[tex]2\sqrt{A-x^2}=\frac{C}{\sqrt{x}}+\frac{\sqrt{x}(A-B)}{C}[/tex]
[tex]2\sqrt{B-x^2}= \frac{C}{\sqrt{x}}-\frac{\sqrt{x}(A-B)}{C}[/tex]

square both
[tex]4(A-x^2)=\frac{C^2}{x}+2(A-B)+\frac{x(A-B)^2}{C^2}[/tex]
[tex]2(B-x^2)= \frac{C^2}{x}-2(A-B)+\frac{x(A-B)^2}{C^2}[/tex]

which is starting to look a bit more tractable as in effect we can solve a cubic now...
 


Here's another thought...

In the original equation, solutions exist only for positive C, and both sides of the equation are trivially positive where solutions exist (in the real numbers).

Given this, square both sides of the equation; since if f(x) = g(x) and both f(x) and g(x) are positive, then [f(x)]^2 = [g(x)]^2 iff f(x) = g(x).

Rearrange terms so that only the radical term (only one remains after squaring) is on the right, and everything else is on the left of the equation. Clearly the right-hand side is positive, so solutions exist only when the left-hand side is positive... we must check our answers for x to ensure that this condition is satisfied. For now, square again.

Combine all like terms, and you arrive (unless I goofed) at an equation like this:

(4C^2)x^3 + (A^2 + B^2 - 2AB)x^2 - 2C^2(A + B)x + C^4 = 0.

This is a cubic equation in standard form, and since there is a method to solve cubics, this can be solved. Simply check the answers against the conditions we have identified and that should contain all answers...
 


Apteronotus said:
Hi,

Can the equation [itex]\sqrt{Ax-x^3}+\sqrt{Bx-x^3}=C[/itex] be solved explicitly?

[itex]\sqrt{Ax-x^3}+\sqrt{Bx-x^3}=C[/itex]

so

[itex]C(\sqrt{Ax-x^3}-\sqrt{Bx-x^3}) = Ax-x^3-(Bx-x^3) = (A-B)x[/itex]

from the original equation

[itex]\sqrt{Bx-x^3}=C-\sqrt{Ax-x^3}[/itex]

which we can insert into our new equation:

[itex](A-B)x = C(\sqrt{Ax-x^3}-(C-\sqrt{Ax-x^3})) = 2C\sqrt{Ax-x^3}-C^2[/itex]

[itex]2C\sqrt{Ax-x^3} = (A-B)x+C^2[/itex]

squaring yields

[itex]2C(Ax-x^3) = (A-B)^2x^2+2C^2(A-B)x+C^4[/itex]

i.e.

[itex]2Cx^3+(A-B)^2x^2 + (2C^2(A-B) - 2AC)x+C^4 = 0[/itex]

which can be solved using the formula for third-degree polynomials.

If you want to solve it yourself without the formula, I suggest the following:
- do a linear transformation of x to remove the coefficient of x^2
- substitute x = y+a/y for a suitable constant a to transform it into a second-degree polynomial equation in y^2

Note that we may have generated more solutions that there are by squaring, so make sure that you are finding the correct ones.
 
  • #10


disregardthat said:
[itex]2C\sqrt{Ax-x^3} = (A-B)x+C^2[/itex]

squaring yields

[itex]2C(Ax-x^3) = (A-B)^2x^2+2C^2(A-B)x+C^4[/itex]

You forgot to square the 2C in going to the second line there.
 
  • #11


^ Does that mean his reduction to a cubic yields the same thing that I said in the post before his?
 
  • #12


I think we've all done the same thing in essence - your post in #7 probably gives the clearest method
 
  • #13


Mute said:
You forgot to square the 2C in going to the second line there.

Thanks, I will correct it.

EDIT: apparently I can't do it now.
 
  • #14


yeah I think you have to get in within a certain time frame
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
5K
  • · Replies 13 ·
Replies
13
Views
3K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
9
Views
4K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K