Understanding Absolute Values.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
jtabije
Messages
10
Reaction score
0
Hey Guys! I've frequently come by this forum and have finally joined it in hopes that I could get some more conceptual insight in understanding math.

One thing that I have trouble with is absolute values. I understand that:

|x|= [tex]\sqrt{x^2}[/tex] .. and how it can be defined given restrictions on x.

..but I'm having some trouble trying to completely understand and confidently use them in some contexts.

For example, consider this simple first-order linear differential equation:

xy' + y = [tex]\sqrt{x}[/tex]

Assuming you don't do this through inspection, you would get an integrating factor I such that:

I = e^ln(|x|) = |x|

How would one utilize that to find the solution given no bounds and restrictions on x?
 
Physics news on Phys.org
Thanks for the reply, Mathman. Is there another way than to separate it into separate cases?

I feel as if I'm forgetting a key concept. For example, consider this simplifcation that was given in a solution manual of mine:

I(x) = e^[tex]{\int(-1/x dx)}[/tex] = e[tex]^{(-ln(x))}[/tex]= e[tex]^{ln(x^{-1})}[/tex] = 1/x

Shouldn't it simplify to 1/|x|?
 
Yes, since
[tex]\int \frac{dx}{x} = \ln{|x| + C[/tex]

(I have omitted the negative sign in your problem to focus on the integral.)

If the context of this problem is a differential equation with an initial condition, the sign of the initial value is often used to choose positive values for x, or negative values.
 
Ahh! The initial value! How could I have overlooked that, Mark44?

Thanks!