Problem LCCDE on Responses with given conditions My Solutions Solve the force response, natural response and total response of the following problems using classical methods and the given initial conditions. Using MATLAB Coding. Store your answer in the indicated Variables per problem. dt2d2x+5dtdx+4x=3e−2t+7t2x(0)=7;dtdx(0)=2 Total Response: TResb Natural Response: NResb Force Response: FResb
1 syms x(t) 2 Dx = 3 D2x = 4 \% Set condb1 for 1st condition 5 condb1 = 6 \% Set condb2 for 2nd condition 7 condb2 = 8 condsb = [condb1, condb2]; 9 Set eq1 for the equation on the left hand side of the given equation 10 eq1 = 11 Set eq2 for the equation on the right hand side of the given equation 12 eq2 = 13 eq = eq1=eeq2; 14 NResb = dsolve (eq1, condsb,t); 15 TResb = dsolve (eq, condsb,t) 16 Set FResb for the Forced Response Equation 17 FResb =
Problem LCCDE on Responses with given conditions My Solutions Solve the force response, natural response and total respo
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Problem LCCDE on Responses with given conditions My Solutions Solve the force response, natural response and total respo
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!