Implicit differential equation

Calculus Level 4

y e ( y 1 ) = 1 \large y''e^{(y'-1)} = 1

There exists a function y y satisfying the differential equation above and that y = 7 ln 7 + 5 y = 7 \ln 7 + 5 , when x = e x=e ; and y = e + 5 y = e+5 , when x = 2 e 7 x=2e - 7 .

Find the value of y y , when x = e 2 + e 7 x = e^2 + e - 7 , to 4 decimal places.

Notations: y y' and y y'' represents the first and second derivatives of y y with respect to x x , respectively.


The answer is 19.7781.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Chew-Seong Cheong
Apr 25, 2017

y e y 1 = 1 Let y = d v d x d v d x e v 1 = 1 e v 1 d v = d x e v 1 = x + C where C is the constant of integration. e v = e x + c 1 v = ln ( e x + c 1 ) d y d x = ln ( e x + c 1 ) y ( x ) = ( e x + c 1 e ) ln ( e x + c 1 ) x + c 2 y ( e ) = ( e 2 + c 1 e ) ln ( e 2 + c 1 ) e + c 2 = 7 ln 7 + 5 e 2 + c 1 e = 7 c 1 = 7 e e 2 = 7 ln ( 7 e ) e + c 2 = 7 ln 7 + 7 e + c 2 7 e + c 2 = 5 c 2 = e 2 \begin{aligned} y''e^{y'-1} & = 1 & \small \color{#3D99F6} \text{Let }y' = \frac {dv}{dx} \\ \frac {dv}{dx} e^{v-1} & = 1 \\ \int e^{v-1} dv & = \int dx \\ e^{v-1} & = x + \color{#3D99F6}C & \small \color{#3D99F6} \text{where }C \text{ is the constant of integration.} \\ e^v & = ex + c_1 \\ v & = \ln (ex+ c_1) \\ \frac {dy}{dx} & = \ln (ex+ c_1) \\ y(x) & = \left(\frac {ex+c_1}e\right)\ln (ex+c_1) - x + c_2 \\ y(e) & = {\color{#3D99F6}\left(\frac {e^2+c_1}e\right)}\ln (e^2+c_1) - e + c_2 \\ & = {\color{#3D99F6}7}\ln7 + \color{#D61F06}5 & \small \color{#3D99F6} \implies \frac {e^2+c_1}e = 7 \implies c_1 = 7e-e^2 \\ & = 7 \ln(7e) -e + c_2 \\ & = 7 \ln 7 + \color{#D61F06} 7 - e + c_2 & \small \color{#D61F06} \implies 7 - e + c_2 = 5 \implies c_2 = e-2 \end{aligned}

y ( x ) = ( x + 7 e ) ln ( e [ x + 7 e ] ) ( x + 7 e ) + 5 = ( x + 7 e ) ln ( x + 7 e ) + 5 \begin{aligned} \implies y(x) & = \left(x+7-e\right)\ln (e[x+7-e]) - (x +7- e) +5 \\ & = \left(x+7-e\right)\ln (x+7-e) +5 \end{aligned}

y ( e 2 + e 7 ) = ( e 2 + e 7 + 7 e ) ln ( e 2 + e 7 + 7 e ) + 5 = e 2 ln ( e 2 ) + 5 = 2 e 2 + 5 19.7781 \begin{aligned} \implies y(e^2+e-7) & = \left(e^2+e-7+7-e\right)\ln (e^2+e-7+7-e) +5 \\ & = e^2 \ln (e^2) + 5 \\ & = 2e^2 + 5 \\ & \approx \boxed{19.7781} \end{aligned}

Efren Medallo
Apr 25, 2017

y " e y 1 = 1 y" e^{y'-1} = 1

This is not, obviously, a linear differential equation. Thus, we can't directly attack these using common methods which we use for second-order linear differential equations.

We can first introduce a substitution p = y p= y' . However, while it does follow that p = y p' = y'' , we need to know that all differentiations in the equation are of in the independent variable, which apparently, is not in the equation. So, by chain rule,

y " = p = d p d x = d p d y d y d x = p d p d y y" = p' = \frac{dp}{dx} = \frac{dp}{dy} \cdot \frac{dy}{dx} = p \frac{dp}{dy}

This will simplify the equation to a first order DE, namely,

p d p d y e p 1 = 1 p\frac{dp}{dy}e^{p-1} = 1

which is now separable. This further leads us to

p e ( p 1 ) d p = d y pe^{(p-1)}dp = dy

which, by taking the antiderivative of both sides, yields

( p 1 ) e ( p 1 ) = y + C 1 (p-1)e^{(p-1)} = y + C_1

Now, while this may already seem to be the final solution, it isn't, since p p itself is a derivative of y y with respect to the IV (which we'll assume as x x ). We need to express p p in terms of y y alone.

The Lambert's W Function W ( x ) W(x) is defined such that x = W ( x e x ) x= W(xe^x) . That is, it is the inverse of f ( x ) = x e x f(x) = xe^x . Taking the W W of both sides,

W ( ( p 1 ) e ( p 1 ) ) = W ( y + C 1 ) W( (p-1)e^{(p-1)} ) = W(y+C_1)

p 1 = W ( y + C 1 ) p-1= W(y+ C_1)

p = W ( y + C 1 ) + 1 p= W(y+ C_1) +1

And now that we know p = d y d x p = \frac{dy}{dx} , we now have

d y d x = W ( y + C 1 ) + 1 \frac{dy}{dx} = W(y + C_1) + 1

which is again, separable!

d y W ( y + C 1 ) + 1 = d x \frac{dy}{W(y+ C_1) + 1} = dx

let us introduce another substitution.

Let y = u e u C 1 y = ue^u - C_1 .

d y = ( u + 1 ) e u d u dy = (u+1)e^u du

u = W ( y + C 1 ) u = W(y+C_1) .

This will simplify the equation further to

( u + 1 ) e u d u ( u + 1 ) = d x \frac{(u+1)e^u du}{(u+1)} = dx

e u d u = d x e^u du = dx

e u = x + C 2 e^u = x + C_2

which now becomes

e W ( y + C 1 ) = x + C 2 e^{ W(y+C_1) } = x + C_2

W ( y + C 1 ) = ln ( x + C 2 ) W(y+C_1) = \ln ( x + C_2 )

Now, using the fact that W ( x ) e W ( x ) = x W(x)e^{W(x)} = x , we can change the equation to

W ( y + C 1 ) e W ( y + C 1 ) = ln ( x + C 2 ) e ln ( x + C 2 ) W(y+C_1)e^{W(y+C_1)} = \ln (x+C_2) e^{\ln (x+C_2)}

y + C 1 = ( x + C 2 ) ln ( x + C 2 ) y+C_1 = (x+C_2) \ln (x+C_2)

y = ( x + C 2 ) ln ( x + C 2 ) + C 1 y= (x+C_2) \ln (x+C_2) + C_1

Note that since constants are still arbitrary at this point, there is no matter in changing the signs or not, as it will automatically follow when looking for their specific values at specific solutions.

Now, we have two initial conditions that will let us find the values of C 1 C_1 and C 2 C_2 .

When x = e x=e , we know that y = ( e + C 2 ) ln ( e + C 2 ) + C 1 = 7 ln 7 + 5 y= (e+C_2) \ln (e+C_2) + C_1 = 7 \ln 7 + 5 .

When x = 2 e 7 x=2e-7 , we also know that y = ( 2 e 7 + C 2 ) ln ( 2 e 7 + C 2 ) + C 1 = e + 5 y = (2e - 7 + C_2) \ln (2e - 7 + C_2) + C_1 = e + 5 .

Further inspection will tell us that C 1 = 5 C_1 = 5 , and C 2 = 7 e C_2 = 7-e .

Now, we have the particular solution for the differential equation above as

y = ( x + 7 e ) ln ( x + 7 e ) + 5 y = ( x+7-e) \ln (x+7-e) + 5

And substituting x = e 2 + e 7 x = e^2 + e - 7 will give us

y = e 2 ln e 2 + 5 = 2 e 2 + 5 = 19.7781 y = e^2 \ln e^2 + 5 = 2e^2 + 5 = \boxed{19.7781}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...