I need to know how to solve these questions using
the WOLFRAM MATHEMATICA website. So please only answer with work
from the WOLFRAM MATHEMATICA website.
3. Sketch the region and find the area of the triangle with vertices (2,0), (0,2),(-1,1). Use the function Graphics[Line[ {{p1},{p2},{p3}, etc}]] Example find equation of a line point (5,2),(1,3) Solve[y-2==(2-3)/(5-1)*(x-5),y)] This will give you the To find the equation of the line use equation of a line. Output is {{y → ¹³-x}} 4 Use that equation to integrate and find the area. Find there intersections using NSolve[{eq1,eq2},{x,y},Reals] This will output the intersections and you can use that for your limits of integration. Give the solution to the area under the curve. Do not manually add them together, use Mathematica 4. Graph the function and then using the method of Disks/Washers. Find the volume of rotation for y = Sin² (x), y = 0,0 ≤ x ≤ π about y = −1 5. Graph the function and then using the method of Disks/Washers. Find the volume of rotation fory = x, y = xe¹-2, about y = 3. Use NSolve to find the points of intersection
-It 6. Graph the function and then using the method of Cylindrical Shells Find the volume of rotation for y= sin² (x), y = sinª(x), 0 ≤ x ≤ ñ, about x = When graphing using ContourPlot and use - ≤ x ≤ and 0<y<1.5 for your window.
I need to know how to solve these questions using the WOLFRAM MATHEMATICA website. So please only answer with work from
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am