
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 1
This page cannot be seen from the preview
Don't miss anything!

CHE 527 Advanced Applied Mathematical Analysis in Chemical Engineering Fall 2006
Due in class on Thursday, October 5.
(x^2 + 1)
d^2 y dx^2
− 2 x
dy dx
using variation of parameters. Note that the homogeneous problem was solved as part of the previous homework.
3 x^2 y − y^3 3 xy^2 − x^3
y d^2 y dx^2
dy dx
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.