Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.7K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Equation of tangent line

Posted 4 years ago

I am a beginner at Mathematica, and I am having some trouble deciding on the correct way to input certain areas of this problem.

The problem reads: Find the equation of the tangent line for the following function. Then plot the original equation and the tangent line on the same graph. x=cos(pi*t), y=t^3+2t, (0,9/8)

I am unsure how to input the point given into the equation. When I have attempted in several different ways, I always end up with the error code ComplexInfinity. I would appreciate help with me solving this problem and potentially plotting the equations on the same line, as I have not gotten that far.

This is what I have so far:

POSTED BY: Kaylea Anderson
3 Replies
Posted 4 years ago

Next, I notice you wrote the expression Point[{0,9/8}]. There are a couple of things to note here. First, Point is used for graphics. The cartesian point as data would be represented as just {0,9/8}. Also, just evaluating that expression doesn't do anything for you, and you can see that it's just replicated in the output. You might want to assign it to a variable at some point, but you don't need it here in this cell.

And that's another thing. It's generally more organized to separate separate conceptual steps into separate cells. So, maybe you put your function definitions into a cell and then put your derivative expression in a separate cell. It's not necessary or critical, but it helps keep things organized and avoids unexpected interpretations.

Finally, in case you haven't discovered it yet, you'll want to look at ParametricPlot when you get to the point of plotting this function.

POSTED BY: Eric Rimbey
Posted 4 years ago

Take a look at this post.

POSTED BY: Rohit Namjoshi
Posted 4 years ago
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard