Math Problem Statement

The figure above shows a quadratic curve and a straight line with respective equations y = x^2 - 5x + 9 and y = 5. The points A and B are the points of intersection between the straight line and the quadratic curve. (a) Find the coordinates of A and B. (b) Calculate the exact area of the finite region bounded by the quadratic curve and the straight line, shown shaded in the above figure.

Solution

Let's break down and solve the problem shown in the image.

Part (a): Find the coordinates of AA and BB

The two curves are:

  • Quadratic curve: y=x25x+9y = x^2 - 5x + 9
  • Line: y=5y = 5

We need to find the intersection points by setting the two equations equal to each other.

x25x+9=5x^2 - 5x + 9 = 5

Simplify: x25x+4=0x^2 - 5x + 4 = 0

Now, solve this quadratic equation using the quadratic formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} where a=1a = 1, b=5b = -5, and c=4c = 4.

x=(5)±(5)24(1)(4)2(1)=5±25162x = \frac{-(-5) \pm \sqrt{(-5)^2 - 4(1)(4)}}{2(1)} = \frac{5 \pm \sqrt{25 - 16}}{2} x=5±92=5±32x = \frac{5 \pm \sqrt{9}}{2} = \frac{5 \pm 3}{2}

This gives two solutions: x=5+32=4andx=532=1x = \frac{5 + 3}{2} = 4 \quad \text{and} \quad x = \frac{5 - 3}{2} = 1

Thus, the intersection points are:

  • At x=1x = 1, y=5y = 5, giving point A(1,5)A(1, 5).
  • At x=4x = 4, y=5y = 5, giving point B(4,5)B(4, 5).

Part (b): Calculate the exact area of the finite region

We need to compute the area between the quadratic curve y=x25x+9y = x^2 - 5x + 9 and the line y=5y = 5 over the interval x=1x = 1 to x=4x = 4.

The area between two curves is given by: Area=x1x2(Upper functionLower function)dx\text{Area} = \int_{x_1}^{x_2} \left( \text{Upper function} - \text{Lower function} \right) \, dx

Here, the upper function is y=5y = 5, and the lower function is y=x25x+9y = x^2 - 5x + 9. So the integral becomes: Area=14(5(x25x+9))dx\text{Area} = \int_1^4 \left( 5 - (x^2 - 5x + 9) \right) \, dx Simplify the integrand: 5(x25x+9)=x2+5x45 - (x^2 - 5x + 9) = -x^2 + 5x - 4 Now, integrate: 14(x2+5x4)dx\int_1^4 (-x^2 + 5x - 4) \, dx

Step-by-step integration: (x2)dx=x33,5xdx=5x22,4dx=4x\int (-x^2) \, dx = -\frac{x^3}{3}, \quad \int 5x \, dx = \frac{5x^2}{2}, \quad \int -4 \, dx = -4x

Thus: [x33+5x224x]14\left[ -\frac{x^3}{3} + \frac{5x^2}{2} - 4x \right]_1^4

Now, substitute the limits x=4x = 4 and x=1x = 1.

For x=4x = 4: 433+5(42)24(4)=643+80216=643+4016=643+24-\frac{4^3}{3} + \frac{5(4^2)}{2} - 4(4) = -\frac{64}{3} + \frac{80}{2} - 16 = -\frac{64}{3} + 40 - 16 = -\frac{64}{3} + 24

For x=1x = 1: 133+5(12)24(1)=13+524=13+2.54=131.5=53-\frac{1^3}{3} + \frac{5(1^2)}{2} - 4(1) = -\frac{1}{3} + \frac{5}{2} - 4 = -\frac{1}{3} + 2.5 - 4 = -\frac{1}{3} - 1.5 = -\frac{5}{3}

Now, subtract the two results: (643+24)(53)=643+24+53\left( -\frac{64}{3} + 24 \right) - \left( -\frac{5}{3} \right) = -\frac{64}{3} + 24 + \frac{5}{3} =6453+24=593+24= -\frac{64 - 5}{3} + 24 = -\frac{59}{3} + 24 =593+723=72593=133= -\frac{59}{3} + \frac{72}{3} = \frac{72 - 59}{3} = \frac{13}{3}

Thus, the exact area of the shaded region is: 133square units.\boxed{\frac{13}{3}} \, \text{square units}.


Summary of Results:

  • (a) The coordinates of AA and BB are A(1,5)A(1, 5) and B(4,5)B(4, 5).
  • (b) The exact area of the shaded region is 133\frac{13}{3} square units.

Do you need further details or have any questions?

Here are five related questions:

  1. How do we determine which function is the upper one in an area problem?
  2. Can the quadratic formula always solve any quadratic equation?
  3. How do we evaluate definite integrals over specific limits?
  4. What does it mean if the area between two curves is negative?
  5. How would the solution change if the line was y=6y = 6 instead?

Tip: When finding areas between curves, always double-check the limits of integration to avoid common errors.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Definite Integrals
Area Between Curves

Formulas

Quadratic formula: x = (-b ± √(b² - 4ac)) / 2a
Area between curves: ∫(Upper function - Lower function) dx

Theorems

Quadratic formula

Suitable Grade Level

Grades 10-12