How can I extend the method for solving differential equations to systems?

  • Thread starter 1effect
  • Start date
In summary, the conversation discusses a system of differential equations and asks if it can be solved. One person suggests using LaTeX to communicate formulas, while another suggests using perturbation theory to find solutions. The original poster then shares their progress in transforming the equations into a single second order equation, but another user points out that this is not necessarily helpful in finding a solution. The conversation ends with a discussion on the meaning of "analytic" and the suggestion to use perturbation theory for potential solutions.
  • #1
1effect
321
0
I have a system of differential equatiuons (see http://www.savefile.com/files/1458343 ). How can I solve it? Is it even solvable? Thank you
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
Did you notice that you can attach .doc files to your posts at physicsforums?

Even better, you could learn LaTeX which is the main way we communicate formulas on these forums.

In this case, you even could have stated the problem in words:

"Is it possible to solve the relativistic equations of motion for a charged particle in a constant electric and magnetic field?"

In this case no one has found analytical solutions to the full nonlinear system. Since we know the exact solution for the case [itex]\gamma = 1 [/itex] the best hope for analytical results in your case is to use perturbation theory together with the first or second term of the power series expansion for gamma. Maybe someone has done this before.
 
Last edited:
  • #3
Crosson said:
Did you notice that you can attach .doc files to your posts at physicsforums?

Even better, you could learn LaTeX which is the main way we communicate formulas on these forums.

I know how to use LaTex, I just preferred to use an editable file that people could write into.

In this case, you even could have stated the problem in words:

"Is it possible to solve the relativistic equations of motion for a charged particle in a constant electric and magnetic field?"

In this case no one has found analytical solutions to the full nonlinear system. Since we know the exact solution for the case [itex]\gamma = 1 [/itex] the best hope for analytical results in your case is to use perturbation theory together with the first or second term of the power series expansion for gamma. Maybe someone has done this before.
I made some progress, see http://www.savefile.com/files/1458817 . It seems that a symbolic (not analytic) solution can be found. Analytic means something else.
 
Last edited by a moderator:
  • #4
Most people on these boards are not going to download a file in .doc format like that. It's just a virus waiting to happen.
 
Last edited:
  • #5
nicksauce said:
Most people on these boards are going to download a file in .doc format like that. It's just a virus waiting to happen.

Yup. I took one look at your first post several hours ago, and opted out. :frown:
 
  • #6
nicksauce said:
Most people on these boards are going to download a file in .doc format like that. It's just a virus waiting to happen.

Sorry, the file is getting very long and complicated, there is no virus , you can scan it with any of the virus protection programs. I am not here to play games, I am trying to get help in solving a tough problem.
 
  • #7
1effect said:
I know how to use LaTex, I just preferred to use an editable file that people could write into.

Alright, although I still don't see why you don't attach it to your post instead of linking to an external site.

I made some progress, see http://www.savefile.com/files/1458817 .

What you did was transform a system of 2 first order equations into a single second order equation. This is always possible with any system of [itex]n[/itex] differential-algebraic equations of[itex]p^{th}[/itex]-order (for n > 1): by differentiating you can transform it into a system of [itex]n-1[/itex] differential-algebraic equations of order [itex]p+1[/itex].

Since it is possible to do this in general, I am not surprised that you did it in a particular case. Although I am not sure from your document that you realize that the final equation will be second order. When you write:

[tex] \frac{d v_y}{dt} = f(v_x,\frac{d v_x}{dt})[/tex]

I am sure you mean to differentiate the expression immediately above it, although you do not say this. If I am not mistaken and you did in fact take a time derivative, then wouldn't it be more appropriate to write:

[tex] \frac{d v_y}{dt} = g(v_x,\frac{d v_x}{dt},\frac{d^2 v_x}{dt^2})[/tex]

Since differentiating will in fact cause the appearance of various [itex]\frac{d^2 v_x}{dt^2})[/itex] terms by the chain rule. Here is your expression:

[tex]
v_y = \sqrt{c^2-\text{vx}(t)^2+\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}
[/tex]

This is time derivative of that which you do not show:

[tex]
\frac{\frac{-\frac{8 c^2 \text{vx}'(t) \text{vx}''(t) m^2}{B^2 q^2}-4 \text{vx}(t) \left(c^2-\text{vx}(t)^2\right) \text{vx}'(t)}{2
\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}-2 \text{vx}(t) \text{vx}'(t)}{2
\sqrt{c^2-\text{vx}(t)^2+\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}}
[/tex]

So what we have now is the second-order equation involving only one unknown function [itex]v_x[/itex] (where I have no substituted your expression for [itex]\gamma[/itex], for the sake of brevity):

[tex]
\text{}\leftB \text{vx}(t) q-\frac{\text{E} q}{\gamma ^2}+\frac{m \left(\frac{-\frac{8 c^2 \text{vx}'(t)
\text{vx}''(t) m^2}{B^2 q^2}-4 \text{vx}(t) \left(c^2-\text{vx}(t)^2\right) \text{vx}'(t)}{2
\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}-2 \text{vx}(t) \text{vx}'(t)\right)
\gamma }{2 \sqrt{c^2-\text{vx}(t)^2+\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2
q^2}}}}=0\right
[/tex]

Personally, I consider this to be a regress rather then a progress. It can always be done, but rarely would you want to. We are certainly no closer to finding an exact solution in terms of known functions.

It seems that a symbolic (not analytic) solution can be found. Analytic means something else.

A symbolic solution? In that case how about y = f(t). Or did you want to be even more pedantic and say "a solution that can be represented in terms of arithmetic operations, root extractions, trigonometric/exponential functions, or other cataloged special functions." The term analytic is often used to describe solutions that can be represented in this way, and in this context the meaning was clear. Did you really think I was talking about functions defined on a complex domain?

In any case, I stand by my original statement that this equation cannot be solved "in the way that you are looking for." Did you consider my advice to apply perturbation theory? I am sure the results would be interesting.
 
Last edited by a moderator:
  • #8
Crosson said:
[tex]
\frac{\frac{-\frac{8 c^2 \text{vx}'(t) \text{vx}''(t) m^2}{B^2 q^2}-4 \text{vx}(t) \left(c^2-\text{vx}(t)^2\right) \text{vx}'(t)}{2
\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}-2 \text{vx}(t) \text{vx}'(t)}{2
\sqrt{c^2-\text{vx}(t)^2+\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}}
[/tex]

Thank you, there is a small error in your derivative but I get the gist. It doesn't look promising.

So what we have now is the second-order equation involving only one unknown function [itex]v_x[/itex] (where I have no substituted your expression for [itex]\gamma[/itex], for the sake of brevity):

[tex]
\text{}\leftB \text{vx}(t) q-\frac{\text{E} q}{\gamma ^2}+\frac{m \left(\frac{-\frac{8 c^2 \text{vx}'(t)
\text{vx}''(t) m^2}{B^2 q^2}-4 \text{vx}(t) \left(c^2-\text{vx}(t)^2\right) \text{vx}'(t)}{2
\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2 q^2}}}-2 \text{vx}(t) \text{vx}'(t)\right)
\gamma }{2 \sqrt{c^2-\text{vx}(t)^2+\sqrt{\left(c^2-\text{vx}(t)^2\right)^2-\frac{4 c^2 m^2 \text{vx}'(t)^2}{B^2
q^2}}}}=0\right
[/tex]

This one has a few small errors as well but it doesn't matter. It doesn't appear solvable in terms of finding a symbolic solution.



Or did you want to be even more pedantic and say "a solution that can be represented in terms of arithmetic operations, root extractions, trigonometric/exponential functions, or other cataloged special functions."

This is what symbolic means. Analytic means that the function is continuous with continuous derivatives. I didn't mean to be pedantic, I meant to convey more precisely what I was looking for.

In any case, I stand by my original statement that this equation cannot be solved "in the way that you are looking for." Did you consider my advice to apply perturbation theory? I am sure the results would be interesting.

I am not familiar with the term, do you mean using Taylor expansions for [tex]v_x(t)[/tex] and [tex]v_y(t)[/tex]? Can you take me thru the first steps?
 
  • #9
1effect said:
I am not familiar with the term, do you mean using Taylor expansions for [tex]v_x(t)[/tex] and [tex]v_y(t)[/tex]? Can you take me thru the first steps?

This is a good introduction to the method:

http://www.sm.luth.se/~johanb/applmath/chap2en/index.html

I might try to work it out another time.

Thank you, there is a small error in your derivative but I get the gist.

I neglected to mention that I took only the positive branch of your multi-valued solution, being concerned about murky existence and uniqueness issues.

This is what symbolic means. Analytic means that the function is continuous with continuous derivatives.

If I say the solution is an analytic function then I mean it's [itex]C^\infty[/itex] but if I say that the solution is analytic than I only means that it has the potential to be analyzed (natural language meaning, since there is no formal mathematical definition for the concept we are talking about).

Which one is a better natural language word to describe "by-hand" solutions, in contrast with the solutions which are only guaranteed by existence theorems?

Analytic: Dividing into elemental parts or basic principles, i.e. has the potential to be analyzed

Symbolic: Of, relating to, or expressed by means of symbols or a symbol.

It seems to me that any time we know that there is a solution we can express it symbolically as [itex]y = f(t)[/itex] but what we are looking for in this setting is an analytic solution i.e. one that is amenable to further analysis.
 
Last edited by a moderator:
  • #10
Crosson said:
This is a good introduction to the method:

http://www.sm.luth.se/~johanb/applmath/chap2en/index.html

I might try to work it out another time.

Thank you.
The immediate question that arises is how to extend the method to systems of equations. The link shows only the application to single equations. Even more worrisome, by the author's own admission, the approach doesn't always work. This seems to evolve into a very tough problem.
 
Last edited by a moderator:

1. How do I approach a problem in a scientific manner?

To solve a problem scientifically, you should follow these steps:

  • Identify the problem and clearly define it.
  • Do some research and gather relevant information.
  • Formulate a hypothesis based on the information.
  • Design and conduct experiments to test the hypothesis.
  • Analyze the results and draw conclusions.
  • Communicate your findings.

2. How do I choose the right scientific method for problem-solving?

The scientific method is a systematic approach to problem-solving, and the method you choose will depend on the nature of the problem. Some common methods include:

  • Basic research: Used to expand scientific knowledge and understanding.
  • Applied research: Used to solve specific problems and address practical concerns.
  • Experimental research: Involves conducting experiments to test a hypothesis.
  • Observational research: Involves observing and recording natural phenomena.
  • Quantitative research: Involves collecting and analyzing numerical data.
  • Qualitative research: Involves collecting and analyzing non-numerical data.

3. How do I handle unexpected results in my experiments?

Unexpected results are a common occurrence in scientific experiments, and it's important to handle them carefully. Here are some tips:

  • First, make sure your experimental design was sound and all variables were controlled.
  • Consider if any external factors may have influenced the results.
  • Double-check your data and calculations for any errors.
  • If the results are still unexpected, try repeating the experiment or conducting additional tests.
  • Consult with colleagues or experts in the field for their insights and opinions.
  • Document and report the unexpected results along with your analysis and conclusions.

4. How do I troubleshoot problems in my scientific experiments?

Here are some troubleshooting tips for common issues that may arise during scientific experiments:

  • If the experiment is not producing any results, check for errors in your setup or procedure.
  • If the results are inconsistent or variable, make sure all variables are controlled and repeat the experiment multiple times.
  • If the experiment is not producing the expected results, check for errors in data collection or analysis.
  • If the results are conflicting with previous research, investigate potential differences in experimental design or methodology.
  • If you are unable to troubleshoot the problem, seek advice from colleagues or experts in the field.

5. How do I effectively communicate my findings?

To effectively communicate your findings, keep these tips in mind:

  • Use clear and concise language to explain your research and results.
  • Organize your presentation or paper in a logical and easy-to-follow manner.
  • Incorporate visuals such as graphs, charts, and images to enhance understanding.
  • Provide context and background information to help the audience understand the significance of your findings.
  • Cite your sources and give credit to any previous research or studies that influenced your work.
  • Be prepared to answer questions and provide further explanation if needed.

Similar threads

Replies
46
Views
1K
  • Calculus
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
475
Replies
4
Views
1K
Replies
22
Views
2K
Replies
2
Views
1K
  • Calculus
Replies
7
Views
1K
Replies
3
Views
1K
  • Differential Equations
Replies
2
Views
2K
  • Introductory Physics Homework Help
Replies
8
Views
1K
Back
Top