Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 5 (7 marks): Use MATLAB to find the area AOB which is bounded between the line x = 3.5y - 1.7 and curve
Question 5 (7 marks): Use MATLAB to find the area AOB which is bounded between the line x = 3.5y - 1.7 and curve x = 6.2y. x = 3.5y-1.7 x = 6.2y B A O X Axis Instructions to solve: 1. Find the coordinates of points A and B by substituting x=3.5y-1.7 in the second-degree curve equation. Get the proper quadratic equation manually. 2. Solve the quadratic equation to obtain values of y. Use appropriate MATLAB command to obtain values of y in the command window. 3. Find values of x for corresponding y obtained. Decide appropriate points of A and B by observing the graph above. A is in the second quadrant and B is in the first quadrant. 4. Create anonymous function to calculate area AOB which is given as Area (AOB) = x ((x + 1.7)/3.5)dx x (x/6.2) dx where x and x2 are abscissas of x1 points A and B, respectively. 5. Take the snapshot of operations done in command window. It should display implemented step 2 and step 4 along with value of Area (AOB). Note: all codes should be reported.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started