Is Your Differential Equation Solution Accurate?

  • Thread starter Thread starter exportedhuman
  • Start date Start date
AI Thread Summary
To ensure the accuracy of a differential equation solution, one can substitute the proposed solution back into the equation to verify correctness. Formulating a differential equation typically starts with a known function and its derivative, establishing a relationship between them. For example, if a variable y is proportional to x, it can be expressed as y = kx, leading to the differential equation dy/dx = ky. Many differential equations arise from physical laws, such as Newton's second law, and can also be derived from experimental data. Ultimately, while solutions may be mathematically correct, they often serve as approximations of real-world phenomena.
exportedhuman
Messages
7
Reaction score
0
Hello, :smile:


I might sound odd, but I need to understand how you come up with a differential equation then end it up with some solution.

How sure are you that your solution is correct ? :biggrin:


THANK YOU :smile:
 
Mathematics news on Phys.org
It is easy to show that a solution to a differential equation is correct. Simply substitute your solution into the differential equation and show that it indeed solves the equation.
 
But how do you make up an equation ?
 
Start with a function, and take it's derivative e.g.

y = sqrt(x)

y' = 1/{2 sqrt(x)}

Therefore we have the differential equation:

y' = 1/{2 y}

I think it is good practice for students to do these types of exercises.
 
If you are referring to ways to formulate a differential equation from a physical application, calculus books usually give some of the easy basic examples.

If you were given two variables: x, y; and you were told that y is proportional to x, how would you come up with an equality to relate the two variables? You would probably come up with something similar to (for constant of proportion k):

y=kx

Now, suppose you are given a function y(x) and told that its rate of change is proportional to its position for every value of x. What type of equality would you find for this? Something like:

\dfrac{dy}{dx}=ky

It's that easy in this example, all we did was find an equality that relates the function and its derivative based on our given information. Solving this ODE gives us the formula for exponential growth (or decay, for negative values of k) at time x. Perhaps a variable t would have been a better choice. Nevertheless:

\dfrac{dy}{dx}=ky

\displaystyle\int\frac{dy}{y}=\displaystyle\int kdx

\ln(y)=kx+c

y(x)=e^ce^{kx}=y_0e^{kx}
because if we set x=0 then we have y(0)=e^c and can reassign that constant to e^c=y_0.

Perhaps later if I feel more creative and awake I can come up with a better example of formulating a differential equation. Many, many, others are certainly not this easy.
 
Many differential equations from physics problems come from "force equals mass times acceleration". Acceleration is the second derivative of position so that gives a second order differential equation:
m\frac{d^2x}{dt^2}= F(x, t)
where F(x,t) is the function giving the force on the object at each position x and time t.

In many chemistry problems you are given the rate at which chemicals combine which immediately leads to a differential equation.

But in general, HOW you derive a differential equation from a problem (or whether a differential equation relates to the problem at all) depends strongly upon the problem.
 
exportedhuman said:
But how do you make up an equation ?

There are several ways. For instance

(1) From experimental data. The derivative of a quantity Q represents the speed at which Q varies. One might measure experimentally the relation between the derivatives of various quantitie and the mathematical way to express this relation is a differential equation.

(2) From another differential equation. The wave equation is a differential equation that is obtained from Newton's 2nd law a motion (which is itself a differential equation) by making some suppositions and approximations.

But note that as with most (every?) equations of physics, the solutions are only approximations to reality, so while they are correct mathematically, they only approximate the physics (but often astonishingly well!).
 
Back
Top