Solving this second order linear differential equation

unscientific
Messages
1,728
Reaction score
13

Homework Statement



Find the general solution to the differential equation y'' -16y = 0, where y is a function of x. Give initial conditions that would give a unique solution to the eqution.
For the differential equation y'' - k2y = R(x), with k ≠ 0 a real constant, show that it has a particular solution:

y1 = (1/k)∫R sinh[k(-t)] dt

2wm40uw.png

Homework Equations


The Attempt at a Solution


No problems with part (a) and finding homogeneous solution.

I tried to avoid expanding the integral using integration by parts by differentiating both LHS and RHS w.r.t. x. But I'm missing a dR/dx term...

j97ptj.png


Is there anything wrong with my integration for part (c) below?

2427u6g.png
 
Last edited:
Physics news on Phys.org
christoff said:
Your derivative of y_1 is incorrect. Your integrand is a function of x (and t), and your limits of integration are functions of x. See the "differentiation under the integral sign" formula: http://en.wikipedia.org/wiki/Differentiation_under_the_integral_sign

For example, I find that \frac{dy_1}{dx}=\int_0^x R(t)\cosh(k(x-t))dt.

don't you have to differentiate R too? since R is essentially a function of x just disguised by changing all the 'x' in the function to 't'

And, when i differentiate twice, it gives back the same integrand, and when subbed into LHS, it gives 0, instead of R.
 
unscientific said:
don't you have to differentiate R too? since R is essentially a function of x just disguised by changing all the 'x' in the function to 't'

And, when i differentiate twice, it gives back the same integrand, and when subbed into LHS, it gives 0, instead of R.

No, you don't differentiate R, it's not a function of x. Show how you differentiated twice. You are missing a part.
 
Dick said:
No, you don't differentiate R, it's not a function of x. Show how you differentiated twice. You are missing a part.

Differentiate once, times k and change sinh into cosh.

Differentiate second time, times k and change cosh into sinh.

resulting expression is k * oringinal..
 
unscientific said:
Differentiate once, times k and change sinh into cosh.

Differentiate second time, times k and change cosh into sinh.

resulting expression is k * oringinal..

You not only have to differentiate with respect to the x in the integrand, you also have to deal with the x in the limits of integration. That's where the R(x) is going to come from. See http://en.wikipedia.org/wiki/Leibniz_integral_rule The part you are missing is also known as the Fundamental Theorem of Calculus.
 
Last edited:
  • Like
Likes 1 person
Dick said:
You not only have to differentiate with respect to the x in the integrand, you also have to deal with the x in the limits of integration. That's where the R(x) is going to come from. See http://en.wikipedia.org/wiki/Leibniz_integral_rule The part you are missing is also known as the Fundamental Theorem of Calculus.

Thanks! I've worked out the answer! Strange enough, this isn't even in our syllabus or wasn't even taught in lectures. Didn't come across it in Riley Hobson and Bence as well..
 
Dick said:
You not only have to differentiate with respect to the x in the integrand, you also have to deal with the x in the limits of integration. That's where the R(x) is going to come from. See http://en.wikipedia.org/wiki/Leibniz_integral_rule The part you are missing is also known as the Fundamental Theorem of Calculus.

Is my integration at the last part correct?
 
unscientific said:
Is my integration at the last part correct?

I rather doubt it. Where's the sinh(3(x-t)) part?
 
  • #10
Dick said:
I rather doubt it. Where's the sinh(3(x-t)) part?

I've corrected my working, not sure if it's right. Especially from line [3] to line [4]. I'm not sure if i can take the ln [] of the bottom, given that there's both x and t, which works only if the reverse process is a partial derivative, ∂/∂t.
 
  • #11
unscientific said:
I've corrected my working, not sure if it's right. Especially from line [3] to line [4]. I'm not sure if i can take the ln [] of the bottom, given that there's both x and t, which works only if the reverse process is a partial derivative, ∂/∂t.

I still don't the see the integral you actually want to do. You want to integrate
$$\int_0^x (\frac{1}{\cosh(3t)}+e^{3t})(\cosh(3(x-t)) dt$$
Don't you?
 
  • #12
Dick said:
I still don't the see the integral you actually want to do. You want to integrate
$$\int_0^x (\frac{1}{\cosh(3t)}+e^{3t})(\cosh(3(x-t)) dt$$
Don't you?

Oops, I forgot to attach my working. Here it is:

From line [3] to line [4] I'm not sure if i can take the ln [] of the bottom, given that there's both x and t, which works only if the reverse process is a partial derivative, ∂/∂t.

53sfgx.png
 
  • #13
No, you can't just take log of the bottom. I think the better way to approach this is to express everything in terms of sinh and cosh. e^3t=(cosh(3t)-sinh(3t))/2. And use a sum rule on sinh(3x-3t) to express it in terms of a function of x times a function of t. sinh(a-b)=sinh(a)cosh(b)-cosh(a)sinh(b).
 
Last edited:
Back
Top