To find the equation of the curve, we first find the general solution of the given differential equation.
dx2d2y=2−4x We can rewrite the above as:
d2y=(2−4x)dx2d(dy)=[(2−4x)dx]dx Integrating the above:
∫d(dy)=∫[(2−4x)dx]dxdy=(2x−2x2+c1)dx Integrating again:
∫dy=∫(2x−2x2+c1)dxy=x2−32x3+c1x+c2 Which is the general solution of the curve.
At point (-1,3), where x = -1 and y = 3:
3=(−1)2−32(−1)3+c1(−1)+c23=1+32−c1+c23−1−32=−c1+c234=−c1+c2⋯⋯(eqn1)
At point (0,2), where x = 0 and y=2;
2=(0)2−32(0)3+c1(0)+c22=c2⋯⋯(eqn2) Substitute eqn 2 into eqn 1:
34=−c1+2c1=2−34c1=32 Thus the equation of the curve is:
y=x2−32x3+32x+2 OR
y=2+32x+x2−32x3
Comments