Finding a Value of c to Make RHS a Perfect Square of x

  • Thread starter Thread starter Logarythmic
  • Start date Start date
  • Tags Tags
    Square Value
Logarythmic
Messages
277
Reaction score
0

Homework Statement


\left(\frac{\dot{x}}{a}\right)^2 = K\left[b\frac{a}{x} + c\left(\frac{a}{x}\right)^2 + (1-b-c)\right]

Show that, for b<1, there is a value of c that makes the right hand side a perfect square of a function of x.


2. The attempt at a solution
I guess that a perfect square is a square of a function that can be written as

(x \pm d)^2 = x^2 \pm 2xd + d^2

but I have not been successful in this problem.
 
Physics news on Phys.org
That's the right general idea, but for your equation you want something like ((a/x) + d)^2.

If you have an expression like ax^2 + bx + c and it is a perfect square, what is special about the two roots of the quadratic equation ax^2 + bx + c = 0? What condition can you use to decide what kind of roots a quadratic equation has?
 
If ax^2+bx+c is a perfect square, then b=2 \sqrt{ac} and the roots of ax^2+bx+c=0 is a double root x_{1,2}=-\sqrt{c/a}. I'm not sure what you mean with the conditions..
 
First let u= a/x. Now, what value of c makes cu2+ bu+ 1-b-c a perfect square? Also recall that Ax2+Bx+ C is a perfect square if and only if B2-4AC= 0. However, it seems to me that b would have to be less than or equal to 1/2 for this to be true, not just less than 1.
 
and if b^2=4ac then ax^2+bx+c is a perfect square. So you know the condition already.

Look again at your quadratic (shame it uses the same letters as those in the general form of the quadratic you have given)

In your quadratic what is equivalent to 'x' 'a', 'b', 'c' in the general form?
 
HallsofIvy said:
Now, what value of c makes cu2+ bu+ 1-b-c a perfect square?

Then

c = \frac{b-1 \pm \sqrt{1-2b}}{2}

but that's two values. I think I also want to have -1 \leq c \leq 1 for my problem.
 
Ok, this is correct. But now I need to find an exact solution for x(t) in this case. Help..? =)
 
Now write that right hand side as a perfect square, take the square root of both sides and solve the resulting separable differential equation.
 
Then I get, using u=a/x,

u=\sqrt{\frac{1-b-c}{c}} \left[ \frac{(exp[K(1-b-c)^{1/4}t]+1)^2}{(exp[K(1-b-c)^{1/4}t]-1)^2} - 1 \right]

and when I then try to solve for x and show that this is a solution I get these infinite calculations so this doesn't seem right.
 
Back
Top