MHB 3.1.11 find the solution of the given initial value problem:

karush
Gold Member
MHB
Messages
3,240
Reaction score
5
find the solution of the given initial value problem:
$6y''-5y'+y=0\quad y(0)=4 \quad y'(0)=0$
if $r=e^{5t}$ then
$\displaystyle 6y''-5y'+y=(r-3)(r-2)=0$
then
$y=c_1e^{3t}+c_1e^{2t}=0$
for $y(0)=4$
$y(0)=c_1e^{3(0)}+c_1e^{2(0)}=4$

ok I don't see how the last few steps lead to the book answer (11)

View attachment 9019
 

Attachments

  • 3_1_11.PNG
    3_1_11.PNG
    5.9 KB · Views: 128
Physics news on Phys.org
First of all, your fourth line, "6y''- 5y'+ y= (r- 3)(r- 2)= 0" is non-sense!

For one thing, a differential equation is not equal to its characteristic equation.
More importantly, you have the wrong characteristic equation. (r- 3)(r- 2)= r^2- 5r+ 6, not 6r^2- 5r+ 1= 0 which is the correct characteristic equation for 6y''- 5y+ 1= 0.

Now that can be factored as (3r- 1)(2r- 1)= 0 which has roots r= 1/3 and r= 1/2. So the general solution to the differential equation is
y(x)= C_1e^{t/3}+ C_2e^{t/2}.

Now can you get to answer 11?
 
why do you have y(x)??

also how is the $y'(0)=0$ to be used

I can see that $3\cdot 4 =12 $ and $2\cdot 4= 8$ and the $12-8=4$ and $e^0=1$

but how is that applied to the next steps
 
karush said:
why do you have y(x)??

also how is the $y'(0)=0$ to be used

I can see that $3\cdot 4 =12 $ and $2\cdot 4= 8$ and the $12-8=4$ and $e^0=1$

but how is that applied to the next steps
Pretty much plug-n-chug.

We have that
y = C_1 e^{t/3} + C_2 e^{t/2}

The condition y(0) = 4 implies that [math]4 = C_1 + C_2[/math]

Now, [math]y' = \dfrac{C_1}{3} e^{t/3} + \dfrac{C_2}{2} e^{t/2}[/math]

Thus y'(0) = 0 implies that [math]0 = \dfrac{C_1}{3} + \dfrac{C_2}{2}[/math]

Two equations, two unknowns.

-Dan
 
karush said:
why do you have y(x)??
Your original problem was to solve "6y''- 5y'+ y= 0". There is no "independent variable" stated so we are free to choose whatever letter we want. y(x)= C_1e^{x/3}+ C_2e^{x/2} is the same as y(t)= C_1e^{t/3}+ C_2e^{t/2}.
also how is the $y'(0)=0$ to be used

I can see that $3\cdot 4 =12 $ and $2\cdot 4= 8$ and the $12-8=4$ and $e^0=1$but how is that applied to the next steps
You are given the initial conditions y(0)= 4, y'(0)= 0 and you now know that the "general solution" to the differential equation is y(x)= C_1e^{x/3}+ C_2e^{x/2}. So y(0)= C_1e^{0/3}+ C_3e^{0/2}= C_1+ C_2= 4.
Differentiating, y'(x)= (C_1/3)e^{x/3}+ (C_2/2)e^{x/3} so y'(0)= \frac{C_1}{3}+ \frac{C_2}{2}= 0.

You now have two equations, C_1+ C_2= 4 and \frac{C_1}{3}+ \frac{C_2}{2}= 0 to solve for C_1 and C_2.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top