Question: Q 1 3 . Computer - aided modeling and manufacturing, robotics and virtual reality applications require precise control of spatial position along a prescribed motion

Q13. Computer-aided modeling and manufacturing, robotics and virtual reality applications require precise control of spatial
position along a prescribed motion path. In several problems in these fields, it is preferable to maintain constant speed along
the path.
The shown path, defined betwen t=0 and t=1 is given by
P={x(t)=0.5+0.3t+3.9t2-4.7t3y(t)=1.5+0.3t+0.9t2-2.7t3
As seen, points defined by evenly spaced parameter values such as t=0,14,
12,34 and 1 divide the path into non-equal partititons. The task is to apply
numerical integration to determine the t values that will divide this path into N
partitions of equal length.
Recall from ME 210 that the arc length of the path from t1 to t2 is
t1t2[x'(t)]2+[y'(t)]22dt
Write a MATLAB code to partition the given path into N subpaths of equal length. In your code use MATLAB's built-in integral
fuction for numerical integration. Explain the logic used in your code. Use your code for N=4 and N=10, and provide the
obtained t values that separate each partition and the resulting partition lengths.
 Q13. Computer-aided modeling and manufacturing, robotics and virtual reality applications require

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mechanical Engineering Questions!