Area between curves integration problems

Click For Summary

Homework Help Overview

The discussion revolves around finding the area between curves defined by the functions f(x) = 3(x^3 - 3) and g(x) = 0, as well as calculating the area of a triangle with specified vertices. Participants are tasked with setting up definite integrals for these areas.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the setup of integrals for the area between the curves and question the necessity of absolute values in the integrals. There is discussion about the intersection points of the functions and how they affect the area calculations. Some participants express confusion about the answer key's notation and the implications of negative areas in the context of definite integrals.

Discussion Status

Several participants have provided insights into the setup of the integrals and the reasoning behind the use of absolute values. There is ongoing clarification about the nature of the curves and their intersections. The discussion is productive, with participants actively engaging in questioning and exploring different interpretations of the problem.

Contextual Notes

There is mention of an attachment that was initially missing, which may contain additional context for the problem. Participants also note the importance of understanding the behavior of the function across the specified intervals to accurately determine the area.

clairez93
Messages
113
Reaction score
0

Homework Statement



1. Set up the definite integral that gives the area of the region. (See attachment)

f(x) = 3(x^3-3)
g(x) = 0

2. Use integration to find the area of the triangle having the given vertices: (0,0), (a, 0), (b,c)


Homework Equations





The Attempt at a Solution




1.

[tex]\int^{0}_{-1}[/tex][tex]3(x^{3}-x) dx[/tex] -- [tex]\int^{1}_{0}[/tex][tex]3(x^{3}-x) dx[/tex]

Somehow the answer key says that this later becomes

-6 [tex]\int^{1}_{0}[/tex][tex](x^{3} -x) dx[/tex]

But I can't really see at the moment why that is.


2.

Equations of lines:
[tex]y = \frac{c}{b-a}(x-a)[/tex]

[tex]y = \frac{c}{b}x[/tex]

Area:

[tex]\int^{c}_{0}[/tex][tex](\frac{c}{b-a}(x-a) - \frac{c}{b}x) dx[/tex]

[tex]\frac{c}{b-a}[/tex][tex]\int^{c}_{0}[/tex][tex](x-a) dx[/tex] - [tex]\frac{c}{b}[/tex][tex]\int^{c}_{0}[/tex][tex]x dx[/tex]

[tex]= \frac{c}{b-a}[\frac{x^{2}}{2} - ax]^{c}_{0}[/tex] - [tex]\frac{c}{b}[\frac{x^{2}}{2}[/tex]

[tex]= \frac{c}{b-a}[\frac{c^2}{2} - ca][/tex] - [tex]\frac{c}{b}(\frac{c^{2}}{2})[/tex]

= [tex]\frac{c^{3}}{2(b-a)} - \frac{c^{2}a}{b-a} - \frac{c^{3}}{2b}[/tex]

= [tex]\frac{bc^{3} - 2abc^{2} - (b-a)c^{3}}{2b(b-a)}[/tex]

= [tex]\frac{ac^{2}(-2b+c)}{2b(b-a)}[/tex]


If anyone is willing to decipher this and help, it'd be much appreciated.

If the way I typed the Latex is confusing, let me know and I'll scan in my handwork. :]
 

Attachments

  • calcpic.jpg
    calcpic.jpg
    8.9 KB · Views: 478
Last edited:
Physics news on Phys.org
1. Area of region

[tex]S=\int_{a}^{b}(f(x)-g(x))dx[/tex]

Now, a and b are the intersection points of the functions f(x) and g(x).

0=3x(x2-1)

There are three intersection points, x1=0, x2=1, x3=-1

Your integral that you need to solve is:

[tex]\int_{-1}^{1}(3(x^3-x)-0)dx[/tex]

2. Area of triangle

You wrote the lines between the points (0,0) and (b,c), and (a,0) with (b,c).

But you forgot one function which is between (0,0) and (a,0).

That function is y=0.

As you can see the intersection points with this line with the others, are x1=a and x2=0.

So your original integral would be:

[tex] \int^{a}_{0}<br /> (\frac{c}{b-a}(x-a) - \frac{c}{b}x) dx[/tex]

Regards.
 
clairez93 said:

Homework Statement



1. Set up the definite integral that gives the area of the region. (See attachment)

f(x) = 3(x^3-3)
g(x) = 0

I see no attachment so I need some clarification. Are you being asked to find the area of the region bound between the curves [itex]y=3(x^3-x)[/itex] and [itex]y=0[/itex] or between [itex]y=3(x^3-3)[/itex] and [itex]y=0[/itex] as you originally stated?

Assuming it's [itex]y=3(x^3-x)[/itex], as mentioned the intersections between these two curves occur for x = -1, 0, and 1. The area between the curves is

[tex]\int_{-1}^{1}\left| 3(x^3-x) \right|\;dx.[/itex][/tex]​
[tex] <br /> Without the absolute value, the integral would be 0, which I doubt is what you seek.<br /> <br /> --Elucidus[/tex]
 
Yes I apologize, I have uploaded the attachment now. It is indeed the area between the curves. Why is it however the absolute value? And how did the answer key come up with a value of

-6 [tex]\int^{1}_{0}[/tex][tex](x^{3} -x) dx[/tex]?
 
clairez93 said:
Yes I apologize, I have uploaded the attachment now. It is indeed the area between the curves. Why is it however the absolute value? And how did the answer key come up with a value of

-6 [tex]\int^{1}_{0}[/tex][tex](x^{3} -x) dx[/tex]?

I seem to not be able to see your attachment - I may be having browser trouble. I am going to try attaching a graph of [itex]y=3(x^3-x)[/itex].

The reason for the absolute value is that the integral

[tex]\int_{-1}^{1}3(x^3-x)\;dx[/tex]​

finds the area under the curve. The part of the curve above the x-axis to the left of the y-axis is going to evaluate as positive area whereas the part of the curve that is in the 4th quadrant is going to evaluate as negative area. Since this curve is radially symmetric these two areas will be exact opposites and will cancel out giving an answer of 0.

The absolute value guarantees that one is finding the area between the curves.

The theorem is basically: If f and g are continuous on [a, b] and [itex]f(x) \geq g(x)[/itex] for all x in [a, b] then the area between the curves [itex]y=f(x)[/itex] and [itex]y=g(x)[/itex] for [itex]a \leq x \leq b[/itex] is

[tex]\int_a^b \left[ f(x)-g(x) \right] \; dx.[/tex]​

The issue here is that [itex]3(x^3-x)[/itex] is not greater than 0 throughout [-1, 1].

The reason the answer equals [itex]-6 \int_{0}^{1} 3(x^3-x) \; dx[/itex] has to do with the radial symmetry mentioned earlier.

--Elucidus
 

Attachments

  • 3x^3-3x.png
    3x^3-3x.png
    1.3 KB · Views: 535
clairez93 said:
Yes I apologize, I have uploaded the attachment now. It is indeed the area between the curves. Why is it however the absolute value? And how did the answer key come up with a value of

-6 [tex]\int^{1}_{0}[/tex][tex](x^{3} -x) dx[/tex]?

Yep, Eluclidus gave you the answer. But I will give you a tip.

Since the area is always positive number and in the expression

[tex]\int_{-1}^{0}3(x^3-x)dx - \int_{0}^{1}3(x^3-x)dx[/tex]

the area of the curve is negative i.e [itex]-\int_{0}^{1}3(x^3-x)dx[/itex], you need to rewrite the equation in the form:

[tex]|\int_{-1}^{0}3(x^3-x)dx| + |\int_{0}^{1}3(x^3-x)dx|[/tex]

Or as you can see the curves have same area, so the whole area would equal 2*(area of one of the curves).

As you can see [tex]\int_{0}^{1}3(x^3-x)dx[/tex] represents the area of one of the curves. So the whole area would be:
[tex]2*\int_{0}^{1}3(x^3-x)dx=2*3\int_{0}^{1}(x^3-x)dx=6\int_{0}^{1}(x^3-x)dx[/tex]

And did you solve the second one?

Regards.
 
Last edited:
Дьявол said:
So the whole area would be:
[tex]2*\int_{0}^{1}3(x^3-x)dx=2*3\int_{0}^{1}(x^3-x)dx=6\int_{0}^{1}(x^3-x)dx[/tex]

And did you solve the second one?

Regards.

The integral above is negative. This is why the answer begins with -6...

--Elucidus
 
Ah, I see the symmetry, however, why is the integral negative?
 
clairez93 said:
Ah, I see the symmetry, however, why is the integral negative?

Just look at the graph of the function 3(x3-x), x [itex]\in[/itex] [0,1], you will see that its negative.

So you must put minus, because the area is always positive number.

Regards.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
2K
Replies
4
Views
2K
Replies
6
Views
2K
Replies
4
Views
3K
Replies
3
Views
2K
Replies
4
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 6 ·
Replies
6
Views
2K