Tips, tricks and lots of practice to help students get a handle on these complex calculus problems
Pre-calculus classes prepare students for studies in calculus and other advanced Differential equations are essential in physics, economics, engineering, and many other scientific and technical disciplines. This new Dummies Workbook is a hands-on companion for students grappling with differential equations in classes such as calculus, AP calculus, physics, and engineering. It features numerous practice exercises and clear, concise examples to help students improve their problem-solving skills and score better in science, math, and standardized tests. This practice-oriented workbook covers such challenging topics as first-order and second-order differential equations, constant coefficients, undetermined coefficients, variation of parameters, initial-value problems, the Laplace transform, and more.
Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.
Steven Holzner, PhD, served on the faculty of Cornell University and Massachusetts Institute of Technology. He is an award-winning author who has written Physics For Dummies, Quantum Physics For Dummies, and more.
Get the confidence and the skills you need to master differential equations!
Need to know how to solve differential equations? This easy-to-follow, hands-on workbook helps you master the basic concepts and work through the types of problems you'll encounter in your coursework. You get valuable exercises, problem-solving shortcuts, plenty of workspace, and step-by-step solutions to every equation. You'll also memorize the most-common types of differential equations, see how to avoid common mistakes, get tips and tricks for advanced problems, improve your exam scores, and much more!
More than 100 Problems!
Detailed, fully worked-out solutions to problems
The inside scoop on first, second, and higher order differential equations
A wealth of advanced techniques, including power series
THE DUMMIES WORKBOOK WAY
Quick, refresher explanations
Step-by-step procedures
Hands-on practice exercises
Ample workspace to work out problems
Online Cheat Sheet
A dash of humor and fun
Get the confidence and the skills you need to master differential equations!
Need to know how to solve differential equations? This easy-to-follow, hands-on workbook helps you master the basic concepts and work through the types of problems you'll encounter in your coursework. You get valuable exercises, problem-solving shortcuts, plenty of workspace, and step-by-step solutions to every equation. You'll also memorize the most-common types of differential equations, see how to avoid common mistakes, get tips and tricks for advanced problems, improve your exam scores, and much more!
More than 100 Problems!
Detailed, fully worked-out solutions to problems
The inside scoop on first, second, and higher order differential equations
A wealth of advanced techniques, including power series
THE DUMMIES WORKBOOK WAY
Quick, refresher explanations
Step-by-step procedures
Hands-on practice exercises
Ample workspace to work out problems
Online Cheat Sheet
A dash of humor and fun
In This Chapter
* Knowing what a first order linear differential equation looks like
* Finding solutions to first order differential equations with and without y terms
* Employing the trick of integrating factors
One important way that you can classify differential equations is as linear or nonlinear. A differential equation is considered linear if it involves only linear terms (that is, terms to the power 1) of y, y', y", and so on. The following equation is an example of a linear differential equation:
L [d.sup.2] Q/[dx.sup.2] + R dQ/ds + 1Q/C = E (x)
Nonlinear differential equations simply include nonlinear terms in y, y', y", and so on. This next equation, which describes the angle of a pendulum, is considered a nonlinear differential equation because it involves the term sin [theta] (not just [theta]):
[d.sup.2][theta]/[dx.sup.2] + g/L sin [theta] = 0
This chapter focuses on linear first order differential equations. Here you have the chance to sharpen your linear-equation-spotting eye. You also get to practice solving linear first order differential equations when y is and isn't involved. Finally, I clue you in to a little (yet extremely useful!) trick o' the trade called integrating factors.
Identifying Linear First Order Differential Equations
REMEMBER
Here's the general form of a linear differential equation, where p(x) and q(x) are functions (which can just be constants):
dy/dx + p (x) y = q (x)
Following are some examples of linear differential equations:
dy/dx = 5
dy/dx = y + 1
dy/dx = 3y + 1
For a little practice, try to figure out whether each of the following equations is linear or nonlinear.
EXAMPLE
Q. Is this equation a linear first order differential equation?
dy/dx= 17y + 4
A. Yes.
This equation is a linear first order differential equation because it involves solely first order terms in y and y'.
1. Is this equation a linear first order differential equation?
dy/dx = 9y + 1
Solve It
2. Is the following a linear first order differential equation?
dy/dx = [17y.sup.3] + 4
Solve It
3. Is this equation a linear first order differential equation?
dy/dx = y cos (x)
Solve It
4. Is the following a linear first order differential equation?
dy/dx = x cos (y)
Solve It
Solving Linear First Order Differential Equations That Don't Involve Terms in y
REMEMBER
The simplest type of linear first order differential equation doesn't have a term in y at all; instead, it involves just the first derivative of y, y', y", and so on. These differential equations are simple to solve because the first derivatives are easy to integrate. Here's the general form of such equations (note that q(x) is a function, which may be a constant):
dy/dx = q (x)
Take a look at this linear first order differential equation:
dy/dx = 3
Note that there's no term in just y. So how do you solve this kind of equation? Just move the dx over to the right:
dy = 3dx
Then integrate to get
y = 3x + c
where c is a constant of integration.
To figure out what c is, simply take a look at the initial conditions. For example, say that y(0) - that is, the value of y when x = 0 - is equal to
y (0) = 15
Plugging y(0) = 15 into y = 3x + c gives you
y(0) = c = 15
So c = 15 and y = 3x + 15. That's the complete solution!
To deal with constants of integration like c, look for the specified initial conditions. For example, the problem you just solved is usually presented as
dy/dx = 3
where
y(0) = 15
Time for a more advanced problem! (Note that this one still doesn't involve any simple terms in y.)
dy/dx = [x.sup.3] - 3[x.sup.2] + x
where
y(0) = 3
Because this equation doesn't involve any terms in y, you can move the dx to the right, like this:
dy = x.sup.3] dx - 3 dx + x dx
Then just integrate to get
y = [x.sup.4]/4 - [x.sup.3] + [x.sup.2]/2 + c
To evaluate c, use the initial condition, which is
y(0) = 3
Plugging x = 0 [right arrow] y = 3 into the equation for y gives you
y(0) = 3 = c
So the full solution is
y = [x.sup.4]/4 - [x.sup.3] + [x.sup.2]/2 + 3
REMEMBER
As you can see, the way to deal with linear first order differential equations that don't involve a term in just y is simply to
1. Move the dx to the right and integrate.
2. Apply the initial conditions to solve for the constant of integration.
Following are some practice problems to make sure you have the hang of it.
EXAMPLE
Q. Solve for y in this differential equation:
dy/dx - 2x
where y(0) = 3
A y = [x.sup.2] + 3
1. Multiply both sides by dx: dy = 2x dx
2. Integrate both sides to get the following, where c is a constant of integration:
y = [x.sup.2] + c
3. Apply the initial condition to get
c = 3
4. Having solved for c, you can find the solution to the differential equation: y = [x.sup.2] + 3
5. Solve for y in this differential equation:
dy/dx = 8x
where
y(0) = 4
Solve It
6. What's y in the following equation?
dy/dx = 2x + 2
where
y(0) = 2
Solve It
7. Solve for y in this differential equation:
dy/dx = 6x + 5
where
y(0) = 10
Solve It
8. What's y in the following equation?
dy/dx = 8x + 3
where
y(0) = 12
Solve It
Solving Linear First Order Differential Equations That Involve Terms in y
Wondering what to do if a differential equation you're facing involves both x and y?
dy/dx + p (x) y = q (x)
Start by taking a look at this representative problem:
dy/dx = ay - b
The preceding is a linear first order differential equation that contains both dy/dx and y. How do you handle it and find a solution? By using some algebra, you can rewrite this equation as
dy/dx / y - (b/a) = a
Multiplying both sides by dx gives you
dy/y - (b/a) = a dx
Congrats! You've just separated x on one side of this...
„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.
Anbieter: World of Books (was SecondSale), Montgomery, IL, USA
Zustand: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Artikel-Nr. 00108469251
Anzahl: 2 verfügbar
Anbieter: BooksRun, Philadelphia, PA, USA
Paperback. Zustand: Very Good. 1. It's a well-cared-for item that has seen limited use. The item may show minor signs of wear. All the text is legible, with all pages included. It may have slight markings and/or highlighting. Artikel-Nr. 0470472014-8-1
Anzahl: 1 verfügbar
Anbieter: Better World Books: West, Reno, NV, USA
Zustand: Good. 1st Edition. Pages intact with minimal writing/highlighting. The binding may be loose and creased. Dust jackets/supplements are not included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good. Artikel-Nr. 6253813-6
Anzahl: 1 verfügbar
Anbieter: Better World Books: West, Reno, NV, USA
Zustand: Very Good. 1st Edition. Pages intact with possible writing/highlighting. Binding strong with minor wear. Dust jackets/supplements may not be included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good. Artikel-Nr. 10111088-6
Anzahl: 1 verfügbar
Anbieter: Better World Books, Mishawaka, IN, USA
Zustand: Good. 1st Edition. Pages intact with minimal writing/highlighting. The binding may be loose and creased. Dust jackets/supplements are not included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good. Artikel-Nr. 6253813-6
Anzahl: 1 verfügbar
Anbieter: Wonder Book, Frederick, MD, USA
Zustand: Very Good. Very Good condition. A copy that may have a few cosmetic defects. May also contain light spine creasing or a few markings such as an owner's name, short gifter's inscription or light stamp. Artikel-Nr. K06X-01143
Anzahl: 1 verfügbar
Anbieter: Wonder Book, Frederick, MD, USA
Zustand: Good. Good condition. A copy that has been read but remains intact. May contain markings such as bookplates, stamps, limited notes and highlighting, or a few light stains. Artikel-Nr. G08F-01503
Anzahl: 1 verfügbar
Anbieter: ThriftBooks-Phoenix, Phoenix, AZ, USA
Paperback. Zustand: Fair. No Jacket. Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend Less. Artikel-Nr. G0470472014I5N00
Anzahl: 1 verfügbar
Anbieter: ThriftBooks-Atlanta, AUSTELL, GA, USA
Paperback. Zustand: Fair. No Jacket. Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend Less. Artikel-Nr. G0470472014I5N00
Anzahl: 1 verfügbar
Anbieter: ThriftBooks-Reno, Reno, NV, USA
Paperback. Zustand: Fair. No Jacket. Readable copy. Pages may have considerable notes/highlighting. ~ ThriftBooks: Read More, Spend Less. Artikel-Nr. G0470472014I5N00
Anzahl: 1 verfügbar