Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Hydraulic Engineering Systems

Authors: Robert J. Houghtalen, A. Osman H. Akan, Ned H. C. Hwang

4th Edition

136016383, 978-0136016380

More Books

Students also viewed these Mechanical Engineering questions

Question

Guidelines for Informative Speeches?

Answered: 1 week ago