Correcting Mistakes in Representing Constants for a Differential Equation?

Jeff12341234
Messages
179
Reaction score
0
I'm not sure if my answer is correct. Did I make a mistake somewhere? I'm not sure the ± needs to be there.
ufML9z8.jpg
 
Physics news on Phys.org
How in the world did you get a quadratic equation out of this? y(2)= (C_1+ 6C_2)e^6= e^6 and y'(1)= (3C_1+ 4C_2)e^3= e^3. The derivative is y'= 3C_1e^{3x}+ C_2e^{3x}+ 3C_2xe^{3x}= ([3C_1+ C_2]+ 3C_2x)e^x. It does not involve "C_1C_2"!

You have C_1+ 6C_2= 1 and 3C_1+ 4C_2= 1, two linear equations.
 
c1 is represented by c, c2 is represented by d

NA6fLwO.png


That's y'

I did make an error by leaving out the + sign between c1 and c2 for y'

That makes c1 = -1 and c2 = 1
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top