0% found this document useful (0 votes)
38 views5 pages

UCONN - Math 3435 - Spring 2018 - Problem Set 3

1) The given PDE is xux + 2yuy = 0. 2) Making the change of variables w = x/y, z = y, the PDE transforms to wvw + 2vz = 0. 3) Integrating factor is μ(z) = 1/z2. Multiplying by μ gives (v/z2)z = 0. 4) Integrating with respect to z gives the general solution v(w, z) = f(w)/z2, where f is an arbitrary function. 5) Transforming back to u(x, y) gives the general solution u(x, y) = f(x/y

Uploaded by

Gyebi Emmanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views5 pages

UCONN - Math 3435 - Spring 2018 - Problem Set 3

1) The given PDE is xux + 2yuy = 0. 2) Making the change of variables w = x/y, z = y, the PDE transforms to wvw + 2vz = 0. 3) Integrating factor is μ(z) = 1/z2. Multiplying by μ gives (v/z2)z = 0. 4) Integrating with respect to z gives the general solution v(w, z) = f(w)/z2, where f is an arbitrary function. 5) Transforming back to u(x, y) gives the general solution u(x, y) = f(x/y

Uploaded by

Gyebi Emmanuel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

UCONN - Math 3435 - Spring 2018 - Problem set 3

Question 1 (Exercise 2.1, 1c) Find the general solution of the following PDE where u = u( x, y) and

1u x + 2uy − 4u = e x+y .

Solution: We use the idea developed in section 2.1; and do the following change of variables;

w = 2x − 1y, x = 21 (w + z)


z = y, y=z

We look for v(w, z) = u( x, y) = u(1/2(w + z), z) where w, z are the unknowns here. Since

u x = vw w x + vz z x and uy = vw wy + vz z x

Using this if we rewrite our PDE in terms of v, w, z we get

u x + 2uy − 4u = vw wx + vz z x + 2(vw wy + vz zy ) − 4v
= vw 2 + vz 0 + 2(vw (−1) + vz 1) − v
= 2vw − 2vw + vz − v.

The right hand side becomes


1 w 3z
e x+y = e 2 (w+z)+z = e 2 + 2 .
Hence our new PDE is w 3z
2vz − 4v = e 2 + 2 .
w 3z
2 + 2 ) and then integrating factor for left hand side
R the PDE we have first vz − 2v = 1/2( e
If we rewrite
is µ(z) = e −2dz = e−2z . We multiply both sides with this integrating factor to get

1 w + 3z −2z
e−2z vz − e−2z 2v = e2 2 .
2
Now the left hand side can be written as
1 w z
(e−2z v)z = e 2 − 2 .
2
If we integrate both sides with respect to z we get

1 w−z
Z Z
w z
−2z −2z
e v(w, z) = (e v)z dz = e 2 2 dz = −e 2 − 2 + f (w)
2
w 3z
for some f ∈ C1 . Equivalently, v(w, z) = −e 2 + 2 + e2z f (w). Now if we return everything back to u, x, y
we have
w 3z 2x −y 3y
u( x, y) = v(w, z) = −e 2 + 2 + e2z f (w) = −e 2 + 2 + e2y f (2x − y) = −e x+y + e2y f (2x − y)

where f ∈ C1 arbitrary function.

Question 2 (Exercise 2.1, 1d) Find the general solution of the following PDE where u = u( x, y) and

3u x − 4uy = x + e x .

1
Solution: We use the idea developed in section 2.1; and do the following change of variables;

w = (−4x − 3y = this is same as) = 4x + 3y, x = 14 (w − 3z)




z = y, y=z

We look for v(w, z) = u( x, y) = u(1/4(w − 3z), z) where w, z are the unknowns here. Since

u x = vw w x + vz z x = vw 4 + 0 and uy = vw wy + vz z x = vw 3 + vz

Using this if we rewrite our PDE in terms of v, w, z we get

3u x − 4uy = 3(4vw ) − 4(vw 3 + vz ) = 12vw − 12vw − 4vz = −4vz .

Now we need to right x + e x (which is the right-hand side of our original PDE) in terms of w and z.

1 1
x + ex = (w − 3z) + e 4 (w−3z)
4
Hence our new PDE is
1 1
−4vz = (w − 3z) + e 4 (w−3z) .
4
Integrating both sides with respect to z we get

1 1 3 4 1
Z
1
4v(w, z) = ( (w − 3z) + e 4 (w−3z) )dz = (wz − z2 ) − e 4 (w−3z) + f (w)
4 4 2 3

for arbitrary f ∈ C1 . If we convert everything back to x, y and divide both sides by 4 we have

1 3 4 1 1 3 4
u( x, y) = v(w, z) = (wz − z2 ) − e 4 (w−3z) + f (w) = ((4x + 3y)y − y2 ) − e x + f (4x + 3y).
4 2 3 4 2 3
for arbitrary f ∈ C1 .

Question 3 (Exercise 2.1, 2a) Find a particular solution to the PDE in Problem 1c satisfying

u( x, 0) = sin( x2 ).

Solution: The only unknown in the solution we found in problem 1c is the function f . Using this given
information we will find f . Since

u( x, y) = −e x+y + e2y f (2x − y)

hence
sin( x2 ) = u( x, 0) = −e x + f (2x )
From this we get f (2x ) = sin( x2 ) + e x . But we want to find f ( x ) first which is easy as replace 2x = w
(hence x = w/2) to get f ( x ) = sin(( x/2)2 ) + e x/2 . Hence

u( x, y) = −e x+y + e2y f (2x − y) = −e x+y + e2y (sin(( x − y/2)2 ) + e x−y/2 )

is the particular solution we are looking for.

Question 4 (Exercise 2.1, 3) Show that the PDE u x + uy − u = 0 with side condition u( x, x ) = tan( x ) has
no solution.

2
Solution: Suppose there is a solution (and hope to get a contradiction at the end) u( x, y). Therefore, let

w = x − y, x = w + z
z = y, y=z

We look for v(w, z) = u( x, y) = u(w + z, z) where w, z are the unknowns here. If we rewrite our PDE
in terms of v, w, z we get

u x + uy − u = vw wx + vz z x + vw wy + vz zy − v = vw + vz 0 + (vw (−1) + vz 1) − v = vz − v = 0
R
Now we can find the integrating factor µ(z) = e (−1)dz = e−z and by multiplying both sides we get
e−z vz − e−z v = 0 equivalently (e−z v)z = 0.
By integrating both sides we get
Z
−z
e v(w, z) = (e−z v)z dz = f (w)

Hence we have v(w, z) = ez f (w). Now if we convert everything back to u, x, y we have

u( x, y) = v(w, z) = ez f (w) = ey f ( x − y).

Using the given condition u( x, x ) = tan( x ) and the possible solution we found we get

u( x, x ) = e x f ( x − x ) = e x f (0) = tan( x )

from which we get f (0) = e− x tan( x ). Clearly, there is no f satisfying this as left hand side is constant
and the right hand side is a function of x. Therefore, there is no such f satisfying this and we conclude
that there is no solution to this pde with the given condition.

Question 5 (Exercise 2.1, 8) (a) Show that the PDE u x = 0, u = u( x, y), has no solution which is C1
everywhere and satisfies the side condition u( x, x2 ) = x.
(b) Find a solution of the problem in (a) which is valid in the first quadrant x > 0, y > 0.
(c) Explain the results of (a) and (b) in terms of the intersections of the side condition curve and the character-
istic lines.

Solution: (a) First we shall solve the PDE u x = 0. Integrating this with respect to x we get
Z
u( x, y) = u x dx = f (y).

where f ∈ C1 arbitrary function. Now we use the side condition, which we will get

u( x, x2 ) = f ( x2 ) = x
p p p
From this we get f ( x ) = | x |. Hence u( x, y) = f (y) = |y|. However, |y| is not differentiable at
y = 0. Therefore, there is no solution to above PDE with given side condition.
(b) Now if the domain we are interested in does not contain (0, 0) then we will have a C1 solution.

As it is asked than in the first quadrant x > 0, y > 0 we have u( x, y) = y which is C1 everywhere in
the first quadrant hence it is the solution we are looking for.
(c) Notice that the curve in the side condition has equation y = x2 and the characteristic line has
equation y = b. As we can see from the graph, they intersect more than once. They intersect at (0, 0)
only once but at that point they do not intersect transversely, i.e., tangent to y = b is parallel to the
tangent of y = x2 at (0, 0).

3
y

Question 6 (Exercise 2.2, 1a) Obtain the general solution of the following PDE

xu x + 2yuy = 0 for x > 0, y > 0.

Solution: In notation from section 2.2, we have a( x, y) = x and b( x, y) = 2y. In order to make change
of variables, we are looking for curves whose tangent at ( x, y) is b( x, y)/a( x, y) which will be parallel
to g( x, y) = a( x, y)i + b( x, y). That is
dy b( x, y 2y
= = .
dx a( x, y) x
We can solve this ordinary differential equation to find the curve we are looking for. Hence, we first get
dy dx
=2 equivalently ln |y| = ln | x |2 + c
y x
where we did integration to get this and c is arbitrary constant. Notice that our domain of interest is
x > 0, y > 0. Hence we have ln y = ln | x |2 + c or
y y
ln = ln y − ln x2 = c equivalently =c
x2 x2
Hence, we make the following change of variables;
 y
w = x2
z=y

We let v(w, z) = u( x, y) and we now rewrite our PDE in terms of v and its derivatives in terms of w, z.
To this end, we first compute
y 1
u x = vw wx + vz z x = vw (−2 )+0 and u y = vw wy + vz z x = vw + vz
x3 x2
Now
y 1 2y 2y
xu x + 2yuy = xvw (−2 3
) + 2y(vw 2 + vz ) = − 2 vw + 2 vw + 2yvz = 0.
x x x x
As y > 0, from this we get vz = 0 or equivalently v(w, z) = f (w). Now we convert everything back to
x, y, u.
y
u( x, y) = v(w, z) = f (w) = f ( 2 ).
x
Question 7 (Exercise 2.2, 2a) Find the particular solution of the PDE you obtained in 1a satisfying following
side condition
1
u( x, ) = x, x > 0.
x

4
y
Solution: Since our general solution for the previous problem is u( x, y) = f ( x2 ), we need to find f such
that u is on ( x, 1/x ) or y = 1/x has value x. to this end,
1 1 1 1
x = u( x, ) = f ( 2 ) = f ( 3 )
x xx x
1
From this we get f ( x ) = x1/3
. Hence

y 1 x2/3
u( x, y) = f ( ) = = .
x2 ( xy2 )1/3 y1/3
Question 8 (Exercise 2.2, 1d) Obtain the general solution of the following PDE
yu x − 4xuy = 2xy for for all ( x, y).
Solution: In notation from section 2.2, we have a( x, y) = y and b( x, y) = −4x. In order to make change
of variables, we are looking for curves whose tangent at ( x, y) is b( x, y)/a( x, y) which will be parallel
to g( x, y) = a( x, y)i + b( x, y). That is
dy b( x, y −4x
= = .
dx a( x, y) y
We can solve this ordinary differential equation to find the curve we are looking for. Hence, we first get
y2
ydy = −4xdx equivalently = −2x2 + c
2
That is, y2 + 4x2 = c. Hence, we make the following change of variables;
w = y2 + 4x2


z=y
We let v(w, z) = u( x, y) and we now rewrite our PDE in terms of v and its derivatives in terms of w, z.
To this end, we first compute
u x = vw wx + vz z x = vw 8x + 0 and uy = vw wy + vz z x = vw 2y + vz
Now we rewrite our PDE in terms of v and its derivatives with respect to w, z
2xy = yu x − 4xuy = y(8xvw ) − 4x (vw 2y + vz ) = 8xyvw − 8xyvw − 4xvz .
We have 2xy = −4xvz . From this we get vz = −2y = −2z whenever x 6= 0. Integrating with respect to
z in vz = −2z we get
v(w, z) = −z2 + f (w) for arbitrary f ∈ C1 .
Hence we get our solution u( x, y) by converting everything back to u, x, y
u( x, y) = v( x, y) = −z2 + f (w) = −y2 + f (y2 + 4x2 ) for arbitrary f ∈ C1 .
Question 9 (Exercise 2.2, 2d) Find the particular solution of the PDE in 1d with side condition
u( x, 0) = x4 .
Solution: As we get u( x, y) = −y2 + f (y2 + 4x2 ) we then use this and given side condition to find f ;
x4 = u( x, 0) = 0 + f (0 + 4x2 ).
From this we get f ( x ) = x2 /16. Hence
1 2
u( x, y) = −y2 + f (y2 + 4x2 ) = −y2 + (y + 4x2 )2 .
16

You might also like