Area Between 2 Curves Homework: Calculating the Area between Two Tangent Curves

  • Thread starter Thread starter squenshl
  • Start date Start date
  • Tags Tags
    Area Curves
squenshl
Messages
468
Reaction score
4

Homework Statement


Calculate the area between ##y = -x^2+3x+10## and ##y = -x+14##. Note that ##y = -x+14## is the tangent to the curve ##y = -x^2+3x+10## at the point ##(2,12)##.

Homework Equations

The Attempt at a Solution


Is it as simple as calculating ##\int_{5}^{14} -x+14+x^2-3x-10 = \int_{5}^{14} x^2-4x-10##?
 
Physics news on Phys.org
squenshl said:

Homework Statement


Calculate the area between ##y = -x^2+3x+10## and ##y = -x+14##. Note that ##y = -x+14## is the tangent to the curve ##y = -x^2+3x+10## at the point ##(2,12)##.

Homework Equations

The Attempt at a Solution


Is it as simple as calculating ##\int_{5}^{14} -x+14+x^2-3x-10 = \int_{5}^{14} x^2-4x-10##?
Where did the 5 come from?

Anyway, your problem is not well-posed, as posted here. Is there some additional information that you left out? The area of the region between the line and the parabola is infinitely large. Did you sketch a graph?
 
squenshl said:

Homework Statement


Calculate the area between ##y = -x^2+3x+10## and ##y = -x+14##. Note that ##y = -x+14## is the tangent to the curve ##y = -x^2+3x+10## at the point ##(2,12)##.

Homework Equations

The Attempt at a Solution


Is it as simple as calculating ##\int_{5}^{14} -x+14+x^2-3x-10 = \int_{5}^{14} x^2-4x-10##?

it depends on what you want out of this problem.

your problem statement didn't say that the area is to be calculated over ##[5, 14]##, and you are missing a dx in those integrals, but otherwise it looks basically ok.

two concerns:

the problem statement asks for

##\int_{a}^{b} \big \vert (-x+14) - (-x^2+3x+10) \big \vert dx##

how do you know that

##\big \vert (-x+14) - (-x^2+3x+10) \big \vert = (-x+14) - (-x^2+3x+10) ##

?

Put differently, how do you know you can just get rid of those absolute value signs? In general this would require a justification. I would always start by graphing it / drawing a picture, but some symbolic / mathematical justification is still needed.

you may also want to confirm ##14 - 10 \neq -10##
 
Sorry about the confusion.
The area is between the line and the parabola and above the x axis. My bounds were ##5 \leq x \leq 14## because that's where the line and curve cut the x-axis after drawing it.
 
squenshl said:
Sorry about the confusion.
The area is between the line and the parabola and above the x axis.
That's still an infinite area, unless there are some other bounds. The region between the parabola and the line, and above the x-axis, is in two parts -- the roughly triangular piece to the right of the point where the two figures intersect, and the part to the left of the intersection point. The portion on the left is infinite in area.
 
Mark44 said:
That's still an infinite area, unless there are some other bounds. The region between the parabola and the line, and above the x-axis, is in two parts -- the roughly triangular piece to the right of the point where the two figures intersect, and the part to the left of the intersection point. The portion on the left is infinite in area.
 

Attachments

  • Curve.png
    Curve.png
    13.7 KB · Views: 455
your problem statement still is underspecified. Where did the integration bounds of [5,14] come from? For instance, why not also integrate from ##(-\infty, -2)## and why not [-2,2]?
 
StoneTemplePython said:
your problem statement still is underspecified. Where did the integration bounds of [5,14] come from? For instance, why not also integrate from ##(-\infty, -2)## and why not [-2,2]?
Thanks for the help.
I just calculated ##\int_{2}^{15} -x+14 \; dx## and ##\int_{2}^{5} -x^2+3x-10 \; dx## then took the difference to get ##\frac{329}{6}##.
 
squenshl said:
I just calculated ##\int_{2}^{15} -x+14 \; dx## and ##\int_{2}^{5} -x^2+3x-10 \; dx## then took the difference to get ##\frac{329}{6}##.
There is also the area to the left of the parabola and below the line.
 
  • #10
Mark44 said:
There is also the area to the left of the parabola and below the line.
Not according to the graph above.
 
  • #11
squenshl said:
Not according to the graph above.
But the graph doesn't agree with your problem statement in post #1.
squenshl said:
Calculate the area between ##y = -x^2+3x+10## and ##y = -x+14##.
The area between the line and the parabola includes the portion to the left of the parabola.
The graph implies additional restrictions that aren't given in the problem statement -- i.e., that ##x \ge 2## and ##y \ge 0##.

So which one is the problem you're working? The verbal description or the graph? They aren't the same.
 
  • #12
StoneTemplePython said:
Where did the integration bounds of [5,14] come from?

squenshl said:
I just calculated ##\int_{2}^{15} -x+14 \; dx## and ##\int_{2}^{5} -x^2+3x-10 \; dx## then took the difference to get ##\frac{329}{6}##.
The 15 in the first integral will give you a wrong answer. Was that a typo?
 
  • #13
Sorry guys.
The question was to find the shared area in the graph & yes that was a typo.
Cheers.
 
  • #14
squenshl said:
The question was to find the shared area in the graph
Do you mean "shaded" area?
 
Back
Top