Wronskian Second Solution/Differential Equations

  • Thread starter Thread starter tracedinair
  • Start date Start date
  • Tags Tags
    Wronskian
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
tracedinair
Messages
47
Reaction score
0

Homework Statement



Given that Φ2 = Φ1 * ∫ e^(-∫a(x)dx)) / (Φ1)^2 dx

and Φ1 = cos(ln(x)), a = 1/x, solve for Φ2.

Homework Equations



The Attempt at a Solution



Φ2 = cos(ln(x)) * ∫ e^(-∫1/x dx)) / cos^(2)(ln(x)) dx

= cos(ln(x)) * ∫ e^(-ln(x)) / cos^(2)(ln(x)) dx

= cos(ln(x)) * - ∫ x / cos^(2)(ln(x)) dx

My problem begins here with trying to solve for that integral. I don't have the slightest idea where to begin, except maybe integration by parts.
 
Physics news on Phys.org
I believe you have expanded your brackets in the exponential wrong [tex]e^{-ln(x)}[/tex] does not equal [tex]-x[/tex] but rather [tex]e^{ln(x^{-1})}[/tex] which is of course [tex]\frac{1}{x}[/tex] in which case a simple u substitution will work
 
djeitnstine said:
I believe you have expanded your brackets in the exponential wrong [tex]e^{-ln(x)}[/tex] does not equal [tex]-x[/tex] but rather [tex]e^{ln(x^{-1})}[/tex] which is of course [tex]\frac{1}{x}[/tex] in which case a simple u substitution will work

Thanks for catching that mistake.