Integrating e^(6x^2+y^2) Over a Circular Disk with Maxima and Minima Estimation

  • Thread starter Thread starter Larrytsai
  • Start date Start date
  • Tags Tags
    Integrals
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
Larrytsai
Messages
222
Reaction score
0

Homework Statement



Using the maxima and minima of the function, produce upper and lower estimates of the integral

int(int) e^(6(x^2+y^2))dA x^2+y^2<= 4 where D is a circlular disk

Homework Equations





The Attempt at a Solution


can someone send me off in the right direction? Like how would i use maxmia and mina of the function??
 
Physics news on Phys.org
Try converting to polar co-ordinates, [tex]x=r\cos\theta ,y=r\sin\theta[/tex]. This should allow you to compute the integral explicitly.

Mat
 
In polar coordinates, the integrand is just [itex]e^{6r^2}[/itex] which has maximum value on the boundary of the circle, where [itex]r= \sqrt{x^2+ y^2}= 2[/itex] of [itex]e^{24}[/itex] and minimum at the center, where r= 0, of [itex]e^0= 1[/itex]. That allows you to answer the question of "upper and lower estimates" by just multiplying the max and min by the area of the disk.