Area Between two curves - can't figure it out

I need to get to sleep now. In summary, the conversation discusses solving an integral involving two curves: y = (x^4)/(x^2 + 1) and y = 1/(x^2 + 1). The limits of integration are found using algebraic manipulation and the graph of the two curves. The integral is set up using two integrals and the anti-derivatives are evaluated using the product rule and polynomial long division. It is determined that the integral can be simplified by combining the two integrals before integrating. The conversation ends with a discussion of using LaTeX for bulletin boards and a reminder to use the FTC for finding the final numerical answer.
  • #1
Asphyxiated
264
0

Homework Statement



So the curves are:

[tex] y = \frac {x^{4}}{x^{2}+1} [/tex]

and

[tex] y = \frac {1}{x^{2}+1} [/tex]

The Attempt at a Solution



So first the limits of integration are:

[tex] \frac{x^{4}}{x^{2}+1} = \frac{1}{x^{2}+1} [/tex]

[tex] (x^{2}+1)\frac{x^{4}}{x^{2}+1} = \frac{1}{x^{2}+1} (x^{2}+1)[/tex]

[tex] x^{4} = 1 [/tex]

[tex] x^{4}-1 = 0 [/tex]

[tex] (x^{2}+1)(x^{2}-1)= 0 [/tex]

so

[tex] x^{2}+1 = 0 \rightarrow x^{2} =-1[/tex]

and since:

[tex] \sqrt{-1}=i[/tex]

I assume that it should be the negative square root of 1:

[tex] x= -\sqrt{1} = -1 [/tex]

and also:

[tex] x^{2}-1 = 0 \rightarrow x^{2}=1 \rightarrow x= \sqrt{1}=1[/tex]

so the integral should go from -1 to 1

Also I can tell from the graph of the two functions that:

[tex] y = \frac {1}{x^{2}+1} [/tex]

bounds

[tex] y = \frac {x^{4}}{x^{2}+1} [/tex]

so the integral should be set up this way (I will use two integrals purely for clarity):

[tex]\int^{1}_{-1} (x^{2}+1)^{-1} dx - \int^{1}_{-1} \frac{x^{4}}{x^{2}+1} dx [/tex]

I am fairly certain that the integral on the left can be evaluated using this anti-derivative:

[tex] \frac{1}{2x}ln(x^{2}+1) [/tex]

which I got by somewhat trial and error as u substitution did me no good on that problem, but that's easy one, I can not figure out the right side for the life of me, here's my shot at it, but its not very good.

Let:

[tex] u = x^{2}+1 [/tex]

[tex] du = 2xdx [/tex]

[tex] dx = \frac {1}{2}x^{-1} [/tex]

so the problem now looks like:

[tex] \int^{1}_{-1} \frac{1}{2}\frac{x^{4}}{(u)(x)} du [/tex]

and the x will remove 1 exponent so:

[tex] \int^{1}_{-1} \frac{1}{2}\frac{x^{3}}{(u)} du [/tex]

which can be put:

[tex] \int^{1}_{-1} \frac{1}{2}(x)^{3}(u)^{-1} du [/tex]

and since

[tex] u = x^{2}+1 \rightarrow x = \sqrt{u-1} [/tex]

so now its:

[tex] \int^{1}_{-1} \frac{1}{2}(\sqrt{u-1})^{3}(u)^{-1} du [/tex]

and

[tex] (\sqrt{u-1})^{3} = (u-1)\sqrt{u-1} = u\sqrt{u-1} -\sqrt{u-1} [/tex]

and put together:

[tex] \int^{1}_{-1} \frac{1}{2}\frac{u\sqrt{u-1} -\sqrt{u-1}}{u} du [/tex]

which cancels 1 u to make it:

[tex] \int^{1}_{-1} \frac{1}{2}\sqrt{u-1} -\frac {\sqrt{u-1}}{u} du [/tex]

and I am just not seeing this work out from here... did I make this too hard or what?

I guess I should say that I have tried u = x^4 as well, and it does work out slightly better but I get stuck at the point of:

[tex] \int^{1}_{-1} \frac{1}{4} \frac{u}{(u+u^{3/4})} [/tex]

If i go that way I can't figure out how to do:

[tex] u * (u+u^{3/4})^{-1} [/tex]

if it wasn't the reciprocal of u+u^3/4 it would go...
 
Last edited:
Physics news on Phys.org
  • #2
The "left integral" (i.e. anti-derivative) isn't right. In your trial and error, don't forget the product rule! Your anti-derivative should include the inverse tangent.

As for the "right integral", I'm going to do the work offline and show you the result (mostly since you've done a ton of work already). Here's the gist of it:
POLYNOMIAL LONG DIVISION. You should get a couple of easy terms to integrate, then

1) a ln(x^2 + 1) anti-derivative, and/or
2) another inverse tangent (from a constant remainder in the division)

btw... you could just combine the integrals before the long division. Not sure if that will speed things up...
DUH. Yeah, that will speed things up a LOT!

Let's integrate -(x^4 -1)/(x^2 + 1)
First, rewrite as -(x^2 + 1)(x^2 - 1)/(x^2 + 1)
cancel, which is ok since that factor never equals zero...
-(x^2 - 1) = -x^2 + 1. EZ
 
Last edited:
  • #3
Ok man so if we rewrite the integral as:

[tex] \int^{1}_{-1} \frac {x^4-1}{x^{2}+1} dx [/tex]

which is:

[tex] \int^{1}_{-1} \frac {(x^{2}+1)(x^{2}-1)}{x^{2}+1} dx [/tex]

where did you get the -(x^{2}+1) from? I don't see anything in there to make it -... anyway it goes like so:

[tex] \int^{1}_{-1} x^{2}-1 dx [/tex]

and for my equation the anti-derivative is:

[tex] \frac{1}{3}x^{3}-x [/tex]

or yours would be:

[tex] -\frac{1}{3}x^{3}-x [/tex]

so now that we have integrated the two equations does that mean that F(b)-F(a) of the anti-derivative will give me the answer to the area of the for the problem? just checking because I am not sure how it will work out since we combined them before integrating
 
  • #4
Right! Check my edit, which is now correct.
The first line of your most current reply is missing the (-1), since it's actually
1 - x^4.

I've really got to learn latex... maybe when school breaks for the summer ;)
 
  • #5
Ah right... cause of the subtraction order...

[tex] \int^{1}_{-1} \frac{1-x^{4}}{x^{2}+1} dx [/tex][tex] \int^{1}_{-1} \frac{-(x^{4}+1)}{x^{2}+1} dx [/tex]

[tex] \int^{1}_{-1} \frac{-(x^{2}+1)(x^{2}-1)}{x^{2}+1} dx [/tex]

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

which is:[tex] \int^{1}_{-1} -x^{2}+1 dx [/tex]

then of course:

[tex] -\frac{1}{3}x^{3}+x [/tex]

I wrote that out so you could confirm that that is the correct way to get there for the start. Also latex is really not all that hard to learn for bulletin purposes. It gets complicated if you are actually writing a paper in latex (which is actually incredibly helpful to do because it will automatically link your sources and create sections and a full bibliography for you just by using the right code).

for the bulletin board here it is really simple, for an equation just put the equation between{tex} {/tex} but with brackets instead of curls you know, not {} but []. the bottom line of my equation is just

{tex} \frac {1}{3} x^{3}+x {/tex}

the only thing that is different in that line than the line that parses is the curls on the tex statements at the beginning and end.
 
  • #6
You're golden! Now use the FTC and you'll get a number. When (in the course of time) you eventually see something like 1/(x^2 + 1), use a trig substitution. But I assume you'll learn that when the time comes.
cya
 
  • #7
Integrals with trig substitution is the next chapter :O, did you get the last part of my reply? I edited it after posting, I tried to give you a simple guideline to post latex equations on bulletin boards, it will help you out immensely because it is so much easier for people to read and understand.
 
  • #8
No I read it too quickly! Thanks for the tips.
 

1. What is the area between two curves?

The area between two curves refers to the region bounded by two curves on a graph. It is the total space enclosed by the two curves and the x-axis. This area can be calculated by finding the definite integral of the difference between the two curves.

2. How do I find the area between two curves?

To find the area between two curves, first graph the two curves and identify the points of intersection. Then, set up an integral with the upper curve as the top limit and the lower curve as the bottom limit. Take the integral and evaluate it to find the area.

3. Can I use any method to find the area between two curves?

There are multiple methods that can be used to find the area between two curves, such as the graphical method, the trapezoidal rule, and the definite integral method. The best method to use depends on the given curves and the level of accuracy desired.

4. What is the difference between finding the area between two curves and finding the area under a curve?

The area between two curves involves finding the area between two specific curves, while finding the area under a curve involves finding the area between a curve and the x-axis. The former requires finding the definite integral of the difference between the two curves, while the latter requires finding the definite integral of the given curve.

5. Are there any real-life applications of finding the area between two curves?

Yes, there are many real-life applications of finding the area between two curves. For example, it can be used in economics to calculate the profit between two competing companies, in physics to calculate the work done by a varying force, or in engineering to calculate the volume of a complex shape.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
583
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
693
  • Calculus and Beyond Homework Help
Replies
22
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
763
  • Calculus and Beyond Homework Help
Replies
5
Views
620
  • Calculus and Beyond Homework Help
Replies
19
Views
775
  • Calculus and Beyond Homework Help
Replies
21
Views
839
  • Calculus and Beyond Homework Help
Replies
14
Views
392
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
Back
Top