zuai-logo

Areas

David Brown

David Brown

6 min read

Listen to this study note

Study Guide Overview

This study guide covers calculating the area between a curve and the y-axis using definite integrals. It explains how to set up the integral with the function expressed in terms of y, determine the limits of integration, and handle cases with no given limits or negative area integrals. The guide also includes worked examples and practice questions.

Study Notes: Area Between a Curve and the Y-Axis

Table of Contents

  1. Introduction
  2. Finding the Area Between a Curve and the Y-Axis
  3. Worked Example 1
  4. No Given Limits
  5. Negative Area Integrals
  6. Worked Example 2
  7. Practice Questions
  8. Glossary
  9. Summary and Key Takeaways

Introduction

This section covers the method to find the area between a curve and the y-axis using definite integrals. Understanding this concept is essential for solving problems related to areas under curves in coordinate geometry.

Finding the Area Between a Curve and the Y-Axis

To find the area between a curve and the y-axis, follow these steps:

Key Concept

The area is calculated by evaluating the definite integral of a function x=g(y)x = g(y) with respect to yy between y=ay = a and y=by = b: abg(y),dy\int_{a}^{b} g(y) , dy

Steps:

  1. Identify the function x=g(y)x = g(y).
  2. Set the integration limits y=ay = a and y=by = b.
  3. Evaluate the definite integral: abg(y),dy\int_{a}^{b} g(y) , dy.
Exam Tip

Always ensure the function is expressed in terms of yy before integrating.

Example

Given a function in terms of xx, y=f(x)y = f(x), rearrange it to x=g(y)x = g(y) before integrating.

Worked Example 1

Problem:

Find the area of the region enclosed by the curve y=2+x+4y = 2 + \sqrt{x + 4} and the horizontal lines y=4y = 4 and y=6y = 6.

Solution:

  1. Rearrange the equation: y=2+x+4y2=x+4(y2)2=x+4x=(y2)24\begin{aligned} y & = 2 + \sqrt{x + 4} \\ y - 2 & = \sqrt{x + 4} \\ (y - 2)^2 & = x + 4 \\ x & = (y - 2)^2 - 4 \end{aligned}

  2. Integrate with respect to yy between y=4y = 4 and y=6y = 6: 46[(y2)24],dy=[13(y2)34y]46=(13(62)346)(13(42)344)=(64324)(8316)=(64324)(8316)=(64723)(8483)=(83)(403)=323\begin{aligned} \int_{4}^{6} \left[(y - 2)^2 - 4\right] , dy & = \left[ \frac{1}{3}(y - 2)^3 - 4y \right]_{4}^{6} \\ & = \left( \frac{1}{3}(6 - 2)^3 - 4 \cdot 6 \right) - \left( \frac{1}{3}(4 - 2)^3 - 4 \cdot 4 \right) \\ & = \left( \frac{64}{3} - 24 \right) - \left( \frac{8}{3} - 16 \right) \\ & = \left( \frac{64}{3} - 24 \right) - \left( \frac{8}{3} - 16 \right) \\ & = \left( \frac{64 - 72}{3} \right) - \left( \frac{8 - 48}{3} \right) \\ & = \left( \frac{-8}{3} \right) - \left( \frac{-40}{3} \right) \\ & = \frac{32}{3} \end{aligned}

The area is 323\frac{32}{3} square units.

No Given Limits

What if limits are not provided?

If the integration limits are not provided, they are often the y-axis intercepts:

  1. Find the y-axis intercepts: Solve for x=0x = 0.
  2. Integrate the function between these intercepts.
The x-axis (y=0y = 0) may also be one of the limits.

Negative Area Integrals

When is the area integral negative?

  • If the area lies to the left of the y-axis, the value of the definite integral will be negative.

    • However, an area cannot be negative.
    • The area is equal to the absolute value of the definite integral.
  • For areas that lie both to the right and left of the y-axis:

    • Use the method outlined in the 'Multiple Areas' study guide.
Exam Tip

Always check whether you need to find the value of an integral or an area.

Worked Example 2

Problem:

Find the area of the region enclosed by the curve y=x27x+10y = x^2 - 7x + 10 and the y-axis.

Solution:

  1. Find the y-intercepts by solving for x=0x = 0: 0=y27y+100=(y2)(y5)y=2,or,y=5\begin{aligned} 0 & = y^2 - 7y + 10 \\ 0 & = (y - 2)(y - 5) \\ y & = 2 , \text{or} , y = 5 \end{aligned}

  2. Integrate with respect to yy between y=2y = 2 and y=5y = 5: 25(y27y+10),dy=[13y372y2+10y]25=(131257225+50)(138724+20)=(12531752+50)(8314+20)=(25065256+3006)(166846+1206)=(256263)=92\begin{aligned} \int_{2}^{5} \left(y^2 - 7y + 10\right) , dy & = \left[ \frac{1}{3} y^3 - \frac{7}{2} y^2 + 10y \right]_{2}^{5} \\ & = \left( \frac{1}{3} \cdot 125 - \frac{7}{2} \cdot 25 + 50 \right) - \left( \frac{1}{3} \cdot 8 - \frac{7}{2} \cdot 4 + 20 \right) \\ & = \left( \frac{125}{3} - \frac{175}{2} + 50 \right) - \left( \frac{8}{3} - 14 + 20 \right) \\ & = \left( \frac{250}{6} - \frac{525}{6} + \frac{300}{6} \right) - \left( \frac{16}{6} - \frac{84}{6} + \frac{120}{6} \right) \\ & = \left( \frac{25}{6} - \frac{26}{3} \right) \\ & = -\frac{9}{2} \end{aligned}

Since the area cannot be negative, the area is 92\frac{9}{2} square units.

Practice Questions

Practice Question

Question 1: Find the area between the curve x=y2x = y^2 and the y-axis between y=1y = -1 and y=2y = 2.

Answer: 12y2,dy=[13y3]12=(83(13))=93=3,square units\int_{-1}^{2} y^2 , dy = \left[ \frac{1}{3} y^3 \right]_{-1}^{2} = \left( \frac{8}{3} - (-\frac{1}{3}) \right) = \frac{9}{3} = 3 , \text{square units}

Practice Question

Question 2: Find the area enclosed by the curve x=4y2x = 4 - y^2 and the y-axis between y=2y = -2 and y=2y = 2.

Answer: 22(4y2),dy=[4y13y3]22=(883)(8+83)=323,square units\int_{-2}^{2} (4 - y^2) , dy = \left[ 4y - \frac{1}{3} y^3 \right]_{-2}^{2} = \left( 8 - \frac{8}{3} \right) - \left( -8 + \frac{8}{3} \right) = \frac{32}{3} , \text{square units}

Glossary

  1. Definite Integral: A type of integral with upper and lower limits, providing the net area under a curve.
  2. Y-Axis Intercept: The points where a curve intersects the y-axis.
  3. Absolute Value: The non-negative value of a number without regard to its sign.

Summary and Key Takeaways

Summary

  • The area between a curve and the y-axis can be found using definite integrals.
  • Rearrange the function into x=g(y)x = g(y) if needed.
  • Integrate between the given limits or find y-axis intercepts if limits are not provided.
  • Account for negative areas by taking the absolute value of the definite integral.

Key Takeaways

  • Always ensure the function is in terms of yy before integrating.
  • Check whether you are finding the value of an integral or an area.
  • Remember to take the absolute value for areas to the left of the y-axis.
Exam Tip

Practice solving different types of problems to become familiar with various scenarios and ensure accuracy in exams.