Rachel M.

asked • 03/20/24

Suppose you want to integrate f(x,y) = 8xy over the domain you just found

okay so the previous question was finding the domain ie the polar cords from

integral sign (b=5, a =0)integral sign (b=sqrt(25-x^2) a= 0) f(x,y) dy dx

found to be 0 <= r <= 5 and 0<= theta <= Pi/2

Now the next question is to do with mathmatica and can be solved without mathematica.

Suppose you want to integrate f(x,y)=8xy over the domain you just found in the previous question. In Mathematica, try:

Integrate[Integrate[8r*Cos[t]*r*Sin[t]*___, { r,0,5}],{t,0,Pi/2}]

t = theta

I can't figure out what number to multiply Sin[t} by.

also if the coding looks bad look at it like this

integral sign (b=Pi/2, a=0) integral sign (b=5, a=0) 8r * cos(t) * r*sin(t)*___

1 Expert Answer

By:

Rachel M.

Thank you so much! I thought it would also assume the extra r.
Report

03/20/24

Valentin K.

tutor
Mathematica only assumes the differentials of the integration variables, in this case dr and dθ. Anything extra should be put in the integrand. If you want to avoid confusion, you can enter the integral and its limits using the math palette, in which case you have to enter the whole rdrdθ
Report

03/20/24

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.