Function for a Nonhomogeous BVP

24 Views Asked by At

What function of $\alpha$ satisfies the following conditions?

$ \alpha''(x)=x, $

$ \alpha(0)=0, $

$ \alpha(\pi)=0 $

Note the function is going to be used for a nonhomogeneous boundary value problem.

1

There are 1 best solutions below

0
On BEST ANSWER

From your equation:

$$\alpha'(x) = \frac{1}{2} x^2 + C_1$$

$$\alpha(x) = \frac{1}{6} x^3 + C_1 x + C_2$$

The boundary conditions imply that $C_2=0$ and

$$\frac{\pi^3}{6} + C_1 \pi = 0 \implies C_1=-\frac{\pi^2}{6}$$

Then

$$\alpha(x) = \frac{1}{6} x^3 - \frac{\pi^2}{6} x$$