Solution to Incorrect Homework Equation

  • Thread starter Thread starter chapsticks
  • Start date Start date
  • Tags Tags
    Homework
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
5 replies · 2K views
chapsticks
Messages
38
Reaction score
0

Homework Statement



so I did

Homework Equations



s=∫ba√(1+[f'(x)]2dx

The Attempt at a Solution


y=2/3x3/2+7
y'=x1/2 0≤x≤1
=∫6√(1+(x1/2)2)dx
=[2/3(1+x)3/2]7

my answer came out wrong
 

Attachments

  • 29.jpg
    29.jpg
    10.3 KB · Views: 464
Physics news on Phys.org
chapsticks said:

Homework Statement



so I did

Homework Equations



s=∫ba√(1+[f'(x)]2dx

The Attempt at a Solution


y=2/3x3/2+7
y'=x1/2 0≤x≤1
Why do you have this inequality?
chapsticks said:
=∫6√(1+(x1/2)2)dx
=[2/3(1+x)3/2]7

my answer came out wrong
What is that 7 doing?
 
I saw it in an example for the inequality.. The 7 is for the a & b part I don't know how to place the 0 on the bottom.
 
chapsticks said:
I saw it in an example for the inequality.. The 7 is for the a & b part I don't know how to place the 0 on the bottom.
Your inequality is saying that the interval is [0, 1]. It's actually [0, 6].

Here's how your integral looks using LaTeX.
[tex]\int_0^6 \sqrt{1+x}~dx[/tex]

Here's how to write that integral in LaTeX.

[ tex]\int_0^6 \sqrt{1+x}~dx[ /tex]

(The extra spaces in the tex and /tex tags prevent the browser from rendering the code inside.)

Here's the antiderivative with limits of integration shown.
[tex]\left. \frac{2}{3}(1 + x)^{3/2}\right|_0^6[/tex]

The LaTeX for that.
[ tex]\left. \frac{2}{3}(1 + x)^{3/2}\right|_0^6[ /tex]
 
I got it correct :))
 

Attachments

  • 29.jpg
    29.jpg
    11.1 KB · Views: 496