142k views
7 votes
Consider the differential equation


y' = {x}^(2) (1 + {y}^(2) ).
Which of the following are solutions:


y(x) = {x}^(2) + 3


y(x) = tan( \frac{x {}^(3) }{3} + 2).


y(x) = \sqrt{ {x}^(2) + 1 } .

That is: do not use the method of integrating factors to solve. Just
check by plugging in.​

NO SPAM OR RANDOM LINKS!!!

2 Answers

6 votes

Answer: For this problem I used the separation method instead of plugging in each one. I thought this would be easiereasier.to

Explanation:

Consider the differential equation y' = {x}^(2) (1 + {y}^(2) ). Which of the following-example-1
User Jon Watte
by
4.6k points
4 votes

The first solution is quadratic, so its derivative y' on the left side is linear. But the right side would be a polynomial of degree greater than 1, so this is not the correct choice.

The third solution has a similar issue. The derivative of √(x² + 1) will be another expression involving √(x² + 1) on the left side, yet on the right we have y² = x² + 1, so that the entire right side is a polynomial. But polynomials are free of rational powers, so this solution can't work.

This leaves us with the second choice. Recall that

1 + tan²(x) = sec²(x)

and the derivative of tangent,

(tan(x))' = sec²(x)

Also notice that the ODE contains 1 + y². Now, if y = tan(x³/3 + 2), then

y' = sec²(x³/3 + 2) • x²

and substituting y and y' into the ODE gives

sec²(x³/3 + 2) • x² = x² (1 + tan²(x³/3 + 2))

x² sec²(x³/3 + 2) = x² sec²(x³/3 + 2)

which is an identity.

So the solution is y = tan(x³/3 + 2).

User Blake Lockley
by
4.4k points