MHB Solving Second Order ODE: True or False?

Guest2
Messages
192
Reaction score
0
I'm supposed determine whether following statements are true or false. However, I can't get past the notation.

Question: the second order differential equation $\ddot{x}+\dot{x}+x = 9t$ is:

(a) equivalent to $\begin{cases} \dot{x} = y, & \\ \dot{y}=-y-x+9t, &\end{cases}$ (b) solved by integrating factors, (c) linear.

I don't understand what the dots mean to properly do the question. So what do you they mean? I'd also appreciate any help on the question itself.
 
Physics news on Phys.org
It's a convention, using Newton's notation, that primes denote derivatives w.r.t. $x$, or space, and dots represent derivatives w.r.t. $t$, or time. So your DE is equivalent to
$$\frac{d^2x(t)}{dt^2}+\d{x(t)}{t}+x(t)=9t,$$
where I have written $x=x(t)$ to emphasize that we are thinking of $x$ as a function of time. As for seeing if a is true, try differentiating the first equation, and substituting into the second, to see if you can recover the original DE. I'm not sure about b, but c is definitely true.
 
I agree it is linear, and in its original form, I would solve it using the method of undetermined coefficients, but you could also use the annihilator method, or variation of parameters. :)
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top