Maximizing Triangle PAB on Parabola y=x^2

  • Thread starter Thread starter okeydokey
  • Start date Start date
  • Tags Tags
    Parabola Triangle
okeydokey
Messages
2
Reaction score
0
The line y=mx+b intersects the parabola y=x^2 at points A and B. Find the point P on the arc AOB ofthe parabola (where O is the origin) that maximizes the area of the triangle PAB.
 
Physics news on Phys.org
I gound the base squared to be (1 - 2/m^2 + 1/m^4) x1^4 + (1 - 2/m + 1/m) x1^2. However, I couldn't find the height in terms of x1. And I need to find the height so that I could plug it into A = .5bh or rather A^2 = .25b^2h^2 and differentiate to find the optimal area. How do I find height?
 
Fun problem that leads to a surprisingly simple result. There are many ways to do this. Avoid the cumbersome trigonometric formulas and divide triangle APB with a vertical line parallel to the y-axis through P. Call the point where this vertical line intersects the line y=mx+b, C. Now the area of triangle APB is the sum of the areas of triangles ACP and BCP. The difference being that now you may use double integrals to calculate the area of each separately. The cumbersome part comes in finding the equation for the line AP and the line BP. But once this is done the problem is straight foward. Find the double integral expression for the area of ACP and for BCP. You will get an expression in terms of A, B, and P. Before all this you should have calculate A and B which is trivial, set mx+b=x^2. P may be regarded as P=(p1,p2)=(p1,p1^2), since P lies on the parabola y=x^2. Once you have the expression for the area in terms of A, B, C, differentiate with respect to p1 and set the result equal to zero and solve for p1. The result is surprisingly concise.
 
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