Simple parabola solving problem

  • Thread starter Thread starter thunderhadron
  • Start date Start date
  • Tags Tags
    Parabola
thunderhadron
Messages
140
Reaction score
0
Hi friends I am sticking in solving a parabola equation. Please help me in solving this issue.

The problem is as follows -

I have given three points which are as follows -



These points are lying on a parabola whose equation is Y2 = 4AX

If these points are lying on this parabola hence will satisfy its equation.

Hence

Placing all the points in the equation Y2 = 4AX



Solving these equations I'll get -



But friends the problem is that, when I am solving these equations in different manner - - -



I am getting the wrong answer. The previous answer was right i.e. a√7 / 2.


Why this is happening. Please friends help me in finding this issue.

Thank you all very much in advance.
 
Last edited by a moderator:
Physics news on Phys.org
The point ##(x_1, y_1) = (0, a/2)## is not compatible with the equation ##y^2 = 4Ax##.
 
y^2= 4Ax is a parabola through the origin and symmetric about x= 0. The more general form would be x= ay^2+ bx+ c or x= a(y- y_0)^2+ x_0.

Notice that while your form has only the single parameter, A, those have three parameters which can be determined by three equations.
 
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