EBK MATLAB: AN INTRODUCTION WITH APPLIC
EBK MATLAB: AN INTRODUCTION WITH APPLIC
6th Edition
ISBN: 8220103113663
Author: GILAT
Publisher: YUZU
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 10, Problem 1P
To determine

To plot:

The position of a moving particle as a function of time from the equation,

    x=0.01(30t)2sin(2t) ,

    y=0.01(30t)2cos(2t) ,

    and z=0.5t1.5 for 0t20s .

Expert Solution & Answer
Check Mark

Answer to Problem 1P

Solution:

The program is stated as follows.

Explanation of Solution

The given equation is,

    x=0.01(30t)2sin(2t)

    y=0.01(30t)2cos(2t)

    z=0.5t1.5

The range of t is 0t20s.

Write the MATLAB code to plot the position of a moving particle as a function of time from the equation,

x=0.01(30t)2sin(2t),

y=0.01(30t)2cos(2t),

and z=0.5t1.5 for 0t20s.

MATLAB Code:

t = 0:0.1:20;

r = 0.01.*(30-t).^2;

x = r.*sin(2.*t);

y = r.*cos(2.*t);

z = 0.5.*t.^(1.5);

plot3(x,y,z,'r','linewidth',2)

grid on

xlabel('x'); ylabel('y'); zlabel('z')

Save the MATLAB script with name, Chapter10_56830_10_1P.m in the current folder. Execute the script by typing the script name at the command window to get the code to plot the position of a moving particle as a function of time from the equation, x=0.01(30t)2sin(2t),

y=0.01(30t)2cos(2t),

and z=0.5t1.5 for 0t20s.

Result:

EBK MATLAB: AN INTRODUCTION WITH APPLIC, Chapter 10, Problem 1P

Conclusion:

Therefore, the required program is executed above.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Knowledge Booster
Background pattern image
Electrical Engineering
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Text book image
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Text book image
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Text book image
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Text book image
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
What is a Function? Business Mathematics and Statistics; Author: Edmerls;https://www.youtube.com/watch?v=fcGNFyqRzuI;License: Standard YouTube License, CC-BY
FUNCTIONS CONCEPTS FOR CBSE/ISC/JEE/NDA/CET/BANKING/GRE/MBA/COMEDK; Author: Neha Agrawal Mathematically Inclined;https://www.youtube.com/watch?v=hhbYynJwBqk;License: Standard YouTube License, CC-BY