Solving a Quadratic Equation with Initial Conditions

jacko200
Messages
2
Reaction score
0
Ok, the question I have is attached. What I have done is found the general solution:

(Question was seperable, so it was easy)
y = x^2 - 2x + c

But I don't kwow what/how to do is finding the initial conditions where there are:
(a) No solutions
(b) more than one solution
(c) precisely one solutions

Thanks
 

Attachments

  • q8.JPG
    q8.JPG
    22.1 KB · Views: 392
Physics news on Phys.org
I don't see your ODE, but if that quadratic is your solution, it only takes algebra to solve the problem. Recall your quadratic equation. Your discriminant (the stuff inside the square root) will tell you about the nature of the solution. Just in case you forgot.

1) Discriminant is positive: more than one solution
2) Discriminant is zero: one solution
3) Discriminant is negative: no real solution (imaginary solutions)

Your "initial condition" is the value of "c".
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top