Skip to main content
Back to Area Under Curves
JEE Main 2021
Area Under Curves
Area Under The Curves
Hard

Question

The area of the region enclosed by the curve y=x3y=x^{3} and its tangent at the point (1,1)(-1,-1) is :

Options

Solution

Key Concepts and Formulas

  • Area Between Curves: The area between two curves f(x)f(x) and g(x)g(x) from x=ax=a to x=bx=b, where f(x)g(x)f(x) \ge g(x) on [a,b][a,b], is given by A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] \, dx.
  • Equation of a Tangent Line: The equation of the tangent line to a curve y=f(x)y = f(x) at a point (x0,y0)(x_0, y_0) is yy0=f(x0)(xx0)y - y_0 = f'(x_0)(x - x_0).
  • Derivatives: The power rule for differentiation: if y=xny = x^n, then dydx=nxn1\frac{dy}{dx} = nx^{n-1}.

Step-by-Step Solution

Step 1: Find the Equation of the Tangent Line

We are given the curve y=x3y = x^3 and the point (1,1)(-1, -1). Our goal is to find the equation of the tangent line to the curve at this point.

  1. Find the derivative of the curve: The derivative dydx\frac{dy}{dx} gives the slope of the tangent line at any point (x,y)(x, y) on the curve. Given: y=x3y = x^3 Differentiating with respect to xx: dydx=3x2\frac{dy}{dx} = 3x^2 Explanation: Applying the power rule to find the derivative of x3x^3.

  2. Calculate the slope at the given point: Substitute the x-coordinate of the point of tangency, x=1x=-1, into the derivative to find the specific slope mm of the tangent line at that point. m=(dydx)x=1=3(1)2=3(1)=3m = \left(\frac{dy}{dx}\right)_{x=-1} = 3(-1)^2 = 3(1) = 3 Explanation: Substituting x=1x=-1 into the derivative to find the slope of the tangent line at x=1x=-1.

  3. Use the point-slope form to find the tangent equation: The equation of a line with slope mm passing through a point (x1,y1)(x_1, y_1) is given by yy1=m(xx1)y - y_1 = m(x - x_1). Here, (x1,y1)=(1,1)(x_1, y_1) = (-1, -1) and m=3m=3. Substitute these values into the point-slope form: y(1)=3(x(1))y - (-1) = 3(x - (-1)) y+1=3(x+1)y + 1 = 3(x + 1) y+1=3x+3y + 1 = 3x + 3 y=3x+2y = 3x + 2 Let's denote this as yL=3x+2y_L = 3x+2 (the tangent line equation) and the curve as yC=x3y_C = x^3. Explanation: Using the point-slope form of a line to find the equation of the tangent line.

Step 2: Find the Points of Intersection Between the Curve and the Tangent

To find the points where the tangent line intersects the curve y=x3y=x^3, we set their y-values equal to each other. These intersection points will define the limits of integration.

  1. Set the equations equal: Set yC=yLy_C = y_L: x3=3x+2x^3 = 3x + 2

  2. Rearrange into a cubic equation: Rearrange this into a standard cubic equation: x33x2=0x^3 - 3x - 2 = 0

  3. Solve the cubic equation: Since the line is tangent to the curve at x=1x=-1, we know that x=1x=-1 is a repeated root. Thus (x+1)2(x+1)^2 is a factor of the cubic.

    x33x2=(x+1)(x2x2)=(x+1)(x+1)(x2)=(x+1)2(x2)=0 x^3 - 3x - 2 = (x+1)(x^2-x-2) = (x+1)(x+1)(x-2) = (x+1)^2(x-2) = 0 The roots are x=1x=-1 and x=2x=2.

  4. Identify the intersection points: The x-coordinates, x=1x=-1 and x=2x=2, are the limits of integration for our area calculation.

  • For x=1x=-1, y=(1)3=1y = (-1)^3 = -1. Point: (1,1)(-1, -1).
  • For x=2x=2, y=(2)3=8y = (2)^3 = 8. Point: (2,8)(2, 8).

Step 3: Set Up the Definite Integral for the Area

We need to find the area between the curve yC=x3y_C=x^3 and the tangent line yL=3x+2y_L=3x+2 from x=1x=-1 to x=2x=2.

  1. Determine the interval: The intersection points define the interval of integration as [1,2][-1, 2].

  2. Identify the "upper" and "lower" functions: We need to know which function has a greater y-value in the interval (1,2)(-1, 2). A simple way to do this is to pick a test point within the open interval, say x=0x=0.

    • For the curve yC=x3y_C=x^3: yC(0)=03=0y_C(0) = 0^3 = 0.
    • For the tangent yL=3x+2y_L=3x+2: yL(0)=3(0)+2=2y_L(0) = 3(0) + 2 = 2. Since yL(0)=2>yC(0)=0y_L(0) = 2 > y_C(0) = 0, the tangent line yL=3x+2y_L=3x+2 is above the curve yC=x3y_C=x^3 in the interval [1,2][-1, 2].
  3. Formulate the integral: The area is given by the integral of (upper function - lower function) with respect to xx over the interval. A=12(yLyC)dxA = \int_{-1}^{2} (y_L - y_C) \, dx A=12((3x+2)x3)dxA = \int_{-1}^{2} ((3x + 2) - x^3) \, dx A=12(3x+2x3)dxA = \int_{-1}^{2} (3x + 2 - x^3) \, dx

Step 4: Evaluate the Definite Integral

Now, we evaluate the integral using the power rule for integration and the Fundamental Theorem of Calculus.

  1. Integrate each term: The antiderivative of 3x+2x33x + 2 - x^3 is: (3x+2x3)dx=3x22+2xx44+C\int (3x + 2 - x^3) \, dx = \frac{3x^{2}}{2} + 2x - \frac{x^{4}}{4} + C

  2. Apply the limits of integration: A=[32x2+2x14x4]12A = \left[ \frac{3}{2}x^2 + 2x - \frac{1}{4}x^4 \right]_{-1}^{2} This means we evaluate the antiderivative at the upper limit (x=2x=2) and subtract its value at the lower limit (x=1x=-1). A=(32(2)2+2(2)14(2)4)(32(1)2+2(1)14(1)4)A = \left( \frac{3}{2}(2)^2 + 2(2) - \frac{1}{4}(2)^4 \right) - \left( \frac{3}{2}(-1)^2 + 2(-1) - \frac{1}{4}(-1)^4 \right)

  3. Perform the arithmetic carefully:

    First part (evaluate at x=2x=2): (32(4)+414(16))=6+44=6\left( \frac{3}{2}(4) + 4 - \frac{1}{4}(16) \right) = 6 + 4 - 4 = 6

    Second part (evaluate at x=1x=-1): (32(1)214(1))=32214=648414=34\left( \frac{3}{2}(1) - 2 - \frac{1}{4}(1) \right) = \frac{3}{2} - 2 - \frac{1}{4} = \frac{6}{4} - \frac{8}{4} - \frac{1}{4} = \frac{-3}{4}

    Subtract the second part from the first part: A=6(34)=6+34=244+34=274A = 6 - \left( -\frac{3}{4} \right) = 6 + \frac{3}{4} = \frac{24}{4} + \frac{3}{4} = \frac{27}{4}

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with negative signs when substituting limits of integration.
  • Incorrectly Identifying Upper/Lower Functions: Always check which function is greater in the interval of integration.
  • Missing Repeated Roots: When a line is tangent to a curve, the point of tangency represents a repeated root when solving for intersection points.

Summary

The area of the region enclosed by the curve y=x3y=x^3 and its tangent at (1,1)(-1,-1) is found by integrating the difference between the tangent line and the curve between their intersection points. The correct setup and evaluation of the definite integral leads to the area of 274\frac{27}{4} square units.

Final Answer The final answer is \boxed{\frac{27}{4}}, which corresponds to option (C).

Practice More Area Under Curves Questions

View All Questions