How do I solve a differential equation with boundary conditions?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
Ted123
Messages
428
Reaction score
0

Homework Statement



[PLAIN]http://img402.imageshack.us/img402/7427/diff5.jpg

The Attempt at a Solution



How do I evaluate [itex]\frac{d}{dx} \left( \frac{y_2}{y_1} \right)[/itex] ?
 
Last edited by a moderator:
Physics news on Phys.org
Ted123 said:

Homework Statement



[PLAIN]http://img402.imageshack.us/img402/7427/diff5.jpg

The Attempt at a Solution



How do I evaluate [itex]\frac{d}{dx} \left( \frac{y_2}{y_1} \right)[/itex] ?

Have you considered looking at the quotient rule? It seems at first glance like the numerator would be similar to W[y_1,y_2].

Then you could see that the integral of that might be a constant, and that you might be able to deduce that constant at the boundaries, and if that constant happened to be 1, then y_1 / y_2 would be 1, in which case y_1=y_2, for all x.
 
Last edited by a moderator:
So

[itex]y_2 = \frac{y_1 y_2^'}{y_1^'}[/itex]

and

[itex]y_1 = \frac{y_2 y_1^'}{y_2^'}[/itex]

So we want to find:

[itex]\frac{d}{dx} \left( \frac{y_2}{y_1} \right) = \frac{d}{dx} \left( \frac{y_1 {y_2^'}^2}{y_2 {y_1^'}^2} \right)[/itex]

Letting [itex]u = y_1 {y_2^'}^2[/itex] and [itex]v = y_2 {y_1^'}^2[/itex]

what is [itex]u'[/itex] and [itex]v'[/itex]?
 
Calculate the derivative directly:

[itex]\frac{d}{dx}\bigg(\frac{y_2}{y_1}\bigg)=\frac{y_2'y_1-y_2y_1'}{y_1^2}[\latex]<br /> <br /> If we look at the numerator, it is 0. Therefore <br /> <br /> [itex]\frac{d}{dx}\bigg(\frac{y_2}{y_1}\bigg)=0[\latex]<br /> <br /> Therefore<br /> <br /> [itex]\bigg(\frac{y_2}{y_1}\bigg)=C for all x[\latex]<br /> <br /> Where C is some constant.<br /> <br /> Look at the boundery condition at x_0, <br /> <br /> [itex]\bigg(\frac{y_2(x_0)}{y_1(x_0)}\bigg)=1, as y_1(x_0)=y_2(x_0)[\latex]<br /> <br /> thus C=1,<br /> <br /> Thus <br /> <br /> [itex]\bigg(\frac{y_2}{y_1}\bigg)=1 for all x [\latex]<br /> <br /> Which implies that y_1=y_2 for all x!<br /> <br /> <br /> I can't get the latex to work...<br /> But I hope the point is clear.[/itex][/itex][/itex][/itex][/itex]
 
Calculate the derivative directly:

[itex]\frac{d}{dx}\bigg(\frac{y_2}{y_1}\bigg)=\frac{y_2' y_1-y_2y_1'}{y_1^2}[/itex]

If we look at the numerator, it is 0. Therefore

[itex]\frac{d}{dx}\bigg(\frac{y_2}{y_1}\bigg)=0[/itex]

Therefore

[itex]\frac{y_2}{y_1}=C=\text{const}[/itex] for all x.

Where C is some constant.

Look at the boundery condition at x_0,

[itex]\bigg(\frac{y_2(x_0)}{y_1(x_0)}\bigg)=1[/itex], as [itex]y_1(x_0)=y_2(x_0)[/itex]

thus C=1,

Thus

[itex]\frac{y_2}{y_1} =1[/itex] for all x

Which implies that y_1=y_2 for all x!


I can't get the latex to work...
But I hope the point is clear.

Thanks!

The latex wouldn't work as you should end it with [/itex] not [\latex] !