Question

In: Mechanical Engineering

Solve Legendre’s equation for the given initial conditions. (1 — х)у -

Solve Legendre’s equation for the given initial conditions. (1 - x2)y - 2xy + 6y = 0

(1 — х)у

Solutions

Expert Solution

MuPAD can be used to solve both symbolic and numeric types of calculations. MuPAD can be run by entering mupadwelcome in the command window.

 

To solve a differential equation and get the result in explicit series, the solve function can be used.

To calculate the Legendre\'s equation, enter the following lines in MuPAD:

 

Define the differential equation:

eqn:=ode({(1-x^2)*y\'\'(x)-2*x*y\'(x)+6*y(x)=0,y(0)=5, y\'(0)=0}, y(x));

 

Solve the differential equation:

solve(eqn)

 

The result obtained is:

Define the differential equation:

Solve the differential equation:

 

MuPAD can be used to solve both symbolic and numeric types of calculations. MuPAD can be run by entering mupadwelcome in the command window.

To solve a differential equation and get the result in explicit series, the solve function can be used.

 

To calculate the Legendre\'s equation, enter the following lines in MuPAD:

 

Define the differential equation:

eqn:=ode({(1-x^2)*y\'\'(x)-2*x*y\'(x)+6*y(x)=0,y(0)=5, y\'(0)=0}, y(x));

Solve the differential equation:

solve(eqn)

The result obtained is:

 

Define the differential equation:

Solve the differential equation:

solve(eqn)

{5 - 15x2}

 

Thus, the series solution of the given Legendre\'s equation has been calculated.


Thus, the series solution of the given Legendre\'s equation has been calculated.

Related Solutions

5.       Solve the following differential equation using the given initial conditions (Use convolution and set up the...
5.       Solve the following differential equation using the given initial conditions (Use convolution and set up the integral but do not integrate.)               y'’ − 2y’ + 2y = 18e−t sin3t;         y(0) = 0, y’(0) = 3
Solve the differential equation by variation of parameters, subject to the initial conditions y(0) = 1,...
Solve the differential equation by variation of parameters, subject to the initial conditions y(0) = 1, y'(0) = 0. y'' + 2y' − 8y = 4e−3x − e−x
Solve the differential equation by variation of parameters, subject to the initial conditions y(0) = 1,...
Solve the differential equation by variation of parameters, subject to the initial conditions y(0) = 1, y'(0) = 0. 2y'' + y' − y = x + 7
Solve the differential equation y'' − y' − 2y = 9e^2t , with initial conditions y(0)...
Solve the differential equation y'' − y' − 2y = 9e^2t , with initial conditions y(0) = 3, y' (0) = −2, using two different methods. Indicate clearly which methods you are using. First method: Second method:
Solve the recurrence relation with the given initial conditions. b0 = 0, b1 = 4, bn...
Solve the recurrence relation with the given initial conditions. b0 = 0, b1 = 4, bn = 2bn ? 1 + 2bn ? 2 for n ? 2
Solve each of the following ODEs. If initial conditions are given, give the unique solution. d)...
Solve each of the following ODEs. If initial conditions are given, give the unique solution. d) y''' − 5y'' + 2y' + 8y = 0, y(0) = 2, y'(0) = −1, y''(0) = −5 e) y''' + 9y'' + 27y' + 27y = 0, y(0) = 2, y'(0) = 0, y''(0) = 3 a) x^2y'' + xy' + 4y = 0, x > 0 b) x^2y'' − 6y = 0, x > 0, y(1) = y'(1) = 5 c) x^2y''...
Solve the heat equation (in one dimensional case) for c^2=9, the following boundary and initial conditions:...
Solve the heat equation (in one dimensional case) for c^2=9, the following boundary and initial conditions: u(0,t)=u(2Pie,t)=0 u(x,0)=5sinx = 2sin5x
Solve the differential equation. y''-3y'-4y=5e^4x initial conditions: y(0)=2 y'(0)=4
Solve the differential equation. y''-3y'-4y=5e^4x initial conditions: y(0)=2 y'(0)=4
(a) Solve the given equation. 2 cos2(theta) + sin(theta) =1
(a) Solve the given equation.  2 cos2(theta) + sin(theta) =1 theta= ____ (b) The measure of an angle in standard position is given. Find two positive angles and two negative angles that are coterminal with the given angle (Enter your answers in comma separated lists). -5pi/4 ____rad
1. Find the standard form of the equation of the hyperbola satisfying the given conditions. Foci...
1. Find the standard form of the equation of the hyperbola satisfying the given conditions. Foci at (-5,0) and (5,0); vertices at (1,0) and (-1,0). 2. Find the standard form of the equation of the hyperbola satisfying the given conditions. Foci at (0,-8) and (0,8); vertices at (0,2) and (0,-2).
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT