Need alternate solution to a problem

  • Thread starter Thread starter Davidk1
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around finding an alternate method to solve the integral of the function 1/(1-x^2)^3. The original poster mentions having solved it using partial fractions but seeks a different approach.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Some participants suggest using substitution, specifically x = sin(t), to simplify the integral. There is a mention of a potential shortcut that could lead to a one-line solution. Others express uncertainty about whether this substitution would be easier than the original method of partial fractions.

Discussion Status

The discussion is ongoing, with various approaches being explored. Participants are sharing their thoughts on substitution and its implications for simplifying the integral, but there is no consensus on the best method yet.

Contextual Notes

There is a mention of the complexity of the integral when using substitution, as well as the original poster's concern about the length of their previous solution. The discussion reflects a desire to explore different methods within the constraints of homework expectations.

Davidk1
Messages
3
Reaction score
0
Hi, I posted a thread earlier with

int/ 1/(1-x^2)^3

I was able to solve it w/ partial fractions but it took 4 pages...
Can you do this problem w/o partial fractions

Please help :(
 
Physics news on Phys.org
No, partial fractions is the right way to do it.
 
Try using substitution
x = sin t ?

I got int {1/cos^2 t}.dt
There might be a shortcut to solve this in one line ...
 
rootX said:
Try using substitution
x = sin t ?

I got int {1/cos^2 t}.dt
There might be a shortcut to solve this in one line ...

I get that there would be a cos upstairs and a cos^6 downstairs so it becomes 1/Cos^5, or sec^5. Not sure if that would be any easier than partial fractions.
 
Chrisas said:
I get that there would be a cos upstairs and a cos^6 downstairs so it becomes 1/Cos^5, or sec^5. Not sure if that would be any easier than partial fractions.

let's see:
=1/(1-x^2)^3 .dx

x = sin (t)
dx = cos(t).dt

subs:
=cos/(1-sin^2)^3 .dt

=1/cos^5 dt

Yes, you are right, I forgot (^3).

It seems messier

>> syms x;
>> f = sec(x)^5

f =

sec(x)^5


>> int(f,x)

ans =

1/4/cos(x)^4*sin(x)+3/8/cos(x)^2*sin(x)+3/8*log(sec(x)+tan(x))
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
Replies
2
Views
2K
Replies
9
Views
3K
Replies
9
Views
2K
Replies
4
Views
2K