Solution of differential equation

ssky
Messages
29
Reaction score
0
Hi, I want to ask how to solve this equation in this way?
 

Attachments

  • التقاط.JPG
    التقاط.JPG
    10.6 KB · Views: 521
Physics news on Phys.org
It's hard to respond without know what you already know. Do you know how to get the "characteristic equation" for a "linear, homogeneous, differential equation with constant coefficients" such as this?

For this differential equation, the characteristic equation is r^2= -\lambda_i and has characteristic roots r= \pm\lambda_i i (that second "i" is the imaginary unit). That, in turn means that the general solution to the differential equation is \psi_i(x)= Ae^{i\lambda_i x}+ Ce^{-i\lambda_i x}= Ccos(\lambda_i x)+ D sin(\lambda_i x) where A, B, C, and D are constants. Do you understand how to convert from the complex exponential to sine and cosine? It is based on e^{ix}= cos(x)+ i sin(x).

Now look at the boundary conditions. From \psi_i(x)= Ccos(\lambda_i x)+ Dsin(\lambda_i x), we have d\psi_i/dx= -C\lambda_i sin(\lambda_i x)+ D\lambda_i cos(\lambda_i x) so d\psi_i/dx(0)= D\lambda_i = 0.

If \lambda_i= 0 the differential equation would be just d^2\psi_i/dx= 0 which has general solution \psi_i(x)= Ax+ B (just integrate twice) and then d\psi/dx= A= 0 in order to satisfy d\psi/dx(0)= 0. Then \psi_i(1)= B= 0[/itex] from the other boundary condition. That gives \psi_i(x) identically 0. That is a solution but not a very interesting or useful one! That is called the "trivial" solution. If \lambda_i\ne 0, we must have D= 0 so that \psi_i(x)= C cos(\lambda_i x).

Now \psi_i(1)= C cos(\lambda_i)= 0. That is satisfied by C= 0- but again, that would mean, with both C and D equal to 0, that \psi_i(x) is identically 0. In order to have a "non trivial" solution, we must have cos(\lambda_i)= 0. cos(x)= 0 for x an "odd multiple of \pi/2": \pi/2, 3\pi/2, etc. That means we must have \lambda_i= (2i- 1)\pi/2. That is the reason for the subscript "i" on the functions. We now have \psi(x)= Ccos(((2i-1)\pi/2)x).

The intial \sqrt{2} is the "normalizing" part. That makes the integral of the square of the function, from 0 to 1, equal to 1.
 
Last edited by a moderator:
HallsofIvy, i do not know how to thank you.
thank you very very very ... very much.
but, i don't understand :shy: the last part
can you help me pleas


The intial is the "normalizing" part. That makes the integral of the square of the function, from 0 to 1, equal to 1
 
Last edited:
For a function f(x) to be normalised on an interval [a,b] it has to satisfy \int_a^b |f(x)|^2 dx=1. Solve this for C.
 
thank you very very much ----> Cyosis :smile:
I understood :biggrin: ... but :confused: when I solved another problem I do not get the same solution.
look at the first and the second parts of the solution why we wrote cosh and sinh​
 

Attachments

  • ssky.JPG
    ssky.JPG
    21.7 KB · Views: 457
HallsofIvy said:
For this differential equation, the characteristic equation is r^2= -\lambda_i and has characteristic roots r= \pm\lambda_i i (that second "i" is the imaginary unit). That, in turn means that the general solution to the differential equation is \psi_i(x)= Ae^{i\lambda_i x}+ Ce^{-i\lambda_i x}= Ccos(\lambda_i x)+ D sin(\lambda_i x) where A, B, C, and D are constants. Do you understand how to convert from the complex exponential to sine and cosine? It is based on e^{ix}= cos(x)+ i sin(x).

The difference between the previous differential equation and this one is that the first one had a second derivative in it and this one a fourth derivative. So the characteristic equation changes from r^2=-\lambda_i^2 to r^4=\mu_i^4. This has the solutions r=\{-\mu_i,\mu_i,-i \mu_i, i\mu_i \} as a result the general solution will become \psi(x)=A e^{-\mu x}+B e^{\mu x}+C e^{- i \mu x}+D e^{i \mu x}. The exponents with i in their powers can be written as cosine and sine again and the real exponents can be written as cosh and sinh.
 
Notice an important difference between your two problems:
The first was d^2\psi/dx^2= -\lambda_i^2 \psi which has characteristic equation r^2= -\lambda_i^2 with roots \pm i\lambda_i while the second was d^4\psi/dx^4= /mu^4\psi which has characteristic equation r^4= \mu^4. We can solve that by first taking the square root: r^2= \pm \mu^2. Taking the positive root, r^2= \mu^2, and taking the square root again gives r= \pm \mu while taking the negative root, r^2= -\mu^2 and taking the square root gives r= \pm i\mu. The four roots of the equation are \mu, -\mu, i\mu, and -i\mu.

The imaginary roots, i\mu and -i\mu, give sin(\mu x) and cos(\mu x) solutions as before. The solutions corresponding to the real roots, \mu, and -\mu, can be written e^{\mu x} and e^{-\mu x}, but because
cosh(\mu x)= \frac{e^{\mu x}+ e^{-\mu x}}{2}
and
sinh(\mu x)= \frac{e^{\mu x}- e^{-\mu x}}{2}
they can be written in terms of sinh and cosh also. Since cosh(0)= 1 and sinh(0)= 0, those functions are better suited for initial value problems where we are given values of the function and its derivative at x= 0.
 
thank you :blushing: ... but if we write in the solution e^{\mu x} and e^{-\mu x} is it right ? or we have to write cosh and sinh in the solution :confused:
 
You don't have to write it in cosh, sinh form. Halls gave a good reason why it is nice to do so however.
 
  • #10
I am so grateful for your interesting in my problem and I will be more grateful if you tell to found the constants c1, c2 , c3 and c4 because I tried but I failed.​
:cry:
 
  • #11
Show us all the steps you've done so far so we can see where you failed.
 
  • #12
sorry, i can not write it by latex .
 

Attachments

  • sky.JPG
    sky.JPG
    34.9 KB · Views: 445
  • #13
That is all correct so far. You can now solve equation (5) for C3 and then plug it into solve for C4. After that you can solve C1 and C2. It doesn't look like it's going to be pretty though, I'll have a look at it later to see if you can simplify it.
 
  • #14
Cyosis said:
That is all correct so far. You can now solve equation (5) for C3 and then plug it into solve for C4. After that you can solve C1 and C2. It doesn't look like it's going to be pretty though, I'll have a look at it later to see if you can simplify it.




thank you but I do not understand what you mean.
 
  • #15
From the picture you linked you get the following two equations:

<br /> \begin{align}<br /> &amp; -C_3 \cosh \mu_i-C_4 \sinh \mu_i+C_3 \cos \mu_i+C_4 \sin \mu_i=0<br /> \\<br /> &amp; -C_3 \sinh \mu_i-C_4 \cosh \mu_i - C_3 \sin \mu_i+C_4 \cos \mu_i=0<br /> \end{align}<br />

Solving equation (1) for C3 yields:

<br /> C_3=-C_4 \frac{\sin \mu_i -\sinh \mu_i}{\cos \mu_i-\cosh \mu_i}<br />

Plug this value for C3 into equation (2) and solve for C4.

Edit: This is a pretty weird problem, because the only function that seems to meet all requirements is 0.
 
Last edited:
  • #16
I did as you say but i can not solve it because it is very difficult. please, look to the picture

why cosh(\mu) cos(\mu)=1 ?
 

Attachments

  • sky1.JPG
    sky1.JPG
    24.7 KB · Views: 391
  • #17
pleas pleas pleas help me
 
  • #18
What "boundary conditions" is that talking about? Is it the same problem as you posted in response #5?
 
  • #19
yes, it is the same problem as i posted in response #5 and #16
 
  • #20
Okay, the general solution is
\psi(x)= C_1cosh(\mu x)+ C_2sinh(\mu x)+ C_3cos(\mu x)+ C_4sin(\mu x)
so
\psi&#039;(x)= \mu C_1sinh(\mu x)+ \mu C_2 cosh(\mu x)- \mu C_3sin(\mu x)+ \mu C_4cos(\mu x)

and the conditions are
\psi(0)= d\psi(0)/dx= 0
\psi(1)= d\psi(1)/dx= 0

\psi(0)= C_1+ C_3= 0
so
C_3= -C_1

\psi&#039;(0)= \mu C_2+ \mu C_4= 0
so
C_4= -C_2.

That tells us that we can write
\psi(x)= C_1cosh(\mu x)+ C_2sinh(\mu x)- C_1cos(\mu x)+ C_2sin(\mu x)

Now we use
\psi(1)= C_1cosh(\mu)+ C_2sinh(\mu)- C_1cos(\mu)+ C_2sin(\mu)= 0
and
\psi&#039;(1)= \mu C_1sinh(\mu)+ \mu C_2 cosh(\mu)+ \mu C_1sin(\mu)- \mu C_2cos(\mu)= 0

We can write those as
C_1(cosh(\mu)- cos(\mu))+ C_2(sinh(\mu)- sin(\mu))= 0
and
C_1(sinh(\mu)+ sin(\mu)+ C_2(cosh(\mu)- cos(\mu))= 0

In order to solve for, say, C_1, we would have to eliminate C_2.
We could do that by multiplying the first equation by cosh(\mu)- cos(\mu), the second equation by sinh(\mu)- sin(\mu), and subtracting the second from the first.

That gives
(cosh(\mu)- cos(\mu))(cosh(\mu)- cos(\mu))C_1- (sinh(\mu)- sin(\mu))(sinh(\mu)+ sin(\mu)C_1= 0
C_1(cosh^2(\mu)- 2sinh(\mu)sin(\mu)+ cos^2(\mu)- sinh^2(\mu)+ sin^2(\mu))= 0.

But cosh^2(\mu)- sinh^2(\mu)= 1 and cos^2(\mu)+ sin^2(\mu)= 1 so this becomes
(2- 2cosh(\mu)cos(\mu))C_1= 0

Now, one obvious solution is C_1= 0 but that leads to C_2= 0 also which means \psi(x) is identically 0- the "trivial" solution. In order to have a "non-trivial" solution, we must have C_1\ne 0 which means we must have the coefficient
2- 2cosh^2(\mu)cos(\mu)= 0
which leads immediately to 2cosh(\mu)cos(\mu)= 2 or
cosh(\mu)cos(\mu)= 1[/itex].
 
Last edited by a moderator:
  • #21
thanks alot,

if C_1\ne 0
then how we find C_1 ?
 
Last edited:
  • #22
ssky said:
thanks alot,

if C_1\ne 0
then how we find C_1 ?
We don't. If cosh(\mu)cos(\mu)= 1, so there are non-trivial solutions, there will be an infinite number of such non-trivial functions.

Basically, you are solving an "eigenvalue" problem. If there exist non-trivial solutions to the equation Av= \mu v for A a linear operator, then \mu is an "eigenvalue" of A and it can be shown that the set of all eigenvectors (values of v) satisfying that equation for that particular value of \mu form a "subspace" of all possible solutions and so there are necessarily an infinite number of them.
 
  • #23
thank you very much... I would like to give you this gift for helping me



http://blog.doctissimo.fr/php/blog/un_avenir_heureux/images/bouquet%20de%20fleur.gif​
[/URL]
 
Last edited by a moderator:
  • #24
ssky said:
thank you very much... I would like to give you this gift for helping me



http://blog.doctissimo.fr/php/blog/un_avenir_heureux/images/bouquet%20de%20fleur.gif​
[/URL]
Very nice! Thank you!
 
Last edited by a moderator:
  • #25
Hello, I am calculating a very important thing. But to find it, I should be able to resolve this equation. Y^2xY’’=C (C: Real number). Please help me solve it. Thanks in advance!

(YY)xY''=C (C:Real nnumber)
 
  • #26
Why in the world did you add this onto a thread everyone had finished with?

Click on the "new topic" button to start a new thread.

In fact, I am going to do that for you and name it "gerechte23's question"!
 
Last edited by a moderator:
Back
Top