Do derivatives introduce loss of solutions?

  • Context: Undergrad 
  • Thread starter Thread starter Abraham
  • Start date Start date
  • Tags Tags
    Derivatives Loss
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Abraham
Messages
68
Reaction score
0
For example, if I want to show that there is no real # solution to

x2 + 24x2 = -1

is it correct to show that

d2/dx2( x4 + 24x2 ) = d2/dx2(-1)

---> 12x2+48 = 0

And since x^2 is >0 or =0, 12x2+48 ---> 0 + 48 [tex]\neq[/tex] 0

Therefore, there is no real number solution to x2 + 24x2 = -1

Is this proper logic? Or does taking the derivatives change the validity(?) of the solution or whatever the proper terminology is?
 
Physics news on Phys.org
You are confusing equations with functions. The equation:

x4 + 24x2 + 1 = 0

Asks if there is some point (in this case, a real one) such that the above equality is true, not that it's true for all points.

But when you write:

d2/dx2( x4 + 24x2 + 1) = d2/dx2(0)

You are stating that the second derivative of the function

f(x) = x4 + 24x2 + 1

is identically 0. This is the basic logical flaw in your argument.

(You may answer that you meant to say that they are equal at some point, but the second part of your argument contradicts this.)
 
Ok, I get it now. Thanks for the for the quick replies Landau and JSuarez.