Solving Double Integrals: y = 4x^3 - x^4 & y = 3 - 4x + 4x^2

  • Thread starter Thread starter haroldholt
  • Start date Start date
  • Tags Tags
    Integrals
haroldholt
Messages
21
Reaction score
0
I'm having some trouble with this particular question.

∫∫x dA bound by y = 4x^3 - x^4 and y = 3 - 4x + 4x^2.

All I can think to do is equate the two equations to find where they intercept to give the bounds for the double integral giving 0 = x^4 - 4x^3 + 4x^2 - 4x + 3. But I don't know where to go from here.

Any help would be appreciated.
 
Physics news on Phys.org
That's pretty nasty.
Maybe you could try Newton's method? Take an initial guess, e.g. x=1...
Actually, it looks like x=1 works.. (1 - 4 + 4 - 4 + 3 = -3 + 4 - 4 + 3 = 0)
So since we have that, divide through by (x-1) to get the other roots.
Have fun. :D
 
The only possible rational roots are:
\pm 1, \pm 3
so you could start by checking whether those are intersections.
 
What method did you use to find those roots?
 
Cheers mate. Can't say I've ever heard of the rational zero theorem.
 
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