subject

Consider the following differential equation i(t) + 9: (t) + 14x(t) = 0.12(t), where r(t) is the output displacement, the input force f(t) is a unit step function, and the initial conditions are given by *(0) = (0) = -0.04 m 0.01 m/s answer the following questions: (a) (2 points) convert the ode to laplace domain, considering the non-zero initial conditions. find the laplace transform x(s) of the displacement (t). notice that f(s) is known since f(t) is given. (b) (3 points) using matlab residue command, obtain the residues and the poles, and obtain (t) by taking the inverse laplace of x($). (c) (1 points) is the solution (t) found in step (b) energy dissipating? if it is, (t) must eventually go to a step wlue consistent with the input. does it? why, why not? (d) (4 points) plot in matlab the analytical form of (t) found in the previous step as a function of time (see the gray box below). next, construct the functional block diagram of this dynamics using integrators (1/8) in simulink. in each integrator, insert the corresponding initial condition to simulate (t). compare this simulation with the analytical result obtained. when an integrator output is displacement (or, velocity), then displacement (or, velocity) initial condition can be inserted into that integrator. double click the integrator to enter the initial condition in the text bor. to plot the function () = 4 sin(101) in matlab, define the time vector first: time = [0: 0.01: 10]: which creates a set of time stamps, from 0 to 10 sec, with a step size of 0.01. next define the function, f = 4*sin(10%t); and finally execute the plot command: plot(t. f,'*') which will plot each data point with a symbol and interpolate between them with lines.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 23:00
Give an example of a case where a two-way handshake to establish a connection could leave one side of the connection live while the other side does not believe there is a connection.
Answers: 1
question
Computers and Technology, 22.06.2019 11:30
Andrina writes letters that are regularly sent to hundreds of her company’s customers. because of this, she would like for the mail merge command to be in her quick access toolbar, and she wants it to be the first button on the left. what should andrina do to place the mail merge button there?
Answers: 1
question
Computers and Technology, 22.06.2019 21:30
Write a function named printfloatrepresentation(float number) that will print the floating point representation of a number using the format given below. (sign bit) exponent in binary (assumed bit).significandfor example if the number passed an argument is 71 yourprogram should print (0) 10000101 (1).00011100000000000000000similarly if the number passed to the function as argument is -71 the program should print (1) 10000101 (1).00011100000000000000000
Answers: 3
question
Computers and Technology, 23.06.2019 17:30
When making changes to optimize part of a processor, it is often the case that speeding up one type of instruction comes at the cost of slowing down something else. for example, if we put in a complicated fast floating-point unit, that takes space, and something might have to be moved farther away from the middle to accommodate it, adding an extra cycle in delay to reach that unit. the basic amdahl's law equation does not take into account this trade-off. a. if the new fast floating-point unit speeds up floating-point operations by, on average, 2ă—, and floating-point operations take 20% of the original program's execution time, what is the overall speedup (ignoring the penalty to any other instructions)? b. now assume that speeding up the floating-point unit slowed down data cache accesses, resulting in a 1.5ă— slowdown (or 2/3 speedup). data cache accesses consume 10% of the execution time. what is the overall speedup now? c. after implementing the new floating-point operations, what percentage of execution time is spent on floating-point operations? what percentage is spent on data cache accesses?
Answers: 2
You know the right answer?
Consider the following differential equation i(t) + 9: (t) + 14x(t) = 0.12(t), where r(t) is the out...
Questions
question
Mathematics, 29.01.2021 18:30
question
Mathematics, 29.01.2021 18:30
question
Mathematics, 29.01.2021 18:30
question
Mathematics, 29.01.2021 18:30
Questions on the website: 13722363