Partial Differential Equation with variable coefficients

In summary, the conversation relates to a project in a course on mathematical methods in structural engineering. The student is struggling with solving a specific equation and using orthogonality properties of eigenfunctions to express it in matrix form. The conversation includes a discussion on separation of variables and the use of Cauchy series product theorem. The student has a limited understanding of varying constants and is unsure of how to proceed with the given equation.
  • #1
NicolaiTheDane
100
10

Homework Statement


This question relates to a very large project I have been assigned in a course on mathematical methods in structural engineering. I have to solve the following equation, in a specific way:

upload_2019-1-19_22-15-44.png
(17)

Now we have to assume the following solution:

upload_2019-1-19_22-16-15.png
(18)

It wants me insert this sum, into the equation and use ortogonality properties of the eigenfunctions of ##Yn(x)## (Earlier in the project, I have found eigenfunctions for simplified examples of the equation. I assume these are the ones it refers to. They are basically just sin functions) to express the above on the following matrixform:

upload_2019-1-19_22-18-28.png
(19)

where the column vector

upload_2019-1-19_22-19-27.png


contains the ##N## time dependent variable from the finite "row expansion" of (18). Then I have to rewrite this 2nd order ODE system to a 1st order ODE system on the standard form:

upload_2019-1-19_22-21-43.png


where

upload_2019-1-19_22-22-4.png


Now there are more to this then that, but I'll hold it here for now.

Homework Equations


Listed above where appropriate.

The Attempt at a Solution


None. I have absolute no idea where to start, as we haven't been taught this method. I considered trying to insert (18) into (17) as the assign wants, and try to use power series method, as that is an approach I'm familiar with. However this clearly won't work, because of the ##\alpha(x)## coefficients. More over it wouldn't bring me an closer to the solution that is actually requested. So I'm totally lost on where to start. Any help would be greatly appreciated!
 

Attachments

  • upload_2019-1-19_22-15-20.png
    upload_2019-1-19_22-15-20.png
    3.8 KB · Views: 244
  • upload_2019-1-19_22-15-44.png
    upload_2019-1-19_22-15-44.png
    2.9 KB · Views: 545
  • upload_2019-1-19_22-16-15.png
    upload_2019-1-19_22-16-15.png
    2.5 KB · Views: 322
  • upload_2019-1-19_22-18-28.png
    upload_2019-1-19_22-18-28.png
    1 KB · Views: 317
  • upload_2019-1-19_22-19-27.png
    upload_2019-1-19_22-19-27.png
    1.6 KB · Views: 331
  • upload_2019-1-19_22-21-43.png
    upload_2019-1-19_22-21-43.png
    989 bytes · Views: 299
  • upload_2019-1-19_22-22-4.png
    upload_2019-1-19_22-22-4.png
    1.2 KB · Views: 286
Physics news on Phys.org
  • #2
If you try separation of variables, i.e plugging in the PDE ##\xi(t,\epsilon)=X(x)T(t)##, you would get:
$$X''''T-k^2(\alpha(x)^{-1}X')'T+12d^4\alpha^{-3}(x)XT+(\Omega_y \ell^2)^{-2}XT''=0$$

Where ##'## denotes differentiation with respect to the argument of the function.

Now, if ##\Omega_y## is a constant with respect to ##t## and ##x## (I denote ##\Omega \ell^2=C=constant##, then after dividing by ##XT## we get:
$$X''''/X-k^2(\alpha(x)^{-1}X''-\alpha(x)^{-2} \alpha'(x)X')/X+12d^4\alpha^{-3}(x)+CT''/T=0$$
Now, isolate the part that depends only on x and the part that depends only on t.

In order to solve the equation for x you need to know the exact form of ##\alpha(x)##, if they want through a power series then substitute for ##\alpha(x)=\sum_{n=0}^{\infty} \alpha_n x^n## (if the solution is defined for around x=0), and substitute ##X(x)=\sum_{n=0}^{\infty} X_n x^n##.
In order to find reciprocal of ##\alpha(x)##, use Cauchy series product theorem.
 
Last edited:
  • #3
You need to find a recursive relations for the series coefficients.
 
  • #4
MathematicalPhysicist said:
If you try separation of variables, i.e plugging in the PDE ##\xi(t,\epsilon)=X(x)T(t)##, you would get:
$$X''''T-k^2(\alpha(x)^{-1}X')'T+12d^4\alpha^{-3}(x)XT+(\Omega_y \ell^2)^{-2}XT''=0$$

Where ##'## denotes differentiation with respect to the argument of the function.

Now, if ##\Omega_y## is a constant with respect to ##t## and ##x## (I denote ##\Omega \ell^2=C=constant##, then after dividing by ##XT## we get:
$$X''''/X-k^2(\alpha(x)^{-1}X''-\alpha(x)^{-2} \alpha'(x)X')/X+12d^4\alpha^{-3}(x)+CT''/T=0$$
Now, isolate the part that depends only on x and the part that depends only on t.

In order to solve the equation for x you need to know the exact form of ##\alpha(x)##, if they want through a power series then substitute for ##\alpha(x)=\sum_{n=0}^{\infty} \alpha_n x^n## (if the solution is defined for around x=0), and substitute ##X(x)=\sum_{n=0}^{\infty} X_n x^n##.
In order to find reciprocal of ##\alpha(x)##, use Cauchy series product theorem.

But how is the ever going to lead to the matrix they want me to use?
 
  • #5
Well,
$$
X''''/X-k^2(\alpha(x)^{-1}X''-\alpha(x)^{-2} \alpha'(x)X')/X+12d^4\alpha^{-3}(x)=-CT''/T=k$$
where k is some constant with respect to t and x.

So you get for t the equation:
$$T''+(k/C)T=0$$
Which is your ODE in (19).

I recommend that you read Arfken's textbook, it's the best for applied physicists and engineers.
 
  • #6
MathematicalPhysicist said:
Well,
$$
X''''/X-k^2(\alpha(x)^{-1}X''-\alpha(x)^{-2} \alpha'(x)X')/X+12d^4\alpha^{-3}(x)=-CT''/T=k$$
where k is some constant with respect to t and x.

So you get for t the equation:
$$T''+(k/C)T=0$$
Which is your ODE in (19).

I recommend that you read Arfken's textbook, it's the best for applied physicists and engineers.

Unforunately I only have another 4 days to complete this, so buying and reading a whole textbook on the subject isn't an option. I will keep it in mind though, for when I get some time off, as I find the subject very fascinating.

As for your proposed solution. I get where your going, but again I just don't see how its helpful. As I see it, it'll merely leave me with a huge mess of summations. The only math course I have had on this subject, deals with constant variables, and what little was there on varying constants, the book basically said "Beyond the scope of this course". Also all separations I have done so far, moves all the bulk of the equations onto the ##T(t)## part of the equations. Wouldn't solving this part in this manor, basically invalidate all other work I have done?
 
  • #7
MathematicalPhysicist said:
If you try separation of variables, i.e plugging in the PDE ##\xi(t,\epsilon)=X(x)T(t)##, you would get:
$$X''''T-k^2(\alpha(x)^{-1}X')'T+12d^4\alpha^{-3}(x)XT+(\Omega_y \ell^2)^{-2}XT''=0$$

Where ##'## denotes differentiation with respect to the argument of the function.

Now, if ##\Omega_y## is a constant with respect to ##t## and ##x## (I denote ##\Omega \ell^2=C=constant##, then after dividing by ##XT## we get:
$$X''''/X-k^2(\alpha(x)^{-1}X''-\alpha(x)^{-2} \alpha'(x)X')/X+12d^4\alpha^{-3}(x)+CT''/T=0$$
Now, isolate the part that depends only on x and the part that depends only on t.

In order to solve the equation for x you need to know the exact form of ##\alpha(x)##, if they want through a power series then substitute for ##\alpha(x)=\sum_{n=0}^{\infty} \alpha_n x^n## (if the solution is defined for around x=0), and substitute ##X(x)=\sum_{n=0}^{\infty} X_n x^n##.
In order to find reciprocal of ##\alpha(x)##, use Cauchy series product theorem.

I have an exact expression for the ##\alpha(x)## btw
upload_2019-1-20_14-5-37.png
. Does that change anything?
 

Attachments

  • upload_2019-1-20_14-5-37.png
    upload_2019-1-20_14-5-37.png
    878 bytes · Views: 238

1. What is a partial differential equation with variable coefficients?

A partial differential equation with variable coefficients is a mathematical equation that involves multiple independent variables and their partial derivatives. The coefficients in the equation vary with respect to these independent variables, making the equation more complex than a standard differential equation with constant coefficients.

2. What are some real-world applications of partial differential equations with variable coefficients?

Partial differential equations with variable coefficients are used to model a wide range of physical phenomena, such as heat transfer, fluid dynamics, and electromagnetic fields. They are also commonly used in engineering and financial modeling.

3. How do you solve a partial differential equation with variable coefficients?

The solution to a partial differential equation with variable coefficients is typically found using analytical or numerical methods. Analytical methods involve finding an exact solution using mathematical techniques, while numerical methods involve approximating the solution using algorithms and computer simulations.

4. What are some challenges associated with solving partial differential equations with variable coefficients?

One of the main challenges in solving partial differential equations with variable coefficients is the complexity of the equations themselves. They often require advanced mathematical knowledge and techniques to solve. Additionally, the presence of multiple independent variables and their varying coefficients can make the equations difficult to manipulate and solve.

5. How are partial differential equations with variable coefficients related to other types of differential equations?

Partial differential equations with variable coefficients are a subset of the larger category of partial differential equations. They are also related to ordinary differential equations, which involve only one independent variable. In some cases, partial differential equations with variable coefficients can be reduced to ordinary differential equations by using specific techniques.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
507
  • Calculus and Beyond Homework Help
Replies
11
Views
747
  • Calculus and Beyond Homework Help
Replies
7
Views
294
  • Calculus and Beyond Homework Help
Replies
6
Views
400
Replies
4
Views
509
  • Calculus and Beyond Homework Help
Replies
5
Views
540
Replies
12
Views
396
  • Calculus and Beyond Homework Help
Replies
2
Views
510
  • Calculus and Beyond Homework Help
Replies
2
Views
972
  • Calculus and Beyond Homework Help
Replies
3
Views
575
Back
Top