The question is not clear. What is clear is that you are talking about solving differential equations using the method of reduction of order.
I will explain this method by solving the equation
y''- 4y' + 29 = 0
with y1 = e^(4x).
This would further help you to solve your problem if it is not in this question.
Step-by-step explanation:
Given the differential equation:
y''- 4y' + 29 = 0
with y1 = e^(4x)
To find the other solution using the method of reduction of order, we assume the second solution to be of the form
y2 = uy1 = ue^(4x)
Since this solution, just like the given solution, satisfies the given differential equation, then
y2'' - 4y2' + 29 = 0
y2' = u'e^(4x) + 4ue^(4x)
y2'' = u''e^(4x) + 4u'e^(4x) + 4u'e^(4x) + 16ue^(4x)
= u''e^(4x) + 8u'e^(4x) + 16ue^(4x)
y2'' - 4y2' + 29 = [u''e^(4x) + 8u'e^(4x) + 16ue^(4x)] - 4[u'e^(4x) + 4ue^(4x)] + 29
= u''e^(4x) + 4u'e^(4x) + 29 = 0
u'' + 4u' = -29e^(-4x)
Let w = u', then w' = u''
So
w' + 4w = -29e^(-4x)
Multiply both sides by the integrating factor e^(4x)
w'e^(4x) + 4we^(4x) = -29
d(we^(4x)) = -29
Integrating both sides
we^(4x) = -29x
w = -29xe^(4x)
But w = u'
u' = -29xe^(4x)
Integrating this, we have
u = (29/16)(1 - 4x)e^(4x) + C
Since y2 = uy1
The second solution is now
y2 = (29/16)(1 - 4x)e^(8x) + Ce^(4x)