Understanding Derivatives and Integrals: A Basic Guide for Beginners

  • Context: Undergrad 
  • Thread starter Thread starter Mol_Bolom
  • Start date Start date
  • Tags Tags
    Derivatives Integrals
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
3 replies · 3K views
Mol_Bolom
Messages
24
Reaction score
0
I just want to see if I got this correct. From what all I've read it seems that I have most of it understood, but eh, I don't trust my judgement...

Lets say we have [tex]f(x) = {{3x^3 + 8x^2 + 7x + 12} \over {4x^2 - 12x - 15}}[/tex]

And the derivative...

[tex] {d \over dx} f(x) = \lim _{h \rightarrow 0} {{f(x+h) - f(x)} \over h} =<br /> {{<br /> {d \over dx} (3x^3 + 8x^2 + 7x + 12)<br /> }<br /> \over<br /> {<br /> {d \over dx} (4x^2 - 12x - 15)<br /> }} = f'(x)[/tex]

Thus the integral would be...

[tex] \int {f'(x)} \textbf{ }dx = f(x)[/tex]

And if the constants are unknown, thus letting a and b represent the constants...

[tex] \int {f'(x)} \text{ } dx = {{3x^3 + 8x^2 + 7x + a} \over {4x^2 - 12x + b}}[/tex]
 
Physics news on Phys.org
Mol_Bolom said:
I just want to see if I got this correct. From what all I've read it seems that I have most of it understood, but eh, I don't trust my judgement...

Lets say we have [tex]f(x) = {{3x^3 + 8x^2 + 7x + 12} \over {4x^2 - 12x - 15}}[/tex]

And the derivative...

[tex] {d \over dx} f(x) = \lim _{h \rightarrow 0} {{f(x+h) - f(x)} \over h} =<br /> {{<br /> {d \over dx} (3x^3 + 8x^2 + 7x + 12)<br /> }<br /> \over<br /> {<br /> {d \over dx} (4x^2 - 12x - 15)<br /> }} = f'(x)[/tex]

Thus the integral would be...

[tex] \int {f'(x)} \textbf{ }dx = f(x)[/tex]

And if the constants are unknown, thus letting a and b represent the constants...

[tex] \int {f'(x)} \text{ } dx = {{3x^3 + 8x^2 + 7x + a} \over {4x^2 - 12x + b}}[/tex]
I'm afraid that what you have written isn't correct. You might want to have a read of these tutorials for https://www.physicsforums.com/showthread.php?t=139690".
 
Last edited by a moderator:
Mol_Bolom said:
I just want to see if I got this correct. From what all I've read it seems that I have most of it understood, but eh, I don't trust my judgement...

Lets say we have [tex]f(x) = {{3x^3 + 8x^2 + 7x + 12} \over {4x^2 - 12x - 15}}[/tex]

And the derivative...

[tex] {d \over dx} f(x) = \lim _{h \rightarrow 0} {{f(x+h) - f(x)} \over h} =<br /> {{<br /> {d \over dx} (3x^3 + 8x^2 + 7x + 12)<br /> }<br /> \over<br /> {<br /> {d \over dx} (4x^2 - 12x - 15)<br /> }} = f'(x)[/tex]
No. the derivative of f(x)/g(x) is (f'(x)g(x)- f(x)g'(x))/g2(x), not f'/g'.

Thus the integral would be...

[tex] \int {f'(x)} \textbf{ }dx = f(x)[/tex]

And if the constants are unknown, thus letting a and b represent the constants...

[tex] \int {f'(x)} \text{ } dx = {{3x^3 + 8x^2 + 7x + a} \over {4x^2 - 12x + b}}[/tex]
Nor can you integrate f/g by integrating numerator and denominator separately.
 
Hi Mol_Bolom
when you find the derivative by definition
(d/dx)(f(x)=lim(f(x+h)-f(x))/h you can find the limit of d/dh(f(x+h)-f(x))
h__ 0 ---------------
d/dh(h)
for example if F(x)=x^2 you have

d/dx(F(x))=lim ((x+h)^2-x^2)/h =
h___0
=lim [2(x+h)-0]/1 by diff. both num. and denum. w.r.t h and take the limit as h
h___0
approaches 0 you get
d/dx(F(x))=2x
Best wishes
Riad Zaidan