What Are the Solutions for These Two Differential Equations?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 4K views
Orion1
Messages
961
Reaction score
3
Find an equation of the tangent line to the curve:
[tex]xe^y + ye^x = 1[/tex]
at the point:
[tex]P(0,1)[/tex]

Find the values for [tex]\lambda[/tex] for which:
[tex]y = e^{\lambda x}[/tex]

satisfies the equation:
[tex]y + y' = y''[/tex]


I have been assigned these two problems, which are not covered for another 3 chapters.

I am uncertain how to solve problem 1.

This is my first attempt at problem 2, uncertain if this is correct.
[tex]e^{\lambda x} + e^{\lambda x} \lambda = e^{\lambda x} \lambda^2[/tex]
 
Physics news on Phys.org
Orion1 said:
Find an equation of the tangent line to the curve:
[tex]xe^y + ye^x = 1[/tex]
at the point:
[tex]P(0,1)[/tex]

Differentiate implicitly throughout the expression. You can do that right? You know, when you do so for:

[tex]xe^y[/itex]<br /> <br /> you get<br /> [tex]xe^y(dy)+e^y(dx)[/tex]<br /> <br /> Right? Now do the rest, then solve for the quotient dy/dx.<br /> <br /> <blockquote data-attributes="" data-quote="" data-source="" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> Find the values for [tex]\lambda[/tex] for which:<br /> [tex]y = e^{\lambda x}[/tex]<br /> <br /> satisfies the equation:<br /> [tex]y + y' = y''[/tex]<br /> <br /> This is my first attempt at problem 2, uncertain if this is correct.<br /> [tex]e^{\lambda x} + e^{\lambda x} \lambda = e^{\lambda x} \lambda^2[/tex] </div> </div> </blockquote><br /> Looks good. You can figure out what lambda is right?[/tex]
 
Implicit Function Theorem...



The correct application of the Implicit Function Theorem:

[tex]\frac{dy}{dx} = - \frac{F_x}{F_y} = - \frac{e^y + ye^x}{xe^y + e^x}[/tex]

Solution 1:
[tex]\boxed{\frac{dy}{dx} = - \frac{e^y + ye^x}{xe^y + e^x}}[/tex]

Solution 2:
[tex]y = e^{\lambda x} \; \; y + y' = y''[/tex]
[tex]e^{\lambda x} + e^{\lambda x} \lambda = e^{\lambda x} \lambda^2[/tex]
[tex]e^{\lambda x} (1 + \lambda) = e^{\lambda x} \lambda^2[/tex]
[tex](1 + \lambda) = \lambda^2[/tex]
[tex]\lambda^2 - \lambda = 1[/tex]
[tex]\lambda^2 - \lambda - 1 = 0[/tex]
[tex]\lambda = \frac{1 \pm \sqrt{(-1)^2 - 4(1)(-1)}}{2(1)} = \frac{1 \pm \sqrt{5}}{2}[/tex]
[tex]\boxed{\lambda = \frac{1 \pm \sqrt{5}}{2}}[/tex]
 
Last edited:

Slope formula:
[tex](y - 1) = (-e - 1)(x - 0)[/tex]

Solution 1:
[tex]\boxed{y(x) = -x(e + 1) + 1}[/tex]
 
Last edited: