How do i deal with integral boundary conditions?

Click For Summary
SUMMARY

This discussion focuses on solving the ordinary differential equation (ODE) u''(x) = a(x) using Green's function, specifically addressing the boundary condition u(0) = Integral[u(x),{x,0,1}] = 0. The Green's function is defined as G(x,y) = A(y)*x + B(y) for x < y and G(x,y) = C(y)*x + D(y) for x > y. The integral condition leads to the equation ∫_0^1 G(x,y)dx = 0 for all y, which results in a set of equations to determine the coefficients A, B, C, and D. The challenge lies in having only one boundary condition to solve for four unknown functions.

PREREQUISITES
  • Understanding of ordinary differential equations (ODEs)
  • Familiarity with Green's functions in mathematical physics
  • Knowledge of integral calculus and boundary conditions
  • Ability to manipulate and solve systems of equations
NEXT STEPS
  • Study the derivation and application of Green's functions in solving ODEs
  • Learn about boundary value problems and their significance in mathematical physics
  • Explore techniques for solving systems of equations involving multiple unknowns
  • Investigate the implications of integral boundary conditions in differential equations
USEFUL FOR

Mathematicians, physicists, and engineers working with differential equations, particularly those dealing with boundary value problems and Green's functions.

nocloud
Messages
11
Reaction score
0
I am trying to solve an ode of the form u"(x)=a(x) where a(x) is some known function and the domain is from -inf to +inf. I am required to use Green's function.

The boundary condition is u(0) = Integral[u(x),{x,0,1}] = 0

My Green's function has the form
G(x,y) = A(y)*x+B(y) x<y
G(x,y) = C(y)*x+D(y) x>y

How the heck do I use that integral to find the coefficients A and B?
 
Physics news on Phys.org
nocloud said:
I am trying to solve an ode of the form u"(x)=a(x) where a(x) is some known function and the domain is from -inf to +inf. I am required to use Green's function.

The boundary condition is u(0) = Integral[u(x),{x,0,1}] = 0

My Green's function has the form
G(x,y) = A(y)*x+B(y) x<y
G(x,y) = C(y)*x+D(y) x>y

How the heck do I use that integral to find the coefficients A and B?
Since G(x,y) must satisfy the same boundary conditions as u, for all y, you must have
[tex]\int_0^1 G(x, y)dx= 0[/tex]
for all y.
[tex]\int_0^1 G(x,y)dx= \int_0^y (Ax+ B) dx+ \int_y^1 (Cx+ D) dx[/tex]
[tex]= \frac{1}{2}Ay^2+ By+ C+ D - \frac{1}{2}Cy^2- Dy= 0[/tex]

You will also need to use, of course, the conditions at x= y: Ay+ B= Cy+ D and A- C= 1. That is still only three conditions to determine four functions of y. The difficulty is not that the boundary condition is integral but that there is only one boundary condition. In spite of the fact that the single boundary condition involves both endpoints, you still only have one boundary condition and you need two.
 

Similar threads

  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K