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

In summary: You are welcome. The question was to prove the existence of such polynomials A, B, C, not to find all. But yes, a single example is enough.In summary, we need to find polynomials A, B, and C such that the equation A*y'' + B*y' + C*y = 0 is satisfied where y = e^{k*arcsinx}. By finding a suitable substitution and using basic calculus, it is possible to show that such polynomials do exist. The simplest choice for C is k^2, which then allows us to find A and B as polynomials in terms of C. A single example is enough to prove the existence of these polynomials.
  • #1
powerof
43
0

Homework Statement



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

[itex]A\cdot y''+B\cdot y'+C\cdot y=0[/itex]

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:

[itex]\left\{\begin{matrix}y=e^{k\cdot arcsinx}
\\ y'=e^{k\cdot arcsinx}\cdot \frac{k}{\sqrt{1+x^2}}=y\cdot \frac{k}{\sqrt{1+x^2}}
\\ y''=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.[/itex]

[itex]\left\{\begin{matrix}A\cdot y''+B\cdot y'+C\cdot y=0
\\ 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
\\ 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.[/itex]

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

  • Matemáticas 09 -10.pdf
    17.7 KB · Views: 287
Last edited:
Physics news on Phys.org
  • #2
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:
  • #3
Thanks, I'll give it a try.
 
  • #4
With my error corrected you get:

[itex]\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
\\ Akx+B\cdot{k(1-x^2)}=(-C\cdot (1-x^2)-A{k^2})\sqrt{1-x^2}
\\\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}

\end{matrix}\right.[/itex]

Is this what you meant? I don't know what to do next.
 
  • #5
I assume a non-trivial solution is required :wink:.
powerof said:
[itex]
Akx+B\cdot{k(1-x^2)}=(-C\cdot (1-x^2)-A{k^2})\sqrt{1-x^2}
[/itex]
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})##?
 
  • #6
powerof said:
With my error corrected you get:

[itex]\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
\\ Akx+B\cdot{k(1-x^2)}=(-C\cdot (1-x^2)-A{k^2})\sqrt{1-x^2}


\end{matrix}\right.[/itex]

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
 
  • #7
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?
 
  • #8
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
 
  • #9
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):

[itex]\begin{bmatrix}
kx & k(1-x^2) &0 \\
-k^2 & 0 & x^2-1
\end{bmatrix}\begin{bmatrix}A
\\ B
\\ C\end{bmatrix}=\begin{bmatrix}0
\\ 0
\\ 0
\end{bmatrix}[/itex]

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

[itex]\begin{bmatrix}
x & 1-x^2 &0 \\
-k & 0 & \frac{x^2-1}{k}
\end{bmatrix}\begin{bmatrix}A
\\ B
\\ C\end{bmatrix}=\begin{bmatrix}0
\\ 0
\\ 0
\end{bmatrix}[/itex]

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).

[itex]\begin{bmatrix}
x & 1-x^2 &0 & 0\\
-k & 0 & \frac{x^2-1}{k} & 0
\end{bmatrix} \mapsto \begin{bmatrix}
x & 1-x^2 &0 & 0\\
0 & k(1-x^2) & \frac{x}{k}(x^2-1) & 0
\end{bmatrix} ^{R_{2}' \rightarrow x\cdot R_{2}+k\cdot R_{1}} \mapsto \begin{bmatrix}
kx & 0 & \frac{x}{k}(1-x^2) & 0\\
0 & k(1-x^2) & \frac{x}{k}(x^2-1) & 0
\end{bmatrix}^{R_{1}'\rightarrow k\cdot R_{1}-R_{2}}[/itex]

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
 

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

What are polynomials A, B, and C?

Polynomials A, B, and C are algebraic expressions that consist of variables and coefficients, as well as operations such as addition, subtraction, multiplication, and exponentiation.

What does it mean for polynomials A, B, and C to "exist"?

In mathematics, when we say that polynomials A, B, and C "exist", we mean that they are well-defined and can be represented as a finite combination of terms.

What does it mean for polynomials A, B, and C to "satisfy" a given condition?

If polynomials A, B, and C satisfy a condition, it means that when the condition is applied to the polynomials, the resulting expression or equation is true.

What is the significance of polynomials A, B, and C satisfying a given condition?

When polynomials A, B, and C satisfy a given condition, it means that they have a particular relationship with each other that can be used to solve equations or problems.

What are some examples of conditions that polynomials A, B, and C can satisfy?

Some examples of conditions that polynomials A, B, and C can satisfy include being equal to each other, adding up to a certain value, or having a common root or factor.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
807
  • Calculus and Beyond Homework Help
Replies
2
Views
370
  • Calculus and Beyond Homework Help
Replies
4
Views
737
  • Calculus and Beyond Homework Help
Replies
3
Views
552
  • Calculus and Beyond Homework Help
Replies
1
Views
484
  • Calculus and Beyond Homework Help
Replies
9
Views
823
  • Calculus and Beyond Homework Help
Replies
8
Views
910
Replies
1
Views
594
  • Calculus and Beyond Homework Help
Replies
2
Views
495
  • Calculus and Beyond Homework Help
Replies
21
Views
903
Back
Top