Problem 50609. Solve an ODE: equidimensional equation

Solve the following ordinary differential equation:
x^2 y''(x) + a x y'(x) + b y(x) = 0
with y(x_0) = y_0 and dy/dx = y'_0 at x = x0. The parameters a and b are constants, and the value of the function and its derivative at the point x0 are specified as y0 and yp0, respectively. Your function should return the value of the function y at point x.

Solution Stats

22.22% Correct | 77.78% Incorrect
Last Solution submitted on Aug 22, 2023

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author244

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!