Advanced Applied Mathematical Analysis in Chemical Engineering Homework 5, Assignments of Chemistry

The fifth homework assignment for the course che 527: advanced applied mathematical analysis in chemical engineering, which was due in class on october 5, 2006. The assignment includes various problems related to differential equations, such as finding the complete solution using variation of parameters, finding the general solution, and comparing errors using forward euler and 4th-order runge-kutta methods. Additionally, there is a problem about finding the heat flux for a thick slab with a sudden temperature change.

Typology: Assignments

Pre 2010

Uploaded on 09/02/2009

koofers-user-ge0
koofers-user-ge0 🇺🇸

4.5

(2)

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CHE 527 Advanced Applied Mathematical Analysis in Chemical Engineering Fall 2006
Homework 5
Due in class on Thursday, October 5.
1. Find the complete solution of
(x2+ 1) d2y
dx22xdy
dx + 2y= 6(x2+ 1)2
using variation of parameters. Note that the homogeneous problem was solved as part of the previous
homework.
2. Find the complete solution to
dy
dx =3x2yy3
3xy2x3
3. Find the general solution of
yd2y
dx2+dy
dx 2
= 0
4. Consider the horizontal motion of the mass/spring system show below:
mass 1 mass 2
x x
1 2
Let x1and x2be the horizontal displacement of the two masses from static equilibrium. Let x1= 1 f t,
x2= 0, ˙x1= 0, and ˙x2= 0 at t= 0, and neglect friction and the mass of each spring. The ‘dot’ (i.e.,
˙x) denotes a time derivative.
The matlab files ‘hw5num4.m’ and ‘springs.m’ solve this problem using forward Euler. Compare the
errors for 100, 1000, and 1 ×104time steps. Is the error O(h) as expected? Why? Also solve the
problem using 4th-order Runge-Kutta.
5. For a thick slab, initially at temperature To, with the temperature of its face suddenly raised to T1at
time t= 0, use the similarity solution from class to find the heat flux (q=k∂T
∂y ) as a function of
time.
1

Partial preview of the text

Download Advanced Applied Mathematical Analysis in Chemical Engineering Homework 5 and more Assignments Chemistry in PDF only on Docsity!

CHE 527 Advanced Applied Mathematical Analysis in Chemical Engineering Fall 2006

Homework 5

Due in class on Thursday, October 5.

  1. Find the complete solution of

(x^2 + 1)

d^2 y dx^2

− 2 x

dy dx

  • 2y = 6(x^2 + 1)^2

using variation of parameters. Note that the homogeneous problem was solved as part of the previous homework.

  1. Find the complete solution to dy dx

3 x^2 y − y^3 3 xy^2 − x^3

  1. Find the general solution of

y d^2 y dx^2

dy dx

  1. Consider the horizontal motion of the mass/spring system show below:

mass 1 mass 2

x 1 x 2

Let x 1 and x 2 be the horizontal displacement of the two masses from static equilibrium. Let x 1 = 1 f t, x 2 = 0, x˙ 1 = 0, and x˙ 2 = 0 at t = 0, and neglect friction and the mass of each spring. The ‘dot’ (i.e., x˙) denotes a time derivative. The matlab files ‘hw5num4.m’ and ‘springs.m’ solve this problem using forward Euler. Compare the errors for 100, 1000, and 1 × 104 time steps. Is the error O(h) as expected? Why? Also solve the problem using 4th-order Runge-Kutta.

  1. For a thick slab, initially at temperature To, with the temperature of its face suddenly raised to T 1 at time t = 0, use the similarity solution from class to find the heat flux (q = −k ∂T∂y ) as a function of time.