Solving DE Using Variation of Parameters & Given Solution

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
fluidistic
Gold Member
Messages
3,934
Reaction score
286

Homework Statement


I must solve [itex](1-x)y''+xy'-y=(1-x)^2[/itex] knowing that y=x is a solution if the right hand side is 0. I must use this fact in order to obtain the general solution to the DE


Homework Equations


Variation of parameters?


The Attempt at a Solution


I'm looking at http://tutorial.math.lamar.edu/Classes/DE/VariationofParameters.aspx and I think I need to use the Variation of parameters to solve the problem.
But I'm given only one complementary solution, not the two I would need. I really don't know how to proceed then...
What I did was rewrite the DE into [itex]y''+y' \left ( \frac{x}{1-x} \right )-y \left ( \frac{1}{1-x} \right ) =1-x[/itex].
Any tip will be appreciated, as usual.
 
Physics news on Phys.org
Use Reduction of Order when you have only one solution. Just let y=xv and run it through the technique.
 
jackmell said:
Use Reduction of Order when you have only one solution. Just let y=xv and run it through the technique.

Thanks, this worked out well.