Solving an equation after integrating

  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 1K views
sara_87
Messages
748
Reaction score
0

Homework Statement



i have an equation that i want to solve for b:
[itex]\int _0^1 (a+b x)^2 x^c dx=2[/itex]

Homework Equations


\int _0^1 (a+b x)^2 x^c dx=2
given: c>0

The Attempt at a Solution



To evaluate the integral on the left hand side, I expanded the bracket as:
(a+b x)^2=a^2+2abx+(bx)^2.

Then i evaluated the integral and simplifed the result to get:

[itex]\frac{(b^2+2ab+a^2)c^2+(3b^2+8ab+5a^2)c+2b^2+6ab+6a^2}{c^3+6c^2+11c+6}=2[/itex]

and now I'm stuck.
Since we have linear and quadratic powers of b, i don't know how to make b the subject. any ideas will be very much appreciated.
Thank you
 
Physics news on Phys.org
sara_87 said:

Homework Statement



i have an equation that i want to solve for b:
[itex]\int _0^1 (a+b x)^2 x^c dx=2[/itex]

Homework Equations


\int _0^1 (a+b x)^2 x^c dx=2
given: c>0

The Attempt at a Solution



To evaluate the integral on the left hand side, I expanded the bracket as:
(a+b x)^2=a^2+2abx+(bx)^2.

Then i evaluated the integral and simplifed the result to get:

[itex]\frac{(b^2+2ab+a^2)c^2+(3b^2+8ab+5a^2)c+2b^2+6ab+6a^2}{c^3+6c^2+11c+6}=2[/itex]

and now I'm stuck.
Since we have linear and quadratic powers of b, i don't know how to make b the subject. any ideas will be very much appreciated.
Thank you

What is the integral

[tex]\int_0^1{(a^2x^c+2abx^{c+1}+b^2x^{c+2})dx}[/tex]

Don't "simplify" anything, just calculate the integral, nothing more.
 
after evaluating the integral, we have:

(a^2/(c+1)) + (2ab/(c+3))+(b^2/(c+3))=2

(this looks much cleaner :))

but still, how would i make b the subject?

thank you in advance
 
sara_87 said:
after evaluating the integral, we have:

(a^2/(c+1)) + (2ab/(c+3))+(b^2/(c+3))=2

(this looks much cleaner :))

but still, how would i make b the subject?

thank you in advance

Well, you have

[tex]\frac{1}{c+3}b^2+\frac{2a}{c+2}b+\frac{a^2-2c-2}{c+1}=0[/tex]

this is a quadratic equation in b and can be solved by the quadratic formula.
 
so, i will have 2 solutions?