Perform three iterations of the Newton-Raphson method to determine the root of Eq. (E7.1.1). Use the parameter values from Example 7.1 along with an initial guess of t = 3 s.
Read moreTable of Contents
Textbook Solutions for Applied Numerical Methods W/MATLAB: for Engineers & Scientists
Question
The length of the longest ladder that can negotiate the corner depicted in Fig. P7.38 can be determined by computing the value of that minimizes the following function: L() = w1 sin + w2 sin( ) For the case where w1 = w2 = 2 m, use a numerical method described in this chapter (including MATLABs built-in capabilities) to develop a plot of L versus a range of s from 45 to 135.
Solution
The first step in solving 7 problem number 38 trying to solve the problem we have to refer to the textbook question: The length of the longest ladder that can negotiate the corner depicted in Fig. P7.38 can be determined by computing the value of that minimizes the following function: L() = w1 sin + w2 sin( ) For the case where w1 = w2 = 2 m, use a numerical method described in this chapter (including MATLABs built-in capabilities) to develop a plot of L versus a range of s from 45 to 135.
From the textbook chapter Optimization you will find a few key concepts needed to solve this.
Visible to paid subscribers only
Step 3 of 7)Visible to paid subscribers only
full solution