Find a Particular Solution to 2x X 3t2
title | layout |
---|---|
Basics of Differential Equations | page |
* Identify the order of a differential equation. * Explain what is meant by a solution to a differential equation. * Distinguish between the general solution and a particular solution of a differential equation. * Identify an initial-value problem. * Identify whether a given function is a solution to a differential equation or an initial-value problem.
Calculus is the mathematics of change, and rates of change are expressed by derivatives. Thus, one of the most common ways to use calculus is to set up an equation containing an unknown function y=f(x)
and its derivative, known as a differential equation. Solving such equations often provides information about how quantities change and frequently provides insight into how and why the changes occur.
Techniques for solving differential equations can take many different forms, including direct solution, use of graphs, or computer calculations. We introduce the main ideas in this chapter and describe them in a little more detail later in the course. In this section we study what differential equations are, how to verify their solutions, some methods that are used for solving them, and some examples of common and useful equations.
General Differential Equations
Consider the equation y′=3x2,
which is an example of a differential equation because it includes a derivative. There is a relationship between the variables x
and y:y
is an unknown function of x.
Furthermore, the left-hand side of the equation is the derivative of y.
Therefore we can interpret this equation as follows: Start with some function y=f(x)
and take its derivative. The answer must be equal to 3x2.
What function has a derivative that is equal to 3x2?
One such function is y=x3,
so this function is considered a solution to a differential equation{: data-type="term"}.
Definition
A **differential equation**{: data-type="term"} is an equation involving an unknown function y=f(x)
and one or more of its derivatives. A solution to a differential equation is a function y=f(x)
that satisfies the differential equation when f
and its derivatives are substituted into the equation.
Go to this [website][1] to explore more on this topic.
Some examples of differential equations and their solutions appear in [link].
Examples of Differential Equations and Their SolutionsEquation | Solution |
---|---|
y′=2x | y=x2 |
y′+3y=6x+11 | y=e−3x+2x+3 |
y′′−3y′+2y=24e−2x | y=3ex−4e2x+2e−2x |
Note that a solution to a differential equation is not necessarily unique, primarily because the derivative of a constant is zero. For example, y=x2+4
is also a solution to the first differential equation in [link]. We will return to this idea a little bit later in this section. For now, let's focus on what it means for a function to be a solution to a differential equation.
Verifying Solutions of Differential Equations
Verify that the function y=e−3x+2x+3
is a solution to the differential equation y′+3y=6x+11.
To verify the solution, we first calculate y′
using the chain rule for derivatives. This gives y′=−3e−3x+2.
Next we substitute y
and y′
into the left-hand side of the differential equation:
(−3e−2x+2)+3(e−2x+2x+3).
The resulting expression can be simplified by first distributing to eliminate the parentheses, giving
−3e−2x+2+3e−2x+6x+9.
Combining like terms leads to the expression 6x+11,
which is equal to the right-hand side of the differential equation. This result verifies that y=e−3x+2x+3
is a solution of the differential equation.
Verify that y=2e3x−2x−2
is a solution to the differential equation y′−3y=6x+4.
Hint
First calculate y′
then substitute both y′
and y
into the left-hand side.
It is convenient to define characteristics of differential equations that make it easier to talk about them and categorize them. The most basic characteristic of a differential equation is its order.
Definition
The **order of a differential equation**{: data-type="term"} is the highest order of any derivative of the unknown function that appears in the equation.
Identifying the Order of a Differential Equation
What is the order of each of the following differential equations?
-
y′−4y=x2−3x+4
-
x2y‴−3xy″+xy′−3y=sinx
-
4xy(4)−6x2y″+12x4y=x3−3x2+4x−12 {: type="a"}
1. The highest derivative in the equation is y′,
so the order is <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mn>1</mn><mo>.</mo></mrow></math>
-
The highest derivative in the equation is y‴,
so the order is 3.
-
The highest derivative in the equation is y(4),
so the order is 4. {: type="a"}
What is the order of the following differential equation?
(x4−3x)y(5)−(3x2+1)y′+3y=sinxcosx
5
Hint
What is the highest derivative in the equation?
General and Particular Solutions
We already noted that the differential equation y′=2x
has at least two solutions: y=x2
and y=x2+4.
The only difference between these two solutions is the last term, which is a constant. What if the last term is a different constant? Will this expression still be a solution to the differential equation? In fact, any function of the form y=x2+C,
where C
represents any constant, is a solution as well. The reason is that the derivative of x2+C
is 2x,
regardless of the value of C.
It can be shown that any solution of this differential equation must be of the form y=x2+C.
This is an example of a general solution{: data-type="term"} to a differential equation. A graph of some of these solutions is given in [link]. (Note: in this graph we used even integer values for C
ranging between −4
and 4.
In fact, there is no restriction on the value of C;
it can be an integer or not.)
{: #CNX_Calc_Figure_08_01_001}
In this example, we are free to choose any solution we wish; for example, y=x2−3
is a member of the family of solutions to this differential equation. This is called a particular solution{: data-type="term"} to the differential equation. A particular solution can often be uniquely identified if we are given additional information about the problem.
Finding a Particular Solution
Find the particular solution to the differential equation y′=2x
passing through the point (2,7).
Any function of the form y=x2+C
is a solution to this differential equation. To determine the value of C,
we substitute the values x=2
and y=7
into this equation and solve for C:
y=x2+C7=22+C=4+CC=3.
Therefore the particular solution passing through the point (2,7)
is y=x2+3.
Find the particular solution to the differential equation
y′=4x+3
passing through the point (1,7),
given that y=2x2+3x+C
is a general solution to the differential equation.
y=2x2+3x+2
Hint
First substitute x=1
and y=7
into the equation, then solve for C.
Initial-Value Problems
Usually a given differential equation has an infinite number of solutions, so it is natural to ask which one we want to use. To choose one solution, more information is needed. Some specific information that can be useful is an initial value{: data-type="term"}, which is an ordered pair that is used to find a particular solution.
A differential equation together with one or more initial values is called an initial-value problem{: data-type="term"}. The general rule is that the number of initial values needed for an initial-value problem is equal to the order of the differential equation. For example, if we have the differential equation y′=2x,
then y(3)=7
is an initial value, and when taken together, these equations form an initial-value problem. The differential equation y″−3y′+2y=4ex
is second order, so we need two initial values. With initial-value problems of order greater than one, the same value should be used for the independent variable. An example of initial values for this second-order equation would be y(0)=2
and y′(0)=−1.
These two initial values together with the differential equation form an initial-value problem. These problems are so named because often the independent variable in the unknown function is t,
which represents time. Thus, a value of t=0
represents the beginning of the problem.
Verifying a Solution to an Initial-Value Problem
Verify that the function y=2e−2t+et
is a solution to the initial-value problem
y′+2y=3et,y(0)=3.
For a function to satisfy an initial-value problem, it must satisfy both the differential equation and the initial condition. To show that y
satisfies the differential equation, we start by calculating y′.
This gives y′=−4e−2t+et.
Next we substitute both y
and y′
into the left-hand side of the differential equation and simplify:
y′+2y=(−4e−2t+et)+2(2e−2t+et)=−4e−2t+et+4e−2t+2et=3et.
This is equal to the right-hand side of the differential equation, so y=2e−2t+et
solves the differential equation. Next we calculate y(0):
y(0)=2e−2(0)+e0=2+1=3.
This result verifies the initial value. Therefore the given function satisfies the initial-value problem.
Verify that y=3e2t+4sint
is a solution to the initial-value problem
y′−2y=4cost−8sint,y(0)=3.
Hint
First verify that y
solves the differential equation. Then check the initial value.
In [link], the initial-value problem consisted of two parts. The first part was the differential equation y′+2y=3ex,
and the second part was the initial value y(0)=3.
These two equations together formed the initial-value problem.
The same is true in general. An initial-value problem will consists of two parts: the differential equation and the initial condition. The differential equation has a family of solutions, and the initial condition determines the value of C.
The family of solutions to the differential equation in [link] is given by y=2e−2t+Cet.
This family of solutions is shown in [link], with the particular solution y=2e−2t+et
labeled.
{: #CNX_Calc_Figure_08_01_002}
Solving an Initial-value Problem
Solve the following initial-value problem:
y′=3ex+x2−4,y(0)=5.
The first step in solving this initial-value problem is to find a general family of solutions. To do this, we find an antiderivative of both sides of the differential equation
∫y′dx=∫(3ex+x2−4)dx,
namely,
y+C1=3ex+13x3−4x+C2.
We are able to integrate both sides because the *y* term appears by itself. Notice that there are two integration constants: C1
and C2.
Solving [link] for y
gives
y=3ex+13x3−4x+C2−C1.
Because C1
and C2
are both constants, C2−C1
is also a constant. We can therefore define C=C2−C1,
which leads to the equation
y=3ex+13x3−4x+C.
Next we determine the value of C.
To do this, we substitute x=0
and y=5
into [link] and solve for C:
5=3e0+1303−4(0)+C5=3+CC=2.
Now we substitute the value C=2
into [link]. The solution to the initial-value problem is y=3ex+13x3−4x+2.
Analysis
The difference between a general solution and a particular solution is that a general solution involves a family of functions, either explicitly or implicitly defined, of the independent variable. The initial value or values determine which particular solution in the family of solutions satisfies the desired conditions.
Solve the initial-value problem
y′=x2−4x+3−6ex,y(0)=8.
y=13x3−2x2+3x−6ex+14
Hint
First take the antiderivative of both sides of the differential equation. Then substitute x=0
and y=8
into the resulting equation and solve for C.
In physics and engineering applications, we often consider the forces acting upon an object, and use this information to understand the resulting motion that may occur. For example, if we start with an object at Earth's surface, the primary force acting upon that object is gravity. Physicists and engineers can use this information, along with Newton's second law of motion{: data-type="term" .no-emphasis} (in equation form F=ma,
where F
represents force, m
represents mass, and a
represents acceleration), to derive an equation that can be solved.
{: #CNX_Calc_Figure_08_01_003}
In [link] we assume that the only force acting on a baseball is the force of gravity. This assumption ignores air resistance. (The force due to air resistance is considered in a later discussion.) The acceleration due to gravity at Earth's surface, g,
is approximately 9.8m/s2.
We introduce a frame of reference, where Earth's surface is at a height of 0 meters. Let v(t)
represent the velocity of the object in meters per second. If v(t)>0,
the ball is rising, and if v(t)<0,
the ball is falling ([link]).
{: #CNX_Calc_Figure_08_01_004}
Our goal is to solve for the velocity v(t)
at any time t.
To do this, we set up an initial-value problem. Suppose the mass of the ball is m,
where m
is measured in kilograms. We use Newton's second law, which states that the force acting on an object is equal to its mass times its acceleration (F=ma).
Acceleration is the derivative of velocity, so a(t)=v′(t).
Therefore the force acting on the baseball is given by F=mv′(t).
However, this force must be equal to the force of gravity acting on the object, which (again using Newton's second law) is given by Fg=−mg,
since this force acts in a downward direction. Therefore we obtain the equation F=Fg,
which becomes mv′(t)=−mg.
Dividing both sides of the equation by m
gives the equation
v′(t)=−g.
Notice that this differential equation remains the same regardless of the mass of the object.
We now need an initial value. Because we are solving for velocity, it makes sense in the context of the problem to assume that we know the initial velocity{: data-type="term"}, or the velocity at time t=0.
This is denoted by v(0)=v0.
Velocity of a Moving Baseball
A baseball is thrown upward from a height of 3
meters above Earth's surface with an initial velocity of 10m/s,
and the only force acting on it is gravity. The ball has a mass of 0.15kg
at Earth's surface.
-
Find the velocity v(t)
of the baseball at time t.
-
What is its velocity after 2
seconds? {: type="a"}
1. From the preceding discussion, the differential equation that applies in this situation is * * * {: data-type="newline"}
<div data-type="equation" class="unnumbered" data-label=""> <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msup><mi>v</mi><mo>′</mo></msup><mo stretchy="false">(</mo><mi>t</mi><mo stretchy="false">)</mo><mo>=</mo><mtext>−</mtext><mi>g</mi><mo>,</mo></mrow></math> </div> * * * {: data-type="newline"} where <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>g</mi><mo>=</mo><mn>9.8</mn><msup><mrow><mspace width="0.2em" /><mtext>m/s</mtext></mrow><mn>2</mn></msup><mo>.</mo></mrow></math> The initial condition is <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>v</mi><mo stretchy="false">(</mo><mn>0</mn><mo stretchy="false">)</mo><mo>=</mo><msub><mi>v</mi><mn>0</mn></msub><mo>,</mo></mrow></math> where <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msub><mi>v</mi><mn>0</mn></msub><mo>=</mo><mn>10</mn><mspace width="0.2em" /><mtext>m/s</mtext><mtext>.</mtext></mrow></math> Therefore the initial-value problem is <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msup><mi>v</mi><mo>′</mo></msup><mo stretchy="false">(</mo><mi>t</mi><mo stretchy="false">)</mo><mo>=</mo><mn>−9.8</mn><msup><mrow><mspace width="0.2em" /><mtext>m/s</mtext></mrow><mn>2</mn></msup><mo>,</mo><mi>v</mi><mo stretchy="false">(</mo><mn>0</mn><mo stretchy="false">)</mo><mo>=</mo><mn>10</mn><mspace width="0.2em" /><mtext>m/s</mtext><mtext>.</mtext></mrow></math> * * * {: data-type="newline"} The first step in solving this initial-value problem is to take the antiderivative of both sides of the differential equation. This gives * * * {: data-type="newline"} <div data-type="equation" class="unnumbered" data-label=""> <math xmlns="http://www.w3.org/1998/Math/MathML"><mtable><mtr><mtd columnalign="right"><mstyle displaystyle="true"><mrow><mo>∫</mo><mrow><msup><mi>v</mi><mo>′</mo></msup><mrow><mo>(</mo><mi>t</mi><mo>)</mo></mrow><mspace width="0.1em" /><mi>d</mi><mi>t</mi></mrow></mrow></mstyle></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mstyle displaystyle="true"><mrow><mo>∫</mo><mrow><mn>−9.8</mn><mi>d</mi><mi>t</mi></mrow></mrow></mstyle></mtd></mtr><mtr><mtd columnalign="right"><mi>v</mi><mo stretchy="false">(</mo><mi>t</mi><mo stretchy="false">)</mo></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mn>−9.8</mn><mi>t</mi><mo>+</mo><mi>C</mi><mo>.</mo></mtd></mtr></mtable></math> </div> * * * {: data-type="newline"} The next step is to solve for <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>C</mi><mo>.</mo></mrow></math> To do this, substitute <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>t</mi><mo>=</mo><mn>0</mn></mrow></math> and <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>v</mi><mo stretchy="false">(</mo><mn>0</mn><mo stretchy="false">)</mo><mo>=</mo><mn>10</mn><mtext>:</mtext></mrow></math> * * * {: data-type="newline"} <div data-type="equation" class="unnumbered" data-label=""> <math xmlns="http://www.w3.org/1998/Math/MathML"><mtable><mtr><mtd columnalign="right"><mi>v</mi><mo stretchy="false">(</mo><mi>t</mi><mo stretchy="false">)</mo></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mn>−9.8</mn><mi>t</mi><mo>+</mo><mi>C</mi></mtd></mtr><mtr><mtd columnalign="right"><mi>v</mi><mo stretchy="false">(</mo><mn>0</mn><mo stretchy="false">)</mo></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mn>−9.8</mn><mrow><mo>(</mo><mn>0</mn><mo>)</mo></mrow><mo>+</mo><mi>C</mi></mtd></mtr><mtr><mtd columnalign="right"><mn>10</mn></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mi>C</mi><mo>.</mo></mtd></mtr></mtable></math> </div> * * * {: data-type="newline"} Therefore <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>C</mi><mo>=</mo><mn>10</mn></mrow></math> and the velocity function is given by <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>v</mi><mo stretchy="false">(</mo><mi>t</mi><mo stretchy="false">)</mo><mo>=</mo><mn>−9.8</mn><mi>t</mi><mo>+</mo><mn>10</mn><mo>.</mo></mrow></math>
-
To find the velocity after 2
seconds, substitute t=2
into v(t).
{: data-type="newline"}
v(t)=−9.8t+10v(2)=−9.8(2)+10v(2)=−9.6.
{: data-type="newline"}
The units of velocity are meters per second. Since the answer is negative, the object is falling at a speed of 9.6m/s. {: type="a"}
Suppose a rock falls from rest from a height of 100
meters and the only force acting on it is gravity. Find an equation for the velocity v(t)
as a function of time, measured in meters per second.
v(t)=−9.8t
Hint
What is the initial velocity of the rock? Use this with the differential equation in [[link]](#fs-id1170571084135) to form an initial-value problem, then solve for v(t).
A natural question to ask after solving this type of problem is how high the object will be above Earth's surface at a given point in time. Let s(t)
denote the height above Earth's surface of the object, measured in meters. Because velocity is the derivative of position (in this case height), this assumption gives the equation s′(t)=v(t).
An initial value is necessary; in this case the initial height of the object works well. Let the initial height be given by the equation s(0)=s0.
Together these assumptions give the initial-value problem
s′(t)=v(t),s(0)=s0.
If the velocity function is known, then it is possible to solve for the position function as well.
Height of a Moving Baseball
A baseball is thrown upward from a height of 3
meters above Earth's surface with an initial velocity of 10m/s,
and the only force acting on it is gravity. The ball has a mass of 0.15
kilogram at Earth's surface.
-
Find the position s(t)
of the baseball at time t.
-
What is its height after 2
seconds? {: type="a"}
1. We already know the velocity function for this problem is v(t)=−9.8t+10.
The initial height of the baseball is <math xmlns="http://www.w3.org/1998/Math/MathML"><mn>3</mn></math> meters, so <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msub><mi>s</mi><mn>0</mn></msub><mo>=</mo><mn>3</mn><mo>.</mo></mrow></math> Therefore the initial-value problem for this example is * * * {: data-type="newline"} To solve the initial-value problem, we first find the antiderivatives: * * * {: data-type="newline"} <div data-type="equation" class="unnumbered" data-label=""> <math xmlns="http://www.w3.org/1998/Math/MathML"><mtable><mtr><mtd columnalign="right"><mstyle displaystyle="true"><mrow><mo>∫</mo><mrow><msup><mi>s</mi><mo>′</mo></msup><mrow><mo>(</mo><mi>t</mi><mo>)</mo></mrow><mspace width="0.1em" /><mi>d</mi><mi>t</mi></mrow></mrow></mstyle></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mstyle displaystyle="true"><mrow><mo>∫</mo><mrow><mn>−9.8</mn><mi>t</mi><mo>+</mo><mn>10</mn><mi>d</mi><mi>t</mi></mrow></mrow></mstyle></mtd></mtr><mtr><mtd columnalign="right"><mi>s</mi><mrow><mo>(</mo><mi>t</mi><mo>)</mo></mrow></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mn>−4.9</mn><msup><mi>t</mi><mn>2</mn></msup><mo>+</mo><mn>10</mn><mi>t</mi><mo>+</mo><mi>C</mi><mo>.</mo></mtd></mtr></mtable></math> </div> * * * {: data-type="newline"} Next we substitute <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>t</mi><mo>=</mo><mn>0</mn></mrow></math> and solve for <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>C</mi><mtext>:</mtext></mrow></math> * * * {: data-type="newline"} <div data-type="equation" class="unnumbered" data-label=""> <math xmlns="http://www.w3.org/1998/Math/MathML"><mtable><mtr><mtd columnalign="right"><mi>s</mi><mrow><mo>(</mo><mi>t</mi><mo>)</mo></mrow></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mn>−4.9</mn><msup><mi>t</mi><mn>2</mn></msup><mo>+</mo><mn>10</mn><mi>t</mi><mo>+</mo><mi>C</mi></mtd></mtr><mtr><mtd columnalign="right"><mi>s</mi><mrow><mo>(</mo><mn>0</mn><mo>)</mo></mrow></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mn>−4.9</mn><msup><mrow><mo>(</mo><mn>0</mn><mo>)</mo></mrow><mn>2</mn></msup><mo>+</mo><mn>10</mn><mrow><mo>(</mo><mn>0</mn><mo>)</mo></mrow><mo>+</mo><mi>C</mi></mtd></mtr><mtr><mtd columnalign="right"><mn>3</mn></mtd><mtd columnalign="left"><mo>=</mo></mtd><mtd columnalign="left"><mi>C</mi><mo>.</mo></mtd></mtr></mtable></math> </div> * * * {: data-type="newline"} Therefore the position function is <math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>s</mi><mrow><mo>(</mo><mi>t</mi><mo>)</mo></mrow><mo>=</mo><mn>−4.9</mn><msup><mi>t</mi><mn>2</mn></msup><mo>+</mo><mn>10</mn><mi>t</mi><mo>+</mo><mn>3</mn><mo>.</mo></mrow></math>
-
The height of the baseball after 2s
is given by s(2):
{: data-type="newline"}
s(2)=−4.9(2)2+10(2)+3=−4.9(4)+23=3.4.
{: data-type="newline"}
Therefore the baseball is 3.4
meters above Earth's surface after 2
seconds. It is worth noting that the mass of the ball cancelled out completely in the process of solving the problem. {: type="a"}
Key Concepts
-
A differential equation is an equation involving a function y=f(x)
and one or more of its derivatives. A solution is a function y=f(x)
that satisfies the differential equation when f
and its derivatives are substituted into the equation.
-
The order of a differential equation is the highest order of any derivative of the unknown function that appears in the equation.
-
A differential equation coupled with an initial value is called an initial-value problem. To solve an initial-value problem, first find the general solution to the differential equation, then determine the value of the constant. Initial-value problems have many applications in science and engineering. {: data-bullet-style="bullet"}
y=e3x−ex2
solves y′=3y+ex
y=ex+sinx2−cosx2
solves y′=cosx+y
y=πe−cosx
solves y′=ysinx
Find the particular solution to the differential equation y′=4x2
that passes through (−3,−30),
given that y=C+4x33
is a general solution.
Find the particular solution to the differential equation y′=3x3
that passes through (1,4.75),
given that y=C+3x44
is a general solution.
y=4+3x44
Find the particular solution to the differential equation y′=3x2y
that passes through (0,12),
given that y=Cex3
is a general solution.
Find the particular solution to the differential equation y′=2xy
that passes through (0,12),
given that y=Cex2
is a general solution.
y=12ex2
Find the particular solution to the differential equation y′=(2xy)2
that passes through (1,−12),
given that y=−3C+4x3
is a general solution.
Find the particular solution to the differential equation y′x2=y
that passes through (1,2e),
given that y=Ce−1/x
is a general solution.
y=2e−1/x
Find the particular solution to the differential equation 8dxdt=−2cos(2t)−cos(4t)
that passes through (π,π),
given that x=C−18sin(2t)−132sin(4t)
is a general solution.
Find the particular solution to the differential equation dudt=tanu
that passes through (1,π2),
given that u=sin−1(eC+t)
is a general solution.
u=sin−1(e−1+t)
Find the particular solution to the differential equation dydt=e(t+y)
that passes through (1,0),
given that y=−ln(C−et)
is a general solution.
Find the particular solution to the differential equation y′(1−x2)=1+y
that passes through (0,−2),
given that y=Cx+11−x−1
is a general solution.
y=−x+11−x−1
y′=lnx+tanx
y=C−x+xlnx−ln(cosx)
y′=2tt2+16
y=23t2+16(t2+16)+C
x′=t4+t
x=2154+t(3t2+4t−32)+C
and y(t=0)=−1.
Draw both solutions on the same graph.
Solve the following initial-value problems starting from y0=10.At what time does y
increase to 100
or drop to 1?
dydt=−2y
y=10e−2t,t=−12ln(110)
to y(t=0)=10
increasing by 2.
Is there some critical point where the behavior of the solution begins to change?
**[T]** xy′=y
Solution changes from increasing to decreasing at y(0)=0
**[T]** y′=x+y
(Hint: y=Cex−x−1
is the general solution)
Solution changes from increasing to decreasing at y(0)=0
Find the general solution to describe the velocity of a ball of mass 1lb
that is thrown upward at a rate a
ft/sec.
v(t)=−32t+a
In the preceding problem, if the initial velocity of the ball thrown into the air is a=25
ft/s, write the particular solution to the velocity of the ball. Solve to find the time when the ball hits the ground.
You throw two objects with differing masses m1
and m2
upward into the air with the same initial velocity a
ft/s. What is the difference in their velocity after 1
second?
**[T]** You throw a ball of mass 1
kilogram upward with a velocity of a=25
m/s on Mars, where the force of gravity is g=−3.711
m/s2. Use your calculator to approximate how much longer the ball is in the air on Mars.
**[T]** For the previous problem, use your calculator to approximate how much higher the ball went on Mars.
**[T]** A car on the freeway accelerates according to a=15cos(πt),
where t
is measured in hours. Set up and solve the differential equation to determine the velocity of the car if it has an initial speed of 51
mph. After 40
minutes of driving, what is the driver's velocity?
**[T]** For the car in the preceding problem, find the expression for the distance the car has traveled in time t,
assuming an initial distance of 0.
How long does it take the car to travel 100
miles? Round your answer to hours and minutes.
x=50t−15π2cos(πt)+3π2,2
hours 1
minute
**[T]** For the previous problem, find the total distance traveled in the first hour.
Substitute y=Be3t
into y′−y=8e3t
to find a particular solution.
y=4e3t
Substitute y=acos(2t)+bsin(2t)
into y′+y=4sin(2t)
to find a particular solution.
Substitute y=a+bt+ct2
into y′+y=1+t2
to find a particular solution.
y=1−2t+t2
Substitute y=aetcost+betsint
into y′=2etcost
to find a particular solution.
Solve y′=ekt
with the initial condition y(0)=0
and solve y′=1
with the same initial condition. As k
approaches 0,
what do you notice?
### Glossary {: data-type="glossary-title"}
differential equation : an equation involving a function y=y(x)
and one or more of its derivatives ^
general solution (or family of solutions) : the entire set of solutions to a given differential equation ^
initial value(s) : a value or set of values that a solution of a differential equation satisfies for a fixed value of the independent variable ^
initial velocity : the velocity at time t=0 ^
initial-value problem : a differential equation together with an initial value or values ^
order of a differential equation : the highest order of any derivative of the unknown function that appears in the equation ^
particular solution : member of a family of solutions to a differential equation that satisfies a particular initial condition ^
solution to a differential equation : a function y=f(x)
that satisfies a given differential equation
Find a Particular Solution to 2x X 3t2
Source: https://github.com/philschatz/calculus-book/blob/master/contents/m53697.md