Struggling with yet another DE problem -_-

  • Thread starter Benny
  • Start date
In summary, this conversation discusses Clairaut's equation, its solutions in parametric form, and the verification that these solutions satisfy the original equation. It also explores the concept of singular solutions and how they relate to the general solution. Examples of solving Clairaut's equation are provided.
  • #1
Benny
584
0
I don't know what it is with me and maths, I always get stuck on questions which most people wouldn't find to be all that difficult. I'm having trouble working out the following.

Consider Clairaut's equation y = xy' + f(y').

a) Show that y = cx + f(c) is a solution to the given DE.

y' = c + 0 = c since f(c) = constant so f'(c) = 0.

RHS = xy' + f(y') = xc + f(c) = cx + f(c) = y = LHS as required.

b) Show that Clairaut's equation also has a solution in parametric form:

x = -f('t)
y = f(t) - tf'(t)

and show that this is a different solution from that in 'a' (Hint: consider dy/dx for both solutions) and is therefore a singular solution.

Firstly, I've typed up the equations as given. The equation x = -f('t) doesn't make sense to me. I'm thinking that it might be x = -f'(t) or x = -f(t'). I'll go with the former.

I don't really understand what the hint is telling me. Seeing as the original equation clearly has y as a function of x I'm thinking that I need to use the chain rule. dy/dx = y' = (dy/dt)(dt/dx).

Simple calculations give dy/dt = -tf''(t). Assuming x = -f'(t) then dx/dt = -t'f''(t) then dy/dx = (-tf''(t))(-t'f''(t)) = t't''(f''(t))^2.

So RHS = xy' + f(y')
= xt't''(f''(t))^2 + f(t't''(f''(t))^2)
= -t't''f'(t)(f''(t))^2 + f(t't''(f''(t))^2)

That's all I can get. I can't thinking of a way to verify that RHS = LHS of y = xy' + f(y') for these parametric equations. Any help would be really good thanks.

Edit: Nevermind, I managed the verification of the parametric solution part with some creative algebra. However, it relied on the assumption that when they said x = -f('t) they actually meant x = -f'(t)

Now I need to know how I can show that the solution is different from that of part 'a' where the solution was y = cx + f(y'). Can somebody help me with that?

Also, the next part of the question gives me some DEs to solve. I'm thinking that it requires some usage of parts a and b.

Q. Find the solution/s of y = xy' + 1 - log(y').

Comparing with y = xy' - log(y') I see that f(y') = -log(y') but I don't know what to do with it.

The next one y = xy' -(y')^3, same deal. I see that f(y') = -(y')^3 but again, I cannot figure out what to do. Can someone please help me with these?
 
Last edited:
Physics news on Phys.org
  • #2
Hey Benny, probably got this one already. Took me a while to figure it out but interesting. I'll post it for the record in case anyone else is interested:
(and I can't get those numbers to line up neither)

For the equation:

[tex]
y=xy^{'}+f(y^{'})\tag{1}
[/tex]


Differentiating with respect to x:

[tex]y^{'}=xy^{''}+y^{'}+f^{'}(y^{'})y^{''} [/tex]

Or:

[tex]y^{''}(x+f^{'}(y^{'})[/tex]

Then either:

[tex]
y^{''}=0 \qquad\tag{2}
[/tex]

Or:

[tex]
x+f^{'}(y^{'})=0 \tag{3}
[/tex]


The solution of (2) is:

[tex]
y(x)=ax+b \tag{4}
[/tex]

Substituting this into (1), the general solution is then:

[tex]y(x)=ax+f(a)\tag{5}[/tex]


Note that the general solution is a family of straight lines, i.e., constant slopes.

Now equations (1) and (3) constitute a set of parametric equations of x and y in terms of the parameter [itex]y^{'}[/tex], that is:

[tex]x=-f^{'}(\alpha)\tag{6}[/tex]

[tex]y=-\alpha f^{'}(\alpha)+f(\alpha)\tag{7}[/tex]

That these are in fact a solution to (1) is shown by taking the derivatives of each with respect to [itex]\alpha[/itex]:

[tex]\frac{dx}{d\alpha}=-f^{''}(\alpha})[/tex]

[tex]\frac{dy}{d\alpha}=f^{'}(\alpha)-(\alpha f^{''}(\alpha)+f^{'}(\alpha))[/tex]

and therefore:

[tex]
\frac{dy}{dx}=\alpha\tag{8}[/tex]

Substituting the expressions for x, y, and y' into (1) yields:

[tex]-\alpha f^{'}(\alpha)+f(\alpha)+\alpha f^{'}(\alpha)-f(\alpha)=0[/tex]

Thus showing that the parametric forms satisfy (1).

That the parametric solutions respresens a solution that is not a special case of the general solution, i.e., is a singular solution is given by (8) which gives the derivative of the parametric solution which is dependent on alpha, that is, is not constant like the derivative of the general solution.

Edit:

I assume you know how to solve for the singular solution. You know, for:

[tex]x=-f^{'}(c)[/tex]

Calculate the inverse of [itex]f^{'}[/itex]:

[tex]c=-\left[f^{'}\right]^{-1}(x)[/tex]

Then substitute into:

[tex]y=cx+f(c)[/tex]

Or just eliminate [itex]\alpha[/itex] between (6) and (7).

Rock and roll.
 
Last edited:
  • #3
Guys, I'm just not yet satisfied with this. Here's the two equations Benny suggested and I hope you've done them by now cus' I don't want to get in trouble with Hall for doing your homework but really we should work them up a little more to gain insight into the nature of the singular solutions since these come up sometimes with non-linear equations.

[tex]
\begin{align}
y&=xy^{'}+\left[1-ln(y^{'})\right] \\
y&=xy^{'}-\left(y^{'}\right)^3
\end{align}
[/tex]

So we have a method of solving these and are to obtain both a general solution [itex]y_g(x)[/itex] and a singular solution [itex]y_s(x)[/itex]. The singular solution is:

(a) not a special case of the general solution, and

(b) is, at each of its points, tangent to some element of the one-parameter family that is the general solution. A curve that's tangent to some element of a one-parameter family of curves is called an envelope of that family.

Well, I'd like to plot both a few members of the general solution and verify that the singular solution does indeed envelop them. Is that too much to ask?

Solution of (1):

[tex]f(u)=1-ln(u)[/tex]

[tex]f^{'}(u)=-\frac{1}{u}[/tex]

Thus:

[tex]y_g(x)=cx+\left(1-ln(c)\right)[/tex]

Now (from above):

[tex]x=-f^{'}(c)=\frac{1}{c}\Rightarrow c=\frac{1}{x}[/tex]

And so the singular solution is:

[tex]y_s(x)=2+ln(x)[/tex]

The fist plot exhibits this. The singular solution is a logarithmic curve and the two members of the general family (straight lines) are tangent to it. Others would be also.

Solution of (2):

[tex]f(u)=-u^3[/tex]

[tex]f^{'}(u)=-3u^2[/tex]

Thus:

[tex]y_g(x)=cx-c^3[/tex]

So that:

[tex]x=-f^{'}(c)=3c^2\Rightarrow c=\pm \sqrt{\frac{x}{3}}[/tex]

Thus we have two singular solutions:

[tex]y_{s1}(x)=\frac{2}{3}\frac{x^{3/2}}{\sqrt{3}}[/tex]

[tex]y_{s2}(x)=-\frac{2}{3}\frac{x^{3/2}}{\sqrt{3}}[/tex]

The second plot shows both singular solutions curving from the origin as well as two general solutions which are tangent to them.
 

Attachments

  • Clairaut1.JPG
    Clairaut1.JPG
    4.5 KB · Views: 345
  • Clairaut2.JPG
    Clairaut2.JPG
    6.7 KB · Views: 328
Last edited:

1. What is a DE problem?

A DE problem, or differential equation problem, is a type of mathematical equation that involves rates of change. It is often used to describe natural phenomena or physical systems.

2. Why is it difficult to solve DE problems?

DE problems can be difficult to solve because they can have complex solutions and involve multiple variables. Additionally, there may not be a known analytical solution and numerical methods may be required.

3. What are some common strategies for solving DE problems?

Some common strategies for solving DE problems include separation of variables, substitution, and using known formulas for specific types of DEs such as linear or homogeneous equations. Numerical methods such as Euler's method or Runge-Kutta methods may also be used.

4. How can I improve my problem-solving skills for DE problems?

Practicing regularly and becoming familiar with different types of DE problems can help improve problem-solving skills. It is also helpful to have a strong understanding of calculus and linear algebra.

5. Are there any resources available for help with DE problems?

Yes, there are many resources available for help with DE problems, including textbooks, online tutorials, and forums where you can ask for assistance. Your academic institution may also have tutoring services or a math help center.

Similar threads

  • Introductory Physics Homework Help
Replies
27
Views
3K
  • Introductory Physics Homework Help
Replies
10
Views
261
  • Introductory Physics Homework Help
Replies
13
Views
1K
  • Introductory Physics Homework Help
Replies
25
Views
272
  • Introductory Physics Homework Help
Replies
6
Views
2K
  • Introductory Physics Homework Help
Replies
4
Views
785
  • Introductory Physics Homework Help
Replies
6
Views
228
  • Introductory Physics Homework Help
Replies
7
Views
85
  • Introductory Physics Homework Help
Replies
2
Views
255
  • Introductory Physics Homework Help
Replies
11
Views
2K
Back
Top