Solving Arc Length Integral with Trigonometric Substitution

Click For Summary

Homework Help Overview

The discussion revolves around evaluating the arc length integral of a function defined as y = x^3/6 + 1/(2x) over the interval from x = 1 to x = 4. Participants are exploring the integral ∫sqrt(x^4/4 + 1/(x^4) + 1/2) dx, which arises from the arc length formula.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the challenges of finding a suitable substitution for the integral and question the correctness of the original setup. There are attempts to clarify the differentiation process and to identify errors in the initial calculations. Some participants suggest rewriting expressions for clarity and factoring the polynomial inside the square root.

Discussion Status

The discussion is ongoing, with several participants providing feedback on the original poster's work and suggesting corrections. There is a focus on ensuring the correct differentiation and simplification steps are followed. Some guidance has been offered regarding the structure of the work presented, but no consensus has been reached on a complete solution.

Contextual Notes

Participants note the importance of including the original problem statement and the steps leading to the integral to avoid confusion. There are indications of missing information and potential errors in earlier calculations that are being addressed throughout the discussion.

everestwitman
Messages
8
Reaction score
0
∫sqrt(x^4/4 + 1/(x^4) + 1/2) dx from x = 1 to 4

Could someone help me solve this? I can't seem to find a substitution that works, or find the square root of (x^4/4 + 1/(x^4). Any help would be very appreciated.

Thanks in advance!
 
Physics news on Phys.org
everestwitman said:
∫sqrt(x^4/4 + 1/(x^4) + 1/2) dx from x = 1 to 4

Could someone help me solve this? I can't seem to find a substitution that works, or find the square root of (x^4/4 + 1/(x^4). Any help would be very appreciated.

Thanks in advance!

What's inside the radical is almost a perfect square, so it's possible that you have made an error in the work leading up to the integral. Please show the function whose arc length you're trying to find, and what you did to get your integral.
 
Mark44 said:
What's inside the radical is almost a perfect square, so it's possible that you have made an error in the work leading up to the integral. Please show the function whose arc length you're trying to find, and what you did to get your integral.

Here is the work that i have done so far:

1) Find the length of the curve. y = x^3/6 + 1/(2x) from x = 1 to x = 4

L = ∫sqrt(1 + (d(x^3/6 + 1/(2x)/dx))^2) dx from x = 1 to 4
L = ∫sqrt(1 + (x^2/2-1/(2 x^2))^2) dx from x = 1 to 4
L = ∫sqrt(1 + x^4/4 + 1/(x^4) - 1/2) dx from x = 1 to 4
L = ∫sqrt(x^4/4 + 1/(x^4) + 1/2) dx from x = 1 to 4
 
everestwitman said:
Here is the work that i have done so far:

1) Find the length of the curve. y = x^3/6 + 1/(2x) from x = 1 to x = 4

L = ∫sqrt(1 + (d(x^3/6 + 1/(2x)/dx))^2) dx from x = 1 to 4
Your mistake is in the next line. Notice that you have a sign error and an error in the coefficient.
If y = (1/6)x3 + 1/(2x), y' = (1/2)x2 - 1/(2x2)
everestwitman said:
L = ∫sqrt(1 + (x^2/2-1/(2 x^2))^2) dx from x = 1 to 4
L = ∫sqrt(1 + x^4/4 + 1/(x^4) - 1/2) dx from x = 1 to 4
L = ∫sqrt(x^4/4 + 1/(x^4) + 1/2) dx from x = 1 to 4

Also, I hope this isn't how you're doing your work. Instead of starting each line with L = ... and dragging the integral along at each step, it's much easier, and easier to read, if you write down what you need for the step at hand. In other words, find the derivative, square it, add 1, and take the square root. That will be your integrand. Each step from then on until you evaluate the integral will show the integral symbol, but you don't need it in the steps leading up to getting the integrand.

I see that you didn't use the homework template, which has a section for the problem statement. Without knowing what the original problem was, I was not able to tell where you went wrong. This is one reason why we ask that you include this information. Please include the problem statement in any future posts.
 
Mark44 said:
Your mistake is in the next line. Notice that you have a sign error and an error in the coefficient.
If y = (1/6)x3 + 1/(2x), y' = (1/2)x2 - 1/(2x2)


Also, I hope this isn't how you're doing your work. Instead of starting each line with L = ... and dragging the integral along at each step, it's much easier, and easier to read, if you write down what you need for the step at hand. In other words, find the derivative, square it, add 1, and take the square root. That will be your integrand. Each step from then on until you evaluate the integral will show the integral symbol, but you don't need it in the steps leading up to getting the integrand.

I see that you didn't use the homework template, which has a section for the problem statement. Without knowing what the original problem was, I was not able to tell where you went wrong. This is one reason why we ask that you include this information. Please include the problem statement in any future posts.

Thanks a lot for your help, Mark44! I will be sure to in the future.
 
Now how would I go about factoring the expression that I get when I correct my mistakes? What I have now is

∫sqrt(x^6/36 + x^2/6 + 1/(4x^2) + 1) dx from x = 1 to 4
 
everestwitman said:
Now how would I go about factoring the expression that I get when I correct my mistakes? What I have now is

∫sqrt(x^6/36 + x^2/6 + 1/(4x^2) + 1) dx from x = 1 to 4

You still have mistakes. It's possible you're skipping steps.

Starting from y = x3/6 + 1/(2x), show me what you get for the following:
1. y'
2. (y')2
3. 1 + (y')2

If you do the three steps above correctly, what you get is actually fairly easy to factor inside the radical. Only then should you worry about the radical and the integral.
 
Here is the work that i have done so far, corrected for the mistake that you pointed out earlier.


1) Find the length of the curve. y = x^3/6 + 1/(2x) from x = 1 to x = 4

L = ∫sqrt(1 + (d(x^3/6 + 1/(2x)/dx))^2) dx from x = 1 to 4

(d(x^3/6 + 1/(2x)/dx) = (x^3/6 + 1/(2x)
((x^3/6 + 1/(2x))^2 = x^6/36 + x^2/6 + 1/(4x^2)

Putting it together,

∫sqrt(1 + (d(x^3/6 + 1/(2x)/dx))^2) dx from x = 1 to 4 = ∫sqrt(x^6/36 + x^2/6 + 1/(4x^2) + 1) dx from x = 1 to 4
 
everestwitman said:
Here is the work that i have done so far, corrected for the mistake that you pointed out earlier.1) Find the length of the curve. y = x^3/6 + 1/(2x) from x = 1 to x = 4

L = ∫sqrt(1 + (d(x^3/6 + 1/(2x)/dx))^2) dx from x = 1 to 4

(d(x^3/6 + 1/(2x)/dx) = (x^3/6 + 1/(2x)
((x^3/6 + 1/(2x))^2 = x^6/36 + x^2/6 + 1/(4x^2)

Putting it together,

∫sqrt(1 + (d(x^3/6 + 1/(2x)/dx))^2) dx from x = 1 to 4 = ∫sqrt(x^6/36 + x^2/6 + 1/(4x^2) + 1) dx from x = 1 to 4

No.

Please do as I suggested in my previous post.
Mark44 said:
Starting from y = x3/6 + 1/(2x), show me what you get for the following:
1. y'
2. (y')2
3. 1 + (y')2

If you do the three steps above correctly, what you get is actually fairly easy to factor inside the radical. Only then should you worry about the radical and the integral.

Your first line should NOT start with "L = ∫<something>".
 
Last edited:
  • #10
Your differentiation is incorrect here.
everestwitman said:
(d(x^3/6 + 1/(2x)/dx) = (x^3/6 + 1/(2x)
 
  • #11
Also, it's probably easier to read if you write the left side like so:
(d/dx)(x3/6 + 1/(2x))
 
  • #12
Hint: You can rewrite the stuff inside the square root as a three term polynomial over 4x^4.
 
  • #13
How's this?

1. (d/dx)((x^3/6 + 1/(2x)) = x^2/2 - 1/(2x^2)
2. (dy/dx)^2 = (x^4 -1)^2/4x^4 = ((x - 1)^2 (x+1)^2 (x^2+1)^2) / 4x^2
3. (dy/dx)^2 + 1 = (x^4 + 1)^2 / (4x^4)
4. sqrt((dy/dx)^2 + 1) = (x^4+1) / 4x^2 = x^2 / 4 + 1 / (4x^2)
5.∫ x^2 / 4 + 1 / (4x^2) dx from x = 1 to 4 = x^3/12 - 1/ (4x) from x = 1 to 4 = (4^3/12 - 1/ (4(4))) - (1^3/12 - 1/ (4)) = 87 / 16

Thank you for being so patient with me. I'm 15 and have very little clue what I'm doing. I skipped Algebra II and Precalculus (testing out of them by the skin of my teeth.)
 
Last edited:
  • #14
everestwitman said:
How's this?

1. (d/dx)((x^3/6 + 1/(2x)) = x^2/2 - 1/(2x^2) OK[/color]
It's helpful to simplify the above by factoring out 1/2. This gives you (1/2)(x2 - 1/x2), which will make the following step easier.
everestwitman said:
2. (dy/dx)^2 = (x^4 -1)^2/4x^4 = ((x - 1)^2 (x+1)^2 (x^2+1)^2) / 4x^2 Not OK[/color]
I can't tell what you did on the right side of the first =.
[(1/2)(x2 - 1/x2)]2 = (1/4)(x4 - 2 + 1/x4)
When you add 1 to the above (= 4/4), you get a perfect square trinomial, which is easy to factor.
everestwitman said:
3. (dy/dx)^2 + 1 = (x^4 + 1)^2 / (4x^4)
4. sqrt((dy/dx)^2 + 1) = (x^4+1) / 4x^2 = x^2 / 4 + 1 / (4x^2)
5.∫ x^2 / 4 + 1 / (4x^2) dx from x = 1 to 4 = x^3/12 - 1/ (4x) from x = 1 to 4 = (4^3/12 - 1/ (4(4))) - (1^3/12 - 1/ (4)) = 87 / 16

Thank you for being so patient with me. I'm 15 and have very little clue what I'm doing. I skipped Algebra II and Precalculus (testing out of them by the skin of my teeth.)

That was probably not a good idea. In any case, for the areas in which you're weak, it would be very helpful for you to review. You could pick up a precalculus textbook from Amazon or look at the algebra and precalc topic on khanacademy.org. Some time spent on a regular basis would be a very good investment.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
7
Views
3K