Artículos relacionados a Differential Equations Workbook For Dummies (For Dummies...

Differential Equations Workbook For Dummies (For Dummies Series) - Tapa blanda

 
9780470472019: Differential Equations Workbook For Dummies (For Dummies Series)

Sinopsis

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.

"Sinopsis" puede pertenecer a otra edición de este libro.

Acerca del autor

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.

De la contraportada

  • Make sense of these difficult equations
  • Improve your problem-solving skills
  • Practice with clear, concise examples
  • Score higher on standardized tests and exams

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

Fragmento. © Reproducción autorizada. Todos los derechos reservados.

Differential Equations Workbook For Dummies

By Steven Holzner

John Wiley & Sons

Copyright © 2009 John Wiley & Sons, Ltd
All right reserved.

ISBN: 978-0-470-47201-9

Chapter One

Looking Closely at Linear First Order Differential Equations

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 differential equation and y on the other, making the integration much easier. Speaking of integration, integrating both sides gives you

ln [absolute value of y - (b/a)] = ax + C

where ITLITL is a constant of integration. Raising both sides to the power e gives you this, where c is a constant defined by c = [e.sup.C]:

y = (b/a) + [ce.sup.ax]

Anything beyond this level of difficulty must be approached in another way, and you deal with such equations throughout the rest of the book.

If you think you have solving linear first order differential equations in terms of y all figured out, try your hand at these practice questions.

EXAMPLE

Q.

dy/dx = 2y - 4

where

y(0) = 3

A. y = 2 + [e.sup.2x]

1. Use algebra to get

dy/dx / y-2 = 2

2. Then multiply both sides by dx: dy/ y-2 = 2dx

3. Integrate to get

ln [absolute value of y - 2] = 2x + ITLITL

4. Then raise e to the power of both sides:

y = 2 + [e.sup.C] [e.sup.2x] = 2 + [ce.sup.2x]

5. Finally, apply the initial condition to get y = 2 + [e.sup.2x]

9. Solve for y in this differential equation:

dy/dx = 4y - 8 where

y(0) = 5

Solve It

10. Solve for y in this differential equation:

dy/dx = 3y - 9

where

y(0) = 9

Solve It

11. What's y in the following equation?

dy/dx = 9y - 18

where y(0) = 5

Solve It

12. Solve for y in this differential equation:

dy/dx = 4y - 20

where

y(0) = 16

Solve It

Integrating Factors: A Trick of the Trade

Because not all differential equations are as nice and neat to work with as the ones featured earlier in this chapter, you need to have more power in your differential equation-solving arsenal. Enter integrating factors, which are functions of (x). The idea behind an integrating factor is to multiply the differential equation by it so that the resulting equation can be integrated easily.

Say you encounter this differential equation:

dy/dx + 3y = 9

where

y(0) = 7

To solve this equation with an integrating factor, try multiplying by (x), your as-yet-undetermined integrating factor:

(x) dy/dx + 3 (x) y = 9 (x)

The trick now is to select (x) so you can recognize the left side as a derivative of something that can be easily integrated. If you take a closer look, you notice that the left side of this equation appears very much like differentiating the product (x)y, because the derivative of (x)y with respect to x is

d((x)y)/dx = (x) dy/dx + y d(x)/dx

Comparing the right side of this differential equation to the left side of the previous one gives you

d(x)/dx = 3(x)

At last! That looks like something you can work with. Rearrange the equation to get the following:

d(x)/dx/(x) = 3 Then go ahead and multiply both sides by dx to get

d(x)/ (x) = 3dx

Integrating gives you

ln [absolute value of (x) = 3x + b

where b is a constant of integration.

Raising e to the power of both sides gives you

(x) = [ce.sup.3x]

where c is another constant (c = [e.sup.b]).

Guess what? You've just found an integrating factor, specifically (x) = [ce.sup.3t].

You can use that integrating factor with the original differential equation, multiplying the equation by (x):

(x) dy/dx + 3 (x) y = 9 (x)

which is equal to

[ce.sup.3x] dy/dx + [3ce.sup.3x] y = [9ce.sup.3x]

As you can see, the constant c drops out, leaving you with

[e.sup.3x] dy/dx + [3e.sup.3x] y = [9e.sup.3x]

TIP

Because you're only looking for a multiplicative integrating factor, you can either drop the constant of integration when you find an integrating factor or set c = 1.

This is where the whole genius of integrating factors comes in, because you can recognize the left side of this equation as the derivative of the product [e.sup.3x]y. So the equation becomes

d([e.sup.3x] y)/dx = [9e.sup.3x]

That sure looks a lot easier to handle than the original version of this differential equation, doesn't it?

Now you can multiply both sides by dx to get

d([e.sup.3x]y) = [9e.sup.3x] dx

Then integrate both sides:

[e.sup.3x] y = [3e.sup.3x] + c

and solve for y:

y = 3 + [ce.sup.-3x]

Because the initial condition stated that y(0) = 7, that means c = 4, so

y = 3 + [4e.sup.-3x]

Pretty cool, huh?

Here are some practice equations to get you better acquainted with the trick of integrating factors.

EXAMPLE

Q. Solve for y by using an integrating factor:

dy/dx + 5y = 10

where

y(0) = 6

A. y = 2 + [4e.sup.-5x]

1. Multiply both sides of the differential equation by (x) to get

(x) dy/dx + 5 (x)y = 10 (x)

2. Identify the left side with a derivative (in this case, the derivative of a product):

d( (x) y)/dx = (x) dy/dx + d(x)/dx y

3. Then identify the right side of the equation in Step 2 with the left side of the equation in Step 1:

d (x)/dx = 5 (x)

4. Rearrange terms to get d(x)/(x) = 5dx

5. Then integrate:

ln [absolute value of (x)] = 5x + b

6. Next up, raise e to the power of both sides(where c = [e.sup.b]) to get

[(x) = ce.sup.5x]

7. Multiply the original differential equation by the integrating factor (canceling out c) to get

[e.sup.5x dy/dx + [5e.sup.5x y = 10e.sup.5x]

8. Combine the terms on the left side of this equation:

d ([e.sup.5x] y)/dx = [10e.sup.5x]

9. Then multiply by dx:

d([e.sup.5xy]) = [10.sup.e5x] dx

10. Integrate:

[e.sup.5xy] = [2e.sup.5x] + c

11. Divide both sides by [e.sup.5x] to get

y = 2 + [ce.sup.-5x]

12. Finally, apply the initial condition:

y = 2 + [4e.sup.-5x]

13. Solve for y by using an integrating factor:

dy/dx + 2y = 4

where

y(0) = 3

Solve It

14. In the following differential equation, find y by using an integrating factor:

dy/dx + 3y = 9

where

y(0) = 8

Solve It

15. Solve for y by using an integrating factor:

dy/dx + 2y = 14

where

y(0) = 9

Solve It

16. In the following differential equation, find y by using an integrating factor:

dy/dx + 9y = 63

where

y(0) = 8

Solve It

Answers to Linear First Order Differential Equation Problems

Following are the answers to the practice questions presented throughout this chapter. Each one is worked out step by step so that if you messed one up along the way, you can more easily see where you took a wrong turn.

1 Is this equation a linear first order differential equation?

dy/dx = 9y + 1

Yes. This equation is a linear first order differential equation because it involves solely first order terms in y and y'.

2 Is the following a linear first order differential equation?

dy/dx = 17 [y.sup.3] + 4

No. This equation is not a linear first order differential equation because it doesn't involve solely first order terms in y and y'.

(Continues...)


Excerpted from Differential Equations Workbook For Dummiesby Steven Holzner Copyright © 2009 by John Wiley & Sons, Ltd. Excerpted by permission.
All rights reserved. No part of this excerpt may be reproduced or reprinted without permission in writing from the publisher.
Excerpts are provided by Dial-A-Book Inc. solely for the personal use of visitors to this web site.

"Sobre este título" puede pertenecer a otra edición de este libro.

Comprar usado

Condición: Aceptable
Signs of wear and consistent use...
Ver este artículo

EUR 3,43 gastos de envío en Estados Unidos de America

Destinos, gastos y plazos de envío

Comprar nuevo

Ver este artículo

EUR 3,43 gastos de envío en Estados Unidos de America

Destinos, gastos y plazos de envío

Resultados de la búsqueda para Differential Equations Workbook For Dummies (For Dummies...

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Tapa blanda

Librería: Goodwill Books, Hillsboro, OR, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. Signs of wear and consistent use. Nº de ref. del artículo: 3IIT5H000IH9_ns

Contactar al vendedor

Comprar usado

EUR 3,45
Convertir moneda
Gastos de envío: EUR 3,43
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 2 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Paperback

Librería: ThriftBooks-Phoenix, Phoenix, AZ, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.02. Nº de ref. del artículo: G0470472014I3N00

Contactar al vendedor

Comprar usado

EUR 6,96
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Paperback

Librería: ThriftBooks-Reno, Reno, NV, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.02. Nº de ref. del artículo: G0470472014I3N00

Contactar al vendedor

Comprar usado

EUR 6,96
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Tapa blanda

Librería: SecondSale, Montgomery, IL, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc. Nº de ref. del artículo: 00083342051

Contactar al vendedor

Comprar usado

EUR 6,97
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Tapa blanda

Librería: SecondSale, Montgomery, IL, Estados Unidos de America

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Condición: Very Good. Item in very good condition! Textbooks may not include supplemental items i.e. CDs, access codes etc. Nº de ref. del artículo: 00084386079

Contactar al vendedor

Comprar usado

EUR 6,97
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 2 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Paperback

Librería: ThriftBooks-Atlanta, AUSTELL, GA, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.02. Nº de ref. del artículo: G0470472014I4N00

Contactar al vendedor

Comprar usado

EUR 6,98
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Paperback

Librería: ThriftBooks-Atlanta, AUSTELL, GA, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.02. Nº de ref. del artículo: G0470472014I3N00

Contactar al vendedor

Comprar usado

EUR 6,98
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Paperback

Librería: ThriftBooks-Dallas, Dallas, TX, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Good. No Jacket. Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 1.02. Nº de ref. del artículo: G0470472014I3N00

Contactar al vendedor

Comprar usado

EUR 6,98
Convertir moneda
Gastos de envío: GRATIS
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado Paperback

Librería: Half Price Books Inc., Dallas, TX, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: Very Good. Connecting readers with great books since 1972! Used books may not include companion materials, and may have some shelf wear or limited writing. We ship orders daily and Customer Service is our top priority! Nº de ref. del artículo: S_436251867

Contactar al vendedor

Comprar usado

EUR 4,60
Convertir moneda
Gastos de envío: EUR 3,00
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Holzner, Steven
Publicado por For Dummies, 2009
ISBN 10: 0470472014 ISBN 13: 9780470472019
Antiguo o usado paperback

Librería: HPB-Red, Dallas, TX, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

paperback. Condición: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! Nº de ref. del artículo: S_431461847

Contactar al vendedor

Comprar usado

EUR 4,43
Convertir moneda
Gastos de envío: EUR 3,23
A Estados Unidos de America
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Existen otras 32 copia(s) de este libro

Ver todos los resultados de su búsqueda