Dif Eq.txt

  1. What makes a differential equation linear as opposed to non-linear?
    Linear equations will have y terms either by themselves or multiplied by a function of x. You will never see y itself being manipulated (i.e. y^2, (1-y)y')
  2. What does it mean for a differential equation to be autonomous?
    The independent variable does not appear explicitly.
  3. What is a critical point of a function?
    A point where the derivative is zero.
  4. What does a phase portrait look like?
    A phase portrait is a simplified version of a slope field diagram. There is simply a single arrow along the y axis in each region, indicating whether the derivative in that region is positive or negative.
  5. What makes a linear equation of the form a(dy/dx) + b(x)y = g(x) homogeneous?
    The equation is homogeneous if g(x) = 0.
  6. How do you show that an equation of the form M(x,y) dx + N(x,y) dy = 0 is exact?
    By showing that the partial derivative of M with respect to y is equal to the partial derivative of N with respect to x.
  7. What equation form would use an integrating factor?
    dy/dx + P(x)y = f(x)
  8. What is the formula for an integrating factor?
    I(x) = e^(∫P(x) dx)
  9. Which equation format would be solved using an integrating factor and how would you apply the integrating factor?
    • dy/dx + P(x)y = f(x)
    • d/dx((y)I(x)) = f(x)I(x)
  10. What does it mean for an equation of the form M(x,y) dx + N(x,y)dy = 0 to be homogeneous?
    The function is homogeneous if M and N are homogeneous functions of the same degree (alternative form: if M(tx, ty) = t^aM(x,y) and N(tx, ty) = t^aN(x,y)).
  11. What is the format of a Bernoulli equation?
    dy/dx + P(x)y = f(x)y^n
  12. How does the format of a Bernoulli equation differ from the format dy/dx + P(x)y = f(x)?
    Bernoulli equations involve f(x) being multiplied by a power of y.
  13. How do you solve a Bernoulli equation?
    • dy/dx + P(x)y = f(x)y^n
    • Set u = y^(1-n)
    • Solve for du and substitute in u and du.
    • Solve the equation, finishing by substituting back in y
  14. How can you solve and equation of the form dy/dx = f(Ax + By + C)?
    • Set u = (Ax + By + C) and solve the equation using u.
    • For example, dy/dx = (-2x + y)^2 - 7 would have a substitution of u = (-2x + y).
  15. What is generally the best method to solve a logistic equation: dP/dt = P(a - bP)?
    Usually partial fraction decomposition works well.
  16. Show that (2x + 5y) dx + (5x - y^2) dy = 0 is exact.
    • partial derivative of M with respect to y = 5
    • partial derivative of N with respect to x = 5
    • The two partial derivatives are equal, so the solution is exact.
  17. What is the best method to solve (2x + 5y) dx + (5x - y^2) dy = 0 and why? Demonstrate how this method works.
    • Because the differential equation is exact, the best method is to find the original function by integrating each component by the derivative they are being multiplied by, and then resolving the equations.
    • f(x) = x^2 + 5xy + g(y)
    • g(y) = 5xy - 1/3y^3 + f(x)
    • F(x,y) = x^2 + 5xy - 1/3y^3 + C
  18. What is the one thing that you're always going to have to remind yourself of when integrating?
    The damn +c
  19. How would you show that (x-y)dx + x dy = 0 is homogeneous?
    • M and N are both homogeneous, or
    • (A^z)M(x,y) = M(Ax, Ay) and (A^z)N(x,y) = N(Ax, Ay)
    • 5(x-y) = 5x - 5y 5(x) = 5x
    • 5x - 5y = 5x - 5y 5x = 5x
  20. How would you solve (x-y) dx + x dy = 0 and why?
    • The equation is not exact, nor is it easily separable, so you would use a u substitution.
    • Set y = ux. Then dy = u dx + x du
    • (x - ux) dx + x(u dx + x du) = 0
    • (x - ux) dx + ux dx + x^2 du = 0
    • x^(-1) dx + du = 0
    • ln(x) + u = C
    • ln(x) + y/x = C
    • y/x = C - ln(x)
    • y = xC - xln(x)
  21. Determine the order and linearity of d2y/dx2 + (sin x)y = cos x.
    Order = 2, Linearity = Linear
  22. Why is (dy/dx)^2 + dy/dx + x^2y^2 non-linear?
    In the first term, ther derivative is squared. Additionally, in the third term, y is multiplied by itself instead of just a function of x.
  23. How would you determine if y = e^(3t) is a solution to y'' - 9y = 0?
    • Solve for y'' and plug the two values into the differential equation.
    • y' = 3e^(3t)
    • y'' = 9e^(3t)
    • 9e^(3t) - 9(e^3t) = 0
    • 0 = 0
  24. How would you solve dy/dx = e^x*e^(-2y) and why?
    • This equation is separable. Therefore you would group the x's and y's, respectively, and integrate to solve.
    • e^2y dy = e^x dx
    • (1/2)e^2y = e^x + C
    • e^2y = 2e^x + C1
    • ln(e^2y) = ln(2*e^x) + ln(C1)
    • 2y = ln(2) + x + C2
    • y = 2ln(2) + 2x + C3
  25. How would you solve dy/dx + 6y = e^(4x) and why?
    • This equation is in the form dy/dx + P(x)y = f(x), so you would use an integrating factor
    • I(x) = e^(∫P(x) dx)
    • d/dx(y*I(x)) = f(x)I(x)

    • I(x) = e^(∫6) dx
    • I(x) = e^6x
    • d/dx(y*e^6x) = e^4x*e^6x
    • y*e^6x = (1/10)e^10x + C
    • y = (1/10)e^4x + Ce^(-6x)
  26. What is the one thing you should never forget when integrating?
    The damn +C
  27. Where are the inflection points on a graph?
    The points where the second derivative changes sign, or where the graph goes from concave up to concave down or vice versa.
  28. What solution method can be used to solve an equation of the form dx/dt = k(a - (m/(m+n))x)(b - (n/(m+n))x)?
    • This can be solved by using Bernoulli:
    • dx/dt + (b-(n/(m+n))x = (a - (m/(m+n))x
  29. Image Upload 2
    Set up a system of differential equations for this situation.
    • dx1/dt = rin - rout
    • dx1/dt = (0 + (x2/50)1) - ((x1/50)4)
    • dx2/dt = rin - rout
    • dx2/dt = ((x1/50)4) - ((x2/50)(3 + 1))
    • dx1/dt = x2/50 - 2x1/25
    • dx2/dt = 2x1/25 - 2x2/25
  30. Image Upload 4
    Set up a system of equations for this situation in terms of i2 and i3.
    • E = L(di/dt) + Ri
    • E(t) = R1i1 + L1(di2/dt) + R2i3
    • E(t) = R1(i2 + i3) + R2i3 + L1(di1/dt) = i2R1 + i3(R1 + R2) + L1(di2/dt)
    • E(t) = R1i1 + L2(di3/dt) = R1(i2 + i3) + L2(di3/dt)
  31. What do you need to remember in every integration?
    The damn plus c
  32. You have an equation in the form M dx + N dy = 0. What is the first thing you do and why?
    Check for exactness. If the equation is not exact, you can use the f(x) and g(y) approach.
  33. What is wrong with this problem?:
    E(t) = L di/dt = Ri
    12 = .2 di/dt + 20i
    .2 di/dt + 20i = 12
    I(x) = e∫P(x) dx = e∫20 dt = e20t
    d/dt(ie20t) = 12e20t
    ie20t = .6e20t + C
    i = .6 + Ce-20t
    .5 = .6 + C
    C = -.1
    i = .6 - .1e-20t
    • In the fourth row, the integrating factor is taken while the form of the equation is k(arbitrary function or constant) dy/dx + P(x)y = f(x), rather than dy/dx + P(x)y = f(x). The equation needs to be divided by the coefficient of di/dt before the integrating factor can be taken.
    • E(t) = L di/dt = Ri
    • 12 = .2 di/dt + 20i
    • .2 di/dt + 20i = 12
    • di/dt + 100i = 60
    • I(x) = e∫P(x) dx = e∫100dt = e100dt
    • d/dt(ie20t) = 12e20t
    • ie20t = .6e20t + C
    • i = .6 + Ce-20t
    • .5 = .6 + C
    • C = -.1
    • i = .6 - .1e-20t
  34. Other than the +C, what is one thing you always need to check for when solving a dif. eq.?
    Initial conditions to solve for the +C
  35. What is one thing you need to be careful about when taking the integral of any equation?
    Make sure you're taking the integral and not the derivative.
  36. Solve the DE: dy/dx + y2/(1 + x2) = 0.
    • dy/dx = -y2/(1 + x2)
    • -y-2 dy = 1/(x2 + 1) dx
    • y-1 = tan-1(x) + C
    • y = (tan-1(x) + C)-1
  37. Solve the DE: y' + 3x2y = x2
    • I(x) = e∫P(x) dx = e∫3x^2 dx = ex^3
    • d/dx(yex^3) = x2ex^3
    • yex^3 = 1/3ex^3 + C
    • y = 1/3 + Ce-x^3
  38. Solve the DE and give the largest intervals on which a solution can exist: xy' + y = e2x
    • dy/dx + x-1y = x-1e2x
    • I(x) = e∫x^(-1) dx = eln x = x
    • d/dx(yx) = x(x-1)e2x
    • d/dx(yx) = e2x
    • yx = .5e2x + C
    • y = x-1(.5e2x + C)
    • Solution exists (-∞, 0) (0, ∞)
  39. A tank initially contains 300 gallons of saline solution with salinity 5 lbs of salt per gallon of solution. solution having salinity of 4 lbs of salt per gallon is pumped into the tank at a rate of 8 gallons per minute, and solution leaves the tank at the same rate of 8 gallons per minute. Fine the function A(t) which models the amount of salt in the tank at any time, and find the amount of salt in the tank after a long time. Be sure to draw a picture.
    • Image Upload 6
    • dA/dt = rin - rout
    • dA/dt = (4*8) - 8(A(t)/300)
    • dA/dt = 32 - 2A(t)/75
    • dA/dt + 2A(t)/75 = 32
    • I(x) = e∫P(x) dx = e∫2/75 = e2/75t
    • d/dt(A(t)e2/75t = 32e2/75t
    • A(t)e2/75t = 1200e2/75t + C
    • A(t) = 1200 + Ce-2/75t
    • 300*5 = 1200 + C
    • C = 300
    • A(t) = 1200 + 300e-2/75t
    • 300*4 = 1200
    • After a long time there will be 1200 lbs of salt in the tank.
  40. 5. Show that the differential form below is not exact. Multiply both side by the integrating factor 1 + x and verify that the resulting differential form is exact. Solve the DE.
    (x2 + y2) dx + (y + xy) dy = 0
    • ∂M/∂y = 2xy
    • ∂N/∂x = y
    • 2xy != y, so the equation is not exact.
    • (1 + x)(x2 + y2) dx + (1 + x)(y + xy) dy = 0
    • (x2 + y2 + x3 + xy2) dx + (y + xy + xy + x2y) dy = 0
    • (x3 + x2 + xy2 + y2) dx + (x2y + 2xy + y) dy = 0
    • ∂M/∂y = 2xy + 2y
    • ∂N/∂x = 2xy + 2y
    • 2xy + 2y = 2xy + 2y, so the equation is exact.
    • f(x) = .25x4 + .33x3 + .5x2y2 + xy2 + g(y)
    • g(y) = .5x2y2 + xy2 + .5y2 + f(x)
    • F(x,y) = .25x4 + .5x2y2 + .33x3 + xy2 + .5y2 + C
  41. For a series circuit containing only a resistor and an inductor, Kirchoff's second law states that the sum of the voltage drop across the inductor (L(di/dt)) and the voltage drop across the resistor (iR) is equal to the impressed voltage (E(t)) on the circuit. Suppose that a 12-volt battery is connected to an LR series circuit in which the inductance is .2 henry and the resistance is 20 ohms. Determine the current i if the initial current is .5amp.
    • E(t) = L (di/dt) + Ri
    • 12 = .2 di/dt + 20i
    • .2 di/dt + 20i = 12
    • di/dt + 100i = 60
    • I(x) = e∫P(x) dx = e∫100 dt = e100t
    • d/dt(ie100t) = 60e100t
    • ie100t = .6e100t + C
    • i = .6 + Ce-100t
    • .5 = .6 + C
    • C = -.1
    • i = .6 + -.1e-100t
  42. Solve the IVP:
    (x-y) dx + x dy = 0; y(1) = 1
    • ∂M/∂y = -1
    • ∂N/∂y = 1
    • -1 != 1; equation is not exact, so cannot use f(x), g(y).
    • Instead use u substitution
    • y = ux dy = u dx + x du
    • (x - ux) dx + x (u dx + x du) = 0
    • (x - ux) dx + xu dx + x2 du = 0
    • x dx + x2 du = 0
    • x-1 dx + du = 0
    • ln(x) + u = C
    • ln(x) + y/x = C
    • y/x = -ln(x) + C
    • y = x(-ln(x) + C)
    • 1 = 1(-ln(1) + C)
    • C = 1
    • y = x(1 - ln(x))
  43. What are five different methods of solving differential equations?
    Bernoulli (dy/dx + P(x)y = f(x)yn), dy/dx + P(x)y = f(x), u substitution, F(x,y) = f(x) + g(y), utilizing the fact that an equation is separable
  44. Solve the DE
    dy/dx + y = e-xy2
    • u = y1-n = y-1; y = u-1; dy = -u-2 du
    • -u-2du/dx + u-1 = e-xu-2
    • du/dx - u = -e-x
    • I(x) = e∫P(x) dx = e∫-1 dx = e-x
    • d/dx(ue-x) = e-x e-x
    • d/dx(ue-x) = e-2x
    • ue-x = -.5e-2x + C
    • u = -.5e-x + Cex
    • y-1 = -.5e-x + Cex
    • y = (-.5e-x + Cex)-1
  45. What are five type of differential equations/solution types to look out for?
    Bernoulli (dy/dx + P(x)y = f(x)yn), dy/dx + P(x)y = f(x), separable, F(x,y) = f(x) + g(y), u substitution
  46. When an equation has a +C, what is one thing you always need to look for?
    Initial conditions
Author
klockhart
ID
36289
Card Set
Dif Eq.txt
Description
Test 1
Updated