Maximize Area of Triangle APB with Line y=mx+b Intersecting Parabola y=x^2

In summary, to find the point P on the parabola y=x^2 that maximizes the area of triangle APB, you can express the area in terms of m, b, and x_P and differentiate it with respect to x_P. This will result in x_P = m/2 and P(m/2, m^2/4)."
  • #1
Moose352
166
0
The line y=mx+b intersects the parabola y=x^2 at two points A and B. Find the point P on arc AOB that maximizes the area of triangle APB.

I want to see how you guys solve this problem. I wrote an equation for shortest distance between a point on the parabola and the line, then tried to maximize it. The problem is, I end up trying to find the zeros of a third degree polynomial. I may be screwing up the simple stuff, but I don't know.
 
Mathematics news on Phys.org
  • #2
Probably the thing to do is to derive an expression for the area of the triangle in terms of x, and then maximise that.
 
  • #3
First clarify: does "arc AOB" mean the circular arc (most common meaning of arc) or the portion of the parabola from A to B?
 
  • #4
That's a bit picky, isn't it?
 
  • #5
[tex]x_A = \frac{m + \sqrt{m^2 + 4b}}{2}[/tex]

[tex]x_B = \frac{m - \sqrt{m^2 + 4b}}{2}[/tex]

[tex]A(x_A, x_A ^2)\ \ B(x_B, x_B ^2)\ \ P(x_P, x_P ^2)[/tex]

[tex]Area = \frac{1}{2} |\vec{AB} \times \vec{AP}|[/tex]*

Express all this in terms of m, b, and [itex]x_P[/itex] and then differentiate area with respect to [itex]x_P[/itex].

Doing this, and setting the derivative to zero, I get:

[tex]x_P = \frac{x_A + x_B}{2} = \frac{m}{2}[/tex]

Therefore:

[tex]P(\frac{m}{2}, \frac{m^2}{4})[/tex]

*EDITED: "det(...)" to "|...|"
 
Last edited:
  • #6
Thanks AKG. But, how did you end up with the formula for the area? I thought the magnitude of the cross product is equal to the area of the triangle * 2. I don't understand how you have the determinant.

By the way, I figured out that I was making a stupid mistake differentiating, and I managed to find the answer that way too. But your way is a lot nicer.

And halls, AOB i guess means the portion of the parabola.

Moose
 
Last edited:
  • #7
Moose352 said:
Hmm, how did you end up with the formula for the area? Thanks again. I figured out that I was making a stupid mistake differentiating, and I managed to find the answer that way too. But your way is a lot nicer.

And halls, AOB i guess means the portion of the parabola.

Moose
:) I imagine the problem would get very ugly if you didn't have that formula.

I can't remember the derivation, but the determinant of the cross product of two vectors gives the area of the parallelogram formed by those two vectors (of course, those vectors would be 2 of the 4 sides, but you should get the idea). The area of the triangle would just be half the area of that parallelogram. I'm at work right now, so I can't really try to figure out a derivation, but if you can't find one online I'll try to provide one (although I'm sure someone here will do that before I get a chance).

EDIT: Ignore most of the stuff above. I was a bit rusty with this stuff, so I looked it up on mathworld where their notation confused me, so what I wrote didn't make perfect sense. It's not the determinant of the cross product, but the magnitude of it which gives you the area of the parallelogram. If you have vectors [itex]\vec{u} = (u_x, u_y)[/itex] and [itex]\vec{v} = (v_x, v_y)[/itex] then the area of the parallelogram is:

[tex]A = |\vec{u} \times \vec{v}| = \det \left[\begin{array}{cc}u_x&u_y\\v_x&v_y\end{array}\right][/tex]

Now, how do we prove this?

Well, [itex]|\vec{u} \times \vec{v}| = |\vec{u}||\vec{v}|\sin \theta[/itex], where [itex]\theta[/itex] is the angle between the vectors. Now, it's not hard to see that if the absolute value of the cross product is what's given on the right, that we have the area of the parallelogram. If [itex]|\vec{u}|[/itex] represents the base of the parallelogram, we can see with some trigonometry that [itex]|\vec{v}|\sin \theta[/itex] is the height/altitude of the parallelogram, and clearly the product of these two values is the area. Now, how do we know that the equation at the start of this paragraph is true? Well, I suppose it would be messy, but you'd just have to show that:

[tex]u_xv_y - v_xu_y = |\vec{u}||\vec{v}|\sin \theta[/tex]

You can use the fact that:

[tex]\sin \theta = \sqrt{1 - \cos ^2 \theta} = \sqrt{1 - \left (\frac{\vec{u} \cdot \vec{v}}{|\vec{u}||\vec{v}|} \right )}[/tex]
 
Last edited:
  • #8
AKG said:
:) I imagine the problem would get very ugly if you didn't have that formula.

I can't remember the derivation, but the determinant of the cross product of two vectors gives the area of the parallelogram formed by those two vectors (of course, those vectors would be 2 of the 4 sides, but you should get the idea). The area of the triangle would just be half the area of that parallelogram. I'm at work right now, so I can't really try to figure out a derivation, but if you can't find one online I'll try to provide one (although I'm sure someone here will do that before I get a chance).

The trick is that the cross product can also be written as a determinant, even if I don't understant the notation that AKG used (I thought the cross product was a vector...)
 
  • #9
I understand it now! Thanks AKG.
 
  • #10
As I thought, the proof is "ugly". Well, not really, it's just rather involved, you can't be expected to just see it. Anyway, check out http://www.mcraeclan.com/MathHelp/GeometryVectorCrossProduct.htm and look at the headings, "Magnitude of a x b" and the following heading "Area of a parallelogram".
 
Last edited by a moderator:
  • #11
I imagine the problem would get very ugly if you didn't have that formula.

How's this for ugly: I did the problem with Heron's formula for the area of a triangle. I got the answer, but it took a good page of algebra. (Don't worry, I won't even think about posting it after seeing AKG's elegant solution.)
 
  • #12
pnaj said:
That's a bit picky, isn't it?

pnaj, Asking him to clarify the question is not being "picky". On the contrary, it's essentual. On reading the question I immediately wondered the same thing, was the "arc" an arc (three points define a unique cirular arc) or was the "arc" really the parabola. How can you do a problem that is not properly defined? I can't imagine how you could see that as being "picky".
 
  • #13
It was just a comment, that's all.

I suppose that, technically, an arc refers to part of a circle, but I see the word 'arc' used in context with curves other than a circle all the time.

And I just didn't see the possible circle in this problem.
 
  • #14
pnaj said:
It was just a comment, that's all.

I suppose that, technically, an arc refers to part of a circle, but I see the word 'arc' used in context with curves other than a circle all the time.

And I just didn't see the possible circle in this problem.

No, it wasn't a comment it was a question!

(NOW, I'm being picky!)

The only difference is that you assumed one possible meaning and I asked. I don't consider that "picky", just cautious.
 
  • #15
HallsofIvy,

Apologies for my question.

pnaj
 

1. How do I find the maximum area of triangle APB?

The maximum area of triangle APB can be found by finding the vertex of the parabola y=x^2 that intersects with the line y=mx+b. The x-coordinate of this vertex will be the value for point P on the line y=mx+b. To find point A and point B, we can use the slope of the line and the distance formula to determine the coordinates of the points.

2. What is the equation for the parabola y=x^2?

The equation for the parabola y=x^2 is a standard quadratic equation in the form of y=ax^2+bx+c, where a=1, b=0, and c=0. This means that the parabola is symmetrical around the y-axis and opens upwards.

3. How does the slope of the line y=mx+b affect the area of triangle APB?

The slope of the line y=mx+b determines the angle at which the line intersects with the parabola y=x^2. This, in turn, affects the coordinates of point P, which ultimately determines the length of the base of triangle APB. A steeper slope will result in a shorter base and therefore a smaller area, while a flatter slope will result in a longer base and a larger area.

4. Can the area of triangle APB be negative?

No, the area of a triangle cannot be negative. The area of triangle APB will always be a positive value, even if the triangle is a degenerate triangle (where two or more points are collinear).

5. How can I graph the parabola y=x^2 and the line y=mx+b to visualize the intersection and maximize the area of triangle APB?

To graph the parabola y=x^2, you can plot several points and connect them with a smooth curve. To graph the line y=mx+b, you can plot the y-intercept (b) and then use the slope (m) to plot additional points. The intersection of these two graphs will be the vertex of the parabola and the point P on the line y=mx+b. You can then use the coordinates of point P to find the coordinates of points A and B and graph the triangle APB.

Similar threads

  • General Math
Replies
1
Views
598
Replies
6
Views
1K
Replies
4
Views
965
  • General Math
Replies
1
Views
927
Replies
2
Views
300
  • General Math
Replies
3
Views
881
Replies
6
Views
2K
Replies
6
Views
1K
Replies
30
Views
4K
Replies
22
Views
2K
Back
Top