Homework Statement
Given the initial value problem:
\frac{(u)}{(1-e^-(2x))}u_{x}+ \frac{\sqrt{t}}{u}u_{t}=1, with x, t, u > 0
Subject to condition u(x,1)=e^{-x}
Homework Equations
a) Classify given partial differential equation.
b) Write the characteristic equations. By...
What is the general solution to the differential equation describing a mass-spring-damper?
t=time
x= extension of spring
M=Mass
K=Spring Constant
C=Damping Constant
g= acceleration due to gravity
Spring has 0 length under 0 tension
Spring has 0 extension at t = 0
If the Force...
Homework Statement
The trajectory of an arrow in space obeys the following system of equations:
\dot{x} = y+(x^2+y^2-3)^2 (x^3-x+xy^2)
\dot{y} = y+(x^2+y^2-3)^2 (y^3-y+x^2y)
1. Questions
a) Derive an ODE for the radial coordiante r(t) = \sqrt[]{x^2(t)+y^2(t)}
b) Show that the...
For example, if y=x^2, then the derivative of y is 2x. We write the derivative as either f'(x)=2x or dy/dx=2x.
Well, the differential equation is also written as dy/dx=2x. So is there a difference between a differential equation and a derivative?
!~Alshia~!
Homework Statement
The Attempt at a Solution
I don't think this is the correct answer because for some reason I have a constant mg term. Usually I get mgsinθ and from small angle approximations it becomes mgθ, but this time I am getting mgcosθ and from small angle approximations it...
Hello. I'm having a hard time solving this homework question, even though I know I shouldn't... but well.
Here's the problem :
-The K switch is closed for a long time, so as to be in a steady state.
What's the electric charge of the capacitor ? Infer vs tension from this.
Which...
I have a quick question.
I have to write the differential equations in matrix form
Eq1:= x1'(t) = -a1*x1(t) + vf
Eq2:= x2'(t) = a1*x1(t) - a2*x2(t)
is this correct :
Homework Statement
A disk or radius b rotates about a rod in its center with a constant angular velocity, Ω. At the disk's edge A, a pin is attached allowing for a body to be attached an freely swing during the rotation. Determine the differential equation for the angle β between the attached...
Homework Statement
Oil is released from a submerged source at a constant flow of rate of Q=(0.1 m3)/s. Density of oil (p=870 kg/m3) is less than that of water and since oil is only sparingly soluble in water a slick will form on the water surface. Once its formed it will have a tendency to...
This is a case where an object is coupled to a spring, laying on a table. The object is moving, friction less, horizontally on the table. We assume the object is moving in an outer forice field which acts in the same direction as the object's motion. The motion is modeled by
y''(t) + y(t) =...
Q. Find SP of:\dddot{x} + \ddot{x} + \dot{x} = x^3 -2x^2 - 31x -28
x(t)=x
And determine of the solutions as stable or unstable.
OK, not seen one like this before. I've done it with 2nd order derivatives and wondered if it was the same. by setting the derivatives to zero and solving the RHS...
Homework Statement
given: dt=-\frac{1}{2}\sqrt{\frac{l}{g}}\frac{d\theta}{\sqrt{sin^2(\alpha/2)-sin^2(\theta/2)}}
make the change of variables sin(\theta/2)=sin(\alpha/2)sin(\phi)
to show that: dt=-\sqrt{\frac{l}{g}}\frac{d\phi}{\sqrt{1-k^2sin^2(\phi)}}
where k=sin(\alpha/2)
Homework...
I'm trying to find the gen. solution to the equation y''''-8y'=0
I found the characteristic polynomial by plugging in ert as a solution to y.
I got,
r^4-8r=0
I simplified to get
r*(r^3-8)
Thus one root is 0, for the other 3 i must find the cubed root of 8.
I know the answer is...
Homework Statement
y" + y = 4δ(t-2π); y(0)=1, y'(0)=0
Homework Equations
L[f(t-a) U(t-a)] = e^{-as} L[f(t)]
L[δ(t-c)] = e^{-cs}
The Attempt at a Solution
My answer is: cos(t) + 4U(t-2π)sin(t-2π).
When I used Wolframalpha it gave me 4sin(t)U(t-2π) + cos(t)
Homework Statement
Find a solution for:
u'(t)=c*u(t)^2-c*(a+b)*u(t)+c*a*b
The Attempt at a Solution
I've found the solution for the homogeneous equation:
u_0(t)=(\frac{1}{a+b}+d*e^{c(a+b)t)})^{-1}
Where c is a random constant.
Now I've tried the solution u(t)=x(t)*u_0(t), when I fill...
Homework Statement
Use the power series to solve the following differential equations, state the first four terms of the two independent solutions.
3xy'' + y' - y = 0
Homework Equations
The power series.
The Attempt at a Solution
How do I get two independent solutions out of this? All...
What is the function corresponding to this ODE:
http://home.arcor.de/luag/math/dgl.jpg
In complex notation it obviously shows up like this:
a * z''(t) + b * |z'(t)| * z'(t) + c = 0;
The numerical solution shows a graph resembling to a cycloid.
Thanks for any help!
Tom
So, I have a differential equation with growth problem. It is a dm/dt function and I need to get it to dD/dt, change in diameter with time.
here is the original functon,
dm/dt= (pi/4)(D)^2* (V(D))*(LWC)*E
E=1
LWC = 2
V(D) = 343D^0.6 m/s
it starts from a diameter of 1mm and grows to...
I am having a problem finding the solution for this eq:
y''(x)+(2/x)y'(x)+(w^2)y(x)=0
I couldn't find examples in the textbook that goes on a similar line, and have been searching the internet as well, but no use. I am thinking of using substitution v=y' but not sure how to do that in the...
Hey all,
I'm stuck on a dynamic systems question, it's attached as a jpeg
I started off by writing nodal equations for each node:
Node 1: 1/R1(ei-eA)=C1D(eA-eo)+1/R2(eA-eB)
Node 2:1/R2(eA-eB)=C2D(eB)
I know that I have to isolate for ei and eo but I'm really confused with...
How to covert this differential equation into a system of one order ODE?
(require covert the equation into a system of 1st-order equations and solve by using ode23 in matlab)
x^2*y''-2*x*y'+2*y = 0;
y(1) = 4; y'(1)=0;
solve for y(x)
I tried to convert it
get
X' = AX
in which
X...
How to covert this differential equation into a system of one order ODE?
x^2*y''-2*x*y'+2*y = 0;
y(1) = 4; y'(1)=0;
solve for y(x)
I tried to convert it
get
X' = AX
in which
X = [y, z]'
A = [0, 1; 2/x^2, 2/x];
But x exists in A, which cannot solve by dsolve in Matlab.
Homework Statement
y''+0.1y'+y=1+2\sum_{k=1}^{n}(-1)^{k}u_{k\pi}(t)
and quiescent initial conditions.
Homework Equations
None.
The Attempt at a Solution
(s^{2}+0.1s+1)Y(s)=\mathcal{L}\{1\}+2\sum_{k=1}^{n}(-1)^{k}\mathcal{L}\big\{ u_{k\pi}(t)\big\}
I'm not sure if this step was...
use method of reduction of order to find second solution:
t2y''-4ty+6y = 0 , y1(t)= t2
Attempt:
So I've done all the steps, up to the substitution, but I'm having problems with what appears to be a simple linear equation but I can't solve it: Any ways, with w = v' I arrive at...
μ^{2}\frac{d^{2}u}{dx^{2}}+ae^{u}=0
Boundary conditions: u(-L)=u(L)=u_{0}
Solve by multiplying by \frac{du}{dx} and integrating in x
I know you have to use substitution, but I keep going in circles.
Hiya. I have to solve this bad boy under the assumptions that f, f' and f'' tend to 0 as |x| tends to infinity:
1/2(f')^2 = f^3 + (c/2)f^2 + af + b
where a,b,c are constants. My thoughts are use Fourier Transforms to use the assumptions given, but not sure how to do them on these terms...
Homework Statement
I am trying to find the parametric equation that describes the following second order differential equation:
Homework Equations
m\frac{d^2y}{dt^2}=-mg - k\frac{dy}{dt}
Where m, g, and k are all constants.
The Attempt at a Solution
I substituted u=\frac{dy}{dt} to reduce...
Homework Statement
Use L'Hospitals rule to show that lim x->0 x^a ln(x) = 0
I don't know how to solve this. I guess the first thing to do is to transform it in some way so that one can use L'Hospitals rule, but I don't know how.
Thank you!
EDIT: a>0
It's not a differential equation as...
I'm not sure how to solve this:
du/dt = 3 \frac{d^{2}u}{dx^{2}}
These are the conditions:
u(0,t)= -1
u(pi,t)= 1
u(x,0) = -cos 7x
Suggestion:
I should use steady state solution to get a homogeneous initial condition.
Starting with separtion of variables
u(x,t) = G(x)H(t)
And...
Homework Statement
Find an integrating factor for the first order linear differential equation
\frac{dy}{dx} - \frac{y}{x} = xe^{2x}
and hence find its general solution
Homework Equations
The Attempt at a Solution
I found the integrating factor which is e^{-lnx} = x^{-1}
and...
Mod note: HTML size = ... tags are not needed. You can make things look just fine using [ tex ] tags instead of [ itex ] tags.
So, I was doing some stuff, messing around when I thought of something. What if I took a random physics formula and integrated it into the original function? Then I was...
How to solve \( (x+1) y'' - (2x+5) y' + 2y = (x+1) e^x\)
can we assume \(y_1 = (Ax+B) e^x \),
then \(y_2= vy_1\) Is this right? then solve for A and B
Finally \( y = c_1 y_1 + c_2 y_2\)
Consider a circle of radius 'a' and centre (h,b)
then the equation of the circle is given by (x-h)2 + (y-b)2 = a2
I expressed this in terms of differential equations which is -
a= {[1+(dy/dx)2]3/2}/{d2y/dx2}
According to my book - this equation indicates that 'a' is a...
Homework Statement
Hi, this problem is from first chapter of Mathematical Methods of Physics by Mathews and Walker. (Problem 1-36, second edition)
Consider the differential equation y'' - xy + y^3 = 0 for large positive x.
a-) Find an oscillating solution with two arbitrary constants.
b-)...
Hi
I need to try and find the differential equation representing the attached circuit. My work is also being shown on the attachment. Can anyone confirm whether this is correct? If it is wrong could you please provide input as to why? Thanks.
Sorry for the quality in advance.
I need explanations at the last part of this math solution.
Question:
Solve the differential equation:
y' = (1 + 2/x)y
Answer:
ln|y| = x+ln(x^2)+c
|y| = e^c.x^2.e^x
y = Cx^2.e^x (C = +/-e^c is any constant that is not equals to 0)
What I don't understand is this part where ...
Homework Statement
64y''+144y'=0
y1(0)=1 y'1(0)=0
and
y2(0)=0 and y'2(0)=1
Homework Equations
y1=c1*e^(r1*t) + c2*e^(r2*t)The Attempt at a Solution
I start by finding the characteristic equation:
64r^2+144r=0
r1=-9/4 and r2=0
y1=c1e(r1*t) + c2e(r2*t)
so I get
y1=c1e^(-9/4 *t) + c2e^(0*t)...
THE PROBLEM :
y(t) = e^(-t)*sin(t^2);
with t0 = 0 and T = 3.14159. Find y_0, and use it to deduce the corresponding expression
for f(t, y) (Your f should have both a t and a y in it. Simplify it to find the y!).
This is for a MATLAB project. I've solved this differential equation (which we...
To Solve y’’ – 2 y’ – 3y = 64 e-x x ---------------(1)
Using the method of undetermined coefficients :
The roots of the homogeneous equation are 3 and -1, so the complimentary solution is
y = c1 e3x + c2 e-x
Then the guess for the particular solution of (1) is e-x x (Ax + B)...
Homework Statement
\frac{dy}{dx}=\frac{2y - x + 7}{4x - 3y -18}
Homework Equations
The Attempt at a Solution
I tried using v = y/x and got nothing. Same goes for trying to find an integrating factor to make the equation exact. I am given a hint, Find h and k so that the...
$(1-x^2)y'' - xy' + 4y =2 x \sqrt{1-x^2} $
Hint use the substitution $x =\sin t$
I used it and end with
$\cos t y'' + \sin t y' - \frac{\sin t}{\cos t} y' + 4y = 2\sin t |\cos t| $
how to solve this i just want the name of the method
I'm given the differential dy/dx = x*y*sinx / (y+1) and I need to find its solution.
I apply the following steps,
(y+1)/y*dy = x*sinx*dx
1 + 1/y*dy = x*sinx*dx
∫ 1 + 1/y*dy = ∫ x*sinx*dx
...skipping a few steps for convenience I get the equation
y + lny = -x*cosx + sinx
My problem...
A particular solution to the differential equation y'' + 2y' + y = t^2 + 3?
is t^2 - 4t +7 in the answers, but i get t^2 - 4t + 9 so where am i going wrong...
y = Ay^2 + by + c
y' = 2Ay + B
y'' = 2A
2A + 2(2Ay + B) + Ay^2 +By + c = t^2 + 3
A(y^2) + (4A+B)y +(2A +2B+c) = t^2 + 0t + 3...
A first order DE models the rate of change, e.g. when decay is proportional to time we have the DE: dM/dt = -K.M; this is describing that rate of change mathematically. Am I correct in saying that a 2nd order DE describes the rate of rate of change?
Also, can anyone explain any application of...
Homework Statement
Find the explicit solution of dy/dx = 3y-3y2
Be sure to include any singular solutions in your answer
Homework Equations
Not sure...
The Attempt at a Solution
dy/dx = 3y-3y2
dy/(3y-3y2)=dx
∫(1/(3y-3y2))=(1/3)logy-(1/3)log(1-y)
∫(dx) = x + c
x+c =...
Homework Statement
This is the problem statement in the picture for exersize 14, it's rather long (pertaining to orthogonality - which I only understand what the definition of orthogonality is, which is the "(15)" on the side of the image below.
http://postimage.org/image/oxhw2uf8p/...
Homework Statement
A water tank is filled by an inflow x(t), the tank is emptied by the outflow y(t)
The outflow if controlled by a resistance R
The water depth in the tank is represented by d(t)
The surface area of the water is A, independent of depth
The tank is 1.5m high with a...