Find the area of the region bounded by the curves y = x^2 , x = y - 2 in the first quadrant. Please help me guys, please
Show older comments
Find the area of the region bounded by the curves y = x^2 , x = y - 2 in the first quadrant. Please help me guys, please
1 Comment
VIGNESH B S
on 11 Jan 2022
You just have to solve both the equations x = x^2 -2 has two solutions. (You can use solve command with var as x).
then use int cmmand to integrate between the curves.
ie:
use desmos graphing calc. to get idea about curves.
integrate(x+2,0,2) - integrate(x^2,0,2) %integrate x+2 from 0 to 2. - integrate x^2 form 0 to 2. gives area bounded.
for integration command -> use this - https://in.mathworks.com/help/matlab/ref/integral.html
Accepted Answer
More Answers (1)
Kesavaraj
on 27 Oct 2023
0 votes
2. To find the area of the region bounded by the curves y2 = x, y=x-2 in the first quadrant.
Categories
Find more on Calculus in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!