Font size
WorksheetsBC Topics 7.1-7.5 Review
Total questions: 54
Worksheet time: 3hrs 42mins
The rate of change of G with respect to t is proportional to the square of G.
dtdG=kG2
dtdG=kt2
dtdG=G2k
dtdG=t2k
The rate of change of H with respect to t is proportional to the square root of H.
dtdH=kH
dtdH=kt
dtdH=k+H
dtdH=Hk
The rate of change of J with respect to t is inversely proportional to the square of J.
dtdJ=J2k
dtdJ=kJ2
dtdJ=kJ
dtdJ=Jk
The rate of change of M with respect to t is inversely proportional to the cube root of M.
dtdM=M31k
dtdM=kM31
dtdM=M3k
dtdM=t31k
Write as a differential equation: The rate of change of a population of bees, b, over time is proportional to the population of bees.
dtdb=kb
dtdb=kt
dtdb=bk
dtdb=tk
The rate of growth of a population of zombies, z, over time is proportional to the population of zombies.
dtdz=kz
dtdz=kt
dtdz=zk
dtdz=tk
Newton’s Law of Cooling states that the rate of cooling an object is proportional to the temperature difference between the object and the surrounding air. A cup of hot chocolate is put on a table in a room that is 70º. Let H be the temperature of the hot chocolate after t minutes.
dtdH=k(H−70)
dtdH=k(t−70)
dtdH=H−70k
dtdH=t−70k
In a community of F farmers, the number x of farmers who own a certain combine changes with respect to time t at a rate that is jointly proportional to the number of farmers who own the combine and to the number of farmers who do not own the combine.
dtdx=kx(F−x)
dtdx=kF(F−x)
dtdx=kF(x−t)
dtdx=kx(F−t)
The rate of change in the height h of a tree with respect to its age a is inversely proportional to the tree’s height.
dadh=hk
dhda=hk
dtdh=ak
dtda=hk
Suppose a virus is spreading in a network of computers. There are M computers in the network. The rate of change in the number of infected computers is jointly proportional to the number of computers already infected, j, and the number of computers not yet infected.
dtdj=kj(M−j)
dtdj=kM(M−j)
dtdM=kj(M−j)
dtdM=kM(M−j)
The rate of change of a level of response R with respect to the level of a stimulus s is a joint proportionality between the level of the response and the inverse of the level of the stimulus.
dsdR=ksR
dRds=ksR
dRds=kRs
dsdR=kRs
Let S represent the total sales of a computer product t years after the product was introduced. The total sales of the computer product are growing in inverse proportion to ln(t+1.4) .
dtdR=kln(t+1.4)
dtdR=ln(t+1.4)k
dtdR=ket+1.4
dtdR=et+1.4k
Barometric pressure p (measured in inches of mercury) changes with respect to altitude a (measured in feet) at a rate that is directly proportional to the altitude.
dtdp=ka
dadp=ka
dadp=tk
dtdp=ak
Which of the following is a solution to the differential equation y′′−4y=0 ?
y=e2x
y=2e2x
y=sin(2x)
y=cos(2x)
Which of the following is a solution to the differential equation y′′−10y′+9y=0 ?
y=2sin(3x)
y=5ex
y=Ce9x where C is a constant
For what value of k, if any, will y=3ke2x+cos(4x) be a solution to the differential equation 2y′′+8y=15e2x ?
21
158
65
There is no such value of k
For what value of k, if any, will y=ksin(−x)+2cos(3x) be a solution to the differential equation 2y′′+18y=32sin(−x) ?
2
4
8
There is no such value of k
For what value of k, if any, will y=e−3x+ke4x be a solution to the differential equation 3y′+y′′=−14e4x ?
−21
74
−43
There is no such value of k
For what value of k, if any, will y=e3x+ke−2x be a solution to the differential equation y′′−2y′−3y=4e−2x ?
54
32
74
There is no such value of k
Which of the following functions are solutions to the differential equation y′′+y=0 ?
y=3cosx
y=e−x
y=sinx
y=−cosx
y=sin(3x)
Is y=4x a solution to the differential equation dxdy=x4y ?
Yes
No
Is y=x4 a solution to the differential equation dxdy=x4y ?
Yes
No
The function y=e2x−3x+4 is a solution to which of the following differential equations?
y"−y′+6=0
y"−2y′−6=0
y"−y′+3=0
2y"−y′+3=0
Which differential equation below is represented by the given slope field?
dxdy=x+y
dxdy=x−y
dxdy=x2−xy
dxdy=x2+xy
Which differential equation below is represented by the given slope field?
dxdy=x+y
dxdy=x−y
dxdy=x2−xy
dxdy=x2+xy
Which differential equation below is represented by the given slope field?
dxdy=x+y
dxdy=x−y
dxdy=x2−xy
dxdy=x2+xy
Which differential equation below is represented by the given slope field?
dxdy=x+y
dxdy=x−y
dxdy=x2−xy
dxdy=x2+xy
Which slope field represents the differential equation dxdy=yx ?
Which slope field represents the differential equation dxdy=−yx ?
Which slope field represents the differential equation dxdy=xy ?
Which slope field represents the differential equation dxdy=−xy ?
Let y=f(x) be the solution to the differential equation dxdy=x+y2 with initial condition f(3)=−1 . Using Euler's method with a step size of 0.5, what is the approximation for f(4) ?
2.25
3.25
4.5
5.5
Let y=f(x) be the solution to the differential equation dxdy=yx with initial condition f(0)=k−1 where k is a constant and k=0 . Using Euler's method with 3 steps of equal size and getting the approximation f(3)≈0 , find the value of k.
−21
21
1
−1
Approximate the value of f(1.5) for dxdy=y2−x2 passing through (0,−1) . Use Euler's method with three equal steps.
−0.5
−0.875
−0.75
−0.37
Given that y(1)=−3 and dxdy=2x+y , what is the approximation for y(2) if Euler's method is used with a step size of 0.5?
-5
-4.25
-4
-3.75
Let y=f(x) be the solution to the differential equation dxdy=x−y−1 with initial condition f(1)=−2 . What is the approximation for f(1.4) if Euler's method is used with two steps of equal size?
0.2
-1.2
-1.24
-0.64
Let y=f(x) be the solution to the differential equation dxdy=2y−x with initial condition f(1)=2 . What is the approximation for f(0) obtained by using Euler's method with two steps of equal length?
−45
−1
41
21
Using the table and Euler's Method with a step size of 1, approximate f(4.5) given f(1.5)=4.
4.1
6.0
5.3
8.29
Given dxdy=3x−2y and y(0)=k . Starting with x=0 and a step size of 1, find k if y(2)=4.5
1
2
1.5
2.5
Given dxdy=x+3y and y(2)=3 . Use Euler's Method with a step size of 1 to approximate y(5)
11
181
45
240
If dxdy=x−2 and y(0)=5 , approximate y(0.8) using two equal steps in Euler's method.
3.91
4.32
3.56
5.30
Use the table and Euler's method with two equal steps to approximate the value of f(2.6).
1.78
0.18
1.86
1.9
Which functions below will have the same slope field? (choose all that apply)
y = x2 - 3
y = x2 + 4
y = 2x - 5
y = 2x2
Which differential equation could be represented by the slope field?
A
B
C
D
Which differential equation could be represented by the slope field? (Dashes on x-axis)
A
B
C
D
If a function is y = 2x, then its slope field would...
have slopes of 2
have slopes of x2
have slopes x3
have slopes of 0
Which differential equation could be represented by the slope field?
A
B
C
D
The table above shows values of f', the derivative of f, for selected values of x. If f(−0.3)=2 , what is the approximation for f(0.6) obtained by using Euler's method with a step side of 0.3 starting at x=−0.3 .
2.36
2.66
3.02
3.14
The equation y=ex−2 is a particular solution to which of the following differential equations?
y' - y = -2
y' - y = 2
y' + y = -2
y' + y = 2
Which of the following is a solution to the differential equation y'' + y = 0?
y = ln(x)
y = ex
y = x
y = sin(x)
In which quadrant(s) is the differential equation dxdy=eyxy2 always negative?
Quadrants I and II only
Quadrants II and III only
Quadrants I and III only
Quadrants II, III, and IV only
Which differential equation does this slope field belong to?
dy/dx = xy
dy/dx = xy+y
dy/dx = xy+x
dy/dx = xy-y
y varies jointly with x and the square of z
y= kxz2
y= kx√z
y= kxz
kx2z
Which slope field is represented by dy/dx = x2?
