If y=e^(mtan^(-1)x) y=emtan1x show that (1+x^2)y_(n+1)+(2nx-m)y_n+n(n-1)y_(n-1)=0 (1+x2)yn+1+(2nxm)yn+n(n1)yn1=0?

1 Answer
Feb 14, 2018

Induction Proof - Hypothesis

We seek to prove that:

If y=e^(mtan^(-1)x) y=emtan1x, then:

(1+x^2)y_(n+1)+(2nx-m)y_n+n(n-1)y_(n-1)=0 (1+x2)yn+1+(2nxm)yn+n(n1)yn1=0 ..... [A]

Where y_n yn represents the n^(th)nth derivative

Induction Proof - Base case:

Differentiating wrt xx (twice), we get:

y_1 = e^(mtan^(-1)x) d/dx (mtan^(-1)x)y1=emtan1xddx(mtan1x)
\ \ \ = (m \ e^(mtan^(-1)x) )/(1+x^2)

y_2 = m \ ( (1+x^2)(m \ (e^(mtan^(-1)x) )/(1+x^2)) - (2x)(e^(mtan^(-1)x)) ) / (1+x^2)^2
\ \ \ = (m(m-2x)e^(mtan^(-1)x) ) / (1+x^2)^2

And , when n=1 we have:

LHS = (1+x^2)y_(1)+(2x-m)y_1+1(0)y_(0)
\ \ \ \ \ \ \ \ = (1+x^2)((m(m-2x)e^(mtan^(-1)x) ) / (1+x^2)^2 )+(2x-m)((m \ e^(mtan^(-1)x) )/(1+x^2))
\ \ \ \ \ \ \ \ = ((m(m-2x)+m(2x-m))/(1+x^2)) \ e^(mtan^(-1)x
\ \ \ \ \ \ \ \ = 0

And LHS = RHS, So the given result is true when n=1.

Induction Proof - General Case

Now, Let us assume that the given result [A] is true when n=k, for some k in NN, k ge 1, in which case for this particular value of k we have:

(1+x^2)y_(k+1)+(2kx-m)y_k+k(k-1)y_(k-1)=0 ..... [B]

Now, let us differentiate the expression [B] using the product rule:

(1+x^2)y_(k+1)+(2kx-m)y_k+k(k-1)y_(k-1)=0

:. (1+x^2)y_(k+2) + (2x)y_(k+1) + (2kx-m)y_(k+1) + (2k)y_k + k(k-1)y_(k)

:. (1+x^2)y_(k+2) + (2x + 2kx-m)y_(k+1) + (2k + k(k-1))y_(k)

:. (1+x^2)y_(k+2) + (2(k+1)x -m)y_(k+1) + k(k+1)y_(k)

:. (1+x^2)y_((k+1)+1) + (2(k+1)x -m)y_(k+1) + (k+1)((k+1)-1)y_((k+1)-1)

Which is the given expression [A], with n=k+1

Induction Proof - Summary

So, we have shown that if the given result [A] is true for n=k, then it is also true for n=k+1 where k ge 1. But we initially showed that the given result was true for n=1 so it must also be true for n=2, n=3, n=4, ... and so on.

Induction Proof - Conclusion

Then, by the process of mathematical induction the given result [A] is true for n in NN

Hence we have:

(1+x^2)y_(n+1)+(2nx-m)y_n+n(n-1)y_(n-1)=0 \ \ \ \ QED