#finding area between two functions at interval
1 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
how do u not know that omg
just so you see the question more clearly, the question was:
find the area between y=3x^2+5 and y=-x+3 at interval 0 to 2
:(
jk
A) When you do $\int ax + b dx$ you have to distribute evenly to get $c \int \frac{ax}{c} + \frac{b}{c} dx$
r•eⁱˣ = r•cos(x) + ri•sin(x)
You also do a few math mistakes, like doing 2^2 instead of 2^3 on line four
Try reintegrating but not distributing out any terms
tried wolfram alpha?
,w int (3x^2+5) - (-x+3), x=0..2
a general technique to find out a mistake is by a "binary search" technique.
if n-th line is mistaken, then look at n/2-th line:
- if it's good, then look at the lower half
- if it's bad, then look at the upper half
to do the testing, i suggest that you bring an examination board approved scientific calculator with numerical integration.
here's an example showing a model that i used for my secondary school
disclaimer: i'm not affiliated with CASIO
the button that i circled with yellow marker provides the numerical integration functionality, so that you can get an approximate numerical answer for your definite integral
the wolfram alpha is for quick self-checking at home, and the calculator technique is for exam/tests.