Sketch Region Enclosed by f(x) & g(x): Integrate w/ Respect to X or Y

  • Thread starter Thread starter tangibleLime
  • Start date Start date
  • Tags Tags
    Area Curves
tangibleLime
Messages
71
Reaction score
0

Homework Statement


Sketch the region enclosed by the given curves. Decide whether to integrate with respect to x or y.

symimage.gif



Homework Equations



\int_a^b [f(x) - g(x)]dx


The Attempt at a Solution



f(x) = 6x-x^2
g(x) = x^2

a = 0, b = 3

\int_a^b [f(x) - g(x)]dx

\int_0^3 [(6x-x^2)-(x^2)]dx

((3x^2-\frac{x^3}{3})-(\frac{x^3}{3})\vert_0^3

((3(3)^2-\frac{(3)^3}{3})-(\frac{(3)^3}{3}))

((24)-(3))

21
 
Physics news on Phys.org
nope. you messed up. check your algebra. to make it easier, turn the 2nd line into 6x-2x^2. I am typically always wrong whenever i post on this forum, BUT I got 9
 
Yes, you did mess up on the algebra at the last part.

3 * 3^3 = 27 not 24.

And 3^3/3 = 9, not 3! You have 2 of them so 9 * 2 = 18.

27 - 18 = 9
 
GAH, thanks! I should probably just stick with a calculator to solve the last parts to eliminate errors like that.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top