Using integration to find the area between two lines

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Luke77
Messages
42
Reaction score
0

Homework Statement


Find the area under (x/3x) and above (x/3x^.5) between x=1 and x=4.


Homework Equations


-Area of a representative rectangle= ((x/3x)-(x/3x^.5))dx
-To integrate, raise the power of part of an expression and then divide the number in front by the raised exponent.

The Attempt at a Solution


I'm not the best at simplifying but here it goes:
4
∫(x/3x- x/3x^.5)dx
1


=[((x/2)^2) / (3/2x^2) - ((x/2^2) / (3/1.5)x^1.5] between 1 and 4


From there the answers are not reasonable (too low). Any help?
 
Last edited:
Physics news on Phys.org
Luke77 said:

Homework Statement


Find the area under (x/3x) and above (x/3x^.5) between x=1 and x=4.

Is that ##\frac x {3x}## or ##(\frac x 3) x##? Ditto for the second one. And in either case you should simplify before integrating.

Homework Equations


-Area of a representative rectangle= ((x/3x)-(x/3x^.5))dx
-To integrate, raise the power of part of an expression and then divide the number in front by the raised exponent.

The Attempt at a Solution


I'm not the best at simplifying but here it goes:
4
∫(x/3x- x/3x^.5)dx
1


=[((x/2)^2) / (3/2x^2) - ((x/2^2) / (3/1.5)x^1.5] between 1 and 4

And that wouldn't be how you integrate fractions. Do the algebra first.
 
Luke77 said:

Homework Statement


Find the area under (x/3x) and above (x/3x^.5) between x=1 and x=4.

Homework Equations


-Area of a representative rectangle= ((x/3x)-(x/3x^.5))dx
-To integrate, raise the power of part of an expression and then divide the number in front by the raised exponent.

The Attempt at a Solution


I'm not the best at simplifying but here it goes:
4
∫(x/3x- x/3x^.5)dx
1


=[((x/2)^2) / (3/2x^2) - ((x/2^2) / (3/1.5)x^1.5] between 1 and 4


From there the answers are not reasonable (too low). Any help?

Like LCKurtz said, the way you write it is ambiguous. Write it in ##\LaTeX## and then just subtract one integral from the other. Either case, your integrals are wrong. What you did was make the terrible error that ##\int\frac{f(x)}{g(x)}\mbox{d}x=\frac{\int f(x)\mbox{d}x}{\int g(x)\mbox{d}x}## which is obviously wrong.
 
Luke77 said:

Homework Statement


Find the area under (x/3x) and above (x/3x^.5) between x=1 and x=4.
As the others have said, this does not really make sense. It would be more reasonable to write the first as simply 1/3 and the second as x^.5/3. If you cannot us LaTeX at least use parentheses to make clear what you mean.

Homework Equations


-Area of a representative rectangle= ((x/3x)-(x/3x^.5))dx
-To integrate, raise the power of part of an expression and then divide the number in front by the raised exponent.
Yes, the integral of [itex]x^n[/itex] is [itex]x^{n+1}/(n+1)[/itex] but you cannot just apply that to parts of an integral, in particular to the numerator and denominator of a fraction. Remember the "product rule" and "quotient rule" for differentiation? You did not just differentiate the parts of a product or quotient and cannot do that for integration.

The Attempt at a Solution


I'm not the best at simplifying but here it goes:
4
∫(x/3x- x/3x^.5)dx
1
[tex]\int_1^4 ((1/3)- (1/3)x^{.5})dx= (1/3)\int_1^4 (1- x^{.5})dx][/tex]
[tex]= \left[x- (1/1.5)x^{1.5}\right]_1^4[/tex]


=[((x/2)^2) / (3/2x^2) - ((x/2^2) / (3/1.5)x^1.5] between 1 and 4


From there the answers are not reasonable (too low). Any help?
 
Thank you everyone so much! I forgot all about the product and quotient rule. I'm sorry for all of my mistakes, I just started learning calculus. Thanks again.
 
dimension10 said:
Like LCKurtz said, the way you write it is ambiguous. Write it in ##\LaTeX## and then just subtract one integral from the other. Either case, your integrals are wrong. What you did was make the terrible error that ##\int\frac{f(x)}{g(x)}\mbox{d}x=\frac{\int f(x)\mbox{d}x}{\int g(x)\mbox{d}x}## which is obviously wrong.

You're absolutely right but I think I was saying that I would integrate everything as x=4 and then subtract integrating it as x=1 to get my answer.