Here's the problem:

Find the area of a plane region bounded by y=x^3 and its tangent line through (1,1).

So far I have the graph on my graphing calc, so I have an idea at what I'm looking at. I found the tangent line to y=x^3 to be y=3x-2. Now I am stuck. I am trying to find the area that it's bound by. Am I supposed to make it x^3=3x-2 so I can get the points they intersect at? Any help would be greatly appreciated.

To find the area of the plane region bounded by the curve y=x^3 and its tangent line through (1,1), you can follow these steps:

Step 1: Find the x-coordinate(s) where the curve y=x^3 and its tangent line intersect.
To do this, you need to set the equation of the curve equal to the equation of the tangent line:

x^3 = 3x - 2

Step 2: Solve the equation from Step 1 to find the x-coordinate(s) of the intersection point(s).
To solve this equation, you can rearrange it into the form:

x^3 - 3x + 2 = 0

This is a cubic equation, and it can be solved using various methods such as factoring, synthetic division, or numerical methods like the Newton-Raphson method.

Step 3: Once you have the x-coordinate(s) of the intersection point(s), substitute them back into either the equation of the curve or the equation of the tangent line to find the corresponding y-coordinate(s) of the intersection point(s).

Step 4: Use the x-coordinate(s) and y-coordinate(s) of the intersection point(s) to determine the range of integration for finding the area.

Step 5: Set up the definite integral to calculate the area between the curve y=x^3 and the tangent line from the x-coordinate(s) found in Step 4. The integral should be set up as:

∫[a,b] (curve equation - tangent line equation) dx

where [a,b] represents the range of integration based on the x-coordinate(s) found in Step 4.

Step 6: Evaluate the definite integral from Step 5 to find the area of the region bounded by the curve and its tangent line.

Note: It's important to ensure that the tangent line intersects the curve on both sides of the point (1,1). If the tangent line only intersects the curve on one side of that point, you will need to split the integral into two parts and evaluate them separately.