Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please use matlab Goal: Solve for the loads of the chain saw under different loading conditions. The loads on a chain saw as it cuts
please use matlab
Goal: Solve for the loads of the chain saw under different loading conditions. The loads on a chain saw as it cuts a log can be represented with the following equations: Ar +B -R cos(60) 0 My-W +By - R sin(60)0 Ar is the reaction load in the x-direction at point A (lb) Ay is the reaction load in the y-direction at point A (Ib) W is the weight of the chain saw (lb) R is the reaction load on the top handle (b) B is the reaction load in the x-direction at point B(lb) By is the reaction load in the y-direction at point B (lb) where There are 5 different loading conditions shown in the table below: Condition 1 Condition 2 Condition 3 Condition 4 Condition 5 10 15 10 W| 14.5 | 14.5 | 20 | 20 I 20 10 15 10 10 Write a script or function (your choice) to accomplish the following tasks: a) For EACH loading condition above, solve the matrix form of the linear system of equations for the unknown loads R B, and By to satisfy the linear system of equations. HINT 1: What type of loop could you use to solve for the unknowns for EACH loading condition? What type of variable should you create to contain the unknowns for EACH loading condition? Create a plot to show the results. In subplot 1, plot the condition number (1-5) on the x-axis and reaction loads on the top handle R for each condition on the y-axis. In subplot 2, plot the condition number (1-5) on the x-axis and reaction load in the x-direction at point B B, for each condition on the y-axis. In subplot 1, plot the condition number (1-5) on the x-axis and reaction load in the y- direction at point B B, for each condition on the y-axis b) Plot ONLY a marker at each data point. Do NOT connect the points with a line Createx and y labels .Create a title Set the x and y axis limits. You must perform all formatting tasks using MATLAB commands in your code. You wil not get credit if you modify your figure after running the codeStep 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