Reason if polynomials A, B and C exist s.t. they satisfy the following

powerof
Messages
43
Reaction score
0

Homework Statement



Reason or prove whether there exist polynomials A, B and C such that the following is satisfied where y=e^{k\cdot arcsinx}:

A\cdot y''+B\cdot y'+C\cdot y=0

Note that this is high school level calculus so it shouldn't be something too complicated. While I said "prove", "reason" is more accurate, so no need to prove formally.

The exercise is in Spanish, section 3. a) in the attachment.

Homework Equations



Relevant equations would be the derivatives but it's pointless to write them all here.

The Attempt at a Solution



I tried deriving y to find y' and y'' and then I substituted:

\left\{\begin{matrix}y=e^{k\cdot arcsinx}<br /> \\ y&#039;=e^{k\cdot arcsinx}\cdot \frac{k}{\sqrt{1+x^2}}=y\cdot \frac{k}{\sqrt{1+x^2}}<br /> \\ y&#039;&#039;=e^{k\cdot arcsinx}\cdot \frac{k^2}{1+x^2}+e^{k\cdot arcsinx}\cdot \frac{-kx}{\sqrt{(1+x^2)^{3}}}=y\cdot (\frac{k^2}{1+x^2}-\frac{kx}{(1+x^2)\sqrt{1+x^2}})=y\cdot (\frac{k^2\sqrt{1+x^2}-kx}{(1+x^2)\sqrt{1+x^2}})\end{matrix}\right.

\left\{\begin{matrix}A\cdot y&#039;&#039;+B\cdot y&#039;+C\cdot y=0<br /> \\ A\cdot [y\cdot (\frac{k^2\sqrt{1+x^2}-kx}{(1+x^2)\sqrt{1+x^2}})]+B\cdot [y\cdot \frac{k}{\sqrt{1+x^2}}]+C\cdot y=0<br /> \\ A\cdot({k^2\sqrt{1+x^2}-kx})+B\cdot{k(1+x^2)}+C\cdot (1+x^2)\sqrt{1+x^2}=0\end{matrix}\right.

Please note that I don't know if doing all the above was the best option. I tried to simplify as much as I could but perhaps I needn't have done that (ie, the solution is somewhere else).

I don't know how to explain why there should exist polynomials such that they satisfy the condition mentioned previously, so please give me some pointers.

Thank you for reading. Have a nice day.
 

Attachments

Last edited:
Physics news on Phys.org
The derivative of arcsin(x) is ##\frac{1}{\sqrt{1-x^2}}##.
Collect the terms containing the square root and those, without it. Choose the polynomials A, B,C so both terms are zero separately.

ehild
 
Last edited:
Thanks, I'll give it a try.
 
With my error corrected you get:

\left\{\begin{matrix}A\cdot({k^2\sqrt{1-x^2}+kx})+B\cdot{k(1-x^2)}+C\cdot (1-x^2)\sqrt{1-x^2}=0<br /> \\ Akx+B\cdot{k(1-x^2)}=(-C\cdot (1-x^2)-A{k^2})\sqrt{1-x^2}<br /> \\\sqrt{1-x^2}=\frac{Akx+B\cdot{k(1-x^2)}}{-C\cdot (1-x^2)-A{k^2}}=-\frac{k(Bx^2-Ax-B))}{Cx^2-A{k^2}-C}<br /> <br /> \end{matrix}\right.

Is this what you meant? I don't know what to do next.
 
I assume a non-trivial solution is required :wink:.
powerof said:
<br /> Akx+B\cdot{k(1-x^2)}=(-C\cdot (1-x^2)-A{k^2})\sqrt{1-x^2}<br />
If that is to be satisfied for all x by some polynomials A, B and C, what does that suggest about the factor ##(-C\cdot (1-x^2)-A{k^2})##?
 
powerof said:
With my error corrected you get:

\left\{\begin{matrix}A\cdot({k^2\sqrt{1-x^2}+kx})+B\cdot{k(1-x^2)}+C\cdot (1-x^2)\sqrt{1-x^2}=0<br /> \\ Akx+B\cdot{k(1-x^2)}=(-C\cdot (1-x^2)-A{k^2})\sqrt{1-x^2}<br /> <br /> <br /> \end{matrix}\right.

Is this what you meant? I don't know what to do next.

Choose the polynomials so that ##Akx+B\cdot{k(1-x^2)}=0## and ##-C\cdot (1-x^2)-A{k^2}=0##

ehild
 
haruspex said:
I assume a non-trivial solution is required :wink:.

If that is to be satisfied for all x by some polynomials A, B and C, what does that suggest about the factor ##(-C\cdot (1-x^2)-A{k^2})##?
That is has to somehow cancel the square root for there to be integer powers on both sides?
 
powerof said:
That is has to somehow cancel the square root for there to be integer powers on both sides?

Your equation is satisfied if both sides are identically zero.

ehild
 
As I understand it, these two have to be zero because since they're polynomials, they cannot "cancel" the square root since they're powers of integers, therefore the only option is for them to be zero.

So we have two equations with three unknowns (A, B and C):

\begin{bmatrix}<br /> kx &amp; k(1-x^2) &amp;0 \\ <br /> -k^2 &amp; 0 &amp; x^2-1<br /> \end{bmatrix}\begin{bmatrix}A<br /> \\ B<br /> \\ C\end{bmatrix}=\begin{bmatrix}0<br /> \\ 0<br /> \\ 0<br /> \end{bmatrix}

There seem to be infinite solutions. I'll factor out a k and try to solve with Gauss' method:

\begin{bmatrix}<br /> x &amp; 1-x^2 &amp;0 \\ <br /> -k &amp; 0 &amp; \frac{x^2-1}{k}<br /> \end{bmatrix}\begin{bmatrix}A<br /> \\ B<br /> \\ C\end{bmatrix}=\begin{bmatrix}0<br /> \\ 0<br /> \\ 0<br /> \end{bmatrix}

I should study the case where k=0 (because for k=0 I can't factor it out) but I'll just ignore it for now because it's getting quite long anyway (writing in latex is a bit tiring but it's a mess if I don't do it).

\begin{bmatrix}<br /> x &amp; 1-x^2 &amp;0 &amp; 0\\ <br /> -k &amp; 0 &amp; \frac{x^2-1}{k} &amp; 0<br /> \end{bmatrix} \mapsto \begin{bmatrix}<br /> x &amp; 1-x^2 &amp;0 &amp; 0\\ <br /> 0 &amp; k(1-x^2) &amp; \frac{x}{k}(x^2-1) &amp; 0<br /> \end{bmatrix} ^{R_{2}&#039; \rightarrow x\cdot R_{2}+k\cdot R_{1}} \mapsto \begin{bmatrix}<br /> kx &amp; 0 &amp; \frac{x}{k}(1-x^2) &amp; 0\\ <br /> 0 &amp; k(1-x^2) &amp; \frac{x}{k}(x^2-1) &amp; 0<br /> \end{bmatrix}^{R_{1}&#039;\rightarrow k\cdot R_{1}-R_{2}}

I have to go now so I'll post to save what I've written until now. I can just "fix" C (make it a sort of parameter polynomial) and get A and B in function of C. Since this system is solvable this proves that such polynomials exist.

Have I understood this right?
 
  • #10
It looks all right in principle, but I do not follow what you did. It need not be so overcomplicated.
From the second equation ##-C\cdot (1-x^2)-A{k^2}=0→A(x)=-\frac{C(x)}{k^2}(1-x^2)##
C(x) can be any polynomial, you get A(x) by multiplying it with (1-x2) and dividing by the konstant k2. For C(x), you can choose the simplest : C=k2. A constant is a polynomial of 0th order...
You know A(x) and C(x) and there is the first equation for B(x), and you can divide the equation by k (assuming it is not zero): ##A(x)x+B(x)(1-x^2)=0##
Substitute A(x) in terms of C. What do you get for B(x)?

ehild
 
Last edited:
  • #11
Assuming x is not 1 and taking C=k^2, we would get B=x. Since just finding one example proves what we wanted, this exercise is done.

Regarding what I did previously, writing it in matrix form may have not been needed but I personally prefer it. R' is the new row and R(sub)1 is the old row 1 and R(sub)2 is the old row 2. The arrow should have be inverse, from the "old" rows to the new one, showing the logical progression (the operations I did) in order to avoid confusion; writing it like that was a mistake of mine.

Thanks for your help and have a nice day.
 
  • #12
You are welcome.:smile:

ehild
 
Back
Top