What is the general solution of the differential equation? : # x^2(d^2y)/(dx^2)+xdy/dx+n^2y=0 #
2 Answers
Explanation:
To find out the general solution for
we propose a solution with the structure
After substitution we get at
then
so
# y = Acos(nlnx) + Bsin(nlnx)#
Explanation:
If we assume the a corrected equation:
# x^2(d^2y)/(dx^2)+xdy/dx+n^2y=0 # ..... [A]
This is a Euler-Cauchy Equation which is typically solved via a change of variable. Consider the substitution:
# x = e^t => xe^(-t)=1#
Then we have,
#dy/dx = e^(-t)dy/dt# , and,#(d^2y)/(dx^2)=((d^2y)/(dt^2)-dy/dt)e^(-2t)#
Substituting into the initial DE [A] we get:
# x^2((d^2y)/(dt^2)-dy/dt)e^(-2t)+xe^(-t)dy/dt+n^2y=0 #
# :. (d^2y)/(dt^2)-dy/dt+dy/dt+n^2y=0 #
# :. (d^2y)/(dt^2)+n^2y=0 # ..... [B]
This is now a second order linear homogeneous Differentiation Equation with constant coefficients. The standard approach is to look at the Auxiliary Equation, which is the quadratic equation with the coefficients of the derivatives, i.e.
# m^2+n^2 = 0# where#n in RR# is a constant
We can solve this quadratic equation, and we get two complex conjugate roots:
# m=+-ni#
Thus the Homogeneous equation [B] has the solution:
# y = e^(0t)(Acosnt+Bsinnt)#
# \ \ = Acosnt+Bsinnt#
Now we initially used a change of variable:
# x = e^t => t=lnx #
So restoring this change of variable we get:
# y = Acos(nlnx) + Bsin(nlnx)#
Which is the General Solution.
From the quoted answer we are told that one solution is:
# cos^(-1)(y/b)=log(x/n)^n #
If we assume that the logarithm base is
# cos^(-1)(y/b)=log(x/n)^n => cos^(-1)(y/b)=nln(x/n)#
# :. y/b=cos(nln(x/n))#
# :. y=bcos(nln(x/n))#
Which is inconsistent with the solution of the DE, suggesting the quoted solution is in error.