MHB Boundary Value Problem: Solving with Eigenvalues and Eigenvectors

Julio1
Messages
66
Reaction score
0
Solve the boundary value problem:

$\left\{
\begin{array}{lcl}
y''&=&0,\hspace{1.0mm} 1<x<2\\
y(1)&=&0\\
y(3)+y'(3)&=&0
\end{array}
\right.
$

For the problem, I first calculate the eigenvalues and after check the roots and finally find the eigenvectors. Is correct this? Help me please :).
 
Last edited by a moderator:
Physics news on Phys.org
Julio said:
Solve the boundary value problem:

$\left\{
\begin{array}{lcl}
y''&=&0,\hspace{1.0mm} 1<x<2\\
y(1)&=&0\\
y(3)+y'(3)&=&0
\end{array}
\right.
$

For the problem, I first calculate the eigenvalues and after check the roots and finally find the eigenvectors. Is correct this? Help me please :).

(Wave)

In this case, we can just notice that $y''=0 \Rightarrow y(x)= c_1 x+ c_2, c_1, c_2 \in \mathbb{R}$.

And now it remains to use the given boundary conditions.

Is there at this point: $y(3)+y'(3)=0$ maybe a typo? Since it is given that $1<x<2$.
 
Thanks evinda :).

The characteristic polynomial is $p(r)=r^2$, hence that $r=0$ is only root. Therefore, have that $y(x)=c_1e^{r_1 x}+c_2xe^{r_2 x}=c_1+c_2x$, for $c_1,c_2\in \mathbb{R}.$ Follow that $y'(3)=c_2$, so, $c_1+c_2=0.$ In conclusion, $c_1=c_2=0$, therefore, $y(x)=0$ is the trivial solution.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...

Similar threads

Back
Top