Differential Equations. Solve in two ways.

Click For Summary
SUMMARY

The discussion focuses on solving the differential equation y''=1+(y')² using two methods. The first method successfully derives the solution y=-ln(cos(x+c))+d by substituting y'=p and integrating. The second method, which involves a reduction of order, struggles to yield the same result due to a misapplication of the transformation involving R(p) and P(p). The correct formulation for R(p) is p/(1 + p²), which is crucial for obtaining the accurate solution.

PREREQUISITES
  • Understanding of differential equations and their order
  • Familiarity with integration techniques, particularly for trigonometric functions
  • Knowledge of substitution methods in solving differential equations
  • Experience with reduction of order in differential equations
NEXT STEPS
  • Study the method of reduction of order in differential equations
  • Learn about the integration of functions involving arctangent and logarithmic transformations
  • Explore the relationship between inverse functions and differential equations
  • Practice solving differential equations using various substitution techniques
USEFUL FOR

Students and educators in mathematics, particularly those focusing on differential equations, as well as anyone looking to deepen their understanding of integration and transformation methods in solving such equations.

Gummy Bear
Messages
18
Reaction score
0

Homework Statement



Solve y''=1+(y')2 in two ways, for x is missing and y is missing.

Homework Equations



Integration, and reduction of order.

The Attempt at a Solution



First method: (this is correct)
y''=1+(y')2 let y'=p and y''=p'
p'=1+p2
p'/(1+p2)=1
∫p'/(1+p2)dx=∫1dx
arctan(p)=x+c
solve for p: p=tan(x+c)
Substitute back for p=y'
y'=tan(x+c)
y=-ln(cos(x+c))+d

Second method: (I can't get it to come out as same answer from first method)
y''=1+(y')2 let y'=p and y''=p*(dp/dy)
p*(dp/dy)=1+p2

From here I can already tell I'm not going to get y=-ln(cos(x+c))+d but this is the method I am told to use..
 
Last edited:
Physics news on Phys.org
The second method will give you some P(p) = P(y') = y. So you have reduced the order. Then you transform it to y' = Q(y) and solve that.
 
I'm not following. What do you mean by P(p)=P(y')=y? And transforming it?
 
The second method will have dp/dy R(p) = 1. Integrated, that becomes P(p) = y, which means P(y') = y. This is a differential equation. To solve it, you need to find Q(y) that is the inverse of P(p), then Q(P(y')) = y' = Q(y).
 
Could you show me what it would look like?

For example, my first equation looks like p'=1+p2 after reduction of order.
 
Because I'm not sure where these R's and Q's are coming from. I know that typically in the second method y'=p and y''=p*(dp/dy)
 
## p' = 1 + p^2 \Rightarrow R(p) = \frac 1 {1 + p^2} \Rightarrow P(p) = \int R(p) dp ##
 
Doesn't this give y=∫1/(1+p2)dp=arctan(p)+c

The way I understood it is that both methods should get you the same answer.

I know that the answer should be -ln(cos(x+c))+d
 
arctan p + C = P(p). Now you need the inverse function Q(y).
 
  • #10
This makes no sense. The inverse is -tan(c-p)
 
  • #11
Again. You have integrated dp/dy R(p) = 1. That gave you P(p) = y. P(p) = arctan p + c. You then obtain p = Q(y). Q(y) is tan (y - c). Since p = y', you get y' = p = tan (y - c). Integrate it.
 
  • #12
-ln(cos(c-y))+d That's what I keep getting. Maybe that's right, I just assumed the answer was supposed to be -ln(cos(x+c))+d
 
  • #13
That's because you made a mistake. It must be R(p) = p/(1 + p^2), not 1/(1 + p^2).
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K