{Please plot y(t) by matlab} y" -2y' + 10y=0 y(0)=1, y'(0)=0
Hey,
Below is the code to your question
clc
clear all
syms y(t) sol(t)
eq = diff(y,t,2)-2*diff(y,t,1)+10*y == 0;
dify = diff(y,t);
condition = [y(0)==1, dify(0)==0];
sol(t) = dsolve(eq,condition);
fplot(sol,[0 10]);

Kindly revert for any queries
Thanks
please solve with mathlab and post screenshots of the code
10.y" + 2y' +10y -6e sin(3t),y(0) 0,y'(0) 1
10.y" + 2y' +10y -6e sin(3t),y(0) 0,y'(0) 1
Please solve the Cauchy problem 3y'y''=2y, y(0)=1, y'(0)=1 on the interval (0,2). Plot the graphs of y(x) and y'(x). Please solve this equation using the program MatLab. The answer must be represented as a Word document (.doc). It must be a code. Remember: the task must be done as a program (a code) written in MatLab, not just mathematical calculations.
Solve
y''+2y'+10y=
with initial values y(0)=0, y'(0)=0
Solve 2y'' – 5y' – 25y = 0, y(0) = -6, y'(0) = – 15 (t) = Consider the initial value problem y' + 3y' – 10y = 0, y(0) = a, y'(0) = 3 Find the value of a so that the solution to the initial value problem approaches zero as t + oo a = 1
please show steps and explain..... plot z(t)= -1/2y(2-t), y(t) is a triangular pulse
Solve the following initial value problem using the method of Laplace transform. y" + 2y' +10y = f(t); y(0)= 1, y'(0) = 0, where, f(0) = 10, Ost<10, 20, 10<t.
Solve the Following: 2y'' + y'+ 2y = u5(t) − u20(t) y(0) = −1 y 0 (0) = 3
(10 points) For the differential equation y(6) - 2y (5) – 3y(4) + 2y(3) + 10y" – 8y = 0. Find the fundamental solution set to the DE if the characteristic equation in factored form is given by (r – 2) (r2 + 2r + 2) (r - 1) (r + 1) = 0
MATLAB HELP 3. (a) In one window, graph four different solutions
to y 00 + 10y 0 + y = sin t by using different initial conditions.
(Be sure that all four graphs are clearly visible in the window.)
(b) Describe the apparent behavior of the solutions as t → ∞.
4. (a) Graph solutions to y 00 + a y = sin 3t, y(0) = 1, y 0 (0)
= 1 for each of the values a = 9.5,...
MATLAB ONLY MATLAB ONLY
MATLAB ONLY MATLAB ONLY
(x(t), y(t)) (t - sint, 1- cost 1. (15 pts) Consider the parametrized curve 0,7] 2) (10pts) Calculate the length of (x(t), y(t)) from 0 to 7 1) (5pts) Plot the graph of parametrized curve on
(x(t), y(t)) (t - sint, 1- cost 1. (15 pts) Consider the parametrized curve 0,7] 2) (10pts) Calculate the length of (x(t), y(t)) from 0 to 7 1) (5pts) Plot the graph of parametrized curve on