Solution to PDA: Solving 12x3 + 6x2 + 9x

  • Thread starter Thread starter AbsoluteZer0
  • Start date Start date
AbsoluteZer0
Messages
124
Reaction score
1
Hi,

I'm new to differential equations and I am wondering if I solved this one correctly or if it's entirely wrong. Is it a differential equation at all?

for

12x3 + 6x2 + 9x
\int\frac{dy}{dx} = \int12x3 + 6x2 + 9x (the boundaries being 1 and 2)
\intdy = \int12x3 + 6x2 + 9x
y = \int12x3 + 6x2 + 9x
y = \frac{12x<sup>4</sup>}{4} + \frac{6x<sup>3</sup>}{3} + \frac{9x<sup>2</sup>}{2}]
y = [3(2)4 + 2(2)3 + 4.5(2)2] - [3(1)4 + 2(1)3 + 4.5(1)2]
y = [48 + 16 + 18] - [9.5]
y = [76] - [9.5]
y = 66.5

Thanks,
 
Last edited:
Physics news on Phys.org
Hi !

The computation is almost entirely correct : only a mistake just at end.
But the writing of the symbols is almost entirely wrong (See attachment)
You have to take care of the different meanings and symbols of : Function, indefinite integral of the function and definite integral of the function.
 

Attachments

  • Correction.JPG
    Correction.JPG
    29.7 KB · Views: 379
Back
Top