Can You Help Verify This Calculus Derivative Solution?

  • Thread starter Thread starter Jake Minneman
  • Start date Start date
  • Tags Tags
    Derivative
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
Jake Minneman
Messages
24
Reaction score
0
Hello, I am fourteen and "attempting" to teach myself calculus I was wondering if anyone with prior calculus knowledge would be willing to solve this derivative in order to check my answer.d
---- (x^3-x^2)+(3x)
dx
(My thought process)

d-----------------d
=--- (x^3-x^2)+---(3x)
dx---------------dx

=3x^(3-1)-2x^(3-1)+3x

=3x^2-2x+3

=3x^2-2x+3Sorry if I screwed that up.
 
Last edited:
Physics news on Phys.org
Thanks for the help
 
Jake Minneman said:
Thanks for the help
Yes I got it
 
Jake Minneman said:
Hello, I am fourteen and "attempting" to teach myself calculus I was wondering if anyone with prior calculus knowledge would be willing to solve this derivative in order to check my answer.


d
---- (x^3-x^2)+(3x)
dx
(My thought process)

d-----------------d
=--- (x^3-x^2)+---(3x)
dx---------------dx

=3x^(3-1)-2x^(3-1)+3x
In the line above, it should be
=3x^(3-1)-2x^(2[/color]-1)+3[STRIKE]x[/STRIKE]
Jake Minneman said:
=3x^2-2x+3

=3x^2-2x+3


Sorry if I screwed that up.
 
Mark44 said:
In the line above, it should be
=3x^(3-1)-2x^(2[/color]-1)+3[STRIKE]x[/STRIKE]

Thank you the typing of the question has been giving me trouble.
 
You might want to look into how to format things using LaTeX. You can click any of the lines below to see what I did.
[tex]\frac{d}{dx}(x^3 - x^2 + 3x)[/tex]
[tex]=\frac{d}{dx}x^3 - \frac{d}{dx}x^2 + \frac{d}{dx}3x[/tex]
[tex]=3x^{3 -1} - 2x^{2 -1} + 3x^{1 - 1}[/tex]
[tex]=3x^2 - 2x + 3[/tex]
 
Mark44 said:
You might want to look into how to format things using LaTeX. You can click any of the lines below to see what I did.
[tex]\frac{d}{dx}(x^3 - x^2 + 3x)[/tex]
[tex]=\frac{d}{dx}x^3 - \frac{d}{dx}x^2 + \frac{d}{dx}3x[/tex]
[tex]=3x^{3 -1} - 2x^{2 -1} + 3x^{1 - 1}[/tex]
[tex]=3x^2 - 2x + 3[/tex]

This helped tremendously
 
Glad to hear it!

There are a few LaTeX tags that I use a lot.
Integral - [ tex] \int f(x) dx [ /tex]
Definite integral - [ tex] \int_{a}^{b} f(x) dx [ /tex]
Fraction or rational expression - [ tex] \frac{x + 2}{x^2 - 4}[ /tex]
Limit - [ tex] \lim_{x \to 0} f(x) [ /tex]

If you remove the extra spaces I added in the tex tags, the expressions above render like this:

[tex]\int f(x) dx[/tex]
[tex]\int_{a}^{b} f(x) dx[/tex]
[tex]\frac{x + 2}{x^2 - 4}[/tex]
[tex]\lim_{x \to 0} f(x)[/tex]